<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: syslog error .. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565290#M29852</link>
    <description>Hi Richard&lt;BR /&gt;&lt;BR /&gt;You have indeed enabled inetd logging , in case the server is critcal interms of restricting ftp/telnet logging then u need to have this on as you can monitor .&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
    <pubDate>Tue, 14 Aug 2001 15:32:23 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2001-08-14T15:32:23Z</dc:date>
    <item>
      <title>syslog error ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565286#M29848</link>
      <description>Hello &lt;BR /&gt;I get this error in my syslog.&lt;BR /&gt;Aug 13 23:49:18 lvapp01 ftpd[10881]:  PAM_TEXT_INFO: Last   successful login for root: Mon Aug 13 23:47:07 CST6CDT 2001 on tty .&lt;BR /&gt;Aug 13 23:49:18 lvapp01 ftpd[10881]:  PAM_TEXT_INFO: Last unsuccessful login for root: Mon Aug 13 16:13:07 CST6CDT 2001 on pts/ta .&lt;BR /&gt;Aug 13 23:49:18 lvapp01 ftpd[10881]: FTP LOGIN FROM lvapp14.prod.networkip.net [192.168.10.151], root&lt;BR /&gt;Aug 13 23:49:19 lvapp01 ftpd[10881]: FTP session closed&lt;BR /&gt;&lt;BR /&gt;Can someone tell me what this means or if i should fixx it?</description>
      <pubDate>Tue, 14 Aug 2001 15:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565286#M29848</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-08-14T15:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565287#M29849</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;I suspect that you have enabled inetd logging. It will log when every process is spawned by inetd. Every telnet, every ftp, .... . Because of this, I only enable inetd logging for short periods when I am looking for specific problems. Separating the wheat from the chaff becomes difficult in short order. The PAM messages (Pluggable Authentication Module) indicate login attempts.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Tue, 14 Aug 2001 15:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565287#M29849</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-08-14T15:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565288#M29850</link>
      <description>Hi Richard:&lt;BR /&gt;&lt;BR /&gt;I presume that it's PAM who is bothering you ;-)&lt;BR /&gt;&lt;BR /&gt;PAM stands for "Pluggable Authentication Modules" and is a framework for integrated login.  Take a look at the man pages for it ('man 3 pam') for a start and also at chapter-8 "Administering a System: Managing System Security" in "Managing Systems and Workgroups: A Guide for HP-UX System Administrators":&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90701/B2355-90701.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90701/B2355-90701.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 14 Aug 2001 15:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565288#M29850</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-14T15:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565289#M29851</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;Check you /etc/rc.config.d/netdaemons file and look for variable INETD_ARGS, if it is set to &lt;BR /&gt;export INETD_ARGS="-l"&lt;BR /&gt;then you would see this logging in the syslog.&lt;BR /&gt;To disable this, just  set this variable to blank and bounce your inetd (/sbin/init.d/inetd stop; /sbin/init.d/inetd start).&lt;BR /&gt;&lt;BR /&gt;It doesn't look like you have ftp logging enabled but look for the ftp entry in the /etc/inetd.conf.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;I am RU</description>
      <pubDate>Tue, 14 Aug 2001 15:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565289#M29851</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-14T15:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565290#M29852</link>
      <description>Hi Richard&lt;BR /&gt;&lt;BR /&gt;You have indeed enabled inetd logging , in case the server is critcal interms of restricting ftp/telnet logging then u need to have this on as you can monitor .&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 14 Aug 2001 15:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565290#M29852</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-08-14T15:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565291#M29853</link>
      <description>I disabled inetd as you see in syslog.&lt;BR /&gt;But I am still getting this. &lt;BR /&gt;&lt;BR /&gt;Aug 14 11:44:36 lvapp01 inetd[542]: Connection logging disabled&lt;BR /&gt;Aug 14 11:58:41 lvapp01 ftpd[24982]:  PAM_TEXT_INFO: Last   successful login for&lt;BR /&gt; root: Tue Aug 14 11:42:26 CST6CDT 2001 on pts/ta .&lt;BR /&gt;Aug 14 11:58:41 lvapp01 ftpd[24982]:  PAM_TEXT_INFO: Last unsuccessful login for&lt;BR /&gt; root: Mon Aug 13 16:13:07 CST6CDT 2001 on pts/ta .&lt;BR /&gt;Aug 14 11:58:41 lvapp01 ftpd[24982]: FTP LOGIN FROM lvapp14.prod.networkip.net [&lt;BR /&gt;192.168.10.151], root</description>
      <pubDate>Tue, 14 Aug 2001 16:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565291#M29853</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-08-14T16:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565292#M29854</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;Are you seeing this logging only for the ftpd?&lt;BR /&gt;Check if the logging option is enabled for ftpd in the /etc/inetd.conf file.&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;I am RU</description>
      <pubDate>Tue, 14 Aug 2001 18:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565292#M29854</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-14T18:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565293#M29855</link>
      <description>Does this mean ftpd loggin is on ?&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l</description>
      <pubDate>Thu, 16 Aug 2001 02:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565293#M29855</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-08-16T02:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565294#M29856</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;The -l option means the loggin is on&lt;BR /&gt;&lt;BR /&gt;From the man page of ftpd&lt;BR /&gt;-l  Causes each FTP session to be logged in the syslog                           file.&lt;BR /&gt;&lt;BR /&gt;-l logs each ftp session, where as -L logs each command sent to the ftpd server&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;I am RU</description>
      <pubDate>Thu, 16 Aug 2001 02:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565294#M29856</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-16T02:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565295#M29857</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;Did you check your /etc/pam.conf file and see if you have debug option on for ftp?. If so, you need to take it out to get rid of these message&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 16 Aug 2001 04:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2565295#M29857</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-08-16T04:37:15Z</dc:date>
    </item>
  </channel>
</rss>

