search for: l270

Displaying 3 results from an estimated 3 matches for "l270".

Did you mean: 270
2007 Dec 13
1
Merb::RenderMixin#set_status refers to non-existent RESPONSE_CODES constant
#set_status http://merb.devjavu.com/browser/trunk/lib/merb/mixins/render.rb#L270 refers to a non-existent constant. I tried, while creating #359, to make things OK, but I failed. I started by using STATUS_CODES instead, then used #[] instead of calling a method named STATUS_CODES, then I found out that during the call to #inherited http://merb.devjavu.com/browser/trunk/l...
2014 Feb 04
2
progress output during guestfish sh commands
Is there any way to flush the output of a long running 'guestfish sh cmd.sh' call? It seems to me that output is only shown once cmd.sh has finished. I already split cmd.sh into smaller pieces to see overall progress. But output from a verbose, long running single command within cmd.sh is not shown. Olaf
2014 Feb 04
0
Re: progress output during guestfish sh commands
...nously: https://github.com/libguestfs/libguestfs/blob/master/src/conn-socket.c#L301 However the command output (both stdout & stderr) is captured into a string buffer in the daemon, so it does not appear in verbose output: https://github.com/libguestfs/libguestfs/blob/master/daemon/command.c#L270 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org