LuKreme wrote: > On 26-Feb-2010, at 19:11, LuKreme wrote: >> On 26-Feb-10 17:32, Phil Schwartz wrote: >>> Also, you might want to put DH in debug mode (/etc/init.d/denyhosts debug). >> Great, I will try that tonight and get back to you :) > > Erm... OK, I'm confused. > > $ /usr/local/etc/rc.d/denyhosts debug > /usr/local/etc/rc.d/denyhosts: unknown directive 'debug'.
That is the FreeBSD startup script you're trying to run, therefore it does not know about 'debug'. Try to edit that script and add 'debug' to command_args. Then do /usr/local/etc/rc.d/denyhosts restart . (Perhaps there's also a possibility to have the variable defined in /etc/rc.conf instead) Regards, Karel. > Usage: /usr/local/etc/rc.d/denyhosts > [fast|force|one](start|stop|restart|rcvar|status|poll) > mail /var/log $ /usr/local/etc/rc.d/denyhosts --debug > > $ portversion denyhosts > denyhosts = > $ where denyhosts > denyhosts-2.6_2 is in security/denyhosts security/denyhosts > $ uname -prs > FreeBSD 6.2-RELEASE-p11 i386 > > > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Denyhosts-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/denyhosts-user
