desaster / kippo

Kippo - SSH Honeypot
1.62k stars 277 forks source link

kippo.pid permissions #224

Closed BhautikRamani closed 6 years ago

BhautikRamani commented 6 years ago

when I try to start kippo I got this error,

/opt/kippo$ ./start.sh twistd (the Twisted daemon) 15.2.0 Copyright (c) 2001-2015 Twisted Matrix Laboratories. See LICENSE for details. Starting kippo in the background... An error has occurred: '[Errno 13] Permission denied: '/opt/kippo/kippo.pid'' Please look at log file for more information.

How can I fix it?

desaster commented 6 years ago

looks like an user error - no permissions to the specified directory. The twisted version is also wrong, so this is probably not done according to wiki.

I'm closing this as it's not a bug.