|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] RESOLVED !!!! Console hangs on Xen 3.1 Ubuntu Feisty Ser
Hello,
I've found a solution to the Console Hangs on Feisty ...
Many thanks to JuanJo's BLOG
(http://juanjosec.blogspot.com/2007/06/migrating-xen-installation-from-fc5-to.html)
For a "feisty" DomU you must create /etc/event.d/xvc0 file
--------
# xvc0 - getty
#
# This service maintains a getty on xvc0 from the point the system is
# started until it is shut down again.
start on runlevel 2
start on runlevel 3
stop on runlevel 0
stop on runlevel 1
stop on runlevel 4
stop on runlevel 5
stop on runlevel 6
respawn
exec /sbin/getty 38400 xvc0
-------
For an "etch" domU you must edit /etc/inittab
--------
...
x0:2345:respawn:/sbin/getty 38400 xvc0
...
--------
I believe that you must install udev inside etch domU ...
To finish in "/etc/securetty" you should add a line with "xvc0"
--------
# /etc/securetty: list of terminals on which root is allowed to login.
# See securetty(5) and login(1).
console
# for people with serial port consoles
ttyS0
# for devfs
tts/0
# for xen console
xvc0
# Standard console
tty1
tty2
tty3
tty4
tty5
tty6
tty7
tty8
tty9
tty10
-------
Hope that help ;)
Regards
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-users] RESOLVED !!!! Console hangs on Xen 3.1 Ubuntu Feisty Server,
Sébastien CRAMATTE <=
|
|
|
|
|