[uml-user] understanding child process

2017-04-29 Thread Lakshmipathi.G
Hi, When I launch single UML instance as: ./kernel64-4.3.5 ubda="cow,./CentOS6.x-AMD64-root_fs" mem=512m umid="uml" I see quite few child process with pstree: ───kernel64-4.3.5(4084)─┬─kernel64-4.3.5(4089) │ │ ├─kernel64-4.3.5(4090) │ │ ├─kernel64-4.3.5(4091) │ │

Re: [uml-user] understanding child process

2017-04-29 Thread Lakshmipathi.G
Hi Russ, Thanks for the response. I tried with Slackware root file system with same kernel, now it doesn't spawn as many child process. Its possibly related to root file system i guess (may be something like getty process?). Cheers. On 4/30/17, Russell Lewis wrote: > I'm certainly no UML expert