Gentoo Archives: gentoo-ppc-user

From: steve160 <steve160@×××××.com>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] /etc/init.d/apache2 missing, and it should be
Date: Wed, 31 Dec 2008 02:41:48
Message-Id: 4b568de90812301841j1324b126s7cb4c5b09d73ec17@mail.gmail.com
In Reply to: Re: [gentoo-ppc-user] /etc/init.d/apache2 missing, and it should be by Mark Knecht
1 I believe apache denotes apache 1.x, and you need to use apache2 to
2 denote apache 2.x. In other words try:
3 rc-update del apache2 default
4
5 Otherwise:
6 Little bit of a wild guess backed up by some detective work, but I
7 think all you need to do is delete /etc/runlevels/default/apache2
8
9 A bit of detective work shows that all the files in
10 /etc/runlevels/<runlevel> are links to the /etc/init.d scripts for
11 whatever is being started. If I understand this correctly, rc-update
12 is telling you the link doesnt point to anything. Therefore, there
13 should be no problem if you delete the link.
14
15 Steve
16
17 On 12/31/08, Mark Knecht <markknecht@×××××.com> wrote:
18 > On Sun, Dec 28, 2008 at 10:25 PM, Stuart Mathews
19 > <stuart@×××××××××××××.com> wrote:
20 >>
21 >> Oops spelling mistake :
22 >>
23 >> #rc-update del apache default
24 >>
25 >> this is to remove apache reference to your default init script, not
26 >> postfix
27 >> as i originally posted (dangers of copy/paste google!)
28 >>
29 >>
30 >
31 > Stewart,
32 > First, thanks for the response. I appreciate it.
33 >
34 > Unfortunately this command doesn't seem to be the solution.
35 >
36 > dragonfly ~ # rc-update del apache default
37 > * 'apache' not found in any of the specified runlevels
38 > dragonfly ~ #
39 >
40 > Notice that rc-update knows that something is wrong (Broken
41 > runlevel entry message) but I haven't determined how to really know
42 > what that means.
43 >
44 > Thanks,
45 > Mark
46 >
47 > dragonfly ~ # rc-update show --verbose
48 > * Broken runlevel entry: /etc/runlevels/default/apache2
49 > alsasound | default
50 > apcupsd |
51 > apmd |
52 > bootmisc | boot
53 > checkfs | boot
54 > checkroot | boot
55 > clock | boot
56 > coldplug | boot
57 > consolefont | boot
58 > consolekit |
59 > crypto-loop |
60 > cupsd | default
61 > dbus | default
62 > device-mapper |
63 > dhcp |
64 > dhcrelay |
65 > dmcrypt |
66 > dmeventd |
67 > dnsextd |
68 > esound |
69 > gpm |
70 > hald |
71 > halt |
72 > hostname | boot
73 > hotplug | default
74 > in.tftpd |
75 > ipx |
76 > keymaps | boot
77 > lircd |
78 > lircmd |
79 > lisa |
80 > local | default nonetwork
81 > localmount | boot
82 > mDNSResponderPosix |
83 > mdnsd |
84 > modules | boot
85 > mysql |
86 > mysqlmanager |
87 > mythbackend |
88 > net.eth0 | default
89 > net.lo | boot
90 > net.wlan0 |
91 > netmount | default
92 > nfs |
93 > nfsmount |
94 > noip |
95 > nscd |
96 > ntp-client | default
97 > ntpd | default
98 > numlock |
99 > portmap | default
100 > pwcheck |
101 > pydoc-2.4 |
102 > pydoc-2.5 |
103 > rdate |
104 > reslisa |
105 > rmnologin | boot
106 > rpc.idmapd |
107 > rpc.pipefs |
108 > rpc.statd |
109 > rsyncd |
110 > samba |
111 > saslauthd |
112 > serial |
113 > sshd | default
114 > svnserve |
115 > svscan |
116 > syslog-ng | default
117 > udev-postmount |
118 > urandom | boot
119 > vixie-cron | default
120 > xdm | default
121 > xinetd |
122 > dragonfly ~ #
123 >
124 >

Replies

Subject Author
Re: [gentoo-ppc-user] /etc/init.d/apache2 missing, and it should be Stuart Mathews <stuart@×××××××××××××.com>
Re: [gentoo-ppc-user] /etc/init.d/apache2 missing, and it should be Mark Knecht <markknecht@×××××.com>