search for: msg00147

Displaying 6 results from an estimated 6 matches for "msg00147".

Did you mean: msg00117
2010 Mar 31
2
RHEL 5.5 released
Hello list, "[rhelv5-list] Red Hat Enterprise Linux 5.5 GA Announcement": https://www.redhat.com/archives/rhelv5-list/2010-March/msg00147.html And: http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Release_Notes/ And yes, CentOS team does know about this, and is working on CentOS 5.5. Please be patient :) -- Pasi
2019 Nov 21
2
Re: Dealing with ImageIO problems
...rrors are recoverable. Also the client does not send us any > error indication when it disconnects. > > The answer is probably to wrap every method in a big try...except > which sets the failed flag in the handle. Implemented in https://www.redhat.com/archives/libguestfs/2019-November/msg00147.html This works with current plugin, and can be backported to downstream if needed. However it makes it harder to write plugins in python. The basic idea is that not handling an error in python will crash with a traceback *without* having to do anything. It would be best if the python plugin ensu...
2007 Apr 10
9
Xen and ACPI Sleep
Hi, I am currently testing Xen on my laptop and was wondering if there was any way to enable ACPI sleep so that I can resume sessions when I''m on the go. Is this possible? If so, could you please highlight how to achieve this? Thank you. -- Mathew Brown mathewbrown@fastmail.fm -- http://www.fastmail.fm - Access all of your messages and folders
2018 Nov 14
3
[PATCH nbdkit v2 0/2] build: Replace ./nbdkit with a C program.
v1 was here: https://www.redhat.com/archives/libguestfs/2018-November/msg00147.html v2: - Use stdbool for booleans. - Use __attribute__((format(printf))). - Don't abort on invalid options, exit with failure instead. - Preserve long/short option choices in the output. - Add '=' in long option output, ie. always use --longopt=arg. - Add "--" p...
2019 Nov 19
4
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
On Tue, Nov 19, 2019 at 04:14:45PM +0200, Nir Soffer wrote: >On Tue, Nov 19, 2019 at 3:36 PM Martin Kletzander <mkletzan@redhat.com> >wrote: > >> On Tue, Nov 19, 2019 at 01:48:31PM +0100, Martin Kletzander wrote: >> >On Tue, Nov 19, 2019 at 02:24:11PM +0200, Nir Soffer wrote: >> >>On Tue, Nov 19, 2019 at 2:16 PM Martin Kletzander
2018 Nov 14
5
[PATCH nbdkit v3 0/4] build: Replace ./nbdkit with a C program.
v1 was here: https://www.redhat.com/archives/libguestfs/2018-November/msg00147.html v2 was here: https://www.redhat.com/archives/libguestfs/2018-November/msg00152.html v3: - Use optarg != NULL as a sentinel for has_arg. - Moved some variable decls into the inner loop. - Make nbdkit wrapper depend on config.status, so if srcdir or builddir changes then we rebuild th...