neutron-fwaas/quantum/agent/linux
Thierry Carrez 3bbf281b15 Restore SIGPIPE default action for subprocesses
Python ignores SIGPIPE on startup, because it prefers to check every
write and raise an IOError exception rather than taking the signal. Most
Unix subprocesses don't expect to work this way. This patch (adapted
from Colin Watson's post at http://tinyurl.com/2a7mzh5) sets SIGPIPE
back to the default action for quantum.agent.linux.utils.execute,
quantum.common.utils.execute and quantum-rootwrap created subprocesses.

Fixes bug 1053364

Change-Id: Ib805f1f8846c245b75a5ea64278c840b823c1fb2
2012-10-05 07:17:14 -05:00
..
__init__.py Add common dir for shared agent code, add OVS lib. 2012-06-04 22:07:27 -07:00
dhcp.py Modified code Pyflakes warning. 2012-09-07 17:46:41 +08:00
interface.py Add a new interface driver OVSVethInterfaceDriver. 2012-09-12 02:31:24 +09:00
ip_lib.py Ensure that l3 agent does not crash on restart 2012-09-11 13:01:56 +00:00
iptables_manager.py Modified code Pyflakes warning. 2012-09-08 22:57:43 +08:00
ovs_lib.py ovs-lib: make db_get_map return empty dict on error 2012-09-18 18:36:39 -07:00
utils.py Restore SIGPIPE default action for subprocesses 2012-10-05 07:17:14 -05:00