Bug 112928

Summary: "rcpcscd stop" does not correctly remove /var/run/pcscd.pub
Product: [openSUSE] SUSE LINUX 10.0 Reporter: jo de baer <jo.debaer>
Component: BasesystemAssignee: Sonja Krause-Harder <skh>
Status: RESOLVED FIXED QA Contact: Siegfried Olschner <siegfried.olschner>
Severity: Normal    
Priority: P5 - None    
Version: Beta 2   
Target Milestone: ---   
Hardware: i386   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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.