summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-09-23 13:01:39 -0400
committerJoey Hess2015-09-23 13:01:39 -0400
commit163f84805eaf548020b88d65586979650c6a4795 (patch)
tree43f1da21964667b7e12b751fbb862c8f79302664
parenta9726c49c899c9d3b0a733844627b2760503d848 (diff)
comment
-rw-r--r--doc/forum/Shared_connection_to_xxx_closed./comment_7_dbf3e1aab2a21b796992d959a82b9fc2._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/Shared_connection_to_xxx_closed./comment_7_dbf3e1aab2a21b796992d959a82b9fc2._comment b/doc/forum/Shared_connection_to_xxx_closed./comment_7_dbf3e1aab2a21b796992d959a82b9fc2._comment
new file mode 100644
index 00000000..eb951ca6
--- /dev/null
+++ b/doc/forum/Shared_connection_to_xxx_closed./comment_7_dbf3e1aab2a21b796992d959a82b9fc2._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 7"""
+ date="2015-09-23T16:52:12Z"
+ content="""
+Ah, that makes much more sense; rather than a strange ssh problem,
+propellor is apparently exiting 0 w/o doing anything when run
+with `./propellor --continue 'SimpleRun "xxx"'` or something close to that.
+
+So, this might have to do with the old propellor not supporting SimpleRun,
+which was added back in 0.4.0.
+
+Or, more likely, it's broken in some way that makes it not do anything when
+asked to so a SimpleRun for a particular host.
+
+You can probably try running the old propellor with that SimpleRun parameter and
+the command line and get a better feel for what it's doing, and if desired,
+bisect or otherwise instrument the program to see why it behaved this way.
+"""]]