<?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: HP:UX 10.2 FTP on local machine in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-2-ftp-on-local-machine/m-p/2478816#M776541</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  you probably have an inetd.conf entry like:&lt;BR /&gt;&lt;BR /&gt;ftp ...... root /usr/lbin/ftpd ftpd -l&lt;BR /&gt;&lt;BR /&gt;The -l states that every log in using ftp&lt;BR /&gt;should be logged in the syslog file. Removing&lt;BR /&gt;the -l and executing inetd -c should switch&lt;BR /&gt;this behaviour off.&lt;BR /&gt;&lt;BR /&gt;HTH, cu l8r,&lt;BR /&gt;&lt;BR /&gt;Edgar.</description>
    <pubDate>Thu, 04 Jan 2001 11:35:49 GMT</pubDate>
    <dc:creator>Edgar Matzinger</dc:creator>
    <dc:date>2001-01-04T11:35:49Z</dc:date>
    <item>
      <title>HP:UX 10.2 FTP on local machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-2-ftp-on-local-machine/m-p/2478815#M776540</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using an ftp script that depending on the case does an ftp to different machines.  One case is that the machine is actually the local machine.  So in this case I am performing an ftp on the local machine.&lt;BR /&gt;&lt;BR /&gt;This works fine, although each time a local ftp is performed, there is an entry written in the syslog.log file.&lt;BR /&gt;&lt;BR /&gt;I would like to avoid that this entry is written to the syslog.log file, but haven't managed to find a reason why it does that.&lt;BR /&gt;&lt;BR /&gt;The entry in the syslog.log file looks like this :&lt;BR /&gt;Dec  5 16:10:10 maca ftpd[16998]: connection from maca.dom.fi at Tue Dec  5 16:10:10 2000&lt;BR /&gt;Dec  5 16:10:10 maca ftpd[16998]: FTP LOGIN FROM maca.dom.fi, ftpsump&lt;BR /&gt;Dec  5 16:10:10 maca ftpd[16998]: PORT&lt;BR /&gt;Dec  5 16:10:11 maca ftpd[16998]: User ftpsump logged out&lt;BR /&gt;&lt;BR /&gt;Anyone has an idea on how to avoid this happening ?  &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 04 Jan 2001 11:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-2-ftp-on-local-machine/m-p/2478815#M776540</guid>
      <dc:creator>De Marez Krist</dc:creator>
      <dc:date>2001-01-04T11:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: HP:UX 10.2 FTP on local machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-2-ftp-on-local-machine/m-p/2478816#M776541</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  you probably have an inetd.conf entry like:&lt;BR /&gt;&lt;BR /&gt;ftp ...... root /usr/lbin/ftpd ftpd -l&lt;BR /&gt;&lt;BR /&gt;The -l states that every log in using ftp&lt;BR /&gt;should be logged in the syslog file. Removing&lt;BR /&gt;the -l and executing inetd -c should switch&lt;BR /&gt;this behaviour off.&lt;BR /&gt;&lt;BR /&gt;HTH, cu l8r,&lt;BR /&gt;&lt;BR /&gt;Edgar.</description>
      <pubDate>Thu, 04 Jan 2001 11:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-2-ftp-on-local-machine/m-p/2478816#M776541</guid>
      <dc:creator>Edgar Matzinger</dc:creator>
      <dc:date>2001-01-04T11:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: HP:UX 10.2 FTP on local machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-2-ftp-on-local-machine/m-p/2478817#M776542</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You could disable the ftpd loggingto syslog entirely, if you felt this was absolutely necessary.&lt;BR /&gt;&lt;BR /&gt;Edit /etc/inetd.conf and remove the "-l" flag from the ftpd entry.  Then stop and restart inetd:&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/inetd -k&lt;BR /&gt;# /usr/sbin/inetd&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 04 Jan 2001 11:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-2-ftp-on-local-machine/m-p/2478817#M776542</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-01-04T11:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: HP:UX 10.2 FTP on local machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-2-ftp-on-local-machine/m-p/2478818#M776543</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I suspect that when inetd was started, it was invoked with the -l option, which enables connection logging.  This logs all connection attempts from telnet, rlogin, ftp, etc., so if you disable it for ftp, you disable it for everything.&lt;BR /&gt;&lt;BR /&gt;inetd gets started in /sbin/init.d/inetd and this script reads a configuration file, which I think, is /etc/rc.config.d/netdaemons.  Find the inetd options line and remove the -l to disable logging when /sbin/init.d/inetd is run.&lt;BR /&gt;&lt;BR /&gt;--Bruce</description>
      <pubDate>Thu, 04 Jan 2001 11:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-2-ftp-on-local-machine/m-p/2478818#M776543</guid>
      <dc:creator>Bruce Regittko_1</dc:creator>
      <dc:date>2001-01-04T11:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: HP:UX 10.2 FTP on local machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-2-ftp-on-local-machine/m-p/2478819#M776544</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;When restarting inetd, you should use the /sbin/init.d/inetd script passing a 'stop' or 'start' argument, rather than directly invoke /usr/sbin/inetd as I wrote above.  The script makes sure that the umask is set to 0 before starting inetd, thus insuring that the services started inherit this value too.&lt;BR /&gt;&lt;BR /&gt;Alternately, you can reread /etc/inetd.conf by issuing: /usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 04 Jan 2001 14:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-2-ftp-on-local-machine/m-p/2478819#M776544</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-01-04T14:04:51Z</dc:date>
    </item>
  </channel>
</rss>

