diff options
-rw-r--r-- | fish/guestfish.pod | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 74d222f8..5b641ead 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -973,6 +973,17 @@ user ID of the process, and C<$PID> is the process ID of the server. Guestfish client and server versions must match exactly. +=head2 REMOTE CONTROL RUN COMMAND HANGING + +Using the C<run> (or C<launch>) command remotely in a command +substitution context hangs, ie. don't do (note the backquotes): + + a=`guestfish --remote run` + +Since the C<run> command produces no output on stdout, this is not +useful anyway. For further information see +L<https://bugzilla.redhat.com/show_bug.cgi?id=592910>. + =head1 PREPARED DISK IMAGES Use the I<-N type> or I<--new type> parameter to select one of a set |