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-arm

Re: [XenARM] [Question] about xenconsole

To: xen-arm@xxxxxxxxxxxxxxxxxxx
Subject: Re: [XenARM] [Question] about xenconsole
From: 이동혁 <dh5050.lee@xxxxxxxxxxx>
Date: Fri, 22 May 2009 01:19:26 +0000 (GMT)
Delivery-date: Thu, 21 May 2009 18:19:37 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-arm-request@lists.xensource.com?subject=help>
List-id: Xen ARM development <xen-arm.lists.xensource.com>
List-post: <mailto:xen-arm@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-arm>, <mailto:xen-arm-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-arm>, <mailto:xen-arm-request@lists.xensource.com?subject=unsubscribe>
Msgkey: 20090522001003779@xxxxxxxxxx
Reply-to: dh5050.lee@xxxxxxxxxxx
Sender: xen-arm-bounces@xxxxxxxxxxxxxxxxxxx
Hi.

 

Did you use the below kernel config file?  

(linux-sparse\config_dom0_com)

Please check the option, CONFIG_UNIX98_PTYS=y, in the kernel config file.

 

If you did it, check the followings:

 

  1. Do you make device file?

    /dev/ptmx

    /dev/pts/

 

  2. Do you mount "/dev/pts"?

    > mount -t devpts devpts /dev/pts

 

Now, please run xenconsole again.

 

I hope this could help you.

Have a nice day. :)

 

 

================================================================================================================================
Hello,

 

I am stick to Freescale Xen-ARM.

I could launch two guest domains, but serial console seems not working.

 

It seems like xend and xenconsoled runs successfully because I can see the display device prints out basic image [Domain 0/1] when I switch foreground domain.

 

But, in the serial console, it prints out

"Warning: unable to open an initial console." and never displays login-shell.

 

BTW, why the following line has been commented out?

 

In linux-sparse directory,

/driver/xen/console/console.c

629 //         tty_register_device(xencons_driver, 0, NULL);

 

Is it related with the xenconsole problem?

 

waiting for your helpful comments!

 

ps. are you working on netback/front, currently?

It seems much closer to xen original tree in this version.

 

 

_______________________________________________
Xen-arm mailing list
Xen-arm@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-arm
<Prev in Thread] Current Thread [Next in Thread>