Installation on clean 20.04 LTS system results in "/usr/lib/udev/rules.d/60-libifd-cyberjack6.rules:6 Unknown group 'pcscd', ignoring"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pcsc-cyberjack (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
pcsc-lite (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce:
1. Have Ubuntu 20.04 LTS installed
2. Install "libifd-cyberjack6" package
3. Reload udev
Expected results:
* log contains no errors or warnings
Actual results:
* log contains messages:
May 28 18:03:19 focal systemd[1]: Stopping udev Kernel Device Manager...
May 28 18:03:19 focal systemd[1]: systemd-
May 28 18:03:19 focal systemd[1]: Stopped udev Kernel Device Manager.
May 28 18:03:19 focal systemd[1]: Starting udev Kernel Device Manager...
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd-
May 28 18:03:19 focal systemd[1]: Started udev Kernel Device Manager.
ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: libifd-cyberjack6 3.99.5final.
ProcVersionSign
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckR
CurrentDesktop: MATE
Date: Thu May 28 18:06:52 2020
InstallationDate: Installed on 2020-04-23 (34 days ago)
InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: pcsc-cyberjack
UpgradeStatus: No upgrade log present (probably fresh install)
On old system I see that `pcscd` group GID was 145.
So the simple command below will fix the issue:
```
sudo groupadd -g 145 pcscd
```