Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117683373
D696.1774876690.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
943 B
Referenced Files
None
Subscribers
None
D696.1774876690.diff
View Options
diff --git a/kolabd/__init__.py.orig b/kolabd/__init__.py
--- a/kolabd/__init__.py.orig
+++ b/kolabd/__init__.py
@@ -202,6 +202,10 @@
os.close(1)
os.close(2)
+ os.open(os.devnull, os.O_RDONLY)
+ os.open(os.devnull, os.O_WRONLY)
+ os.open(os.devnull, os.O_WRONLY)
+
log.remove_stdout_handler()
self.set_signal_handlers()
self.write_pid()
diff --git a/wallace/__init__.py.orig b/wallace/__init__.py
--- a/wallace/__init__.py.orig
+++ b/wallace/__init__.py
@@ -453,6 +453,10 @@
os.close(1)
os.close(2)
+ os.open(os.devnull, os.O_RDONLY)
+ os.open(os.devnull, os.O_WRONLY)
+ os.open(os.devnull, os.O_WRONLY)
+
log.remove_stdout_handler()
self.set_signal_handlers()
self.write_pid()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 30, 1:18 PM (6 d, 18 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18810303
Default Alt Text
D696.1774876690.diff (943 B)
Attached To
Mode
D696: Fix SIGPIPE errors in wallace due to closing stderr and reusing FD2
Attached
Detach File
Event Timeline