OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: bluey on May 26, 2004, 10:14:22 pm

Title: Problems creating ~/Settings/<confname>.conf.new
Post by: bluey on May 26, 2004, 10:14:22 pm
I get this all the time:
May 27 02:11:46 openzaurus user.notice root: could not open for writing `/root/Settings/Launcher.conf.new\'

With various files, is it normal?


Cheers.
Title: Problems creating ~/Settings/<confname>.conf.new
Post by: lardman on May 27, 2004, 06:45:30 am
Is your root full?
Title: Problems creating ~/Settings/<confname>.conf.new
Post by: bluey on May 27, 2004, 07:24:52 am
No, that is why I find it weird... It is it a lot of conf recreating files in Settings, qpe.conf, Launcher.conf, etc...
Title: Problems creating ~/Settings/<confname>.conf.new
Post by: jackburton on May 27, 2004, 09:01:53 am
Quote
I get this all the time:
May 27 02:11:46 openzaurus user.notice root: could not open for writing `/root/Settings/Launcher.conf.new\'

With various files, is it normal?


Cheers.


Whatever app you are running that creates that error message is reading your $HOME entry from /etc/passwd. $HOME by default on some ROMS is /root, which is a read-only file system and thus the reason for your errors.

If you change the entry in /etc/passwd to /home/root from /root, then the messages will probably go away.
Title: Problems creating ~/Settings/<confname>.conf.new
Post by: bluey on May 27, 2004, 09:34:31 am
My $HOME is /root, and is where the directory is, not a symlink, which could be a cause for the problem. In OZ / is rw...

:|

Thanks, I\'ll try to change it to somewhere else, just to see what happens.