Re: [uml-user] Problem with setting up debug environment

2010-08-30 Thread David Francisco Rodriguez Perez
What happen when you run it in the default console you are working? r ubd0=../linux_fs.ext3 ubd1=../swap_file mem=128M umid=vm001 eth0=tuntap,tap0 One thing is that UML uses uml_net to setup the tuntap interfaces. It is a setuid program. Now gdb does not get the setuid priviledges so the tuntap

[uml-user] Problem with setting up debug environment

2010-08-28 Thread Paweł Rusak
Hello all UML users, I've using UML kernel to debug kernel module that I'm developing. I'm new to kernel programming but I found this tutorial ( http://www.ime.usp.br/~baroni/docs/uml-en.html ) and I tried to follow it up to setup my debug env