|
Bugzilla – Full Text Bug Listing |
| Summary: | "rcpcscd stop" does not correctly remove /var/run/pcscd.pub | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | jo de baer <jo.debaer> |
| Component: | Basesystem | Assignee: | 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: | --- |
This is not a usability bug. Aj? Base system? 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
Submitted for beta 4. ... and closed. |
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 #