[libvirt-users] Passing dhcp-options

2012-05-08 Thread Michael Hierweck
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

Re: [libvirt-users] virsh console logging and pty usage

2012-05-08 Thread Alex Jia
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

[libvirt-users] virsh console logging and pty usage

2012-05-08 Thread Doug Goldstein
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

[libvirt-users] release open_disk error

2012-05-08 Thread Frido Roose
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

Re: [libvirt-users] SSH connection timeout

2012-05-08 Thread Doug Goldstein
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

[libvirt-users] SSH connection timeout

2012-05-08 Thread Ananth
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