Welcome, maximb, On Sun, Nov 1, 2009 at 1:19 AM, maximb <[email protected]> wrote: > Somewhere I had read an opinion, that such kind of errors can be > related to size or avalability of free memory in /tmp directory. Is > that correct ?
Depending on how /tmp is set up, it could be a ramdisk, a separate partition, or just another folder in the filesystem. Can you run the following script and post the contents of output.txt: true && ( set -x head /etc/issue* df -hT /tmp df -hTl ) >& output.txt Also, have you tried booting up the machine with a LiveCD, e.g. Knoppix, and running an fsck on the filesystem Regards, - Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
