Hi,
I'm running some Windows clients inside KVM virtual maschines managed by
libvirt. These clients are managed by a Samba 3 PDC. Therefore the DHCP
needs so supply corresponding WINS server (dhcp option 44) not only IP
address and DNS server.
Is it possible to make dnsmasq driven by libvirt to s
Hi Doug,
Replace your console type from 'file' to 'pty' it looks like this:
And then append the parameter "console=ttyS0,115200" to guest kernel
cmdline and reboot your guest, to use virsh console to connect your
guest again.
For details, please refer to the following link:
http://lib
Is it possible to both log the serial console and to actually use it?
A few of the VMs I've got are configured as follows:
Because people are hoping to capture the logs after the fact to see if
there was any console output which could help them debu
Hello,
I wonder what the "open error -1" / "release open_disk error" messages in
sanlock.log actually mean.
I saw these messages in the log on a KVM host that rebooted, and after running
"/usr/sbin/virt-sanlock-cleanup" on that host.
The resources where disks from 2 guests running on another K
On Tue, May 8, 2012 at 8:24 AM, Ananth wrote:
> Hi,
> I am trying to connect to libvirt on KVM host from a remote python client,
> using the connection string "qemu+ssh:///system"
> If I setup password less SSH (Public key) between the machines, I am able to
> proceed with the connection. But If I
Hi,
I am trying to connect to libvirt on KVM host from a remote python client,
using the connection string "qemu+ssh:///system"
If I setup password less SSH (Public key) between the machines, I am able
to proceed with the connection. But If I have not setup the public key
authentication, my code ha