|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen 4 on Debian Lenny
> Now, when I try to boot with debian backport 2.6.32 kernel, my Dom0
> starts, memory limit is taken into acocunt (dom0_mem=1024M), but xend
> refuse to start because of missing /proc/xen/capabilities
> # /etc/init.d/xend start
> grep: /proc/xen/capabilities: No such file or directory
You need to mount xenfs in /proc/xen. Add the following line to your
/etc/fstab:
none /proc/xen xenfs defaults 0 0
or mount it manually.
-- Adi
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|