[Users] Live Migration Fails

2007-12-22 Thread Pablo L. Arturi
Hello guys, does anyone knows why while trying to migrate a VE I get this error? [EMAIL PROTECTED] ~]# vzmigrate -r no --online --keep-dst -v 10.0.10.251 111 OPT:-r OPT:--online OPT:--keep-dst OPT:-v OPT:10.0.10.251 Starting online migration of VE 111 on 10.0.10.251 OpenVZ is running... Loadin

Re: [Users] Live Migration Fails

2007-12-22 Thread Thorsten Schifferdecker
Hi Pablo, yep, since the last git commit to vzmigrate (-> http://git.openvz.org/?p=vzctl;a=commitdiff;h=ebd5fb00a4eb0134d7ef4ebfdc0b6ae43d07d8fd ), the extended test command was removed, so change at line 382: if [ $? != 20 && $? != 21 && $? != 0 ]; then to: if [[ $? != 20 && $? != 21 && $?

Re: [Users] 64-bit host, 32-bit guests and iptables

2007-12-22 Thread Cliff Wells
On Fri, 2007-12-21 at 18:44 -0800, Cliff Wells wrote: > So having gotten my server back up, I'm looking to test out 2.6.24, but > I'm a bit confused: I pulled the git tree using: > > git clone git://git.openvz.org/pub/linux-2.6.24-openvz linux-2.6.24-openvz > > but when I run "make menuconfig",