RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1171118 - pcscd.comm and pcscd.pub are not removed on service-shutdown or -restart, restart fails due to this
Summary: pcscd.comm and pcscd.pub are not removed on service-shutdown or -restart, res...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: pcsc-lite
Version: 6.6
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: rc
: ---
Assignee: Bob Relyea
QA Contact: Asha Akkiangady
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-05 11:39 UTC by Gerrit Slomma
Modified: 2015-07-22 07:06 UTC (History)
3 users (show)

Fixed In Version: pcsc-lite-1.5.2-15.el6
Doc Type: Bug Fix
Doc Text:
On systems with the pcsc-lite-openct package uninstalled, if the pcscd service terminated unexpectedly or was killed, restarting or stopping and starting pcscd failed. This update modifies pcscd to remove the pcscd.comm and pcscd.pub files after pcscd terminates unexpectedly or is killed. As a result, pcscd can be restarted or stopped and started again as expected in the described situation. (BZ#1171118)
Clone Of:
Environment:
Last Closed: 2015-07-22 07:06:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:1369 0 normal SHIPPED_LIVE pcsc-lite bug fix update 2015-07-20 17:58:52 UTC

Description Gerrit Slomma 2014-12-05 11:39:26 UTC
Description of problem:

If stoped or restarted pcscd or corresponding init-script fails to remove pcscd.comm and pcscd.pub. Therefore pcscd remains in stopped state and can not be restarted before these two files are deleted manually

Version-Release number of selected component (if applicable):

yum list pcsc-lite
pcsc-lite.x86_64                                             1.5.2-13.el6_4
pcsc-lite.x86_64                                             1.5.2-14.el6

How reproducible:

do a /etc/init.d/pcscd restart or /etc/init.d/pcscd stop

Steps to Reproduce:
1. /etc/init.d/pcscd stop
2. /etc/init.d/pcscd start (fails!)
3. rm /var/run/pcscd.comm /var/run/pcscd.pub -f
4. /etc/init.d/pcscd start (succeeds)

OR

1. /etc/init.d/pcscd restart (fails!)
3. rm /var/run/pcscd.comm /var/run/pcscd.pub -f
4. /etc/init.d/pcscd start (succeeds)

Actual results:

pcscd is not restarted.

Expected results:

pcscd is restarted.

Additional info:

Problem does surface if pcsc-lite-openct is installed with pcsc-lite and removed afterwards. 
At least Red Hat Enterprise Linux 6.5 and 6.6 with corresponding pcsc-lite-packages are affected.

Comment 2 Ludovic Rousseau 2014-12-05 12:06:54 UTC
pcsc-lite do not use /var/run/pcscd.pub since version 1.6.0 (May 2010).

I guess this bug is already fixed in a "recent" version of pcsc-lite.

Comment 3 Gerrit Slomma 2014-12-05 15:01:36 UTC
that may be, but as it is i am stuck with the version that Red Hat Enterprise Linux 6 provides.

Comment 4 Bob Relyea 2015-01-09 19:43:59 UTC
marking dev_ack+ to investicate

Comment 5 Bob Relyea 2015-02-25 22:30:25 UTC
Gerrit, pcscd removes those files when it stops on it's own. The only issue is when it crashes, or is killed with kill -KILL

I've seen other weirdness when you install pcsc-lite-openct and then uninstall it. That's because pcsc-lite-openct will pull in openct. If you have openct installed and pcsc-lite, but not pcsc-lite-openct pcsc-lite and openct will conflict.

yum remove openct

should fix your issue.

I'll still look into removing those files on stop as a robustness improvement.

Asha: here's how you can reliably reproduce the issue:

as root:
# service pcscd start   --> #(make sure pcscd is started)
Starting PC/SC smart card daemon (pcscd): 
  --> or
Starting PC/SC smart card daemon (pcscd):                  [  OK  ]
# service pcscd status  #(get the pid of the pcscd process)
pcscd (pid  15349) is running...
  --> pid number will vary use the number above in the command below
# kill -KILL 15349
# service pcscd stop
Stopping PC/SC smart card daemon (pcscd):                  [FAILED]
  --> failure is expected, the daemon is not running
# service pcscd start
Starting PC/SC smart card daemon (pcscd):                  [FAILED]
  --> this will be [ OK ] after the patch.

Note: start will not work until you do a stop if you kill by hand, or pcscd crashes.

Comment 7 Roshni 2015-04-13 13:32:09 UTC
[root@dhcp129-124 sctests]# rpm -qi pcsc-lite
Name        : pcsc-lite                    Relocations: (not relocatable)
Version     : 1.5.2                             Vendor: Red Hat, Inc.
Release     : 15.el6                        Build Date: Thu 26 Feb 2015 08:39:13 PM EST
Install Date: Fri 10 Apr 2015 12:06:37 PM EDT      Build Host: x86-031.build.eng.bos.redhat.com
Group       : System Environment/Daemons    Source RPM: pcsc-lite-1.5.2-15.el6.src.rpm
Size        : 402732                           License: BSD
Signature   : RSA/8, Wed 04 Mar 2015 07:22:07 AM EST, Key ID 938a80caf21541eb
Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL         : http://pcsclite.alioth.debian.org/
Summary     : PC/SC Lite smart card framework and applications

Verification steps

1. yum install openct
2. # service pcscd status  
pcscd (pid  15349) is running...
# kill -KILL 15349
# service pcscd stop
Stopping PC/SC smart card daemon (pcscd):                  [FAILED]
# service pcscd start
Starting PC/SC smart card daemon (pcscd):                  [  OK  ]

Comment 8 errata-xmlrpc 2015-07-22 07:06:03 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-1369.html


Note You need to log in before you can comment on or make changes to this bug.