Re: etch/sarge /dev/null not redable

2007-02-17 Thread Steve Kemp
On Sat, Feb 17, 2007 at 06:54:01PM +0100, Thomas Fazekas wrote: > I suspect that means udev is not installed. > Moreover > /etc/udev/permissions.rules (or /etc/udev) doesn't exist OK in that case I would suggest installing it - although just before doing so I'd check that you're not using hotp

Re: etch/sarge /dev/null not redable

2007-02-17 Thread Thomas Fazekas
Steve, ps -ef | grep udev returns nothing dpkg --list udev reurns Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version

Re: etch/sarge /dev/null not redable

2007-02-17 Thread Steve Kemp
On Sat, Feb 17, 2007 at 06:07:28PM +0100, Thomas Fazekas wrote: > I'm having the following weird /dev/null problem in both etch and > sarge installed > on XEN machines. Namely the /dev/ull permissions look like crw-rw. > AFAIK udev is not installed (I'm not sure how to check that...) > As a m

etch/sarge /dev/null not redable

2007-02-17 Thread Thomas Fazekas
I'm having the following weird /dev/null problem in both etch and sarge installed on XEN machines. Namely the /dev/ull permissions look like crw-rw. I've tried changing the permissions with chmod 666 /dev/null Also tried recreating the device with the right permissions mknod /dev/null c 1 3 c