You are not logged in.

#1 2010-02-15 07:00:27

ejmarkow
Member
From: Siemiechów, Poland
Registered: 2008-09-02
Posts: 84
Website

[SOLVED] At shutdown of KDE 4.4: /etc/rc.d/kdm.pid: No such file......

In KDE 4.4, after leaving the GUI by clicking on "Turn Off Computer", the following strange message [in bold] appears:

--------------------
Initializing Shutdown...

/etc/rc.d/functions: line 201
/etc/rc.d/kdm.pid: No such file or directory

:: Stopping KDE Desktop Manager
... (etc, etc)
--------------------

Lines 200 - 202 in the /etc/rc.d/functions file points to the following:

stop_daemon() {
     /etc/rc.d/$1 stop
}

After the above, the system DOES shutdown properly. It's only those particluar messages that are bothering me. Why do they appear? Thanks.

Last edited by ejmarkow (2010-03-04 08:12:06)

Offline

#2 2010-02-15 08:20:52

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: [SOLVED] At shutdown of KDE 4.4: /etc/rc.d/kdm.pid: No such file......

Is there a chance there is a matching error having to do with trying to start the daemon?  It might go away when the login screen starts.

What is the output of "grep DAEMONS /etc/rc.conf"  ?
While your window manager is running (logged into KDE I assume) , what is the output of "ls -l /var/run/daemons"


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2010-02-15 09:09:57

ejmarkow
Member
From: Siemiechów, Poland
Registered: 2008-09-02
Posts: 84
Website

Re: [SOLVED] At shutdown of KDE 4.4: /etc/rc.d/kdm.pid: No such file......

@ewaller - The message appears after I shutdown / logout from KDE using "Turn off computer", not when I login. There are no problems logging in to KDE. Even after the message I mentioned, the shutdown / logout procedure works fine, it is only the appearance of that message that bothers me.

Output for "grep DAEMONS /etc/rc.conf":

----------
# DAEMONS
DAEMONS=(syslog-ng dbus acpid hal network netfs crond alsa postgresql kdm)
----------

Output for "ls -l /var/run/daemons":

----------
total 4
-rw-r--r-- 1 root root 0 Feb 15 07:17 acpid
-rw-r--r-- 1 root root 0 Feb 15 07:17 alsa
-rw-r--r-- 1 root root 0 Feb 15 07:17 crond
-rw-r--r-- 1 root root 0 Feb 15 07:17 dbus
-rw-r--r-- 1 root root 0 Feb 15 07:17 hal
-rw-r--r-- 1 root root 0 Feb 15 07:17 kdm
-rw-r--r-- 1 root root 1 Feb 15 07:17 kdm.pid
-rw-r--r-- 1 root root 0 Feb 15 07:17 netfs
-rw-r--r-- 1 root root 0 Feb 15 07:17 network
-rw-r--r-- 1 root root 0 Feb 15 07:17 postgresql
-rw-r--r-- 1 root root 0 Feb 15 07:17 syslog-ng
----------

Offline

#4 2010-02-15 09:16:12

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: [SOLVED] At shutdown of KDE 4.4: /etc/rc.d/kdm.pid: No such file......

Fixed in trunk. I was confused by this bug report: http://bugs.archlinux.org/task/18318 However the code that was in kdm could never work.

Offline

#5 2010-02-15 11:21:25

ejmarkow
Member
From: Siemiechów, Poland
Registered: 2008-09-02
Posts: 84
Website

Re: [SOLVED] At shutdown of KDE 4.4: /etc/rc.d/kdm.pid: No such file......

@Pierre - Thanks for the info. When will a branch release which includes the patch be created from the trunk and released for installation on Arch?

Offline

#6 2010-03-04 08:10:45

ejmarkow
Member
From: Siemiechów, Poland
Registered: 2008-09-02
Posts: 84
Website

Re: [SOLVED] At shutdown of KDE 4.4: /etc/rc.d/kdm.pid: No such file......

This bug was fixed with the release of KDE 4.4.1. It was occurring in version 4.4.0. Thanks.

Last edited by ejmarkow (2010-03-04 08:12:58)

Offline

Board footer

Powered by FluxBB