[Bug 1313726] Re: irrelevant shutdown menu at login screen

2014-05-23 Thread CIIR Systems Manager
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

[Bug 1182617] [NEW] bcrypt: no output with -o flag

2013-05-21 Thread CIIR Systems Manager
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