summarylogtreecommitdiffstats
path: root/pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch')
-rw-r--r--pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch b/pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch
new file mode 100644
index 000000000000..e1fca28b5488
--- /dev/null
+++ b/pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch
@@ -0,0 +1,6 @@
+--- psshlib/manager.py.orig 2012-02-02 17:13:09.000000000 +0100
++++ psshlib/manager.py 2016-01-17 11:52:13.764088460 +0100
+@@ -4,0 +5 @@
++import fcntl
+@@ -211,0 +213 @@
++ fcntl.fcntl(wakeup_writefd, fcntl.F_SETFL, os.O_NONBLOCK)