Hi Alexander, 2008/12/22 Alexander Inyukhin <shur...@sectorb.msk.ru>:
> I'm trying to setup interface using ifup tool. > "up" section of config file contains the only one line: > program "ifup -v %%=imec" wait; > > This command is failed to run from vtund but runs > successfully when started manually with appropriate > substitution. > I think this problem could be related to ignored and inherited SIGCHLD. > The patch is in the attachment. It works for me. This looks strange, for two reasons: the signal 47 named there is not SIGCHLD, and the parent process ignoring SIGCHLD should make no change for the children; and also if the problem were SIGCHLD that would also cause problems with any subprocess being called in "up"... I'll write upstream to see what they think -- Martín Ferrari -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org