
Originally Posted by
miki_v6
I was run karma.rc script and I have two problem.
1. Karma.rc console write:
"Exploit failed, could not obtain a database connection within 5 second. The max pool size is currently 30; consider increasing it."
and
" ActiveRecord:ConnectionTimeoutError, could not obtain a database..."
2. When DHCP server run write:
"Can't create PID file /var/run/dhcpd.pid: Permission denied."
Could Anybody help me?
I suggest to change
Code:
kate /pentest/wireless/kmsapng/kmsapng.sh
line 295 from
Code:
echo "load db_sqlite3" > /tmp/karma.rc
to
Code:
echo "db_driver postgresql" > /tmp/karma.rc
Let me know if it works