On Mon, May 22, 2006 at 12:30:41PM +0200, [EMAIL PROTECTED] wrote:
Ciao Gilberto,
> 
> >> It seems that the booting problems I experienced are bound to the stock
> >> Debian kernel I was using.. The same kernel that booted successfully
> with
> >> patched kernels just won't boot with the stock 2.6.8-2 kernel... this
> 
> >Can you clarify if talking about the _host_ or _guest_ kernels?
> >Which other problems are you experiencing?
> 
> I'm talking about Debian 2.6.8-2 host kernel. As I already said in the
> Mailing list it mounts the root partition and just hangs like it caught an
> illegal instruction... guess it's a "my kernel is too old" problem, 'cause
> everything runs fine with 2.6.16..
you can test the following files:

- umldev.bz2 (root's pkd d3b14n)
- 
linux-image-2.6.16-skas3-skas3-v9-pre9_2.6.16-skas3-skas3-v9-pre9-10.00.Custom_i386.deb
 (host 2.6.16 debian kernel patched skas);

available at: http://etinarcadiaego.dyndns.org/drupal/files/
(http://etinarcadiaego.dyndns.org/files/umldev.bz2 and
http://etinarcadiaego.dyndns.org/files/linux-image-2.6.16-skas3-skas3-v9-pre9_2.6.16-skas3-skas3-v9-pre9-10.00.Custom_i386.deb)

and test them with:
$ linux ubd0=umldev umid=test con0=fd:0 con=pts mem=128M eth0=tuntap,,,10.0.1.15

after configuring  /etc/network/interfaces with:

iface tap0 inet static
address 10.0.1.99
netmask 255.255.255.0
network 10.0.1.0
broadcast 10.0.1.255
pre-up tunctl -u <your-uml-user>
pre-up echo 1 > /proc/sys/net/ipv4/ip_forward
pre-up iptables -t nat -j POSTROUTING -o <your-network-interface> -j MASQUERADE

One more thing: your-uml-user must belong to uml-net group!

Cheers

SteX
-- 
Stefano Melchior, GPG key = D52DF829 - <[EMAIL PROTECTED]>
http://etinarcadiaego.dyndns.org    --     http://www.stex.name
Skype ID "stefanomelchior"

Attachment: signature.asc
Description: Digital signature

Reply via email to