Re: [gentoo-user] Promblems with rc-update after adding metalog to default runlevel

2003-11-21 Thread Redeeman
not that i am sure, but try stop syslog-ng first, and remove it with
rc-update del syslog-ng
and then rc-update add metalog default


On Fri, 2003-11-21 at 13:43, humbaba wrote:
> Hi
> I have the following problem: Once I installed metalog and added it to
> the default runlevel by "rc-update add metalog default". Before metalog
> I have used syslog-ng. After adding metalog, everytime I use rc-update,
> emerge or env-update I get the following message:
> [...]
> *  Service 'syslog-ng' already provide 'logger'!;
>  *  Not adding service 'metalog'...[ ok ]
> * rc-update complete.
> 
> I have already tried to remove metalog from the default runlevel and
> replace it with syslog-ng, but I still get this message.
> What could be the reason ?
> 
> Thanx
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Promblems with rc-update after adding metalog to default runlevel

2003-11-21 Thread Patrick Börjesson
> I have the following problem: Once I installed metalog and added it to
> the default runlevel by "rc-update add metalog default". Before
> metalog I have used syslog-ng. After adding metalog, everytime I use
> rc-update, emerge or env-update I get the following message:
> [...]
> *  Service 'syslog-ng' already provide 'logger'!;
>  *  Not adding service 'metalog'...[ ok ]
> * rc-update complete.
> 
> I have already tried to remove metalog from the default runlevel and
> replace it with syslog-ng, but I still get this message.
> What could be the reason ?

Since the file syslog-ng is still in /etc/init.d after unmerging syslog
you'll have to remove it your self so that depscan.sh won't consider it
anymore... Else it will think that you still have syslog installed and
providing logger.

rm /etc/init.d/syslog-ng
rc-update add metalog default

Patrick Börjesson

-- 
Public key id: 4C5AB0BF
Public key available at search.keyserver.net[:11371]


pgp0.pgp
Description: PGP signature


[gentoo-user] Promblems with rc-update after adding metalog to default runlevel

2003-11-21 Thread humbaba
Hi
I have the following problem: Once I installed metalog and added it to
the default runlevel by "rc-update add metalog default". Before metalog
I have used syslog-ng. After adding metalog, everytime I use rc-update,
emerge or env-update I get the following message:
[...]
*  Service 'syslog-ng' already provide 'logger'!;
 *  Not adding service 'metalog'...[ ok ]
* rc-update complete.

I have already tried to remove metalog from the default runlevel and
replace it with syslog-ng, but I still get this message.
What could be the reason ?

Thanx



--
[EMAIL PROTECTED] mailing list