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 Description
+++-==============-==============-============================================
un udev <none> (no description available)
I suspect that means udev is not installed.
Moreover
/etc/udev/permissions.rules (or /etc/udev) doesn't exist
My host machine is an ubuntu 6.06 running the two guest debians.
Frankly I have no problem with installing udev if you think that would make
my problems go away...
Thomas
On 2/17/07, Steve Kemp <[EMAIL PROTECTED]> wrote:
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 matter of fact I have the same behaviour with /dev/urandom...
I'm pretty sure that udev is a requirement for running Xen .. so
you should have it installed. Check if it is running by executing
this command:
ps -ef | grep udev
If it is you'll see something like:
[EMAIL PROTECTED]:~$ ps -ef | grep udev
root 1063 1 0 13:13 ? 00:00:00 udevd --daemon
skx 5145 5120 0 17:24 pts/1 00:00:00 grep udev
(The first line "udevd --daemon" shows it is there.)
You can see if the package is installed by running "dpkg --list udev".
(The first column should show "ii" if it is installed.)
If it is running, and installed, then look at the file
/etc/udev/permissions.rules for me this contains the following:
KERNEL=="null", MODE="0666"
Here 666 is the permission for the /dev/null device, rather than
the 660 you appear to have. Change it to match and restart it with
"/etc/init.d/udev restart"
Steve
--
Debian GNU/Linux System Administration
http://www.debian-administration.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFF1zsnwM/Gs81MDZ0RAiReAJ90qcAaSBm42MoK1xnjm1WhqV2pqwCghAwG
2tnxh/5G1ikCf7k5FI3/BFc=
=GSN9
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]