using python 2.6
Kojoney Honeypot installer.
Press enter to view the license agreement(s) ...
::::::::::::::
LICENSE
::::::::::::::
GNU GENERAL PUBLIC LICENSE
******************************************
Kojoney Honeypot Installer version 0.0.3
******************************************
Step 1 - Copying files
[+] Working on temp directory /tmp/tmp.p6XDECJGyd
[+] Copying base libraries
[+] Copying optional libraries
[+] Extracting libraries in temporary directory
Step 2 - Building libraries
[+] Building and installing [IP-Country]
[+] Building and installing [Geography-Countries]
[+] Building and installing [Zope Interfaces]
SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/zope/interface/adapter.py', 195, 28, ' for with, objects in v.iteritems():\n'))
[+] Building and installing [Twisted extension]
[+] Building and installing [PyCrypto]
In file included from /usr/include/python2.6/Python.h:8,
from src/MD2.c:15:
/usr/include/python2.6/pyconfig.h:1031:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/string.h:26,
from src/MD2.c:14:
/usr/include/features.h:210:1: warning: this is the location of the previous definition
In file included from /usr/include/python2.6/Python.h:8,
from src/MD4.c:15:
/usr/include/python2.6/pyconfig.h:1031:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/string.h:26,
from src/MD4.c:14:
/usr/include/features.h:210:1: warning: this is the location of the previous definition
In file included from /usr/include/python2.6/Python.h:8,
from src/RIPEMD.c:19:
/usr/include/python2.6/pyconfig.h:1031:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/string.h:26,
from src/RIPEMD.c:18:
/usr/include/features.h:210:1: warning: this is the location of the previous definition
In file included from /usr/include/python2.6/Python.h:8,
from src/AES.c:29:
/usr/include/python2.6/pyconfig.h:1031:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/assert.h:37,
from src/AES.c:27:
/usr/include/features.h:210:1: warning: this is the location of the previous definition
In file included from /usr/include/python2.6/Python.h:8,
from src/block_template.c:23,
from src/ARC2.c:185:
/usr/include/python2.6/pyconfig.h:1031:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/string.h:26,
from src/ARC2.c:13:
/usr/include/features.h:210:1: warning: this is the location of the previous definition
In file included from /usr/include/python2.6/Python.h:8,
from src/_fastmath.c:16:
/usr/include/python2.6/pyconfig.h:1031:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/stdio.h:28,
from src/_fastmath.c:14:
/usr/include/features.h:210:1: warning: this is the location of the previous definition
[+] Building and installing [Twisted Conch extension]
SyntaxError: ('invalid token', ('/usr/lib/python2.6/site-packages/twisted/conch/ssh/filetransfer.py', 853, 30, 'FILEXFER_ATTR_EXTENDED = 0x+80000000\n'))
Step 3 - Installing documentation
[+] Installing man pages
Man path does not found in /usr/local/man/man1. Type the full man path:
/usr/man
Step 4 - Changing permissions and creating symbolic links
[+] Creating symlinks
[+] Creating directory for url archives
mkdir: cannot create directory `/var/log/kojoney': File exists
Step 5 - Final questions and fun
Do you want to run it automatically at boot time (yes/no)?
no
Skipping System V script installation
Do you want to run it now (yes/no)?
yes
Starting daemon
Kojoney installation finished.
[root@devdude kojoney]# Traceback (most recent call last):
File "/usr/bin/kojoneyd", line 25, in <module>
from twisted.cred import portal, checkers
File "/usr/lib/python2.6/site-packages/twisted/cred/portal.py", line 13, in <module>
from twisted.python import failure, reflect, components
File "/usr/lib/python2.6/site-packages/twisted/python/components.py", line 68, in <module>
from zope.interface.adapter import AdapterRegistry
File "/usr/lib/python2.6/site-packages/zope/interface/adapter.py", line 195
for with, objects in v.iteritems():
^
SyntaxError: invalid syntax