[PVE-User] Fwd: Fails to start KVM with error code 1 - what does that mean?

Giovanni Toraldo me at gionn.net
Sat May 21 20:54:31 CEST 2011


On Sat, May 21, 2011 at 8:37 PM, Bruce B <bruceb444 at gmail.com> wrote:
> eth5      Link encap:Ethernet  HWaddr 00:25:90:1a:a7:75
>           BROADCAST MULTICAST  MTU:1500  Metric:1

A good start would be to fix up your network configuration, even if
you don't use that secondary network card.

You can edit:
/etc/udev/rules.d/70-persistent-net.rules

you should have a line like this:
# PCI device 0x1969:0x1048 (atl1)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:12:34:56:78:90", ATTR{dev_id}=="0x0",
ATTR{type}=="1", KERNEL=="eth*", NAME="eth5"

Change eth5 to eth1, delete any other definition than eth0.

> vmtab106i0d0 Link encap:Ethernet  HWaddr 1e:17:3f:a9:f8:7d
> vmtab106i0d1 Link encap:Ethernet  HWaddr c2:70:c7:0a:7a:3d

Why 2 network cards on the same bridge for VM 106?

Another hint (but maybe I'm wrong): why you have both vmtab* and veth*
interfaces? Should'nt the first be renamed to the second after a
recent proxmox update? Have you ever rebooted the host?

Everything else looks fine to me, maybe you can try to configure
manually an IP inside the VM and try to ping the host or your default
gateway?

Regards,

-- 
Giovanni Toraldo
http://gionn.net/



More information about the pve-user mailing list