Re: [uml-user] GDB and uml_net issues

2009-05-27 Thread Antoine Nguyen
This is a good suggestion, it solved my problem. I was so focused on this error that I didn't think about this simple solution ^^ Thanks David! David Francisco Rodriguez Perez a écrit : > Antoine > > I had same issue before. using gdb 6.3 under x86_64 it was working > okay. Then I jumped to g

Re: [uml-user] GDB and uml_net issues

2009-05-26 Thread David Francisco Rodriguez Perez
Antoine I had same issue before. using gdb 6.3 under x86_64 it was working okay. Then I jumped to gdb 6.5 under i686 and it worked fine only if I ran as user root. Now with gdb 6.8 I can not do that. It looks the gdb people has closed the door to debug setuid programs. So the suggestion is to allo

[uml-user] GDB and uml_net issues

2009-05-26 Thread Antoine Nguyen
Hi all, I'm using a recent kernel (2.6.29.2, compiled by myself) for debugging purposes. When I launch the guest inside gdb, all is going well until network configuration. At the moment uml_net is called, I see a "Permission denied" error inside GDB, which does not appear when I launch the gue