/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.
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.
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?