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] Xen 4.0 - No console prompt after booting domU but func

To: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Xen 4.0 - No console prompt after booting domU but functional SSH
From: Christian Gonzalez <zulsolar@xxxxxxxxx>
Date: Mon, 26 Apr 2010 13:03:26 -0600
Delivery-date: Mon, 26 Apr 2010 12:05:39 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=YqirML0i/dn6mdVdAH63OppYS5a+wCj7RNg8Dm37oCI=; b=i3HQgL6QxX1MRNL0IUEBYM0AKCsbBR0VNu5xl5DQDhNrL2Nm8ao5hpyP7MGupkGRlb gXMQN8A6YptUMpbfPb3DJX8QH6GR2RiygIuvtuktdbtAw5dSR2CXhup0LjUg9Z66Ng1m p4kzBLZpTVpFUhe68tGaI8vtimuhLeaREaPR8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=L7uiIyueNlhelyZU+XG/pLjdIk0Zpa63cuAVkuXgEKvBme+leERB/3+SuaKE9kQDT8 s+nCPxvMxmGuKFTYKgue21JaJG8Koon1aw1QS/3tMVwLO62UE6HQB5ejPL/GvVJ+Rrab EPiU/N1A54IfGb+76iiVv2zTt3T0DUjWCKrVs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20100426060814.GC8809@xxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <u2vfc1cbedb1004200116i8c905144y2a62a31af535f90@xxxxxxxxxxxxxx> <20100420082344.GM711@xxxxxxxx> <y2sfc1cbedb1004200127p3449022o18ac4e23af09ff40@xxxxxxxxxxxxxx> <j2j9211a9c11004251343m2bbeee79le5ded0766603ce05@xxxxxxxxxxxxxx> <20100426060814.GC8809@xxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx


On Mon, Apr 26, 2010 at 12:08 AM, Adi Kriegisch <adi@xxxxxxxxxxxxxxx> wrote:
> domU's but always 32bit. I wanted to give Slack64 a try as domU so downloaded
> it. First I tried as it comes but not able to access console. It gave me this
> error:
>
> INIT: Id "xvc0" respawning too fast: disabled for 5 minutes
This error indicates that the corresponding device could not be
found/used/opened. In the Xen context this almost always hints at the wrong
device name.
"respawn" means reopen if connection was closed. In /etc/inittab there are
several lines dealing with terminals (format:
<id>:<runlevels>:<action>:<process>):
1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6

>
> So I found this threaded and replaced every ttyS* with hvc0 in /etc/inittab as
> well as /etc/securetty. I also added
> extra   Â  Â  = 'console=hvc0 xencons=tty'
> to domU's config with almost same result but now I have this output:
Hmm... ttyS? Those devices refer to serial ports. In domU's /etc/inittab
you should look for the line with "xvc0" and just replace the "xvc0" with
"hvc0" -- this should do the trick.

-- Adi


Yes, sir!! That did the trick!! Now I'm able to access domU through console without any complains.

And for the record, when I said ttyS*, I should say tty*. It was my mistake, sorry for that.

Thanks and regards!! You save my day!!

Christian
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users