Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 332113 - syslog-ng: regression with usage of 'config' in init.d script with baselayout1
Summary: syslog-ng: regression with usage of 'config' in init.d script with baselayout1
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mr. Bones. (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-10 19:11 UTC by Robin Johnson
Modified: 2010-08-12 18:19 UTC (History)
1 user (show)

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 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-08-10 19:11:45 UTC
Seems that the svclib change to avoid the 'config' call when baselayout1 is being used got dropped at some point, so we're getting the errors again.

/var/lib/init.d/depcache: line 2565: config: command not found
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2010-08-10 19:22:13 UTC
I don't get that warning here.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-08-10 19:35:57 UTC
Which version of the init.d script did you get?

We're getting this one on infra boxes:
# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/files/syslog-ng.rc6.3,v 1.1 2010/04/06 02:11:35 mr_bones_ Exp $
...
	config /etc/syslog-ng/syslog-ng.conf
...
Comment 3 Christian Ruppert (idl0r) gentoo-dev 2010-08-10 19:38:08 UTC
Just for example:
/etc/init.d/bugzilla-queue stop
 * Caching service dependencies ...
/var/lib/init.d/depcache: line 2565: config: command not found 

I get it sometimes...
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2010-08-10 19:40:23 UTC
I think a better question is what version of baselayout are you using?  I'm using sys-apps/baselayout-1.12.13
Comment 5 Christian Ruppert (idl0r) gentoo-dev 2010-08-10 19:41:29 UTC
(In reply to comment #4)
> I think a better question is what version of baselayout are you using?  I'm
> using sys-apps/baselayout-1.12.13
> 

1.12.9
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2010-08-10 19:43:17 UTC
Try using the latest stable version of baselayout.
Comment 7 Christian Ruppert (idl0r) gentoo-dev 2010-08-12 17:15:05 UTC
(In reply to comment #6)
> Try using the latest stable version of baselayout.
> 

Seems to work, thanks.
Comment 8 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-08-12 17:16:55 UTC
mr_bones_: bump the deps of syslog-ng for it?
Comment 9 Mr. Bones. (RETIRED) gentoo-dev 2010-08-12 18:19:59 UTC
baselayout-1.12.13.ebuild has been stable for over 8 months so I think it's probably fine to just expect people to keep up.  Adding a dep on baselayout seems like overkill, especially since it's just a warning (unless you have additional config options, in which case, you probably know what you're doing and are running an up-to-date system).