[uml-user] tty problem

2007-05-05 Thread fruity
Hello everyone, this is what I get at uml guest boot and into the uml guest dmesg Couldnt get a file descriptor referring to the console line_ioctl: tty0: ioctl KDGKBTYPE called line_ioctl: tty0: ioctl KDGKBTYPE called line_ioctl: tty0: ioctl KDGKBTYPE called line_ioctl: tty0: ioctl KDGKBTYPE cal

Re: [uml-user] Erratic "INIT: Id 0 respawning too fast" behavior

2007-05-05 Thread Jeff Dike
On Sat, May 05, 2007 at 12:22:30AM +0200, Jan Ploski wrote: > I'm having trouble applying the 2.6.21-rc7-mm2 patch against 2.6.21 > sources As Blaisorblade pointed out more accurately, you start with 2.6.20, apply the 2.6.21-rc7 patch, then the 2.6.21-rc7-mm2 patch. I think you can also grab a f

Re: [uml-user] Erratic "INIT: Id 0 respawning too fast" behavior

2007-05-05 Thread Jeff Dike
On Sat, May 05, 2007 at 12:22:30AM +0200, Jan Ploski wrote: > I'm having trouble applying the 2.6.21-rc7-mm2 patch against 2.6.21 > sources It applies against 2.6.20. Jeff -- Work email - jdike at linux dot intel dot com

Re: [uml-user] Erratic "INIT: Id 0 respawning too fast" behavior

2007-05-05 Thread Jan Ploski
Blaisorblade wrote: >>I'm having trouble applying the 2.6.21-rc7-mm2 patch against 2.6.21 >>sources - lots of rejected hunks (but not all) when I run patch -p1 < >>2.6.21-rc7-mm2, and the kernel does not compile after that. I have never >>used mm kernels before and Google did not help identify my m

[uml-user] root password

2007-05-05 Thread kewlemer
> > 3. How do I set the UML root password ? > > [UML]# passwd > > passwd: error while loading shared libraries: libuser.so.1: cannot > > open shared object file: No such file or directory > > [UML]# > > This seems a problem in the root filesystem you are using. Maybe you can fix > it with its packa

Re: [uml-user] root password

2007-05-05 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 kewlemer wrote: >> > 3. How do I set the UML root password ? >> > [UML]# passwd >> > passwd: error while loading shared libraries: libuser.so.1: cannot >> > open shared object file: No such file or directory >> > [UML]# >> >> This seems a problem in

Re: [uml-user] root password

2007-05-05 Thread kewlemer
> kewlemer wrote: > >> > 3. How do I set the UML root password ? > >> > [UML]# passwd > >> > passwd: error while loading shared libraries: libuser.so.1: cannot > >> > open shared object file: No such file or directory > >> > [UML]# > >> > >> This seems a problem in the root filesystem you are using

Re: [uml-user] root password

2007-05-05 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> > Does libuser.so.1 => not found mean that the root_fs file system has a >> > problem? >> Fixed. Just needed a "yum install libuser". >> (which also brings in openldap and cyrus-sasl-lib) >> >> Also added "exactarch=1" and "exclude=*.i386 *.i586

Re: [uml-user] root password

2007-05-05 Thread kewlemer
> >> > Does libuser.so.1 => not found mean that the root_fs file system has a > >> > problem? > >> Fixed. Just needed a "yum install libuser". > >> (which also brings in openldap and cyrus-sasl-lib) > >> > >> Also added "exactarch=1" and "exclude=*.i386 *.i586 *.i686" for the > >> x86_64 image (si

Re: [uml-user] Erratic "INIT: Id 0 respawning too fast" behavior

2007-05-05 Thread Jeff Dike
On Sat, May 05, 2007 at 10:33:22PM +0200, Jan Ploski wrote: > I repeated the tests with linux-2.6.21-rc7-mm2 (didn't compile right > away, required a one-liner fix) What fix? > and also linux-2.6.21-mm1 (didn't > compile right away either, as the file required-features.h was missing > in incl