ubuntu@hwe0004:~$ ls -l *.deb -rw-r--r-- 1 ubuntu ubuntu 981468 Oct 20 15:04 libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb -rw-r--r-- 1 ubuntu ubuntu 27726 Oct 20 15:04 libopencryptoki-dev_3.21.0+dfsg-0ubuntu1.1_s390x.deb -rw-r--r-- 1 ubuntu ubuntu 232748 Oct 20 15:04 opencryptoki_3.21.0+dfsg-0ubuntu1.1_s390x.deb ubuntu@hwe0004:~$ sudo apt install ./opencryptoki_3.21.0+dfsg-0ubuntu1.1_s390x.deb ./libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'opencryptoki' instead of './opencryptoki_3.21.0+dfsg-0ubuntu1.1_s390x.deb' Note, selecting 'libopencryptoki0' instead of './libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb' The following additional packages will be installed: libica4 libtspi1 The following NEW packages will be installed: libica4 libopencryptoki0 libtspi1 opencryptoki 0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded. Need to get 245 kB/1,459 kB of archives. After this operation, 5,445 kB of additional disk space will be used. Do you want to continue? [Y/n] Y Get:1 /home/ubuntu/libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb libopencryptoki0 s390x 3.21.0+dfsg-0ubuntu1.1 [981 kB] Get:2 /home/ubuntu/opencryptoki_3.21.0+dfsg-0ubuntu1.1_s390x.deb opencryptoki s390x 3.21.0+dfsg-0ubuntu1.1 [233 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports mantic/universe s390x libica4 s390x 4.2.2-0ubuntu1 [98.3 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports mantic/universe s390x libtspi1 s390x 0.3.15-0.3 [147 kB] Fetched 245 kB in 0s (497 kB/s) Selecting previously unselected package libica4:s390x. (Reading database ... 57682 files and directories currently installed.) Preparing to unpack .../libica4_4.2.2-0ubuntu1_s390x.deb ... Unpacking libica4:s390x (4.2.2-0ubuntu1) ... Selecting previously unselected package libtspi1. Preparing to unpack .../libtspi1_0.3.15-0.3_s390x.deb ... Unpacking libtspi1 (0.3.15-0.3) ... Selecting previously unselected package libopencryptoki0:s390x. Preparing to unpack .../libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb ... Unpacking libopencryptoki0:s390x (3.21.0+dfsg-0ubuntu1.1) ... Selecting previously unselected package opencryptoki. Preparing to unpack .../opencryptoki_3.21.0+dfsg-0ubuntu1.1_s390x.deb ... Unpacking opencryptoki (3.21.0+dfsg-0ubuntu1.1) ... Setting up libtspi1 (0.3.15-0.3) ... Setting up libica4:s390x (4.2.2-0ubuntu1) ... Setting up libopencryptoki0:s390x (3.21.0+dfsg-0ubuntu1.1) ... Setting up opencryptoki (3.21.0+dfsg-0ubuntu1.1) ... info: Selecting GID from range 100 to 999 ... info: Adding group `pkcs11' (GID 116) ... info: The home dir /run/opencryptoki you specified already exists. info: Selecting UID from range 100 to 999 ... info: Adding system user `pkcsslotd' (UID 109) ... info: Adding new user `pkcsslotd' (UID 109) with group `pkcs11' ... warn: The home directory `/run/opencryptoki' already exists. Not touching this directory. warn: Warning: The home directory `/run/opencryptoki' does not belong to the use r you are currently creating. Created symlink /etc/systemd/system/multi-user.target.wants/pkcsslotd.service → /lib/systemd/system/pkcsslotd.service. Processing triggers for man-db (2.11.2-3) ... Processing triggers for libc-bin (2.38-1ubuntu6) ... Scanning processes... Scanning linux images... Running kernel seems to be up-to-date (ABI upgrades are not detected). No services need to be restarted. No containers need to be restarted. No user sessions are running outdated binaries. No VM guests are running outdated hypervisor (qemu) binaries on this host. N: Download is performed unsandboxed as root as file '/home/ubuntu/libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) ubuntu@hwe0004:~$ systemctl status pkcsslotd ● pkcsslotd.service - Daemon which manages cryptographic hardware tokens for th> Loaded: loaded (/lib/systemd/system/pkcsslotd.service; enabled; preset: en> Active: active (running) since Fri 2023-10-20 15:09:03 UTC; 25s ago Process: 2145 ExecStart=/usr/sbin/pkcsslotd (code=exited, status=0/SUCCESS) Main PID: 2146 (pkcsslotd) Tasks: 1 (limit: 9577) Memory: 9.5M CPU: 52ms CGroup: /system.slice/pkcsslotd.service └─2146 /usr/sbin/pkcsslotd Oct 20 15:09:03 hwe0004 systemd[1]: Starting pkcsslotd.service - Daemon which m> Oct 20 15:09:03 hwe0004 pkcsslotd[2145]: PID File created Oct 20 15:09:03 hwe0004 systemd[1]: Started pkcsslotd.service - Daemon which ma> ubuntu@hwe0004:~$ ls -lad /run/opencryptoki drwx--x--- 2 pkcsslotd pkcs11 100 Oct 20 15:09 /run/opencryptoki ubuntu@hwe0004:~$ id root uid=0(root) gid=0(root) groups=0(root),116(pkcs11) ubuntu@hwe0004:~$ id pkcsslotd uid=109(pkcsslotd) gid=116(pkcs11) groups=116(pkcs11) ubuntu@hwe0004:~$ sudo ls -alct /|tail -1|awk '{print $6, $7, $8}' Oct 20 14:59 ubuntu@hwe0004:~$ sudo reboot Broadcast message from root@hwe0004 on pts/1 (Fri 2023-10-20 15:12:04 UTC): The system will reboot now! ubuntu@hwe0004:~$ Connection to hwe0004 closed by remote host. Connection to hwe0004 closed. fheimes@T570:~$ ssh ubuntu@hwe0004 Welcome to Ubuntu 23.10 (GNU/Linux 6.5.0-9-generic s390x) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage System information as of Fri Oct 20 03:14:45 PM UTC 2023 System load: 0.04 Processes: 116 Usage of /: 23.1% of 6.67GB Users logged in: 0 Memory usage: 2% IPv4 address for enc600: 10.245.236.24 Swap usage: 0% 2 updates can be applied immediately. To see these additional updates run: apt list --upgradable Last login: Fri Oct 20 15:04:10 2023 from 10.172.66.67 ubuntu@hwe0004:~$ sudo ls -alct /|tail -1|awk '{print $6, $7, $8}' [sudo] password for ubuntu: Oct 20 14:59 ubuntu@hwe0004:~$ systemctl status pkcsslotd ● pkcsslotd.service - Daemon which manages cryptographic hardware tokens for th> Loaded: loaded (/lib/systemd/system/pkcsslotd.service; enabled; preset: en> Active: active (running) since Fri 2023-10-20 15:12:13 UTC; 2min 45s ago Process: 608 ExecStart=/usr/sbin/pkcsslotd (code=exited, status=0/SUCCESS) Main PID: 642 (pkcsslotd) Tasks: 1 (limit: 9577) Memory: 9.6M CPU: 71ms CGroup: /system.slice/pkcsslotd.service └─642 /usr/sbin/pkcsslotd Oct 20 15:12:13 hwe0004 systemd[1]: Starting pkcsslotd.service - Daemon which m> Oct 20 15:12:13 hwe0004 pkcsslotd[608]: PID File created Oct 20 15:12:13 hwe0004 systemd[1]: Started pkcsslotd.service - Daemon which ma> ubuntu@hwe0004:~$ ls -lad /run/opencryptoki drwx--x--- 2 pkcsslotd pkcs11 100 Oct 20 15:12 /run/opencryptoki ubuntu@hwe0004:~$ id root uid=0(root) gid=0(root) groups=0(root),116(pkcs11) ubuntu@hwe0004:~$ id pkcsslotd uid=109(pkcsslotd) gid=116(pkcs11) groups=116(pkcs11) ubuntu@hwe0004:~$ sudo apt remove --purge opencryptoki libopencryptoki0 Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were automatically installed and are no longer required: libica4 libtspi1 Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: libopencryptoki0* opencryptoki* 0 upgraded, 0 newly installed, 2 to remove and 2 not upgraded. After this operation, 4,618 kB disk space will be freed. Do you want to continue? [Y/n] Y (Reading database ... 57812 files and directories currently installed.) Removing opencryptoki (3.21.0+dfsg-0ubuntu1.1) ... info: Removing user `root' from group `pkcs11' ... info: Removing crontab ... info: Removing user `pkcsslotd' ... info: Removing group `pkcs11' ... Removing libopencryptoki0:s390x (3.21.0+dfsg-0ubuntu1.1) ... Processing triggers for man-db (2.11.2-3) ... Processing triggers for libc-bin (2.38-1ubuntu6) ... (Reading database ... 57703 files and directories currently installed.) Purging configuration files for opencryptoki (3.21.0+dfsg-0ubuntu1.1) ... dpkg: warning: while removing opencryptoki, directory '/var/lock/opencryptoki' n ot empty so not removed ubuntu@hwe0004:~$ systemctl status pkcsslotd Unit pkcsslotd.service could not be found. ubuntu@hwe0004:~$ ls -lad /run/opencryptoki ls: cannot access '/run/opencryptoki': No such file or directory ubuntu@hwe0004:~$ id root uid=0(root) gid=0(root) groups=0(root) ubuntu@hwe0004:~$ id pkcsslotd id: ‘pkcsslotd’: no such user ubuntu@hwe0004:~$ ubuntu@hwe0004:~$ sudo apt install ./opencryptoki_3.21.0+dfsg-0ubuntu1.1_s390x.deb ./libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'opencryptoki' instead of './opencryptoki_3.21.0+dfsg-0ubuntu1.1_s390x.deb' Note, selecting 'libopencryptoki0' instead of './libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb' The following NEW packages will be installed: libopencryptoki0 opencryptoki 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. Need to get 0 B/1,214 kB of archives. After this operation, 4,618 kB of additional disk space will be used. Get:1 /home/ubuntu/libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb libopencryptoki0 s390x 3.21.0+dfsg-0ubuntu1.1 [981 kB] Get:2 /home/ubuntu/opencryptoki_3.21.0+dfsg-0ubuntu1.1_s390x.deb opencryptoki s390x 3.21.0+dfsg-0ubuntu1.1 [233 kB] Selecting previously unselected package libopencryptoki0:s390x. (Reading database ... 57694 files and directories currently installed.) Preparing to unpack .../libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb ... Unpacking libopencryptoki0:s390x (3.21.0+dfsg-0ubuntu1.1) ... Selecting previously unselected package opencryptoki. Preparing to unpack .../opencryptoki_3.21.0+dfsg-0ubuntu1.1_s390x.deb ... Unpacking opencryptoki (3.21.0+dfsg-0ubuntu1.1) ... Setting up libopencryptoki0:s390x (3.21.0+dfsg-0ubuntu1.1) ... Setting up opencryptoki (3.21.0+dfsg-0ubuntu1.1) ... info: Selecting GID from range 100 to 999 ... info: Adding group `pkcs11' (GID 116) ... info: The home dir /run/opencryptoki you specified already exists. info: Selecting UID from range 100 to 999 ... info: Adding system user `pkcsslotd' (UID 109) ... info: Adding new user `pkcsslotd' (UID 109) with group `pkcs11' ... warn: The home directory `/run/opencryptoki' already exists. Not touching this directory. warn: Warning: The home directory `/run/opencryptoki' does not belong to the use r you are currently creating. Created symlink /etc/systemd/system/multi-user.target.wants/pkcsslotd.service → /lib/systemd/system/pkcsslotd.service. Processing triggers for man-db (2.11.2-3) ... Processing triggers for libc-bin (2.38-1ubuntu6) ... Scanning processes... Scanning linux images... Running kernel seems to be up-to-date (ABI upgrades are not detected). No services need to be restarted. No containers need to be restarted. No user sessions are running outdated binaries. No VM guests are running outdated hypervisor (qemu) binaries on this host. N: Download is performed unsandboxed as root as file '/home/ubuntu/libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) ubuntu@hwe0004:~$ systemctl status pkcsslotd ● pkcsslotd.service - Daemon which manages cryptographic hardware tokens for th> Loaded: loaded (/lib/systemd/system/pkcsslotd.service; enabled; preset: en> Active: active (running) since Fri 2023-10-20 15:20:33 UTC; 42s ago Process: 1388 ExecStart=/usr/sbin/pkcsslotd (code=exited, status=0/SUCCESS) Main PID: 1389 (pkcsslotd) Tasks: 1 (limit: 9577) Memory: 9.5M CPU: 53ms CGroup: /system.slice/pkcsslotd.service └─1389 /usr/sbin/pkcsslotd Oct 20 15:20:32 hwe0004 systemd[1]: Starting pkcsslotd.service - Daemon which m> Oct 20 15:20:33 hwe0004 pkcsslotd[1388]: PID File created Oct 20 15:20:33 hwe0004 systemd[1]: Started pkcsslotd.service - Daemon which ma> ubuntu@hwe0004:~$ ls -lad /run/opencryptoki drwx--x--- 2 pkcsslotd pkcs11 100 Oct 20 15:20 /run/opencryptoki ubuntu@hwe0004:~$ id root uid=0(root) gid=0(root) groups=0(root),116(pkcs11) ubuntu@hwe0004:~$ id pkcsslotd uid=109(pkcsslotd) gid=116(pkcs11) groups=116(pkcs11) ubuntu@hwe0004:~$ ubuntu@hwe0004:~$ sudo apt remove --purge opencryptoki libopencryptoki0 Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were automatically installed and are no longer required: libica4 libtspi1 Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: libopencryptoki0* opencryptoki* 0 upgraded, 0 newly installed, 2 to remove and 2 not upgraded. After this operation, 4,618 kB disk space will be freed. Do you want to continue? [Y/n] Y (Reading database ... 57812 files and directories currently installed.) Removing opencryptoki (3.21.0+dfsg-0ubuntu1.1) ... info: Removing user `root' from group `pkcs11' ... info: Removing crontab ... info: Removing user `pkcsslotd' ... info: Removing group `pkcs11' ... Removing libopencryptoki0:s390x (3.21.0+dfsg-0ubuntu1.1) ... Processing triggers for man-db (2.11.2-3) ... Processing triggers for libc-bin (2.38-1ubuntu6) ... (Reading database ... 57703 files and directories currently installed.) Purging configuration files for opencryptoki (3.21.0+dfsg-0ubuntu1.1) ... dpkg: warning: while removing opencryptoki, directory '/var/lock/opencryptoki' n ot empty so not removed ubuntu@hwe0004:~$ systemctl status pkcsslotd Unit pkcsslotd.service could not be found. ubuntu@hwe0004:~$ ls -lad /run/opencryptoki ls: cannot access '/run/opencryptoki': No such file or directory ubuntu@hwe0004:~$ id root uid=0(root) gid=0(root) groups=0(root) ubuntu@hwe0004:~$ id pkcsslotd id: ‘pkcsslotd’: no such user ubuntu@hwe0004:~$ ubuntu@hwe0004:~$ sudo reboot Broadcast message from root@hwe0004 on pts/1 (Fri 2023-10-20 15:22:15 UTC): The system will reboot now! ubuntu@hwe0004:~$ Connection to hwe0004 closed by remote host. Connection to hwe0004 closed. fheimes@T570:~$ ssh ubuntu@hwe0004 Welcome to Ubuntu 23.10 (GNU/Linux 6.5.0-9-generic s390x) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage System information as of Fri Oct 20 03:24:03 PM UTC 2023 System load: 0.03 Processes: 113 Usage of /: 23.1% of 6.67GB Users logged in: 0 Memory usage: 2% IPv4 address for enc600: 10.245.236.24 Swap usage: 0% 2 updates can be applied immediately. To see these additional updates run: apt list --upgradable Last login: Fri Oct 20 15:14:45 2023 from 10.172.66.67 ubuntu@hwe0004:~$ sudo ls -alct /|tail -1|awk '{print $6, $7, $8}' [sudo] password for ubuntu: Oct 20 14:59 ubuntu@hwe0004:~$ systemctl status pkcsslotd Unit pkcsslotd.service could not be found. ubuntu@hwe0004:~$ ls -lad /run/opencryptoki ls: cannot access '/run/opencryptoki': No such file or directory ubuntu@hwe0004:~$ id root uid=0(root) gid=0(root) groups=0(root) ubuntu@hwe0004:~$ id pkcsslotd id: ‘pkcsslotd’: no such user ubuntu@hwe0004:~$ ubuntu@hwe0004:~$ sudo apt install ./opencryptoki_3.21.0+dfsg-0ubuntu1.1_s390x.deb ./libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'opencryptoki' instead of './opencryptoki_3.21.0+dfsg-0ubuntu1.1_s390x.deb' Note, selecting 'libopencryptoki0' instead of './libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb' The following NEW packages will be installed: libopencryptoki0 opencryptoki 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. Need to get 0 B/1,214 kB of archives. After this operation, 4,618 kB of additional disk space will be used. Get:1 /home/ubuntu/libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb libopencryptoki0 s390x 3.21.0+dfsg-0ubuntu1.1 [981 kB] Get:2 /home/ubuntu/opencryptoki_3.21.0+dfsg-0ubuntu1.1_s390x.deb opencryptoki s390x 3.21.0+dfsg-0ubuntu1.1 [233 kB] Selecting previously unselected package libopencryptoki0:s390x. (Reading database ... 57694 files and directories currently installed.) Preparing to unpack .../libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb ... Unpacking libopencryptoki0:s390x (3.21.0+dfsg-0ubuntu1.1) ... Selecting previously unselected package opencryptoki. Preparing to unpack .../opencryptoki_3.21.0+dfsg-0ubuntu1.1_s390x.deb ... Unpacking opencryptoki (3.21.0+dfsg-0ubuntu1.1) ... Setting up libopencryptoki0:s390x (3.21.0+dfsg-0ubuntu1.1) ... Setting up opencryptoki (3.21.0+dfsg-0ubuntu1.1) ... info: Selecting GID from range 100 to 999 ... info: Adding group `pkcs11' (GID 116) ... info: The home dir /run/opencryptoki you specified already exists. info: Selecting UID from range 100 to 999 ... info: Adding system user `pkcsslotd' (UID 109) ... info: Adding new user `pkcsslotd' (UID 109) with group `pkcs11' ... warn: The home directory `/run/opencryptoki' already exists. Not touching this directory. warn: Warning: The home directory `/run/opencryptoki' does not belong to the use r you are currently creating. Created symlink /etc/systemd/system/multi-user.target.wants/pkcsslotd.service → /lib/systemd/system/pkcsslotd.service. Processing triggers for man-db (2.11.2-3) ... Processing triggers for libc-bin (2.38-1ubuntu6) ... Scanning processes... Scanning linux images... Running kernel seems to be up-to-date (ABI upgrades are not detected). No services need to be restarted. No containers need to be restarted. No user sessions are running outdated binaries. No VM guests are running outdated hypervisor (qemu) binaries on this host. N: Download is performed unsandboxed as root as file '/home/ubuntu/libopencryptoki0_3.21.0+dfsg-0ubuntu1.1_s390x.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) ubuntu@hwe0004:~$ systemctl status pkcsslotd ● pkcsslotd.service - Daemon which manages cryptographic hardware tokens for th> Loaded: loaded (/lib/systemd/system/pkcsslotd.service; enabled; preset: en> Active: active (running) since Fri 2023-10-20 15:24:55 UTC; 11s ago Process: 1142 ExecStart=/usr/sbin/pkcsslotd (code=exited, status=0/SUCCESS) Main PID: 1143 (pkcsslotd) Tasks: 1 (limit: 9577) Memory: 9.5M CPU: 52ms CGroup: /system.slice/pkcsslotd.service └─1143 /usr/sbin/pkcsslotd Oct 20 15:24:55 hwe0004 systemd[1]: Starting pkcsslotd.service - Daemon which m> Oct 20 15:24:55 hwe0004 pkcsslotd[1142]: PID File created Oct 20 15:24:55 hwe0004 systemd[1]: Started pkcsslotd.service - Daemon which ma> ubuntu@hwe0004:~$ ls -lad /run/opencryptoki drwx--x--- 2 pkcsslotd pkcs11 100 Oct 20 15:24 /run/opencryptoki ubuntu@hwe0004:~$ id root uid=0(root) gid=0(root) groups=0(root),116(pkcs11) ubuntu@hwe0004:~$ id pkcsslotd uid=109(pkcsslotd) gid=116(pkcs11) groups=116(pkcs11) ubuntu@hwe0004:~$ ubuntu@hwe0004:~$ sudo reboot Broadcast message from root@hwe0004 on pts/1 (Fri 2023-10-20 15:25:57 UTC): The system will reboot now! ubuntu@hwe0004:~$ Connection to hwe0004 closed by remote host. Connection to hwe0004 closed. fheimes@T570:~$ ssh ubuntu@hwe0004 Welcome to Ubuntu 23.10 (GNU/Linux 6.5.0-9-generic s390x) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage System information as of Fri Oct 20 03:28:41 PM UTC 2023 System load: 0.05 Processes: 115 Usage of /: 23.3% of 6.67GB Users logged in: 0 Memory usage: 2% IPv4 address for enc600: 10.245.236.24 Swap usage: 0% 2 updates can be applied immediately. To see these additional updates run: apt list --upgradable Last login: Fri Oct 20 15:24:04 2023 from 10.172.66.67 ubuntu@hwe0004:~$ systemctl status pkcsslotd ● pkcsslotd.service - Daemon which manages cryptographic hardware tokens for th> Loaded: loaded (/lib/systemd/system/pkcsslotd.service; enabled; preset: en> Active: active (running) since Fri 2023-10-20 15:26:05 UTC; 2min 45s ago Process: 604 ExecStart=/usr/sbin/pkcsslotd (code=exited, status=0/SUCCESS) Main PID: 638 (pkcsslotd) Tasks: 1 (limit: 9577) Memory: 9.6M CPU: 75ms CGroup: /system.slice/pkcsslotd.service └─638 /usr/sbin/pkcsslotd Oct 20 15:26:05 hwe0004 systemd[1]: Starting pkcsslotd.service - Daemon which m> Oct 20 15:26:05 hwe0004 pkcsslotd[604]: PID File created Oct 20 15:26:05 hwe0004 systemd[1]: Started pkcsslotd.service - Daemon which ma> ubuntu@hwe0004:~$ ls -lad /run/opencryptoki drwx--x--- 2 pkcsslotd pkcs11 100 Oct 20 15:26 /run/opencryptoki ubuntu@hwe0004:~$ id root uid=0(root) gid=0(root) groups=0(root),116(pkcs11) ubuntu@hwe0004:~$ id pkcsslotd uid=109(pkcsslotd) gid=116(pkcs11) groups=116(pkcs11) ubuntu@hwe0004:~$