OpenVZ Forum


Home » General » Support » FC5: Can't copy file /etc/sysconfig/network
Re: FC5: Can't copy file /etc/sysconfig/network [message #2355 is a reply to message #2267] Thu, 30 March 2006 11:34 Go to previous message
Tellerdreher is currently offline  Tellerdreher
Messages: 13
Registered: October 2005
Junior Member
Same for me....
workaround:
replace
/bin/cp -fp ${file} ${file}.$$ || error "Can't copy file $file" $VZ_FS_NO_DISK_SPACE

with
/bin/cp -f ${file} ${file}.$$ || error "Can't copy file $file" $VZ_FS_NO_DISK_SPACE

and
/bin/cp -fp ${file} ${file}.$$ || error "Can't copy file $file" $VZ_FS_NO_DISK_SPACE

with
/bin/cp -f ${file} ${file}.$$ || error "Can't copy file $file" $VZ_FS_NO_DISK_SPACE

in put_param() resp. put_param2() in /etc/sysconfig/vz-scripts/dists/scripts/functions. This will touch /etc/hosts and /etc/sysconfig/network each time you start the VPS and modify the access time (filesystem inside the VPS); I can live with that Wink

Looks like there is something fishy with the cooperation of the /bin/cp from FC5 and OpenVZ framework.

[Updated on: Thu, 30 March 2006 11:35]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Fedora 4 startup error
Next Topic: PPC support?
Goto Forum:
  


Current Time: Tue Aug 06 11:15:45 GMT 2024

Total time taken to generate the page: 0.03348 seconds