On Thu, Mar 21, 2013 at 6:23 AM, Yin Olivia-R63875 wrote:
> Hi,
>
> I'm trying remote connection with qemu hypervisor on FSL PPC board.
>
> The libvirt server is the PPC board.
>
> root@ppc:~# ifconfig eth0 10.193.20.109
> root@ppc:~# libvirtd -d
> root@ppc:~# virsh -c qemu:///system define test.x
Hi Olivia.
Another think that you should check is socat package.
In my documented example the hypervisor running KVM is a Debian squeeze,
and I had to proceed this way:
sudo aptitude update; sudo aptitude install netcat socat -R
sudo vim /bin/netcatsocket
#!/bin/bash
socat - unix-client:$2
su
Hi All,
Refering to the link below, I got to know that previous versions of
Libvirtd had this issue.
https://www.redhat.com/archives/libvirt-users/2012-August/msg00104.html
We are using libvirt-0.10.0 but we are facing the same issue.
Procedure to reproduce :
1. Login to some domain name say C
Hi,
I'm trying remote connection with qemu hypervisor on FSL PPC board.
The libvirt server is the PPC board.
root@ppc:~# ifconfig eth0 10.193.20.109
root@ppc:~# libvirtd -d
root@ppc:~# virsh -c qemu:///system define test.xml
root@ppc:~# virsh -c qemu:///system start test
root@ppc:~# virsh -c qem
Hello all,
21.03.2013 7:18, Eric Blake:
[...]
--ctdir was broken and it was fixed in patch:
In other words, the kernel folks made a silent change in ABI. Eww.
How can we reliably tell which kernels have the old behavior, and which
have the new, so that libvirt knows which sense to use?
Ther
Hi Eric,
On Wed, Mar 20, 2013 at 09:18:21PM -0600, Eric Blake wrote:
[...]
> > By looking at the changes you made:
> >
> >> --A FI-vnet0 -p tcp -m tcp --sport 110 -m conntrack --ctstate
> >> ESTABLISHED -m conntrack --ctdir ORIGINAL -j RETURN
> >> +-A FI-vnet0 -p tcp -m tcp --sport 110 -m conntra
The 20/03/13, Eric Blake wrote:
> On 03/18/2013 05:39 AM, Nicolas Sebrecht wrote:
> > I'd say that the man page miss the information that these commands can
> > run with a running guest, dispite the mirroring feature might imply it.
>
> Care to write a patch? The virsh man page is generated from
On Wed, Mar 20, 2013 at 10:27:21AM +0530, Saurabh Deochake wrote:
> Hi Alex,
> I checked it again and found that blkio controller is already mounted.
> Output of above commands are also same.
Saurabh,
Please check whether libvirt container is mounted in the blkio cgroup
controller.
(/cgroup/blki