Displaying 16 results from an estimated 16 matches for "msg00015".
Did you mean:
msg00011
2005 Feb 26
10
[Bug 2328] cygwin rsync hangs when initiated remotely after transfering some files
https://bugzilla.samba.org/show_bug.cgi?id=2328
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wayned@samba.org 2005-02-25 17:02 -------
If you could try commenting out HAVE_SOCKETPAIR from
2015 Oct 15
3
Build libguestfs error with undefined reference to `guestfs_int_init_libvirt_backend'
...make: *** [all] Error 2
I have already installed all the dependencies for the library [sudo apt-get
build-dep libguestfs] and updated my automake version to 1.13[latest for
ubuntu 12.04] as i have read on another redhat list post [this one :
https://www.redhat.com/archives/libguestfs/2014-January/msg00015.html ] but
still nothing.. I must be missing something !
I haven't done anything rather than ./configure && make
Any tips/help would be appreciated.
Stratos
2019 Mar 22
1
Re: [RFC PATCH] protocol: Add NBD_CMD_FLAG_FAST_ZERO
...and
for our purposes (optimizing qemu-img convert) it does everything we
need.
However the original proposal you put here seems reasonable. I have
only one comment about it: Should the new error (ENOTSUP) be submitted
as a separate patch to the spec?
> [1] https://lists.debian.org/nbd/2016/12/msg00015.html and following
> (doc: Propose NBD_FLAG_INIT_ZEROES extension)
>
> >
> > I will not push this without both:
> > - a positive review (for example, we may decide that burning another
> > NBD_FLAG_* is undesirable, and that we should instead have some sort
> >...
2015 Nov 03
3
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
Hello Rich,
Greetings!
It was great connecting with you and, I would like to thank you for your
time and being patient on answering all our queries.
However, referring to the link ->
http://libguestfs.org/virt-p2v.1.html#how-virt-p2v-works we have a
ambiguity -> i.e. under the section "GUI INTERACTIVE CONFIGURATION" we have
"When you start virt-p2v, you'll see a
2018 Dec 03
4
[supermin PATCH v2 0/3] Better handle no config files
This is a "merge" of two previous series:
https://www.redhat.com/archives/libguestfs/2018-December/msg00015.html
https://www.redhat.com/archives/libguestfs/2018-December/msg00020.html
The goal is to handle better situations like:
- empty file in the appliance directory
- no config files available in the packages to include in an appliance
Compared to the two series, the changes are:
- patch #1 has a me...
2015 Oct 15
0
Re: Build libguestfs error with undefined reference to `guestfs_int_init_libvirt_backend'
...>
> I have already installed all the dependencies for the library [sudo apt-get
> build-dep libguestfs] and updated my automake version to 1.13[latest for
> ubuntu 12.04] as i have read on another redhat list post [this one :
> https://www.redhat.com/archives/libguestfs/2014-January/msg00015.html ] but
> still nothing.. I must be missing something !
>
> I haven't done anything rather than ./configure && make
Yup, this is actually a bug in the library.
I'm guessing you have libvirt-dev installed, but it is some ancient
version (less than 0.10.2 specifically)....
2015 Nov 04
2
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
Hi Richard,
Thanks for your response,
We have followed the steps mentioned in
https://www.redhat.com/archives/libguestfs/2015-November/msg00015.html
Now we are able to connect the V2V Conversion Server from Physical server
after booting from livecd.
Once ssh connection established, "Start Conversion" opens up another UI
which has necessary info. of hardware (eg. CPU, RAM, HDD Capacity, No. of
NICs etc..)
After starting conve...
2013 Jan 21
3
Having trouble updating glibc on Centos 6.3
rpm -q glibc
gives me:
glibc-2.12-1.80.el6_3.6.x86_64
However I need glibc-2.15
If I do
yum update glibc
I get:
No packages marked for Update
Any help would be greatly appreciated.
2003 Aug 18
2
another seriously corrupt ext3 -- pesky journal
...y did something evil to my ext3 file system (box
running RH9+patches, ext3, /dev/md0, raid5 driver, 400GB f/s using 3x200GB
IDE drives and one hot-spare). The f/s got corrupt badly and the symptoms
are very similar to what Eddy described here:
https://www.redhat.com/archives/ext3-users/2003-July/msg00015.html
That is, nearly everything I try results in and error such as
"Invalid argument while checking ext3 journal for /dev/md0"
Ted answered here:
https://www.redhat.com/archives/ext3-users/2003-July/msg00035.html
and suggested the last ditch approach using mke2fs -S to reinitialize...
2015 Nov 03
0
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
..."GUI INTERACTIVE CONFIGURATION" we have
> "When you start virt-p2v, you'll see a graphical configuration dialog that
> walks you through connection to the conversion server,"
Have a look at what I wrote here:
https://www.redhat.com/archives/libguestfs/2015-November/msg00015.html
which will show you how you can diagnose the real problem.
> As of now we are using *virt-manager* to get this GUI INTERACTIVE
> CONFIGURATION as we are not sure if this is the correct way of invoking GUI,
While you can use virt-manager for testing things, that's not the
correct w...
2019 Mar 22
0
Re: [RFC PATCH] protocol: Add NBD_CMD_FLAG_FAST_ZERO
...gh I may _also_ try to
revive proposed documentation and a reference implementation of that
optimization as well (as qemu-img convert can completely skip the
zeroing, whether the bulk wipe or per-hole writing, when it knows the
destination is already zero).
[1] https://lists.debian.org/nbd/2016/12/msg00015.html and following
(doc: Propose NBD_FLAG_INIT_ZEROES extension)
>
> I will not push this without both:
> - a positive review (for example, we may decide that burning another
> NBD_FLAG_* is undesirable, and that we should instead have some sort
> of NBD_OPT_ handshake for determin...
2017 Feb 07
1
Re: [PATCH v2 1/7] mllib: factorize code to add Checksum.get_checksum function
On Tue, Feb 07, 2017 at 04:14:16PM +0100, Cédric Bosdonnat wrote:
> Getting checksum involves the same code than verifying them. Create
> a get_checksum function and use it in verify_checksum.
> ---
> mllib/checksums.ml | 25 ++++++++++++++++---------
> mllib/checksums.mli | 9 +++++++++
> 2 files changed, 25 insertions(+), 9 deletions(-)
>
> diff --git
2018 Jun 06
2
[PATCH v2] v2v: -o rhv-upload: Log full imageio response on failure.
v1 was here:
https://www.redhat.com/archives/libguestfs/2018-June/msg00015.html
v2 fixes all the issues raised in Nir's review. I tested it against
ovirt-engine-4.2.4.1-1.el7.noarch and it works, although I wasn't
easily able to trigger the error path so that code is not really
tested (except for syntax checking).
Rich.
2019 Mar 22
6
[RFC PATCH] protocol: Add NBD_CMD_FLAG_FAST_ZERO
While it may be counterintuitive at first, the introduction of
NBD_CMD_WRITE_ZEROES and NBD_CMD_BLOCK_STATUS has caused a performance
regression in qemu [1], when copying a sparse file. When the
destination file must contain the same contents as the source, but it
is not known in advance whether the destination started life with all
zero content, then there are cases where it is faster to request
2020 Mar 04
2
[PATCH nbdkit v2] New filter: limit: Limit number of clients that can connect.
This is a second version of the limit filter. v1 was posted here:
https://www.redhat.com/archives/libguestfs/2020-March/msg00015.html
I didn't bother to repost the other three patches because they are the
same.
The difference is this version of the filter takes security more
seriously. It shouldn't be possible for malicious clients to connect
more than limit=N times to the plugin now, which should be the main
"...
2020 Oct 03
7
[PATCH nbdkit v2 0/3] ip: Add filtering by process ID, user ID and group ID.
This is just a simple update to:
https://www.redhat.com/archives/libguestfs/2020-October/msg00015.html
rebased on top of current nbdkit master because I pushed a few simple
refactorings.
Rich.