Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: simpleone on December 19, 2001, 02:03:24 AM

Title: bpalogin
Post by: simpleone on December 19, 2001, 02:03:24 AM
Hi All

I no longer run with teslstra cable and need to know how to remove it or perm stop the services, i have tried rpm un-install but it told me that that package was not installed.


Any Help as ever 60 seconds it is looking for a authent server for the cable service
Title: Re: bpalogin
Post by: Lloyd Keen on December 19, 2001, 08:37:24 AM
To stop bpalogin from running type
#/etc/rc.d/init.d/bpalogin stop
To find out what version you have type
#rpm -q bpalogin
to remove it type
#rpm -e bpalogin-version-number ie #rpm -e bpalogin-0.1.3
you also may have to remove the e-smith stuff related to bpalogin if you have it
#rpm -q e-smith-bpalogin
then to remove that
#rpm -e e-smith-bpalogin-version-number
Title: Re: bpalogin
Post by: Rob Hillis on December 19, 2001, 12:21:34 PM
Lloyd Keen wrote:

> to remove it type
> #rpm -e bpalogin-version-number ie #rpm -e bpalogin-0.1.3
> you also may have to remove the e-smith stuff related to
> bpalogin if you have it
> #rpm -q e-smith-bpalogin
> then to remove that
> #rpm -e e-smith-bpalogin-version-number

Not quite right... to remove a package, you simply provide the package name *without* version numbers... i.e. rpm -e bpalogin
Title: Re: bpalogin
Post by: simpleone on December 21, 2001, 04:38:09 AM
I have tried rpm -e bpalogin and it tells me that package is not installed
Title: Re: bpalogin
Post by: Rob Hillis on December 21, 2001, 07:24:51 AM
simpleone wrote:

> I have tried rpm -e bpalogin and it tells me that package is
> not installed

That being the case, try the following command line...

rpm -qa | grep bpa

If that returns nothing, then the package has been uninstalled, but files have obviously been left hanging around.  All I can suggest is to try reinstalling the rpm and then removing it again.  If that fails, you'll need help from someone famaillar with that package.  (Since I'm on Bigpong ADSL, I don't need this package - stanard PPPoE works out of the box)