1833880 Members
1511 Online
110063 Solutions
New Discussion

Re: Syslog message

 
Dan Walker
Occasional Advisor

Syslog message

Receiving every 10 minutes the following message in syslog.log
syslog: identd: remote owner request failed : no such file or directory

how do I correct this, Thanks
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: Syslog message

A remote inetd user is trying to access a file that does not exist.

inetd -l

That will enhance logging and maybe get you more detail.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dan Walker
Occasional Advisor

Re: Syslog message

I did that and see nothing happening yet also how do I turn it off once done.
Michael Steele_2
Honored Contributor

Re: Syslog message

'inetd -l' is a toggle. Off on off on, etc.
Support Fatherhood - Stop Family Law
Dan Walker
Occasional Advisor

Re: Syslog message

I went into /etc/inetd.conf and commented out the identd entry.
Michael Steele_2
Honored Contributor

Re: Syslog message

Sorry, that's mistake. Just run it as "inetd"
Support Fatherhood - Stop Family Law
Steven E. Protter
Exalted Contributor

Re: Syslog message

Add

set -x

To the .profile or script that starts things up on the server.

That will get you more diagnostics.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com