On Monday 05 December 2005 19:07, Julius Schwartzenberg wrote:
> Thanks a lot for your messages!
> I still seem to have some issues though.

> Blaisorblade wrote:
> > Still using devfs? I've seen some systems hanging because of that, time
> > ago...

> I don't know. I believe the guide said the default kernel configuration
> would produce a working system, so I'm using that. Does the default
> config with ARCH=um have devfs?

Don't know. Even because if you don't run "make defconfig ARCH=um", it starts 
from the host defaults at times (if it finds it in /boot/config-$(uname -r of 
the kernel to be compiled).

The important thing is whether the guest image is configured based on it (and 
often it does, because that way you don't have to create ubd device nodes. 
But you have other problems, such as DevFS taken away from Linux).

> > Perfectly right if that's a host xterm, that's a UML console... see
> > "console channels" page in the main website.

> I do not have X11 on my server. I also tried it with the DISPLAY
> environent pointing to my workstation's X11 server, but I got another
> error then.

Test if you can open an xterm directly first, it's not so easy (at least you 
need to use xhost).

> Is it normal that it tries to open an xterm when the DISPLAY 
> value isn't set?

When DISPLAY is not set, it gives an error IIRC:

        if (!getenv("DISPLAY")) {
                printk("xterm_open: $DISPLAY not set.\n");
                return -ENODEV;
        }

(Note export DISPLAY= doesn't unset the variable).

However, there is no auto fallback.

You're using wrong settings - you should pass it something like con=pts, for 
instance, and then open the consoles with minicom or screen.

There's a thorough explaination here:

http://user-mode-linux.sourceforge.net/input.html
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade

        

        
                
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
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