Re: [uml-user] Guest Kernel: kernel: Initializing stdio console driver

2005-01-10 Thread Blaisorblade
On Saturday 08 January 2005 12:44, [EMAIL PROTECTED] wrote: > true, the kernel is now running. > but now the networking didn't work anymore... You mean "doesn't work anymore" (present tense), right? Well, this is a setup problem, often when rebuilding the kernel wrong options are selected. Using

Re: [uml-user] Guest Kernel: kernel: Initializing stdio console driver

2005-01-08 Thread jmtx
true, the kernel is now running. but now the networking didn't work anymore... > On Wednesday 05 January 2005 11:02, [EMAIL PROTECTED] wrote: > > now I have this problem: > > > /dev/ubd/disc0: unknown partition table > Not a problem in 99% cases... > -- > Paolo Giarrusso, aka Blaisorblade > Lin

Re: [uml-user] Guest Kernel: kernel: Initializing stdio console driver

2005-01-08 Thread Blaisorblade
On Wednesday 05 January 2005 11:02, [EMAIL PROTECTED] wrote: > now I have this problem: > /dev/ubd/disc0: unknown partition table Not a problem in 99% cases... -- Paolo Giarrusso, aka Blaisorblade Linux registered user n. 292729 http://www.user-mode-linux.org/~blaisorblade -

Re: [uml-user] Guest Kernel: kernel: Initializing stdio console driver

2005-01-07 Thread jmtx
that helps. now the kernel is running, but networking didn't work anymore. I did networking with tun/tap and it works with the old kernel. > Your probably need to recompile the kernel with the configuration > option CONFIG_FD_CHAN set to "Y". > > If you are compiling on Debian, see http://www.

Re: [uml-user] Guest Kernel: kernel: Initializing stdio console driver

2005-01-06 Thread Allen Chan
Your probably need to recompile the kernel with the configuration option CONFIG_FD_CHAN set to "Y". If you are compiling on Debian, see http://www.alyz.com/home/uml for some tips. On Tuesday 04 January 2005 10:03 pm, [EMAIL PROTECTED] wrote: > hi, > > i've compiled my own guest-kernel (2.6.9 wi

Re: [uml-user] Guest Kernel: kernel: Initializing stdio console driver

2005-01-06 Thread jmtx
hm, doesn't help :( > I think when I have this problem it helpd when I changed starting > parameters to: > con=null con0=fd:0,fd:1 > > bye > HyGy > > 2005-01-06, cs keltezéssel 14:31-kor [EMAIL PROTECTED] ezt írta: > > faq doesn`t help :( > > > > Checking for the skas3 patch in the host...fou

Re: [uml-user] Guest Kernel: kernel: Initializing stdio console driver

2005-01-06 Thread Hegedus Gabor
I think when I have this problem it helpd when I changed starting parameters to: con=null con0=fd:0,fd:1 bye HyGy 2005-01-06, cs keltezéssel 14:31-kor [EMAIL PROTECTED] ezt írta: > faq doesn`t help :( > > Checking for the skas3 patch in the host...found > Checking for /proc/mm...found > Checkin

Re: [uml-user] Guest Kernel: kernel: Initializing stdio console driver

2005-01-06 Thread jmtx
faq doesn`t help :( Checking for the skas3 patch in the host...found Checking for /proc/mm...found Checking PROT_EXEC mmap in /tmp...OK Linux version 2.6.10 ([EMAIL PROTECTED]) (gcc version 3.3.4 (Debian 1:3. 3.4-13)) #1 Wed Jan 5 10:32:43 CET 2005 Built 1 zonelists Kernel command line: ubd0=root_

Re: [uml-user] Guest Kernel: kernel: Initializing stdio console driver

2005-01-05 Thread jmtx
now I have this problem: /dev/ubd/disc0: unknown partition table > hi, > > maybe your guest filesystem has empty /dev. Check if in your own guest > kernel you added devfs: > > File system -> Pseudo filesystems > > [*] /dev file system support (OBSOLETE) > > [*] Automatically mount

Re: [uml-user] Guest Kernel: kernel: Initializing stdio console driver

2005-01-05 Thread jmtx
i am stupid. thank you :) > hi, > > maybe your guest filesystem has empty /dev. Check if in your own guest > kernel you added devfs: > > File system -> Pseudo filesystems > > [*] /dev file system support (OBSOLETE) > > [*] Automatically mount at boot (NEW) > > Rgds, > Konrad > ---

Re: [uml-user] Guest Kernel: kernel: Initializing stdio console driver

2005-01-04 Thread Konrad Ludwikowski
hi, maybe your guest filesystem has empty /dev. Check if in your own guest kernel you added devfs: File system -> Pseudo filesystems [*] /dev file system support (OBSOLETE) [*] Automatically mount at boot (NEW) Rgds, Konrad --- [EMAIL PROTECTED] wrote: > hi, > > i've compiled my