OpenVZ Forum


Home » General » Support » **Bug 343-Workaround** vzmigrate error upon failback - /dev/stdout: No such device or address
Re: vzmigrate error upon failback - /dev/stdout: No such device or address [message #8229 is a reply to message #8227] Fri, 10 November 2006 17:12 Go to previous messageGo to previous message
dev is currently offline  dev
Messages: 1693
Registered: September 2005
Location: Moscow
Senior Member

heh, I reproduced it locally. don't know why it doesn't work yet.
but the bug is definetely here. probably somehow depends on bash or ssh version.

please, fill in a bug and use the following workaround:
edit your /usr/sbin/vzmigrate file:
- remove "&> $out" in the following fragment:

# Check if OpenVZ is running
if ! $SSH "-o BatchMode=yes" "root@$host" "/etc/init.d/vz status &> $out"; then

to get:

# Check if OpenVZ is running
if ! $SSH "-o BatchMode=yes" "root@$host" "/etc/init.d/vz status"; then


http://static.openvz.org/userbars/openvz-developer.png
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: *SOLVED* Kernel Bug? Unable to handle kernel paging request at
Next Topic: *SOLVED* version of pre-cached OS templates for FC5
Goto Forum:
  


Current Time: Wed Aug 20 21:03:49 GMT 2025

Total time taken to generate the page: 0.08524 seconds