I had this happen after an in-house script installed sssd. Either the
package or the script modified /etc/pam.d/common-session and removed the
line:
session optional pam_systemd.so
Restoring that line brought back the proper shut down functionality.
--
You received this bug notification becaus
Public bug reported:
Decrpyting a file with bcrypt using the -o flag does not send the
decrypted file to standard output as expected.
$ echo "hello" > test.txt
$ bcrypt test.txt
Encryption key:
Again:
$ bcrypt -o test.txt.bfe
Encryption key:
$ ls -l test*
-rw-r--r-- 1 drp ciir 6 May 21 15:00 te