[uml-user] ubd with filesystem

2005-11-02 Thread Francisco Reyes
I have a problem with the theory of ubd I have run 2 machine virtual this way virtual machine 1 pwd of host machine /uml/enrique ./linux ubd0=root_fs.luis ubd1=swap_fs mem=128M eth0=tuntap,,,192.168.0.1 virtual machine 2 pwd of host machine ./linux ubd0=root_fs.luis ubd1=swap_fs mem=128M eth0

Re: [uml-user] linux is stuck

2005-11-02 Thread Hayim Shaul
I saw the problem recurring. Surprisingly when I changed the location of the linux exceutable it ran as expected. under /bin/linux it froze, but under /usr/bin/linux it ran OK. Also when I tried to `strace -f /usr/bin/linux` it froze as well. I checked the starce output. From what I gathere

Re: [uml-user] cannot set up thread-local storage

2005-11-02 Thread Blaisorblade
On Wednesday 02 November 2005 23:41, Tassilo Horn wrote: > Blaisorblade wrote: > > It's a FAQ, your /etc/inittab uses DevFS names, while it should be > > updated to normal ones. I.e. vc/0 or ttys/0 rather than tty0, and so > > on. At least, this is the normal thing. > Does this apply to udev-enable

Re: [uml-user] cannot set up thread-local storage

2005-11-02 Thread Tassilo Horn
Blaisorblade wrote: > It's a FAQ, your /etc/inittab uses DevFS names, while it should be > updated to normal ones. I.e. vc/0 or ttys/0 rather than tty0, and so > on. At least, this is the normal thing. Does this apply to udev-enabled systems (host and guest), too? After I've changed my inittab f

[uml-user] Segfaults after upgrading Debian

2005-11-02 Thread Jurgen Defurne
Hello, I have tested the following kernels : 2.6.12.3 2.6.12.6 2.6.13.4 and I get the same problems : a kernel panic, this is my output : Serial line 0 assigned device '/dev/ptyp1' Kernel panic - not syncing: Segfault with no mm EIP: 0023:[] CPU: 0 Not tainted ESP: 002b:a0367a74 EFLAGS: 000102

Re: [uml-user] cannot set up thread-local storage

2005-11-02 Thread Blaisorblade
On Wednesday 02 November 2005 09:02, Tassilo Horn wrote: > Hi, > > when I want to start uml I get: > > NET: Registered protocol family 1 > Initialized stdio console driver > Console initialized on /dev/tty0 > ubda: unknown partition table > VFS: Mounted root (ext2 filesystem) readonly. > cannot se

Re: [uml-user] cannot set up thread-local storage

2005-11-02 Thread Blaisorblade
On Wednesday 02 November 2005 16:37, Tassilo Horn wrote: > Hi Joel, > > thanks for your reply. In the meantime I recompiled my guest's glibc > with linuxthreads support. Now booting uml nearly works, all init > scripts are executed but I don't reach a login prompt: > > * Cleaning /var/lib/net-scri

Re: [uml-user] cannot set up thread-local storage

2005-11-02 Thread Tassilo Horn
Hi Joel, thanks for your reply. In the meantime I recompiled my guest's glibc with linuxthreads support. Now booting uml nearly works, all init scripts are executed but I don't reach a login prompt: * Cleaning /var/lib/net-scripts/state ...[ ok ] * Cleaning /var/lock,

Re: [uml-user] cannot set up thread-local storage

2005-11-02 Thread Joel Palmius
For me it worked to build the guest system from scratch as long as glibc was built with "--without-tls". I don't think you need to rebuild the host. I've built a root_fs for i686, based on gentoo, with tls disabled. Works for me. If you're interested it's at http://gathering.itm.mh.se/~joe

[uml-user] cannot set up thread-local storage

2005-11-02 Thread Tassilo Horn
Hi, when I want to start uml I get: NET: Registered protocol family 1 Initialized stdio console driver Console initialized on /dev/tty0 ubda: unknown partition table VFS: Mounted root (ext2 filesystem) readonly. cannot set up thread-local storage: set_thread_area failed when setting up thread-lo