[uml-user] Compialtion very slow

2005-02-11 Thread Franck
Hi, i've 1 UML guest (sarge with 2.6.9-bs6 with 192 Mo) on an host UML (SUSE 9.2 256Mo with 2.6.9-skas3-v7 and 2 x celeron 366) When i'm starting a compilation, ./configure and make are very slow. But, if i'm starting apt-get update && upgrade, installation is normal. What could be the problem ?

Re: [uml-user] Debian image (Debian-3.0r0.ext2)

2005-02-11 Thread Jed Reynolds
Blaisorblade wrote: On Friday 11 February 2005 15:55, Barry, Christopher wrote: devfsd is a userspace program. Requiring kernel support... also, there is a total of 0 UML users which use DevFS with devfsd. Everybody uses DevFS and changes device names, and this (I guess) because the packa

Re: [uml-user] Debian image (Debian-3.0r0.ext2)

2005-02-11 Thread Blaisorblade
On Friday 11 February 2005 15:55, Barry, Christopher wrote: > devfsd is a userspace program. Requiring kernel support... also, there is a total of 0 UML users which use DevFS with devfsd. Everybody uses DevFS and changes device names, and this (I guess) because the packaged distros in most cases

Re: [uml-user] Debian image (Debian-3.0r0.ext2)

2005-02-11 Thread Patrick Scharrenberg
Hi! $ linux --showconfig | grep DEVFS CONFIG_DEVFS_FS=y # CONFIG_DEVFS_MOUNT is not set # CONFIG_DEVFS_DEBUG is not set So it seems the devfs is builtin, but it doesn't automatically mount. Are there any command line options to mount it ? (/etc/fstab doesn't do it) "devfs=mount" as kernel-par

Re: [uml-user] Debian image (Debian-3.0r0.ext2)

2005-02-11 Thread Dan Lund
Yes, it is a userspace program that the kernel is very aware of. the param CONFIG_DEVFS_MOUNT=1 needs to be set in the kernel .config and recompiled. The kernel will mount devfs at boot with this option. --Dan Lund Barry, Christopher wrote: devfsd is a userspace program. -Original Messag

RE: [uml-user] Debian image (Debian-3.0r0.ext2)

2005-02-11 Thread Barry, Christopher
devfsd is a userspace program. > -Original Message- > From: Tomasz Wegrzanowski [mailto:[EMAIL PROTECTED] > Sent: Friday, February 11, 2005 8:30 AM > To: user-mode-linux-user@lists.sourceforge.net; Vincent Guffens > Subject: Re: [uml-user] Debian image (Debian-3.0r0.ext2) > > On Fri, Fe

[uml-user] Re: UML and Mysql

2005-02-11 Thread Patrick Scharrenberg
Hi Franck! I hope you're reading this, since I haven't found your emailadress in the archives.. Have you solved your mysql-not-starting-problem on your debian-sarge-system? I have the same problem here too. I tried on a 2.6.10-{v7|v7-rc2} host and with an 2.6.10 and 2.6.9-{bs6|bs7} uml, both wit

Re: [uml-user] Debian image (Debian-3.0r0.ext2)

2005-02-11 Thread Vincent Guffens
Tomasz Wegrzanowski wrote: On Fri, Feb 11, 2005 at 02:20:04PM +0100, Vincent Guffens wrote: When I run uml I don't have devfs by default (I use Debian binaries of uml). How can I explicitely activate it ? It is an option that must be compiled in the linux executable. You can check if it it compil

Re: [uml-user] Debian image (Debian-3.0r0.ext2)

2005-02-11 Thread Tomasz Wegrzanowski
On Fri, Feb 11, 2005 at 02:20:04PM +0100, Vincent Guffens wrote: > >When I run uml I don't have devfs by default (I use Debian binaries of > >uml). > >How can I explicitely activate it ? > > It is an option that must be compiled in the linux executable. You can > check if it it compiled in yours

Re: [uml-user] Debian image (Debian-3.0r0.ext2)

2005-02-11 Thread Vincent Guffens
Tomasz Wegrzanowski wrote: On Fri, Feb 11, 2005 at 12:14:36PM +0100, Vincent Guffens wrote: The device name used in inittab and /etc/fstab only need to be consistent but both are correct, Either you use devfs and have in you fstab /dev/ubd/0 and in you inittab /dev/ttys/0 or you don't use devfs

Re: [uml-user] Debian image (Debian-3.0r0.ext2)

2005-02-11 Thread Tomasz Wegrzanowski
On Fri, Feb 11, 2005 at 12:14:36PM +0100, Vincent Guffens wrote: > The device name used in inittab and /etc/fstab only need to be > consistent but both are correct, > > Either you use devfs and have in you fstab /dev/ubd/0 and in you inittab > /dev/ttys/0 > > or you don't use devfs and you have

Re: [uml-user] Debian image (Debian-3.0r0.ext2)

2005-02-11 Thread Vincent Guffens
the devices uTomasz Wegrzanowski wrote: Some things about Debian-3.0r0.ext2: First, the /etc/fstab tries to mount /dev/ubd/0, but the correct name is /dev/ubd0. It may or may not have something to do with devfs. In either case, it needs to be corrected for the image to work right. Second, why ext2

[uml-user] COW questions

2005-02-11 Thread Fermín Galán Márquez
Hello everyone, Mounting a COW filesystem - A conventional filesystem file can be mounted, edited and unmounted between UML bootings that use it without problems. I mean something like that: mount root_fs /mnt/uml -o loop vi /mnt/uml/etc/hosts (or whatever) ... umount /mn