OpenVZ Forum


Home » General » Support » VE networking question
Re: VE networking question [message #35494 is a reply to message #32716] Tue, 31 March 2009 06:39 Go to previous message
hrabbit is currently offline  hrabbit
Messages: 1
Registered: March 2009
Junior Member
This appears to be an old thread but for others looking for a straight answer (which this thread doesn't appear to provide) I found a simple solution.

In /usr/sbin/vznetcfg you will notice at the top that the script actually tries to call "source" as a command.

This should be changed to a . (full stop) instead. This will cause it to source the actual VEID.conf file correctly, remove the error and continue on.

Old
[ -f "$VZNETCFG" ] && source "$VZNETCFG"


New
[ -f "$VZNETCFG" ] && . "$VZNETCFG"

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: What control panel for testing server.
Next Topic: which ve's start on machine boot
Goto Forum:
  


Current Time: Fri Jul 04 08:32:42 GMT 2025

Total time taken to generate the page: 0.02672 seconds