problems with system services
James Gray
james at grayonline.id.au
Sat Jan 7 23:05:15 UTC 2006
On Sun, 8 Jan 2006 06:31, Albert wrote:
> 1) Apache: Which of all the /etc/rcX.d or /etc/init.d scripts is in
> control of the apache web server? There are K and S entries for it. Is
> this explained somewhere?
S=Start service in this run level.
K=Kill service in this run level.
Apache is controlled by the /etc/init.d/apache2 script (if you have Apache
2, if not, just plain "apache"). However, once Apache is running you
manage it (usually) with the /usr/sbin/apache2ctl program (again, no "2"
for Apache 1.3).
The way it works is that during the boot process "init" starts everything
with an "S" in /etc/rcS.d then it reads /etc/inittab to figure out what
runlevel to boot into. If (like all Debian systems) the default run level
is "2", it then goes on to execute all the "S" scripts in /etc/rc2.d. So
unless you have apache starting in either rcS.d or rc2.d, you will need to
manually start it, or edit the init scripts:
"man update-rc.d" explains it all very well :)
> 2) The System Settings / System Services: I'm getting the error message:
>
> "The module System Services could not be loaded.
>
> The diagnostic is:
>
> Possible reasons:
> - An error occurred during your last KDE upgrade leaving an orphaned
> control module
> - you have old third party modules lying around.
>
> Check these points carefully and try to remove the module mentioned in
> the error message. If this fails, consider contacting yoru distributor or
> packager."
>
> The problem being, I have no idea on how to delete/reinstall the System
> Services module.
Can't help with that one - never seen it before :( The only package I found
that you may want to look into is "kde-systemsettings". Maybe the
following commands (from a console/xterm) will shed some light:
sudo apt-get --fix-missing update
sudo apt-get -f install
sudo apt-get --reinstall install kde-systemsettings
HTH,
James
--
Senso de humor é o sentimento que faz você rir daquilo que o deixaria
louco de raiva se acontecesse com você.
-- Aparício Torelly, o Barão de Itararé
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kubuntu-users/attachments/20060108/e1ed2a8f/attachment.sig>
More information about the kubuntu-users
mailing list