Displaying 6 results from an estimated 6 matches for "virrunwithhook".
2011 Apr 04
0
iptables errors with guest
Hi,
I've just set up a fedora14 guest on a fedora14 server, and just
noticed the following in messages:
Apr 4 16:29:50 fc14 libvirtd: 16:29:50.767: error :
virRunWithHook:857 : internal error '/sbin/iptables --table mangle
--delete POSTROUTING --out-interface virbr0 --protocol udp
--destination-port 68 --jump CHECKSUM --checksum-fill' exited with
non-zero status 2 and signal 0: iptables v1.4.9: unknown option
`--checksum-fill'#012Try `iptables -h' or...
2010 May 31
1
Working example of logical storage pool and volume creation?
...d path 'libvirt_lvm/volume1': No such file or directory
Looking in the libvirtd logs for this last attempt, the volume was
actually successfully created. But libvirtd then checks for it's
presence (wrongly!), doesn't find it, and then lvremove's it:
03:01:24.000: debug : virRunWithHook:832 : /sbin/lvcreate --name
volume1 -L 8388608K libvirt_lvm
...
03:01:24.223: debug : virRunWithHook:848 : Command stdout: Logical
volume "volume1" created
...
03:01:24.223: error : virStorageBackendLogicalCreateVol:616 : cannot
read path 'libvirt_lvm/volume1': No...
2010 May 28
2
Cannot create qcow2 images with libvirt 0.8.1
...<mode>0744</mode>
</permissions>
</target>
</volume>
yields the error "Cannot run /usr/bin/qemu-img to create /data/testserverb-
data.img: Invalid argument"
In /var/log/messages on the qemu host I can find the following snippet after
that:
error : virRunWithHook:933 : internal error '/usr/bin/qemu-img create -f qcow2
/data/testserverb-data.img 0K' exited with non-zero status 1 and signal 0:
qemu-img: Image creation needs a size parameter#012
error : virStorageBackendCreateExecCommand:537 : Cannot run /usr/bin/qemu-img
to create /data/testserverb...
2010 Nov 02
1
Libvirt and LXC
...tainerStart:848 : Enable network namespaces
03:07:23.718: debug : lxcContainerStart:854 : clone() completed, new
container PID is -1
03:07:23.718: error : lxcContainerStart:858 : Failed to run clone
container: Invalid argument
03:07:23.718: debug : vethDelete:141 : veth: veth1
03:07:23.718: debug : virRunWithHook:820 : ip link del veth1
LXC config:
<domain type='lxc'>
?<name>f14</name>
?<uuid>2dcd3cac-47e6-2915-554a-9713edf6ffd1</uuid>
?<memory>256000</memory>
?<currentMemory>256000</currentMemory>
?<vcpu>1</vcpu>
?<os>
? ?<...
2011 Sep 19
0
Remote connect using virsh qemu+ssh hangs / PolicyKit issue
...g restricted to a single file to manage will be a problem.
Connecting locally with a specific pkla for "foreman"...
-----------
$ virsh -c qemu:///system
error: authentication failed
error: failed to connect to the hypervisor
/var/log/libvirt/libvirtd.log
---------
17:50:06.102: debug : virRunWithHook:914 : Command stderr: Not authorized.
17:50:06.103: error : remoteDispatchAuthPolkit:3810 : Policy kit denied
action org.libvirt.unix.manage from pid 29640, uid 503, result: 256
Thanks
- Trey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redh...
2011 Jun 06
0
Release of libvirt-0.9.2
...to cmd schedinfo (Hu Tao)
- remote: introduce remoteSetSchedulerParametersFlags (Hu Tao)
- qemu: introduce qemuSetSchedulerParametersFlags (Hu Tao)
- sched: adjust parameter values to make current = 0 (Eric Blake)
- introduce virDomainSetSchedulerParametersFlags (Hu Tao)
- storage_backend: Convert virRunWithHook usage to virCommand (Cole Robinson)
- storage_backend: Fix error reporting with regex helper (Cole Robinson)
- storage: Covert regex helpers to virCommand (Cole Robinson)
- openvz: Convert virExec usage to virCommand (Cole Robinson)
- storage: iscsi: Convert virExec to virCommand (Cole Robinson)
-...