Bug 112928 - "rcpcscd stop" does not correctly remove /var/run/pcscd.pub
Summary: "rcpcscd stop" does not correctly remove /var/run/pcscd.pub
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 2
Hardware: i386 Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Sonja Krause-Harder
QA Contact: Siegfried Olschner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 10:27 UTC by jo de baer
Modified: 2005-08-29 12:37 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jo de baer 2005-08-25 10:27:31 UTC
linux:/usr/lib/readers # rcpcscd stop
Shutting down pcscd                                                   done
linux:/usr/lib/readers # rcpcscd start
Starting pcscdstartproc:  exit status of parent of /usr/sbin/pcscd: 1
                                                                      failed
linux:/usr/lib/readers # rm /var/run/pcscd.pub  <<<<<<<<<<<<<<<<<<<<<
linux:/usr/lib/readers # rcpcscd start
Starting pcscdstartproc:                                              ok
linux:/usr/lib/readers #
Comment 1 Siegfried Olschner 2005-08-25 11:20:40 UTC
This is not a usability bug. 
Aj? Base system? 
Comment 2 Olaf Kirch 2005-08-25 11:43:48 UTC
Sonja, this is just a matter of removing the file (actually it's a unix 
domain socket) before starting the daemon. 
 
    start) 
        echo -n "Starting pcscd" 
+       rm -f /var/run/pcscd.pub 
        startproc $pcscd_BIN 
        rc_status -v 
 
Comment 3 Sonja Krause-Harder 2005-08-29 12:36:52 UTC
Submitted for beta 4. 
Comment 4 Sonja Krause-Harder 2005-08-29 12:37:28 UTC
... and closed.