Upgrade and network problem

mamatov

Member
Jan 16, 2015
35
0
6
Hello,

I upgraded my proxmox server :

apt-get update
apt-get dist-upgrade

My proxmox was already in version 4.0
The I restarted it but network failed to start.

See below my network configuration :

auto lo
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode active-backup

auto vmbr0
iface vmbr0 inet static
address 192.168.201.1
netmask 255.255.255.0
gateway 192.168.201.254
bridge_ports bond0
bridge_stp off
bridge_fd 0


My problem is related to the bond0 interface. When I try to start it I have these messages :

bond0 : option mode : unable to set because the bond device has slaves
sh : echo : I/0 error
/etc/network/if-up.d/vzifup-post : 5 : exec : /usr/bin/vzifup-post : not found
run parts : /etc/network/if-up.d/vzifup-post exited with return code 127
Failed to bring up bond0

If I configure the network without the bonding everything is ok.

Any idea ?

Thanks.
 
Hi,

Problem is solved.
The "/etc/apt/sources.list.d/pve-enterprise.list" was empty.

I added :

deb http://enterprise.proxmox.com/debian jessie pve-no-subscription

And upgrade, configure bond and reboot

- apt-get update
- apt-get dist-upgrade
- Configure bond0 via gui
- reboot

Now everything is fine.

Thanks for your help