/sbin/ip6tables-save' failed: exit code 1

Amori

Active Member
May 9, 2013
46
0
26
Hello,

Ordered a new dedicated server and installed Proxmox 3.3.20.
I have transferred some VM's and then I noticed some connection failures when I restore VM's. It hangs at 20% then the web gui get unavailable for a while.... I restarted the apache several times via ssh until I was able to login via web GUI.

However I see the vm is restored and the scenario repeats again next vm restore. I checked in the syslog and I saw a lot of these errors
/sbin/ip6tables-save' failed: exit code 1



Can someone help me??

I need to know why I got this error and why my proxmox is slow when I restore vms.

proxmox-ve-2.6.32: 3.3-147 (running kernel: 2.6.32-37-pve)pve-manager: 3.3-20 (running version: 3.3-20/d0640ef1)pve-kernel-2.6.32-37-pve: 2.6.32-147lvm2: 2.02.98-pve4clvm: 2.02.98-pve4corosync-pve: 1.4.7-1openais-pve: 1.1.4-3libqb0: 0.11.1-2redhat-cluster-pve: 3.2.0-2resource-agents-pve: 3.9.2-4fence-agents-pve: 4.0.10-2pve-cluster: 3.0-16qemu-server: 3.3-20pve-firmware: 1.1-3libpve-common-perl: 3.0-24libpve-access-control: 3.0-16libpve-storage-perl: 3.0-31pve-libspice-server1: 0.12.4-3vncterm: 1.1-8vzctl: 4.0-1pve6vzprocps: 2.0.11-2vzquota: 3.1-2pve-qemu-kvm: 2.1-12ksm-control-daemon: 1.1-1glusterfs-client: 3.5.2-1
 
We do not use apache at all, so I wonder how restarting apache helps. Please can you post your /etc/hosts file?
 
We do not use apache at all, so I wonder how restarting apache helps. Please can you post your /etc/hosts file?

Actually it did not helped me.

When I restore a VM... the server get unavailable for a while(1-3 hours) until the vm is fully restored.

Other proxmox server, the restore process take max 20 minutes.

root@sd-73xxx://# cat etc/hosts
127.0.0.1 localhost
62.210.xxx.xxx sd-73xxx.hosting.fr sd-73xxx


# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
 
I have no idea why ip6tables-save fails, sorry.

Concerning performance, what kind of disk subsystem do you use?

And what is the output of

# pveperf
 
I have no idea why ip6tables-save fails, sorry.

Concerning performance, what kind of disk subsystem do you use?

And what is the output of

# pveperf


CPU BOGOMIPS: 100793.40
REGEX/SECOND: 881143
HD SIZE: 2748.91 GB (/dev/mapper/system-root)
BUFFERED READS: 80.65 MB/sec
AVERAGE SEEK TIME: 14.99 ms
FSYNCS/SECOND: 26.83
DNS EXT: 23.86 ms


I got this error every 10 sec

status update error: command '/sbin/ip6tables-save' failed: exit code 1
 
It's happening for me too. This has only been happening for the last updates: It didn't work like this before.
 
# service pve-firewall stop
seems to solve it. In order to avoid it from running on startup next time, you can instal rcconf and untick pve-firewall service.
Also, if you need a firewall, install a third party one, instead of the pve. I personally use shorewall complete with NAT bridging and several features that the pve-firewall didn't have.