Re: [uml-user] Networking umls

2004-12-13 Thread Vincent Guffens
alex katebi wrote: Hello Everyone, I am developing an ip router that will run on a uml. Each uml could have many ethernet interfaces. Hi, You might want to look at the VNUML project: http://usermodelinux.org/modules.php?name=News&file=article&sid=150 --

Re: [uml-user] Increase no. of Telnet connection on UML

2005-02-10 Thread Vincent Guffens
by the number of console you have defined in your inittab file. Look for these entries in /etc/inittab 1:2345:respawn:/sbin/getty 38400 ttys/0 You probably have only 3 like these, regards, -- Vincent Guffens PhD Student UCL/CESAME

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

2005-02-11 Thread Vincent Guffens
or you don't use devfs and you have /dev/ubd0 and /dev/tty0. In that case you start uml with linux ubd0=Debian-3.0r0 devfs=nomount The filesystem is probably ext2 because this is the default install for that debian release ? --

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'

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

Re: [uml-user] problems with making UML linux binary

2005-02-15 Thread Vincent Guffens
h products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click ___ User-mode-linux-user mailing list User-mode-linux-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-li

Re: cont.. [uml-user] problems with making UML linux binary

2005-02-15 Thread Vincent Guffens
o -lc -L/usr/lib ld: cannot find -lc " (...) perhaps there is another reason? Thank you for your help, Adam Vincent Guffens <[EMAIL PROTECTED]> : Hi, I don\\\'t know what is the clean way to fix it, but I was able to compile 2.4.24 with gcc-3.4.2 wich gives the same error. The

Re: [uml-user] SMP query

2005-04-26 Thread Vincent Guffens
/ads.osdn.com/?ad_id=6595&alloc_id=14396&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 --

Re: [uml-user] SMP query

2005-04-26 Thread Vincent Guffens
Maybe thinks have changed since I tried. This was with 2.4.24-um1 in tt mode. However, I don't know if softirq and tasklet may run only on processor 0 as interrupts do. Can't these be schedulled on another processor ? Cheers, --

Re: [uml-user] segmantation fault

2005-09-28 Thread Vincent Guffens
de-linux-user mailing list > User-mode-linux-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user -- Vincent Guffens UCL/CESAME +32 10 47 80 30 Euler Building A017 --

Re: [uml-user] segmantation fault

2005-10-02 Thread Vincent Guffens
; This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, > discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______ > User-mode-linux-user mailing list > User-mode-linux-user@lists.s

Re: [uml-user] segmantation fault

2005-10-05 Thread Vincent guffens
cheikhrouhou wrote: Hello, i compiled a 2.4.24 kernel with gcc.3.3.3 (which i was installed because the gcc-4.0 which comes with FC4 don't compile well uml kernel) and he generates this message : gcc -Wl,-T,arch/um/link.ld -static -Wl,--wrap,malloc -Wl,--wrap,free -Wl,--wrap,calloc \

Re: [uml-user] segmantation fault

2005-10-11 Thread Vincent Guffens
On Fri, 7 Oct 2005 18:00:20 +0200, Blaisorblade wrote > On Wednesday 05 October 2005 10:04, Vincent guffens wrote: > > cheikhrouhou wrote: > > > Hello, > > > > > > i compiled a 2.4.24 kernel with gcc.3.3.3 (which i was installed because > > > the gcc-4.

Re: [uml-user] guest with usb on a 2.6.x host

2005-10-19 Thread Vincent guffens
[...] And aparently I can't use a kernel prior to 2.4.2x on a 2.6.x host. I f..ed up, am I? If you want to run a not so recent 2.4 guest on a 2.6 host you have to apply a very small patch. The patch is as follows, it does not apply properly, but it is easy enough to apply by hand --- 1.

Re: [uml-user] Setting up an virtual wireless network

2006-01-27 Thread vincent guffens
, -- Jaideep Dhok Hi, i have worked on wireless network emulator which uses a virtualized wireless driver and UML. Virtual guests may be split between multiple hosts. You may have a look there : http://www.inma.ucl.ac.be/~guffens/uml-wifi/index.html -- Vincent Guffens