|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] udev install fails on domU
On 7/14/06, Yasir Assam <list1@xxxxxxxxxxxxxxx> wrote:
Hi,
I recently installed Debian Sid on domU (using xen-unstable downloaded 8
July) and I'm having problems installing the udev package:
# dpkg --configure udev
Setting up udev (0.093-1) ...
Populating the new /dev filesystem temporarily mounted on
/tmp/udev.t8Qeae/...
ln: creating symbolic link `/tmp/udev.t8Qeae/.static/dev/xconsole' to
`/dev/.static/dev/.static/dev/xconsole': No such file or directory
mount: special device /dev/pts/ does not exist
dpkg: error processing udev (--configure):
subprocess post-installation script returned error exit status 32
Errors were encountered while processing:
udev
I had similar problems installing udev on Debian Sarge too, and I
suspect it has something to do with running on domU.
It looks as though /dev/pts doesn't exist on domU systems and this is
confusing the udev installer.
If anyone explain what's going on and whether this can be resolved, I'd
really appreciate it.
Thanks,
Yasir
Hi,
might be late, but I successfully installed udev in a Debian Sarge
domU. Before installing the udev package do:
# mkdir /dev/pts
# mount -t devpts devpts /dev/pts
You may see some errors about a symbolic link that could not be
created, but don't worry, install udev and then umount and remove the
/dev/pts directory. This error is related to the post-inst script of
the package.
Regards,
Abel
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- Re: [Xen-users] udev install fails on domU,
Abel Martín <=
|
|
|
|
|