|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xen 3.3.0 etch sources console hangs
I assume your xm console just uses a wrong tty.
You could try
a) add a line to your domU config.
extra='xencons=tty1'
or
b) add a xvc0 tty _inside_ domU:
cat /etc/event.d/tty1 | sed 's,tty12,xvc0,g' >/etc/event.d/xvc0
xvc0 should be also added to /etc/securetty
cheers,
Stephan
Holm Kapschitzki schrieb:
> I installed xen 3.3.0 on a etch box from sources. I just modified the
> standard kernel cause of some hardware drivers. I installed xen-tools
> from backports (3.9-3~bpo40+1). To create a domU ist not the problem. I
> can connect via ssh and everything works fine. But when i start a domU
> with "xm create host.example.tld.cfg -c" to login to console from domU
> it hangs after the message "IPv6 over IP4 tunneling driver" or "EXT3 FS
> on hda2, internal Journal". But the domU is starting without any
> complications. Just to see the domU booting via "xm create
> host.example.tld.cfg -c doesnt work correctly.
>
> Is there any problem with serial console or something had to be build in
> kernel? I wonder cause i use the standard kernel configuration like
> described above.
>
>
> Holm
>
s_seitz.vcf
Description: Vcard
signature.asc
Description: OpenPGP digital signature
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|