mess-mate wrote:
> mess-mate wrote:
>
>> Hi,
>>
>> when try to delete a vserver, i've this error on a 'vserver.delete'
>> command:
>>
>>
>> /usr/local/lib/util-vserver/vserver.delete: line 19: : Directory or file
>> of this type do not exist
>> /usr/local/lib/util-vserver/vserver.delete: line 20: : Directory or file
>> of this type do not exist
>>
>>
>> Regards
>>
>> mess-mate
>>
>>
>>
>>
>>
>
> Added
>
> : ${UTIL_VSERVER_VARS:=/usr/local/lib/util-vserver/util-vserver-vars}
> test -e "$UTIL_VSERVER_VARS" || {
> echo $"Can not find util-vserver installation (the file
> '$UTIL_VSERVER_VARS' would be expected); aborting..." >&2
> exit 1
> }
> . "$UTIL_VSERVER_VARS"
> . "$_LIB_FUNCTIONS"
>
>
> and error is gone, but the vserver is still there.
You are trying to execute vserver <guest> delete, right?!
-- Daniel Hokka ZakrissonReceived on Sat Apr 26 00:33:12 2008