[uml-user] gdb w/guest linux 2.6.11

2005-04-29 Thread Garth Goodson
Hi, I'm running a guest Linux 2.6.11 w/uml-2.6.11-bb2 (compiled on 32bit platform) on an AMD 64bit SMP host (2.6.9 unmodified -- no SKAS support) running RedHat FC3. I'm using a 32bit compiled gdb and have the following problem. I'm having trouble stepping through code after a breakpoint. I hit

Re: [uml-user] sshd again...

2005-04-29 Thread Richard Timsit
On Fri, 2005-04-29 at 22:40, Blaisorblade wrote: > On Wednesday 27 April 2005 20:09, Richard Timsit wrote: > > Hi, > > * with 2.6.10-1.14_FC2custom-skas3-v8-rc2 (Fedora core 2) > > * with uml 2.6.9-bb4 (rh9) > > * with this line in /etc/fstab: > > devpts/dev/pts devpts gid=5

[uml-user] Threads creation in uml

2005-04-29 Thread Suresh
Hi I am running uml with smp support. I created 4 threads through kernel_thread. I want to run the each thread on a different particular processor. I have in the thread I have set currnet->cpus_allowed = to the cpu on which it is allowed. Some how I seem to run only on cpu1. Kindly tell me why is