Hi,
xend start
should test for /var/run/xenstored
before running xenstored. on (k)ubuntu at least
/var/run is a tmpfs, so after each reboot it is empty
and you need to re-create all directories. a simple
test -e ... || mkdir ... would prevent people from
running into problems.
maybe this is simple enought to get into xen-unstable
before 3.0.2?
Thanks, Andreas
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|