Ages ago I installed daemontools and djbdns from the installer on
http://cr.yp.to
Now I;d like to replace that installation with one that uses the
Debian packages. How do I go about uninstalling the djb versinos?
Just removing the /packages and /command directories didn't work. I get
regular messages complaining that /command/svscanboot can't be started, so
there are still remnants somewhere.
-- hendrik
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
07-22-2008, 03:09 PM
Georgi Alexandrov
Uninstalling djb daemontools, djbdns
Hendrik Boom wrote:
Ages ago I installed daemontools and djbdns from the installer on
http://cr.yp.to
Now I;d like to replace that installation with one that uses the
Debian packages. How do I go about uninstalling the djb versinos?
Follow the manual and install scripts backwards.
Just removing the /packages and /command directories didn't work. I get
regular messages complaining that /command/svscanboot can't be started, so
there are still remnants somewhere.
You probably have plenty of stuff left in /usr/local and /etc/inittab.
On Tue, 22 Jul 2008 18:09:19 +0300, Georgi Alexandrov wrote:
> Hendrik Boom wrote:
>> Ages ago I installed daemontools and djbdns from the installer on
>> http://cr.yp.to
>>
>> Now I;d like to replace that installation with one that uses the
>> Debian packages. How do I go about uninstalling the djb versinos?
>
>
> Follow the manual and install scripts backwards.
>
Considering there isn't an installation script ...
Instead, there's a moderately involved C program that's supposed to do the
installation.
>> Just removing the /packages and /command directories didn't work. I
>> get regular messages complaining that /command/svscanboot can't be
>> started, so there are still remnants somewhere.
>
> You probably have plenty of stuff left in /usr/local and /etc/inittab.
Yup. There is. Including the line in inittab that causes djb's
process supervisor to keep restarting. At least the ones in
/usr/local/bin are all symbolic links elsewhere, so they're easy to find.
I do hope that's all.
Is there an easy way to scan a system to find all files that aren't part
of any package? Except of course for files like the ones under /home or
/usr/local or such?
-- hendrik
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
07-23-2008, 08:46 AM
Pavlos Parissis
Uninstalling djb daemontools, djbdns
On Tue, 22 Jul 2008 17:35:11 +0000 (UTC)
Hendrik Boom <hendrik@topoi.pooq.com> wrote:
[snip]
>
> Is there an easy way to scan a system to find all files that aren't part
> of any package? Except of course for files like the ones under /home or
> /usr/local or such?
How about using find to get the list of all files and compare with a list of
files which are owner by all packages(use dpgk to get the list). That should
give you any file which is not installed by debian packages. I know very ugly way.
You can also try get the debian package of djb daemontools, djbdns downloaded
and use dpkg-deb -c <package> in order to get an idea of the files that are installed.
Hope it helps,
Pavlos
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
07-23-2008, 10:11 AM
Andrei Popescu
Uninstalling djb daemontools, djbdns
On Wed,23.Jul.08, 10:46:02, Pavlos Parissis wrote:
> On Tue, 22 Jul 2008 17:35:11 +0000 (UTC)
> Hendrik Boom <hendrik@topoi.pooq.com> wrote:
>
> [snip]
> >
> > Is there an easy way to scan a system to find all files that aren't part
> > of any package? Except of course for files like the ones under /home or
> > /usr/local or such?
>
> How about using find to get the list of all files and compare with a list of
> files which are owner by all packages(use dpgk to get the list). That should
> give you any file which is not installed by debian packages. I know very ugly way.
I think debfoster can create such a list.
Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)
07-23-2008, 10:13 AM
Andrei Popescu
Uninstalling djb daemontools, djbdns
On Wed,23.Jul.08, 13:11:24, Andrei Popescu wrote:
> On Wed,23.Jul.08, 10:46:02, Pavlos Parissis wrote:
> > On Tue, 22 Jul 2008 17:35:11 +0000 (UTC)
> > Hendrik Boom <hendrik@topoi.pooq.com> wrote:
> >
> > [snip]
> > >
> > > Is there an easy way to scan a system to find all files that aren't part
> > > of any package? Except of course for files like the ones under /home or
> > > /usr/local or such?
> >
> > How about using find to get the list of all files and compare with a list of
> > files which are owner by all packages(use dpgk to get the list). That should
> > give you any file which is not installed by debian packages. I know very ugly way.
>
> I think debfoster can create such a list.
Sorry, that's probably deborphan.
Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)
07-23-2008, 10:37 AM
NN_il_Confusionario
Uninstalling djb daemontools, djbdns
On Wed, Jul 23, 2008 at 01:13:06PM +0300, Andrei Popescu wrote:
> On Wed,23.Jul.08, 13:11:24, Andrei Popescu wrote:
> > On Wed,23.Jul.08, 10:46:02, Pavlos Parissis wrote:
> > > On Tue, 22 Jul 2008 17:35:11 +0000 (UTC)
> > > Hendrik Boom <hendrik@topoi.pooq.com> wrote:
> > > > Is there an easy way to scan a system to find all files that aren't part
> > > > of any package? Except of course for files like the ones under /home or
> > > > /usr/local or such?
> > I think debfoster can create such a list.
> Sorry, that's probably deborphan.
apt-cache show cruft
--
Chi usa software non libero avvelena anche te. Digli di smettere.
Informatica=arsenico: minime dosi in rari casi patologici, altrimenti letale.
Informatica=bomba: intelligente solo per gli stupidi che ci credono.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
07-23-2008, 10:43 AM
Andrei Popescu
Uninstalling djb daemontools, djbdns
On Wed,23.Jul.08, 12:37:37, NN_il_Confusionario wrote:
> On Wed, Jul 23, 2008 at 01:13:06PM +0300, Andrei Popescu wrote:
> > On Wed,23.Jul.08, 13:11:24, Andrei Popescu wrote:
> > > On Wed,23.Jul.08, 10:46:02, Pavlos Parissis wrote:
> > > > On Tue, 22 Jul 2008 17:35:11 +0000 (UTC)
> > > > Hendrik Boom <hendrik@topoi.pooq.com> wrote:
> > > > > Is there an easy way to scan a system to find all files that aren't part
> > > > > of any package? Except of course for files like the ones under /home or
> > > > > /usr/local or such?
> > > I think debfoster can create such a list.
> > Sorry, that's probably deborphan.
>
> apt-cache show cruft
Ah, yes, that's the one.
Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)