All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] uml_net zombie processes
@ 2015-07-13 13:41 Thomas Meyer
  2015-07-13 13:52 ` Richard Weinberger
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Meyer @ 2015-07-13 13:41 UTC (permalink / raw)
  To: user-mode-linux-devel@lists.sourceforge.net

Hi,

The uml_net network setup "fails" on my computer with:

[   15.930000] helper_wait : waitpid process 11673 failed, errno = 10
[   15.930000] * modprobe tun
               * ifconfig tap0 192.168.10.1 netmask 255.255.255.255 up
               * bash -c echo 1 > /proc/sys/net/ipv4/ip_forward
[   20.480000] helper_wait : waitpid process 11780 failed, errno = 10
[   20.480000] * route add -host 192.168.10.2 dev tap0
               * bash -c echo 1 >
/proc/sys/net/ipv4/conf/tap0/proxy_arp

because I run uml linux as a normal user and I guess these commands
fail, because of insufficient rights:
bash -c echo 1 > /proc/sys/net/ipv4/ip_forward
bash -c echo 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp

But this failure is okay for me, as firewalld, sets above options
correctly on my host computer.

The problem I see is that UML list two zombie processes:
  11780 root       20   0     0     0     0 Z  0.0  0.0  0:00.00 15:34 │  │     ├─ uml_net
  11673 root       20   0     0     0     0 Z  0.0  0.0  0:00.00 15:34 │  │     ├─ uml_net

UML seems to never reap those two processes, likely because of errno=10 exit code.

any idea how to fix this?

with kind regards
thomas


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-08-09 18:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13 13:41 [uml-devel] uml_net zombie processes Thomas Meyer
2015-07-13 13:52 ` Richard Weinberger
2015-07-13 13:58   ` Thomas Meyer
2015-07-13 14:00     ` Richard Weinberger
2015-07-13 14:24       ` Thomas Meyer
2015-07-13 14:41         ` Richard Weinberger
2015-07-13 15:08           ` Thomas Meyer
2015-07-13 15:11             ` Richard Weinberger
2015-07-13 15:12               ` Thomas Meyer
2015-07-15 10:12                 ` Richard Weinberger
2015-07-15 13:58                   ` Thomas Meyer
2015-08-09 17:57                     ` Richard Weinberger
2015-08-09 18:22                       ` Thomas Meyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.