WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] RESOLVED !!!! Console hangs on Xen 3.1 Ubuntu Feisty Ser

To: Paul Waldo <pwaldo@xxxxxxxxxxxxx>
Subject: Re: [Xen-users] RESOLVED !!!! Console hangs on Xen 3.1 Ubuntu Feisty Server
From: Sébastien CRAMATTE <s.cramatte@xxxxxxxxxx>
Date: Fri, 27 Jul 2007 13:41:43 +0200
Cc: Matthias Wuerthele <M.Wuerthele@xxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 27 Jul 2007 04:39:37 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <467FB8FB.8010104@xxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: Zen Soluciones
References: <467FB20D.5080203@xxxxxxxxxx> <467FB8FB.8010104@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.5 (Macintosh/20070716)
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>