Displaying 8 results from an estimated 8 matches for "msg00033".
Did you mean:
msg00038
2016 Oct 07
2
Permission denied for volume create in raw format
Hi,
I'm facing similar problem to described here:
https://www.redhat.com/archives/libvirt-users/2016-February/msg00033.html
I got Libvirt pool mounted over netfs and I'm trying to create new volume,
with pool.createXML. When format is qcow2, everything works fine.
Unfortunately, for raw images libvirt raises error Permission denied. Whole
pool is owned by root. Libvirt starts as root user too.
I've tried t...
2016 Oct 07
0
Re: Permission denied for volume create in raw format
On Fri, Oct 07, 2016 at 12:02:48PM +0200, Maciej Nabożny wrote:
>Hi,
>I'm facing similar problem to described here:
>https://www.redhat.com/archives/libvirt-users/2016-February/msg00033.html
>I got Libvirt pool mounted over netfs and I'm trying to create new volume,
>with pool.createXML. When format is qcow2, everything works fine.
>Unfortunately, for raw images libvirt raises error Permission denied. Whole
>pool is owned by root. Libvirt starts as root user too.
&...
2007 Nov 12
2
login_process_size too small on x86_64 Fedora/RHEL
...stand it, there's an intersegment gap between read-only/executable
and writable segments of shared libs. That's probably a security feature or
something.
I found a similar issue here[1], if anyone wants a comment from someone who
understands it.
[1] http://gcc.gnu.org/ml/libstdc++/2006-12/msg00033.html
Shall we just increase login_process_size or make it arch-dependent or
something?
Regards,
--
Tomas Janousek, SW Engineer, Red Hat, Inc.
2010 Jul 12
0
[ANNOUNCE] Stable releases 1.4.1 and 1.2.10, and a note about versions and Fedora releases
....x
RHEL 5.5 with RHEV-M subscription
1.2.7 + backported fixes and features needed for V2V
Link to latest public builds:
http://koji.fedoraproject.org/koji/packageinfo?packageID=8391
Rich.
[1] Announcement of 1.4.0 release:
https://www.redhat.com/archives/libguestfs/2010-July/msg00033.html
--
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://et.redhat.com/~rjones/libguestfs/
See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.h...
2014 Nov 17
0
Re: Problem with the use of domfsfreeze mountpoint option
As stated in the below link from libvirt-list,
https://www.redhat.com/archives/libvir-list/2014-May/msg00033.html
> OpenStack cinder provides these storages' snapshot feature, but it cannot
> quiesce the guest filesystems automatically for now.
>
>
This patchset adds virDomainFSFreeze()/virDomainFSThaw() APIs and virsh
> domfsfreeze/domfsthaw commands to enable the users to freeze and...
2014 Nov 14
2
Re: Problem with the use of domfsfreeze mountpoint option
On 11/12/14 22:17, Eric Blake wrote:
> On 11/12/2014 10:24 AM, Michal Privoznik wrote:
...
>> Although, I see a way that we could get something reasonable here. If
>> qemu would tell us whenever somebody (dis-)connects (from)to the virtio
>> channel. That way we could query the qemu-ga capabilities and make good
>> decisions. And whenever we see a disconnect, we may
2020 Aug 02
2
[nbdkit] Failure in test-retry-size.sh
This happened on s390 in Koji, once. The key lines from the
log are:
+ start_t=0
nbdkit: sh[1]: debug: retry 1: waiting 1 seconds before retrying
nbdkit: sh[1]: debug: retry 1: waiting 1 seconds before retrying
+ end_t=1
Somehow nbdkit did wait 2 seconds (or at least, nbdkit_nanosleep (1, 0)
was called twice by the retry filter). But in the bash script, time
(as measured by $SECONDS) advanced
2019 Mar 12
2
[PATCH nbdkit] server: Implement extents/can_extents calls for plugins and filters.
Second version based on nbdkit_extent* calls, as discussed here:
https://www.redhat.com/archives/libguestfs/2019-March/msg00033.html
Note in particular there is some subtlety about how filters would work
in this implementation. See docs/nbdkit-filter.pod for the details.
Rich.