|
|
|
|
|
|
|
|
|
|
xen-users
Re: Fwd: [Xen-users] Unable to create more than 1 VM
> Hi Again Thomas. This sounds like a symptom of the getty dying on xvc0. Are
> you getting messages of the form "co:init getty restarting too fast. delaying
> for 5 min." or something to that effect? The syslog is one
> of /var/log/{syslog,messages}.
Hi Jim,
I am back, and I have good news, I left my console opened after it was
created, and look what I have found after 5 minutes:
-------
INIT: Id "1" respawning too fast: disabled for 5 minutes
INIT: no more processes left in this runlevel
-------
Here is the configuration file for my DomU:
------
# -*- mode: python; -*-
kernel = "/boot/vmlinuz-2.6.18-4-xen-amd64"
ramdisk = "/boot/initrd.img-2.6.18-4-xen-amd64"
memory = "256"
maxmem = "512"
name = "VM1"
vcpus=1
vif = [ 'mac=00:16:3e:00:00:01, ip=10.0.0.1' ]
# example for LVM or partition
disk = [ 'phy:/dev/mapper/xenvg-VM1,/dev/hda1,w',
'phy:/dev/mapper/xenvg-VM1--swap,hda2,w' ]
root = "/dev/hda1"
extra='console=xvc0 xencons=xvc0'
nographics=0
-------
In the /etc/securetty of the DomU I have the following lines:
-----
console
# for xen:
xvc0
-----
And in the /etc/inittab of my DomU:
-----
1:2345:respawn:/sbin/getty 38400 xvc0
-----
I was previously set to 0:2345:respawn...., and give the same error message.
We are getting closer to the key!
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, (continued)
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, jim burns
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM,
Thomas <=
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Felix Krohn
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, jim burns
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, jim burns
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Felix Krohn
|
|
|
|
|