<?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: process tracking and auditing in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/process-tracking-and-auditing/m-p/4977637#M47181</link>
    <description>Wrong approach, maaz. you should make sure that the files auditd writes to do never exceed a certain limited size. You can do that with the help of /etc/audit.conf + the logrotate cron job.&lt;BR /&gt;You should also setup size limits for all other logs. You should use /etc/logrotate.conf for that. Do not be shy but creative and add your own scripts to /etc/logrotate.d&lt;BR /&gt;</description>
    <pubDate>Fri, 26 May 2006 16:15:42 GMT</pubDate>
    <dc:creator>Manuel Wolfshant</dc:creator>
    <dc:date>2006-05-26T16:15:42Z</dc:date>
    <item>
      <title>process tracking and auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/process-tracking-and-auditing/m-p/4977632#M47176</link>
      <description>Dear Gurus&lt;BR /&gt;OS: rhel 4&lt;BR /&gt;&lt;BR /&gt;how can initiallize the /var/log/wtmp ? that is i have check it via last command, and now I want that all old info will be de delete .. ?&lt;BR /&gt;&lt;BR /&gt;how to enable auditing on a file/folder ? say I wana audit/track who has access the /secret directory &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sun, 07 May 2006 13:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/process-tracking-and-auditing/m-p/4977632#M47176</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-05-07T13:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: process tracking and auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/process-tracking-and-auditing/m-p/4977633#M47177</link>
      <description>wtmp is automatically created/maintained/used. The command "last" will only read from this file. The file is part of the log rotate process, the previous version can be found as wtmp.1. In order to use it, you have to pass it as parameter to the command "last", as in&lt;BR /&gt;   last -f /var/log/wtmp.1 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In order to audit the access, the standard way in RHEL is by using the auditd daemon. You should start by installing the "audit" package (audit-1.0.12-1.EL4 is the most current version at the time) and reading the man pages of auditd. After that, adjust /etc/auditd.conf, /etc/audit.rules per your needs and use the various audit* utilities to monitor access.</description>
      <pubDate>Sun, 07 May 2006 19:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/process-tracking-and-auditing/m-p/4977633#M47177</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-05-07T19:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: process tracking and auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/process-tracking-and-auditing/m-p/4977634#M47178</link>
      <description>The logrotate setting for /var/log/wtmp is in /etc/logrotate.conf.  It is unusual in that it is handled in the toplevel config file instead of a specific file under /etc/logrotate.d.  The config for /var/log/wtmp sets it aside once a month, then creates a new empty file with 0664 permissions, user root, group utmp.  You could do that manually with-&lt;BR /&gt;# mv /var/log/wtmp /var/log/wtmp.1&lt;BR /&gt;# touch /var/log/wtmp&lt;BR /&gt;# chmod 0664 /var/log/wtmp&lt;BR /&gt;# chown root:wtmp /var/log/wtmp&lt;BR /&gt;</description>
      <pubDate>Mon, 08 May 2006 10:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/process-tracking-and-auditing/m-p/4977634#M47178</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2006-05-08T10:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: process tracking and auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/process-tracking-and-auditing/m-p/4977635#M47179</link>
      <description>i turned on the process account via&lt;BR /&gt;#accton /var/account/pacct&lt;BR /&gt;&lt;BR /&gt;then issued some command and check it via &lt;BR /&gt;#lastcomm --user maaz&lt;BR /&gt;OK&lt;BR /&gt;but after a very short time&lt;BR /&gt;#tail -f /var/log/messages&lt;BR /&gt;May 12 22:36:53 system1 kernel: Process accounting paused&lt;BR /&gt;#lastcomm --user maaz, only shoes old command, that is new command are not shown by lastcomm output&lt;BR /&gt;&lt;BR /&gt;plz help&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Fri, 12 May 2006 13:59:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/process-tracking-and-auditing/m-p/4977635#M47179</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-05-12T13:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: process tracking and auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/process-tracking-and-auditing/m-p/4977636#M47180</link>
      <description>/var is almost full. I found that if /var is near to full then kenel process tracking will aoutomatically paused.&lt;BR /&gt;I move /var to biger/larger partition.. and its DONE ;)</description>
      <pubDate>Fri, 26 May 2006 14:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/process-tracking-and-auditing/m-p/4977636#M47180</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-05-26T14:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: process tracking and auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/process-tracking-and-auditing/m-p/4977637#M47181</link>
      <description>Wrong approach, maaz. you should make sure that the files auditd writes to do never exceed a certain limited size. You can do that with the help of /etc/audit.conf + the logrotate cron job.&lt;BR /&gt;You should also setup size limits for all other logs. You should use /etc/logrotate.conf for that. Do not be shy but creative and add your own scripts to /etc/logrotate.d&lt;BR /&gt;</description>
      <pubDate>Fri, 26 May 2006 16:15:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/process-tracking-and-auditing/m-p/4977637#M47181</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-05-26T16:15:42Z</dc:date>
    </item>
  </channel>
</rss>

