<?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 syslog.log is getting too big in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040475#M134265</link>
    <description>My syslog.log grows at an alarming rate and makes important messages difficult to find. The reason is thousands of FTP messages (we use ftp alot!). I need to stop these messages (and other irrelevent messages) from hitting the syslog.&lt;BR /&gt;&lt;BR /&gt;I believe there is a parameter in /etc/inetd.conf for ftp to do with logging (-l option ?) but wondered if this was the best option and what else is available to properly monitor the syslog.&lt;BR /&gt;&lt;BR /&gt;All help is rewarded !&lt;BR /&gt;&lt;BR /&gt;Thankyou&lt;BR /&gt;Simon</description>
    <pubDate>Mon, 04 Aug 2003 12:42:20 GMT</pubDate>
    <dc:creator>Simon R Wootton</dc:creator>
    <dc:date>2003-08-04T12:42:20Z</dc:date>
    <item>
      <title>syslog.log is getting too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040475#M134265</link>
      <description>My syslog.log grows at an alarming rate and makes important messages difficult to find. The reason is thousands of FTP messages (we use ftp alot!). I need to stop these messages (and other irrelevent messages) from hitting the syslog.&lt;BR /&gt;&lt;BR /&gt;I believe there is a parameter in /etc/inetd.conf for ftp to do with logging (-l option ?) but wondered if this was the best option and what else is available to properly monitor the syslog.&lt;BR /&gt;&lt;BR /&gt;All help is rewarded !&lt;BR /&gt;&lt;BR /&gt;Thankyou&lt;BR /&gt;Simon</description>
      <pubDate>Mon, 04 Aug 2003 12:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040475#M134265</guid>
      <dc:creator>Simon R Wootton</dc:creator>
      <dc:date>2003-08-04T12:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log is getting too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040476#M134266</link>
      <description>You could remove the "-l" option from your ftpd line in /etc/inetd.conf. But then you won't have any logging (security issue??).&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 04 Aug 2003 12:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040476#M134266</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-08-04T12:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log is getting too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040477#M134267</link>
      <description>logging is a good thing.&lt;BR /&gt;&lt;BR /&gt;Once a week, cron does the following things for my on syslog&lt;BR /&gt;&lt;BR /&gt;cp /var/adm/syslog/syslog.log /backups/syslog.log&lt;BR /&gt;&lt;BR /&gt;gzip /backups/syslog.log&lt;BR /&gt;&lt;BR /&gt;&amp;gt; /var/adm/syslog.log&lt;BR /&gt;&lt;BR /&gt;logging is your first defense against hackers, I urge you to leave it on.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 04 Aug 2003 12:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040477#M134267</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-04T12:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log is getting too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040478#M134268</link>
      <description>Or reconfig your /etc/syslog.conf file so all FTP messages go to a different file. I'm not sure what level ftpd logs at.</description>
      <pubDate>Mon, 04 Aug 2003 12:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040478#M134268</guid>
      <dc:creator>Brian Bergstrand</dc:creator>
      <dc:date>2003-08-04T12:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log is getting too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040479#M134269</link>
      <description>You could add a line to /etc/syslog.conf:&lt;BR /&gt;&lt;BR /&gt;*.daemon  /var/adm/syslog/daemon.log&lt;BR /&gt;&lt;BR /&gt;This will write all the ftp messages to the daemon.log file.  There will also be other messages from other daemon processes so you'll still have to sort through it, but it will make reading through the actual syslog.log file easier.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Mon, 04 Aug 2003 12:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040479#M134269</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-08-04T12:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log is getting too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040480#M134270</link>
      <description>Hi SImon:&lt;BR /&gt;&lt;BR /&gt;If 'ftpd' messages are a problem, drop the '-L' option from the 'etc/inetd.conf' spawn of the 'ftpd' daemon [and restart 'inetd'] or configure the 'etc/ftp/ftpaccess' file to specify a location for messages other than 'syslog'.  See the man pages for 'ftpd(1M)' and 'ftpaccess(4)' for more details.  Specifically note the 'log syslog+xferlog' option in 'ftpaccess'&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 04 Aug 2003 12:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040480#M134270</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-08-04T12:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log is getting too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040481#M134271</link>
      <description>Just redirect ftp log messages to their own logfile, do it in /etc/syslog.conf&lt;BR /&gt;&lt;BR /&gt;# @(#) $Revision: 74.1 $&lt;BR /&gt;#&lt;BR /&gt;# syslogd configuration file.&lt;BR /&gt;#&lt;BR /&gt;# See syslogd(1M) for information about the format of this file.&lt;BR /&gt;#&lt;BR /&gt;local5.info;mail.none   /var/adm/syslog/ftp.log&lt;BR /&gt;mail.debug              /var/adm/syslog/mail.log&lt;BR /&gt;*.info;mail.none        /var/adm/syslog/syslog.log&lt;BR /&gt;*.alert                 /dev/console&lt;BR /&gt;*.alert                 root&lt;BR /&gt;*.emerg                 *&lt;BR /&gt;&lt;BR /&gt;You can point the ftp.log anywhere you want, doesnt have to be in /var if youre having space issues. We back ours up weekly then cp /dev/null to them.</description>
      <pubDate>Mon, 04 Aug 2003 12:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040481#M134271</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-08-04T12:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log is getting too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040482#M134272</link>
      <description>Guys - Thankyou all - Problem will be sorted within the hour !</description>
      <pubDate>Mon, 04 Aug 2003 12:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040482#M134272</guid>
      <dc:creator>Simon R Wootton</dc:creator>
      <dc:date>2003-08-04T12:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log is getting too big</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040483#M134273</link>
      <description>This mod to syslog.conf should work, but I haven't tested it. Note: This will seperate anything that logs under the daemon facility, not just FTP.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;8c8,9&lt;BR /&gt;&amp;lt; *.info;mail.none      /var/adm/syslog/syslog.log&lt;BR /&gt;---&lt;BR /&gt;&amp;gt; *.info;mail.none;daemon.none  /var/adm/syslog/syslog.log&lt;BR /&gt;&amp;gt; daemon.*              /var/adm/syslog/daemon.log&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2003 12:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-is-getting-too-big/m-p/3040483#M134273</guid>
      <dc:creator>Brian Bergstrand</dc:creator>
      <dc:date>2003-08-04T12:59:37Z</dc:date>
    </item>
  </channel>
</rss>

