From: Herbert Poetzl (herbert_at_13thfloor.at)
Date: Thu 28 Nov 2002 - 18:34:31 GMT
On Thu, Nov 28, 2002 at 07:21:38PM +0100, Brian Ipsen wrote:
> Hi!
>
> I just got a vserver up and running - sort of... No ssh daemon (at least no
> script i /etc/init.d).. Well, I thought I could fix it:
>
> # vrpm myvsrv -- -Uvh openssh-3.1p1-6.i386.rpm
> Updaing server myvsrv
> Preparing... #################################### [100%]
> package openssh-3.1p1-6.i386.rpm is already installed
>
> Hmm... wierd, let's try to remove it and install it again:
>
> # vrpm myvsrv -- -e openssh-3.1p1-6.i386.rpm
> Updaing server myvsrv
> error: package openssh-3.1p1-6.i386.rpm is not installed
this means that you should try to
uninstall the rpm package by its name ;)
# vrpm myvsrv -- -e openssh-3.1p1
will do nicely ... (hope so ;)
best,
Herbert
>
> ?? What's the meaning of this ... looks rather wierd to me...
>
> /Brian
>