Marconi wrote: [snip] > ns1:/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/DenyHosts > > root# ls -l > total 528 > -rw-r--r-- 1 root admin 13 16 Dec 2005 __init__.py > -rw-r--r-- 1 root admin 204 30 Jul 10:47 __init__.pyc > -rw-r--r-- 1 root admin 3972 26 Apr 2006 allowedhosts.py > -rw-r--r-- 1 root admin 5200 30 Jul 10:47 allowedhosts.pyc > -rw-r--r-- 1 root admin 1914 7 Apr 2006 constants.py > -rw-r--r-- 1 root admin 1531 30 Jul 10:47 constants.pyc > -rw-r--r-- 1 root admin 1662 8 Feb 2006 counter.py > -rw-r--r-- 1 root admin 3665 30 Jul 10:47 counter.pyc > -rw-r--r-- 1 root admin 4275 16 Dec 2005 daemon.py > ...
If the files are there, force installing won't do anything useful (and the order of the parameters I put was wrong, they go after setup.py). OK, get ready for a lot of debug output, try: script debug.log python -v /Library/Frameworks/Python.framework/Versions/2.5/bin/denyhosts.py --daemon --config=/usr/share/denyhosts/denyhosts.cfg ^D That's 3 lines, the first and last to record all the output in a file (debug.log) the middle one is to manually start DenyHosts, don't hit ^D until the error shows. I haven't tested this but in all the output the interesting part will be where did it search for the libraries, what else seems unusual. -- René Berber ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Denyhosts-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/denyhosts-user
