OpenVZ Forum


Home » General » Support » [SOLVED] live migration checkpointing/dump error: iptables-save exited with 255
Re: checkpointing error: iptables-save exited with 255 [message #29355 is a reply to message #29169] Fri, 11 April 2008 08:03 Go to previous messageGo to previous message
kir is currently offline  kir
Messages: 1645
Registered: August 2005
Location: Moscow, Russia
Senior Member

During the checkpointing phase, kernel tries to execute /sbin/iptables-save (or /usr/sbin/iptables-save) to save the iptables rules and stats. During the restore phase, it runs /sbin/iptables-restore.

If you do use iptables in your container, make sure these scripts exist and working.

If you do not use iptables, make sure these scripts exist and return 0 exit code. The simplest way to do that is
ln -sf /bin/true /sbin/iptables-save
ln -sf /bin/true /sbin/iptables-restore

Hope that helps.


Kir Kolyshkin
http://static.openvz.org/userbars/openvz-developer.png
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ztdummy accuracy worse in VE compared to HE
Next Topic: Porting old server inside VE
Goto Forum:
  


Current Time: Sun Aug 11 21:31:32 GMT 2024

Total time taken to generate the page: 0.02797 seconds