Hello peoples, I am neww here and already got a problem.
I have setup an debian 64bit minimal, installed the xen-system-2.6.26 for amd64 and with the xen-tools I was ready to go. I set up a guest by using xen-create-image and installed an etch guest. now when I start the guest by invoking "xm create vm1.cfg" and looking into "xm list", the state of vm1 is "blocked". opening the console of vm1 "xm console vm1" prints the following:
Quote:
INIT: Entering runlevel: 2
Starting system log daemon: syslogd.
Starting kernel log daemon: klogd.
* Not starting internet superserver: no services enabled.
Starting OpenBSD Secure Shell server: sshd[ 1.578284] NET: Registered protocol family 10
[ 1.578603] lo: Disabled Privacy Extensions
.
Starting periodic command scheduler: crond.
|
That's all. Invoking an "xm shutdown vm1" tells me that the vm1 properly changes the runlevel and cleanly shuts down.
Does some body have any idea 'bout that? Thanks!!!