Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: Gentoo-Dev <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] Caching service dependencies ...
Date: Sun, 20 Jan 2002 00:44:57
Message-Id: 1011516347.10602.15.camel@nosferatu.lan
In Reply to: [gentoo-dev] Caching service dependencies ... by Kevin Gordon
1 On Sun, 2002-01-20 at 00:16, Kevin Gordon wrote:
2 > Further to my email subject "postgresql" I was working on a start stop
3 > script for postgresql and I seem to have corrupted:
4 >
5 > Caching service dependencies ...
6 > /etc/init.d/depscan.sh: root: command not found
7 > /etc/init.d/depscan.sh: The: command not found
8 > ....................................................................
9 > information: No such file or directory
10 > on : No such file or directory
11 > ........................................................
12 > server. : No such file or directory
13 > /etc/init.d/depscan.sh: /etc/rc.d/config/functions: No such file or
14 > directory
15 >
16
17 This is most probibly causes by a broken rc-script in
18 /etc/init.d/ . If you have some odd script there, rename it
19 to myscript.sh, otherwise depscan.sh is going to see it as
20 an rc-script.
21
22 Also do the following to find the offending script:
23
24 grep -r "rc.d/config" /etc/init.d/*
25
26 Let us know if an ebuild installed it, as we may have missed
27 it.
28
29 --
30
31 Martin Schlemmer
32 Gentoo Linux Developer, Desktop Team Developer
33 Cape Town, South Africa

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Caching service dependencies ... Kevin Gordon <kgordon@××××××××××××.nz>