16
Angstrom & OpenZaurus / Problems creating ~/Settings/<confname>.conf.new
« 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.