[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: Pop-Before-SMTP Upgrade
- Subject: Re: [cobalt-users] Re: Pop-Before-SMTP Upgrade
- From: "Boon Yeo" <cby@xxxxxxxxxxxxxxx>
- Date: Fri Mar 2 06:50:06 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I have made many basic assumptions here =). More
details are given below, embedded in the text:
((WARNING: USE THE PROCEDURE AT YOUR OWN RISK))
----- Original Message -----
From: "J. Ambrose" <josephambrose@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Saturday, March 03, 2001 12:53 AM
Subject: Re: [cobalt-users] Re: Pop-Before-SMTP Upgrade
> Sounds great, but when I try to remove 1.2 it
> just doesn't remove it from the directory????
>
> I am kind of new to this, but once I'm in the
> Uninstaller directory, I should be able to simply
> type thefilename.uninst and enter/return right???
>
> Sorry if it's a simple question, but I'm still
> learning.
>
> Thanks,
> Joe A.
>
> >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. Rename the 9229 uninstaller to something else:
> > RaQ3-en-System-4.0.7-9229-4.0.7-9229.uninst
To rename this file, issue this command:
mv RaQ3-en-System-4.07-9229-4.07-9229.uninst keepaside
(mv = move) "keepaside" is now the new name for the file.
> >#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.uninst
> >***WARNING: USE THE ABOVE PROCEDURE
> >AT YOUR OWN RISK.***
Sorry, have to issue this warning again =)
Regards,
-Boon