Hello,

> Exactly what did you need to do to solve the problem?
cd /etc/vz/names && for n in *; do echo $n; m=`echo $n|sed -e "s/.conf//"`; 
v=`cat $n|sed -e "s/VEID=.//"|sed -e "s/.$//"`; echo $m;ln -s 
/etc/vz/conf/$v.conf $m; done
 did the trick for me, I guess something logically equivalent wouldn't hurt
much when old-style config is detected.

-- 
Key fingerprint = 40D0 9FFB 9939 7320 8294  05E0 BCC7 02C4 75CC 50D9
 Total Existance Failure



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to