1836222 Members
1742 Online
110096 Solutions
New Discussion

wrapper and syslog

 
Wood_2
Frequent Advisor

wrapper and syslog

Hello I've problem with wrapper on HPUX 11.0

This is my /etc/inetd.conf

ftp stream tcp nowait root /usr/local/bin/tcpd /usr/lbin/ftpd ftpd -u 007

#
# tcpd(1M) reads its configuration information from this file upon
# execution through inetd(1M).
#
# See the tcpd.conf(4) manual page for more information.
##

##
# Timeout value for client's user name lookup
##
rfc931_timeout 5

##
# Action to be taken on reverse lookup failure
##
on_reverselookup_fail deny

##
# Logging information level
##
log_level extended

And I have no notification in the syslog.

I've sended a kill -HUP to the inetd process.

Someone have an idea ???

Thank you

4 REPLIES 4
Wood_2
Frequent Advisor

Re: wrapper and syslog

The second part of this post was my /etc/tcpd.conf
V.Tamilvanan
Honored Contributor

Re: wrapper and syslog

Hi ,

You need to add -l option to the ftpd line on /etc/inetd.conf in order to enable syslog logging.

ftp stream tcp nowait root /usr/local/bin/tcpd /usr/lbin/ftpd ftpd -l -u 007



Wood_2
Frequent Advisor

Re: wrapper and syslog

Ok, but i have only the ftp activity.
But nothing about the ftpd and the policies with hosts.allow and deny.

Thank you for your help
Wood_2
Frequent Advisor

Re: wrapper and syslog

I've found my problem.

I need to use the tcp_wrappers for 11i.
I think this a problem of parameter with the compilation.

Thank you for your help