Re: [uml-user] hang after VFS: Mounted root (ext3 filesystem) readonly.

2007-09-04 Thread Godmar Back
Some additional information about this issue. http://user-mode-linux.sourceforge.net/new/problems.html#vdso says to disable CONFIG_COMPAT_VDSO on the host. According to Ingo Molnar himself, disabling CONFIG_COMPAT_VDSO (http://lwn.net/Articles/184734/ ) means that VDSO is not always at the usual 0

[uml-user] hang after VFS: Mounted root (ext3 filesystem) readonly.

2007-09-04 Thread Godmar Back
I'm using a stock 2.6.22.5 distribution kernel for UML. I'm experiencing the problem described here: http://user-mode-linux.sourceforge.net/new/problems.html#vdso where the UML kernel hangs. The host is a FC6 machine with glibc-common-2.5-10.fc6 and a 2.6.20-1.2962.fc6 kernel. The problem showed u

Re: [uml-user] Hanging using 'iptables -L' in UML vm booted with con0=pts

2007-09-04 Thread Richard Andrews
--- Jeff Dike <[EMAIL PROTECTED]> wrote: > On Tue, Sep 04, 2007 at 09:09:55PM +0200, Fermín Galán Márquez wrote: > > the virtual machine boots right, but if I issue a simple 'iptables -L' > > it hangs. Additionally, a top command in the host enviroment shows the > > linux process associated to

Re: [uml-user] Hanging using 'iptables -L' in UML vm booted with con0=pts

2007-09-04 Thread Jeff Dike
On Tue, Sep 04, 2007 at 09:09:55PM +0200, Fermín Galán Márquez wrote: > the virtual machine boots right, but if I issue a simple 'iptables -L' > it hangs. Additionally, a top command in the host enviroment shows the > linux process associated to the vm with a very high (closer to 100%) CPU > usa

Re: [uml-user] sharing filesystem between UML's (ocfs2?)

2007-09-04 Thread Jeff Dike
On Tue, Sep 04, 2007 at 02:20:48PM +0200, Benedict Verheyen wrote: > I got round to testing with another user and that doesn't work. > Let me explain: The UML runs several mail services (exim, courier, ...) > and if i want to view mail via webmail (connection from another uml to > this one as it

Re: [uml-user] sharing filesystem between UML's (ocfs2?)

2007-09-04 Thread Jeff Dike
On Mon, Sep 03, 2007 at 04:26:13PM +0200, Benedict Verheyen wrote: > that solved it for me. The uml now starts as user benedict and in the > UML, the mails are no longer saved as root:root ! > I'm happy, it works. > When i have more time, i'll test the behaviour of mails sent to a 2nd > user but

[uml-user] Hanging using 'iptables -L' in UML vm booted with con0=pts

2007-09-04 Thread Fermín Galán Márquez
Hi, I'm experiencing a quite strange problem when trying to use iptables in UML virtual machines that also use pts consoles in a con0=. In particular, in the case of booting using (note the 'con0=0) # linux [...] con=null con0=pts the virtual machine boots right, but if I issue a simple 'iptab

Re: [uml-user] sharing filesystem between UML's (ocfs2?)

2007-09-04 Thread Benedict Verheyen
Benedict Verheyen schreef: > Jeff Dike schreef: >>>e screen -S $NAME -d -m $UML/$KERNEL $OPTIONS con=null con0=fd:0,fd:1 >> You want a sudo -u $UMLUSER before that screen. >> > > Jeff, > > that solved it for me. The uml now starts as user benedict and in the > UML, the mails are no longer sa