On Tue, Nov 28, 2006 at 11:35:42AM +0100, [EMAIL PROTECTED] wrote:
> First of all, I set up a pts on con 8:
> 
> host: uml_mconsole master_uml config con8=pts
> OK
> 
> Now I start a getty in the instance:
> 
> master_uml: /sbin/getty 38400 tty8
> 
> which results in:
> 
> get_pty : Couldn't grant pty - errno = -2
> open_pts : Failed to open pts
> Registering fd 0 twice
> Irqs : 2, 2
> Ids : 0x0864e4c4, 0x0864e218

This looks like something that needs to be fixed before this will work.

grantpt is failing with an errno that's not documented on its man page.

Can you strace the main UML process while you do this part?  Start
strace right beforehand, and ^C right after the error.

Your other pts consoles are working OK?  You sort of imply this, but
it's not completely clear.

                                Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to