<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760146#M72189</link>
    <description>My thoughts:&lt;BR /&gt;&lt;BR /&gt;1) The unknown command can be coming from a script or application. Check the log files, time stamps, processes.. etc to find out the reason for that. The system trying to execute some unknown commands.&lt;BR /&gt;&lt;BR /&gt;2) The /etc/syslog.conf file determines what get logged in the syslog file. This man page will give you all information you need:&lt;BR /&gt;&lt;BR /&gt;# man syslogd</description>
    <pubDate>Tue, 09 Jul 2002 12:59:38 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-07-09T12:59:38Z</dc:date>
    <item>
      <title>syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760142#M72185</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I have a 2 tiered question for you all.&lt;BR /&gt;&lt;BR /&gt;Firstly, looking at our syslog file I see many errors that say "unknown command capa" or "unknown command uidl", both from popper. I have not got a clue what these errors are and would be greatful if you could tell me.&lt;BR /&gt;&lt;BR /&gt;Secondly, how do I decide what gets logged in the syslog?&lt;BR /&gt;&lt;BR /&gt;thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Christian Briddon</description>
      <pubDate>Tue, 09 Jul 2002 12:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760142#M72185</guid>
      <dc:creator>Christian Briddon_1</dc:creator>
      <dc:date>2002-07-09T12:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760143#M72186</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;As for the first question, my best guess is that there is a script that is executing invalid commands.  Note the times and check your crontab.  The syslog entries should be more specific; could you post an example of the entire message?&lt;BR /&gt;&lt;BR /&gt;#2:  /etc/syslog.conf is the file in which you decid what goes to what file, including syslog.&lt;BR /&gt;&lt;BR /&gt;Make your changes and bounce syslogd&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 09 Jul 2002 12:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760143#M72186</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-07-09T12:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760144#M72187</link>
      <description>Hi,&lt;BR /&gt;1. Looks mailrelated ... don't know for sure but is sendmail working ok on this system ?&lt;BR /&gt;2. Take a look in /etc/syslog.conf&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jul 2002 12:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760144#M72187</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-07-09T12:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760145#M72188</link>
      <description>Hello again,&lt;BR /&gt;Here is a copy of a syslog.conf file&lt;BR /&gt;&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;auth.info               /var/adm/auth.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;# Start of lines added by NetWorker - DO NOT DELETE OR CHANGE THIS LINE&lt;BR /&gt;# installed by postinstall on Thu Jan 11 13:56:26 EST 2001&lt;BR /&gt;daemon.notice                   /dev/console&lt;BR /&gt;daemon.notice                   /nsr/logs/messages&lt;BR /&gt;daemon.notice                   operator&lt;BR /&gt;local0.notice                   /nsr/logs/summary&lt;BR /&gt;local0.alert                    root, operator&lt;BR /&gt;# End of lines added by NetWorker - DO NOT DELETE OR CHANGE THIS LINE&lt;BR /&gt;# Tivoli logfile adapter entry, ID=default&lt;BR /&gt;*.emerg;*.alert;*.crit;*.err;*.warning;*.notice;*.info  /tmp/.tivoli/.tecad_logf&lt;BR /&gt;ile.fifo.scsdata1.default&lt;BR /&gt;# End of logfile adapter entry, ID=default&lt;BR /&gt;&lt;BR /&gt;Enjoy&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jul 2002 12:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760145#M72188</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-07-09T12:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760146#M72189</link>
      <description>My thoughts:&lt;BR /&gt;&lt;BR /&gt;1) The unknown command can be coming from a script or application. Check the log files, time stamps, processes.. etc to find out the reason for that. The system trying to execute some unknown commands.&lt;BR /&gt;&lt;BR /&gt;2) The /etc/syslog.conf file determines what get logged in the syslog file. This man page will give you all information you need:&lt;BR /&gt;&lt;BR /&gt;# man syslogd</description>
      <pubDate>Tue, 09 Jul 2002 12:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760146#M72189</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-07-09T12:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760147#M72190</link>
      <description>Thanks for the replies. The 2 lines in the syslog that are causing me concern are as follows:&lt;BR /&gt;&lt;BR /&gt;Jul  9 14:55:19 n4000 popper: -ERR Unknown command: "capa".&lt;BR /&gt;Jul  9 14:55:19 n4000 popper: -ERR Unknown command: "uidl".&lt;BR /&gt;&lt;BR /&gt;Sendmail works fine on this system. If any of you have any ideas I would be really greatful.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Christian</description>
      <pubDate>Tue, 09 Jul 2002 13:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760147#M72190</guid>
      <dc:creator>Christian Briddon_1</dc:creator>
      <dc:date>2002-07-09T13:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760148#M72191</link>
      <description>Hi Christian,&lt;BR /&gt;&lt;BR /&gt; Not sure, but it looks to me like you have a POP3 mail client trying to access the mail services when you don't have the server setup to service POP requests. OR a POP3 client is "misbehaving" &amp;amp; the server is simply logging these errors.&lt;BR /&gt;Is this server setup to handle POP3 clients?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 09 Jul 2002 13:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760148#M72191</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-07-09T13:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760149#M72192</link>
      <description>Again, the 'popper' error normally comes from a POP3 server. Check and make sure that your settings and configuration are right.</description>
      <pubDate>Tue, 09 Jul 2002 13:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760149#M72192</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-07-09T13:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760150#M72193</link>
      <description>Christian:&lt;BR /&gt;&lt;BR /&gt;Another, standard way to make entries into the syslog is with 'logger'.  Have a look at the man pages for more details.  By example, in a script I could write:&lt;BR /&gt;&lt;BR /&gt;# logger -t JRF -i I noted this!&lt;BR /&gt;&lt;BR /&gt;Then, in 'syslog' we would find:&lt;BR /&gt;&lt;BR /&gt;Jul  9 10:17:29 myhostname JRF[21839]: I noted this!&lt;BR /&gt;&lt;BR /&gt;You might want to look for this kind of usage.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jul 2002 13:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2760150#M72193</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-09T13:14:01Z</dc:date>
    </item>
  </channel>
</rss>

