[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] xenconsole: Could not read tty from store: No such file or directory
Hallo
Su Zhang,
sorry
for the short answer yesterday it was written on train on my
handy.
/var/log/xen/console must be a
directory.
> There is no any file or directory called
/etc/default/xen*.
Sorry
that was specific to my debian system. The correct name is
/etc/sysconfig/xend
If in this file the option
#XENCONSOLED_TRACE=[none|guest|hv|all]
is aktivated and set to all (in my case) and if
the directory /var/log/xen/console does not
exist
the daemon
xenconsoled dies directly after start on boot because xenconsed want to write to
/var/log/xen/console/hypervisor.log.
but the directory does
not exist.
Bevor
you try to start a DomU look if xenconsoled is running (ps augx | grep
xenconsoled). If xenconsoled is not running perhaps you have the
same problem.
my way
arround the problem was (as root):
mkdir
/var/log/xen/console
starting daemon by hand
/usr/sbin/xenconsoled
making
sure the the xenconsoled is running
ps augx | grep
xenconsoled
and
than trying to start a domU (pv).
xm create
<domU>
After
that all works fine for me including for a system reboot
too.
I
inspected the "make install" of (4.1.2) and only found the creation
of /var/log/xen directory but nothing for the creation of
/var/log/xen/console. But the source from xenconsoled
depends on that directory.
So I
think that it is a bug in the "make install"
Andreas
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |