OpenVZ Forum


Home » General » Support » SOLVED* Cloned but the mysqld timed out in cloned VE
Re: VE Cloned but the mysqld timed out in cloned VE [message #8481 is a reply to message #8478] Mon, 20 November 2006 20:28 Go to previous messageGo to previous message
zenny
Messages: 48
Registered: November 2006
Member
The problem is copying the VE using the cp with -r and -a flag which does not preserve the permssions and ownership of the files.

Therefore I did the following to copy.

#mkdir /vz/private/new_VEid
#cd /vz/private/old_VEID
#tar cf - * | ( cd /vz/private/new_VEid tar xfp -)
#cp old_VEID.conf new_VEID.conf

And it works smoothly.

Hope this input does not get hijacked as it happened with the clone VE in the openvz wiki. :/)

[Updated on: Tue, 21 November 2006 06:20]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SOLVED * Veth on startup (again) + bridge config - venet config
Next Topic: *SOLVED* Gateway problem
Goto Forum:
  


Current Time: Tue Apr 23 09:41:49 GMT 2024

Total time taken to generate the page: 0.01254 seconds