Displaying 5 results from an estimated 5 matches similar to: "Timed out during operation: cannot acquire state change lock"
2012 Aug 17
1
Fwd: vm pxe fail
----- Forwarded Message -----
From: "Andrew Holway" <a.holway at syseleven.de>
To: "Alex Jia" <ajia at redhat.com>
Cc: kvm at vger.kernel.org
Sent: Friday, August 17, 2012 4:24:33 PM
Subject: Re: [libvirt-users] vm pxe fail
Hello,
On Aug 17, 2012, at 4:34 AM, Alex Jia wrote:
> Hi Andrew,
> I can't confirm a root reason based on your information, perhaps
2012 Aug 16
0
vm pxe fail
Hallo
I have a kvm vm that I am attempting to boot from pxe. The dhcp works perfectly and I can see the VM in the pxe server arp. but the tftp just times out. I don't see any tftp traffic on either the physical host or on the pie server. I am using a bridged interface. I have tried using several virtual nic drivers, several different mac addresses and several different ips. on the physical
2011 Jun 17
5
ssh_authorized_key and NIS user
Hi,
I have this resource definition:
ssh_authorized_key { "nagios@login2":
key => [REDACTED]
user => "nagios",
type => "ssh-dss",
require => Service[''nis''],
}
This nagios user comes from NIS, yp.conf and nsswitch.conf are handled by puppet
and configured before the key. I still get an "User does not
2012 Jan 04
0
FUSE init failed
Hi,
I'm having an issue using the GlusterFS native client.
After doing a mount the filesystem appears mounted but any operation
results in a
Transport endpoint is not connected
message
gluster peer status and volume info don't complain.
I've copied the mount log below which mentions an error at fuse_init.
The kernel is based on 2.6.15 and FUSE api version is 7.3.
I'm using
2011 Mar 31
1
bridge and route without IP
Hi,
I want to forward all traffic received on eth1 into virtual domain
'firewall' (where I want to configure public IP+shorewall)
I've created following network:
node002 qemu # cat networks/int-001.xml
<network>
<name>int-001</name>
<bridge name="intbr0" />
<forward mode="route" device="eth1"/>
</network>
virsh #