18.02.2014 Views

string

string

string

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Action<br />

Look at the names of files in the directory, then try again with a different name or<br />

after renaming or removing the existing file.<br />

Technical Notes<br />

The symbolic name for this error is EEXIST, errno=17.<br />

File locking deadlock<br />

Cause<br />

This is a programming problem, in some cases unavoidable.<br />

Action<br />

All a user can do is restart the program and hope deadlock does not reoccur.<br />

Technical Notes<br />

In the file locking subsystem, two processes tried to modify some lock at the same<br />

time. In the multithreading subsystem, two threads became deadlocked and could<br />

not continue. When a program using the threads library encounters this error, it<br />

should restart the deadlocked threads.<br />

The symbolic name for this error is EDEADLOCK, errno=56.<br />

filemgr: mknod: Permission denied<br />

Cause<br />

File Manager issues this message and fails to come up whenever the<br />

/tmp/.removable directory is owned by another user and is not 1777 mode. This<br />

can happen, for example, when multiple users share a workstation.<br />

Alphabetical Message Listing 69

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!