Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


Hello Hylton,

You could execute the following to find any lock files on a Mac:

- First make sure LibreOffice is not running (no dot in your menu bar). 
if there is a dot, right click and select "quit"

- Open a terminal session

You could run the following commands to find lockfiles:
cd /
find . -type f -name '.~lock*' 2>&-

the output should show the LO lockfiles if any. The files are in a format .~lock.<filename>.ods.

Once you verified the filenames you can delete them by executing:
find . -type f -name '.~lock*' 2>&- | xargs -I % rm -v %


Hope this helps,

Rob
 
On 30 nov. 2015, at 12:09, Alexander Thurgood wrote:

Le 29/11/2015 14:32, Hylton Conacher (ZR1HPC) a écrit :


Hi Hylton,



I am lost for ideas as a solution and any help would be appreciated.

By any chance, are you attempting to write the file to a USB connected
hard disk or key ?


Alex



-- 
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


-- 
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.