[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Re: Pop-Before-SMTP Upgrade



***My apologies, wrong file.

The file in question is

    /var/lib/cobalt/
    RaQ3-en-System-4.07-9229-4.07-9229.md5lst

and NOT

    /var/lib/cobalt/uninstallers/
    RaQ3-en-System-4.07-9229-4.07-9229.uninst

To recap:

> >Telnet into your server, and su to root.  Go to subdirectory
> >/var/lib/cobalt/uninstallers

To go to this directory, issue this command:

    cd /var/lib/cobalt/uninstallers

(cd = change directory)

> >#1.  Uninstall RaQ3i-POP-before-Relay-1.2.pkg:
> >     pop-befor-smtp-1.2.uninst
> >if you have not already done this.

To run this uninstall script, issue this:

    ./pop-before-smtp-1.2.uninst

and press enter =)  If you look carefully, there is a dot
before the slash (meaning current directory).  Failing
that, then use the full path:

    /var/lib/cobalt/uninstallers/pop-before-smtp-1.2.uninst

Either command should work.

#2.  Then go to /var/lib/cobalt

To rename this file, issue this command:

    mv RaQ3-en-System-4.0.7-9229-4.0.7-9229.md5lst keepaside

(mv = move)  "keepaside" is now the new name for the file.

(PLEASE NOTE the right directory and filename with md5lst
extension.)

> >#3.  From your web browser, re-install 9229 again.
> >It will fail at some point with a message of which I
> >cannot remember.

I hope you know how to do this =)

> >#4.  Rename #2 back to it's original name.

Issue this command to restore:

    mv keepaside RaQ3-en-System-4.07-9229-4.07-9229.md5lst

> >***WARNING:  USE THE ABOVE PROCEDURE
> >AT YOUR OWN RISK.***

Sorry, have to issue this warning again =)

Regards,
-Boon