ya i dont see it doing anything in debug.. just what is below and it sits for a while. it was running for 20 minutes while in debug and still didnt finish. it seems to run faster without nscd so i have removed that from our servers.

Debug mode enabled.
DenyHosts configuration settings:
   PLUGIN_DENY: [None]
   HOSTNAME_LOOKUP: [NO]
   SMTP_PASSWORD: [None]
   SMTP_HOST: [localhost]
   PLUGIN_PURGE: [None]
   SSHD_FORMAT_REGEX: [None]
   AGE_RESET_INVALID: [10d]
   DAEMON_LOG: [/var/log/denyhosts]
   SECURE_LOG: [/var/log/auth.log]
   DENY_THRESHOLD_RESTRICTED: [40]
   BLOCK_SERVICE: [sshd]
   SMTP_SUBJECT: [DenyHosts Report]
   SMTP_PORT: [25]
   DAEMON_LOG_TIME_FORMAT: [None]
   SYSLOG_REPORT: [YES]
   AGE_RESET_RESTRICTED: [25d]
   SMTP_USERNAME: [None]
   LOCK_FILE: [/tmp/denyhosts.lock]
   DAEMON_PURGE: [1h]
   AGE_RESET_VALID: [5d]
   WORK_DIR: [/var/lib/denyhosts]
   DAEMON_SLEEP: [30s]
   PURGE_DENY: [10d]
   HOSTS_DENY: [/etc/hosts.deny]
   ALLOWED_HOSTS_HOSTNAME_LOOKUP: [YES]
   DENY_THRESHOLD_VALID: [80]
   RESET_ON_SUCCESS: [YES]
   AGE_RESET_ROOT: [25d]
   DENY_THRESHOLD_INVALID: [20]
   SUCCESSFUL_ENTRY_REGEX: [None]
   FAILED_ENTRY_REGEX3: [None]
   FAILED_ENTRY_REGEX2: [None]
   FAILED_ENTRY_REGEX4: [None]
   SMTP_FROM: [DenyHosts <[EMAIL PROTECTED]>]
   SUSPICIOUS_LOGIN_REPORT_ALLOWED_HOSTS: [NO]
   ADMIN_EMAIL: [None]
   FAILED_ENTRY_REGEX: [None]
   DENY_THRESHOLD_ROOT: [30]
__get_current_offset():

--
Jordan Tardif
DreamHost

On Thu, 11 May 2006, Jason L Tibbitts III wrote:

"JT" == Jordan Tardif <[EMAIL PROTECTED]> writes:

JT> seems like now that i installed nscd it just keeps looking at nscd
JT> over and over. any ideas?

You're seeing the C library calling the resolver.  It's either trying
to look up hostnames, IPs or user names; I've no idea which, but you
could call nscd -g and see what statistics are changing.

Of course, this is the wrong level to be looking at; you're seeing
system calls when what would be useful is to see where in the python
code it is.

- J<



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Denyhosts-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/denyhosts-user

Reply via email to