Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30287 - rc-update doesn't del logger
Summary: rc-update doesn't del logger
Status: RESOLVED DUPLICATE of bug 8423
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-03 18:12 UTC by Steven Wagner
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Wagner 2003-10-03 18:12:37 UTC
gentoo-user] system logger change

    * From: Travis Roy
    * Subject: [gentoo-user] system logger change
    * Date: Tue, 26 Aug 2003 16:15:22 +0000 

I want to switch from metalog to sysklogd.. I emerge -k'd sysklogd but when
I go to remove metalog I get this error:

 # rc-update del metalog
 * metalog removed from the following runlevels: default
 * Caching service dependencies...
 *  Service 'metalog' already provide 'logger'!;
 *  Not adding service 'sysklogd'...
 ok ]
 * rc-update complete.


Re: [gentoo-user] system logger change

    * From: Michael Grundmann
    * Subject: Re: [gentoo-user] system logger change
    * Date: Tue, 26 Aug 2003 18:20:41 +0000 

hi

i got the same problem (when switching for metalog to syslog-ng)
i solved it by
1. umerging metalog
2. emerge syslog-ng (or sysklogd in your case)
3. rc-update del metalog default
4. removing /etc/init.d/metalog
5. depscan.sh
and finally rc-update add syslog-ng default

Michael


Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2003-10-04 09:39:38 UTC

*** This bug has been marked as a duplicate of 8423 ***