Marconi wrote: [snip] > sh-2.05b# python -v > /Library/Frameworks/Python.framework/Versions/2.5/bin/denyhosts.py > --daemon --config=/usr/share/denyhosts/denyhosts.cfg ... > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/DenyHosts/python_version.pyc > matches > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/DenyHosts/python_version.py > > import DenyHosts.python_version # precompiled from > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/DenyHosts/python_version.pyc
So, why the error "ImportError: No module named DenyHosts.python_version"? ... > DenyHosts could not obtain lock (pid: ) > [Errno 2] No such file or directory: '/var/lock/subsys/denyhosts' [snip] This is the only problem I can see, looks like either an old lock is still there or permission problem (I bet on the former, I even have a little cron command to delete the lock if DenyHosts fails to start -- I know, should have taken care on the startup script). -- 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
