<?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.conf file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375272#M196342</link>
    <description>Maria,&lt;BR /&gt;&lt;BR /&gt;  Dont worry about the individual file permissions as long as the parent directory is protected.&lt;BR /&gt;&lt;BR /&gt;  ls -ld /var/adm/syslog&lt;BR /&gt;&lt;BR /&gt;  As long as the permissions of /var/adm/syslog is 750 (with root:adm as the ownership), you can even have 777 for syslog.log and other log files. &lt;BR /&gt;&lt;BR /&gt;-- Sundar.</description>
    <pubDate>Thu, 09 Sep 2004 19:15:08 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-09-09T19:15:08Z</dc:date>
    <item>
      <title>syslog.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375262#M196332</link>
      <description>hi, ux11i&lt;BR /&gt;I am trying to work out the syslog.conf file.  From what I understand, the following should mean a /var/adm/syslog/auth.log file is added to whenever an auth.notice type message is issued on the system:&lt;BR /&gt;                         &lt;BR /&gt;auth.notice             /var/adm/syslog/auth.log #                                             &lt;BR /&gt;&lt;BR /&gt;I have reread the conf file and issued an su command from root to another user.  Would this not get logged in the /var/adm/syslog/auth.log file?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for help..&lt;BR /&gt;Maria</description>
      <pubDate>Thu, 09 Sep 2004 00:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375262#M196332</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2004-09-09T00:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375263#M196333</link>
      <description>Hi,&lt;BR /&gt;first, i advise you to create the auth.log file, with "better rights" than syslog.log.&lt;BR /&gt;Next, try better a su FROM an user, TO root. su from root to an user is not really interresting for authentification.&lt;BR /&gt;&lt;BR /&gt;Olivier.</description>
      <pubDate>Thu, 09 Sep 2004 00:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375263#M196333</guid>
      <dc:creator>Olivier Decorse</dc:creator>
      <dc:date>2004-09-09T00:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375264#M196334</link>
      <description>Maria,&lt;BR /&gt;&lt;BR /&gt;Does the /var/adm/syslog/auth.log already exist? If not try to create it.&lt;BR /&gt;&lt;BR /&gt;Did the attempt still get logged to /var/adm/syslog/syslog.log ?&lt;BR /&gt;&lt;BR /&gt;Try su from an a normal user to root.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael</description>
      <pubDate>Thu, 09 Sep 2004 00:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375264#M196334</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-09-09T00:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375265#M196335</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;The level of logging all depends on how the daemon is coded to log the syslog events.  If you're looking to capture su usage into a separate file from the syslog.log file, you could use:&lt;BR /&gt;&lt;BR /&gt;auth.info        /var/adm/syslog/auth.log&lt;BR /&gt;&lt;BR /&gt;This line would instruct syslogd to log any "INFO" level messages from the authentication subsystem to the /var/adm/syslog/auth.log file.  By default these messages also get logged to the /var/adm/syslog/syslog.log file, but if you want to capture specific types of messages for a given subsystem you can re-direct them in this manner.&lt;BR /&gt;&lt;BR /&gt;Again, whether or not you capture the messages your interested in or not depends on how the daemon calls the syslog(3C) function and what level or type of message it logs.  In the case of su, it uses INFO level syslog logging, so redirecting INFO level messages to a separate file would capture them.  &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 09 Sep 2004 00:39:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375265#M196335</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-09-09T00:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375266#M196336</link>
      <description>su log informations are stored as,&lt;BR /&gt;&lt;BR /&gt;auth.info not as auth.notice&lt;BR /&gt;&lt;BR /&gt; edit /etc/syslog.conf file as,&lt;BR /&gt;-----------&lt;BR /&gt;&lt;BR /&gt;auth.info /var/adm/syslog/auth.log&lt;BR /&gt;*.info, ....&lt;BR /&gt;&lt;BR /&gt;Note: No need to create the auth.log file.&lt;BR /&gt;&lt;BR /&gt;Restart the syslogd as &lt;BR /&gt;&lt;BR /&gt;kill the old syslogd ( ps -ef to get or syslog.pid )&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/syslogd -D&lt;BR /&gt;&lt;BR /&gt;Try su log here and&lt;BR /&gt;If you see the /var/adm/syslog/auth.log file , it contains all entries.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Sep 2004 00:56:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375266#M196336</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-09T00:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375267#M196337</link>
      <description>thanks all. &lt;BR /&gt;changing the notice to info appears to have done the trick.  Olivier, what did you mean about better permissions than syslo.log??&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Maria</description>
      <pubDate>Mon, 16 Sep 2024 09:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375267#M196337</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2024-09-16T09:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375268#M196338</link>
      <description>Don't worry about permission of auth.log file. It will be with 444 and root / root user group.&lt;BR /&gt;&lt;BR /&gt;Don't create the file, the file will be automatically created at /var/adm/syslog/ location.&lt;BR /&gt;&lt;BR /&gt;syslog.log will be 644 and but auth.log will be 444</description>
      <pubDate>Thu, 09 Sep 2004 01:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375268#M196338</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-09T01:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375269#M196339</link>
      <description>Thanks Muthukumar, so what permissions should the other log files be...444 root:root ?  I didnt manually create the files, as I noticed that they automatically created when restarted syslogd pid.&lt;BR /&gt;Regards,&lt;BR /&gt;Maria</description>
      <pubDate>Thu, 09 Sep 2004 18:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375269#M196339</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2004-09-09T18:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375270#M196340</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;What other log files are you referring to?  Can you do an ll of /var/adm/syslog and tell us which log files you're concerned about?  Also include a copy of your /etc/syslog.conf file so that we can see which log files are automatically built by syslogd.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 09 Sep 2004 18:40:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375270#M196340</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-09-09T18:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375271#M196341</link>
      <description>HI Dave,&lt;BR /&gt;&lt;BR /&gt;auth.log   &lt;BR /&gt;lpd-errs   &lt;BR /&gt;mail.log  &lt;BR /&gt;mesgs.log  &lt;BR /&gt;syslog.log &lt;BR /&gt;xferlog   &lt;BR /&gt;&lt;BR /&gt;are the other log files I have in there.&lt;BR /&gt;Thanks, Maria</description>
      <pubDate>Thu, 09 Sep 2004 19:05:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375271#M196341</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2004-09-09T19:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375272#M196342</link>
      <description>Maria,&lt;BR /&gt;&lt;BR /&gt;  Dont worry about the individual file permissions as long as the parent directory is protected.&lt;BR /&gt;&lt;BR /&gt;  ls -ld /var/adm/syslog&lt;BR /&gt;&lt;BR /&gt;  As long as the permissions of /var/adm/syslog is 750 (with root:adm as the ownership), you can even have 777 for syslog.log and other log files. &lt;BR /&gt;&lt;BR /&gt;-- Sundar.</description>
      <pubDate>Thu, 09 Sep 2004 19:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-file/m-p/3375272#M196342</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-09T19:15:08Z</dc:date>
    </item>
  </channel>
</rss>

