Hi, 

I just installer portsentry, hostsentry and logcheck.  I want to
start portsentry and hostsentry at boot time.  However, I have
problem to start hostsentry.  Here is an excerpt from
/etc/rc.d/rc.local

#!/bin/sh

# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

if [ -f /etc/redhat-release ]; then
    R=$(cat /etc/redhat-release)

    [SNIP]    

    ### We are starting the security checking of the log and 
    ### logins/logouts of the system    

    /usr/bin/python /usr/local/abacus/hostsentry/hostsentry.py
    /usr/local/psionic/portsentry/portsentry -sudp
fi

Portsentry starts just fine. Why hostsentry does not start?


Thanks, 

Dominic.


-- 
  Dominic Mitchell             Email: [EMAIL PROTECTED]
  Department of Economics      mailto:[EMAIL PROTECTED]
  Queen's University
  Kingston, Ontario            The XXI century starts on 2001-01-01!
  Canada, K7L 3N6              Le XXI siècle débute le 2001-01-01!



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to