Hi, I'm trying to enable consolekit on two of my FreeBSD 10.1 machines, both updated to p16. One is 32 bit, and the other one is 64 bit. I added the following line to /etc/pam.d/login:
After this on the 64 bit machine I can log in and see an active consolekit session using
So
Code:
session optional /usr/local/lib/pam_ck_connector.so nox11
ck-list-sessions, so it works. However on the 32 bit machine it drops me back to the login prompt immediately after entering the password. In the system log /var/log/messages I see a line like this:
Code:
kernel: login exited with signal 11
login is segfaulting on the 32 bit machine but works fine in 64 bit. Any ideas as to what is going wrong?