aluzzardi / pam_usb

Hardware authentication for Linux using ordinary USB Flash Drives.
GNU General Public License v2.0
152 stars 82 forks source link

Cannot connect to system bus: The maximum number of active connections for UID has been reached #23

Open ghost opened 9 years ago

ghost commented 9 years ago

For some reason, connections to DBus stay

 # netstat -nap | grep /var/run/dbus/system_bus_socket | wc -l
263
 $ /usr/bin/pamusb-check --debug --config=/etc/pamusb.conf --service=pamusb-agent username
* Authentication request for user "username" (pamusb-agent)
[src/local.c:037] Checking whether the caller is local or not...
[src/local.c:046] Authentication request from tty pts/4
[src/local.c:065] Caller is local (good)
[src/device.c:057] Connecting to HAL...
* Cannot connect to system bus: The maximum number of active connections for UID 1001 has been reached
* Access denied

sys-apps/dbus-1.8.20.

albert-maclang commented 7 years ago

Is this resolved?