search for: msg00041

Displaying 8 results from an estimated 8 matches for "msg00041".

Did you mean: msg00011
2010 May 20
1
[PATCH ubuntu repost] Ubuntu: Use apt-get instead of aptitude when installing guestfsd.
Previously posted here: http://www.redhat.com/archives/libguestfs/2009-December/msg00041.html I can't get aptitude to work under debirf (not on Ubuntu anyway), so using apt-get is necessary for me. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual m...
2020 Jul 09
2
[nbdkit PATCH] filters: Improve docs on .prepare prerequisites
...is called before client negotiation has completed, filters have an additional burden to ensure prerequisite functions are called in order to avoid triggering assertions in backend.c. See also: https://bugzilla.redhat.com/show_bug.cgi?id=1855330, https://www.redhat.com/archives/libguestfs/2020-July/msg00041.html Signed-off-by: Eric Blake <eblake@redhat.com> --- docs/nbdkit-filter.pod | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/nbdkit-filter.pod b/docs/nbdkit-filter.pod index acac3e50..3d201309 100644 --- a/docs/nbdkit-filter.pod +++ b/docs/nbdki...
2006 Jul 14
2
browser connection issue to http://localhost:3000/ on XP ?
http://www.ruby-forum.com/topic/73035#new Hi, I think I have network issue on my XP PC here trying to run up InstantRails and using it. I create an application and run up the server "ruby scripts/server" and it runs up, but then when I try to browse to it the browser just sits and spins and doesn''t connect :( Note that I posted this at
2020 Jul 09
1
Re: [nbdkit PATCH] filters: Improve docs on .prepare prerequisites
...leted, >> filters have an additional burden to ensure prerequisite functions are >> called in order to avoid triggering assertions in backend.c. >> >> See also: https://bugzilla.redhat.com/show_bug.cgi?id=1855330, >> https://www.redhat.com/archives/libguestfs/2020-July/msg00041.html >> >> Signed-off-by: Eric Blake <eblake@redhat.com> >> --- >> docs/nbdkit-filter.pod | 18 ++++++++++++------ >> 1 file changed, 12 insertions(+), 6 deletions(-) >> >> diff --git a/docs/nbdkit-filter.pod b/docs/nbdkit-filter.pod >> index...
2020 Jul 09
0
Re: [nbdkit PATCH] filters: Improve docs on .prepare prerequisites
...egotiation has completed, > filters have an additional burden to ensure prerequisite functions are > called in order to avoid triggering assertions in backend.c. > > See also: https://bugzilla.redhat.com/show_bug.cgi?id=1855330, > https://www.redhat.com/archives/libguestfs/2020-July/msg00041.html > > Signed-off-by: Eric Blake <eblake@redhat.com> > --- > docs/nbdkit-filter.pod | 18 ++++++++++++------ > 1 file changed, 12 insertions(+), 6 deletions(-) > > diff --git a/docs/nbdkit-filter.pod b/docs/nbdkit-filter.pod > index acac3e50..3d201309 100644 >...
2008 Aug 22
2
namespaces...
Hi, I am new to dovecot and I am a bit confused with how namespaces/prefixes/separators are handled by the clients and dovecot... I tried to understand the desciption from the conf file but without success. With each conf I create the following path /f1/f2 on the client (thunderbird) and get the following on the dovecot server: PREFIX= and separator=/ => .INBOX.f1.f2 + .INBOXTrash
2006 Jul 14
5
browser connection issue to http://localhost:3000/ on XP ?
Hi, I think I have network issue on my XP PC here trying to run up InstantRails and using it. I create an application and run up the server "ruby scripts/server" and it runs up, but then when I try to browse to it the browser just sits and spins and doesn''t connect :( * I''ve tried: localhost:3000, 127.0.0.0:3000, 127.0.0.1:3000 + the IP address that
2018 Aug 18
7
[PATCH v3 0/4] file: Zero for block devices and older file systems
...pilation: https://www.redhat.com/archives/libguestfs/2018-August/msg00116.html I tested with FreeBSD 11.0 and 10.3 and there is no issue. I also look at NetBSD and OpenBSD source, and in alll ioctl() is defined in ioctl.h. v2 was here: https://www.redhat.com/archives/libguestfs/2018-August/msg00041.html Nir Soffer (4): file: Avoid unsupported fallocate() calls file: Support zero without ZERO_RANGE common: Add isaligned helper module file: Zero for block devices on old kernels common/include/isaligned.h | 51 +++++++++++ plugins/file/Makefile.am | 3 +- plugins/file/file.c...