<?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: Enable logging crontab in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729909#M386345</link>
    <description>Have you checked /var/adm/cron/log?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 22 Dec 2010 18:30:17 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2010-12-22T18:30:17Z</dc:date>
    <item>
      <title>Enable logging crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729908#M386344</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I want to enable logging in crotab file.&lt;BR /&gt;&lt;BR /&gt;Crontab deamon having some issue.&lt;BR /&gt;&lt;BR /&gt;I want to track so want to enable logging so that it can track.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Titu</description>
      <pubDate>Wed, 22 Dec 2010 18:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729908#M386344</guid>
      <dc:creator>titu</dc:creator>
      <dc:date>2010-12-22T18:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Enable logging crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729909#M386345</link>
      <description>Have you checked /var/adm/cron/log?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 Dec 2010 18:30:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729909#M386345</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-12-22T18:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Enable logging crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729910#M386346</link>
      <description>I am not getting anything in the cron logs</description>
      <pubDate>Wed, 22 Dec 2010 18:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729910#M386346</guid>
      <dc:creator>titu</dc:creator>
      <dc:date>2010-12-22T18:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Enable logging crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729911#M386347</link>
      <description>&amp;gt;I am not getting anything in the cron logs&lt;BR /&gt;&lt;BR /&gt;Nothing for any user?&lt;BR /&gt;Is cron(1M) running?</description>
      <pubDate>Wed, 22 Dec 2010 18:54:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729911#M386347</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-22T18:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Enable logging crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729912#M386348</link>
      <description>The deamon is dying without logging anything in cron logs.&lt;BR /&gt;&lt;BR /&gt;I want to enable any auditing/logging so that I can trace what making this deamon die.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Dec 2010 19:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729912#M386348</guid>
      <dc:creator>titu</dc:creator>
      <dc:date>2010-12-22T19:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enable logging crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729913#M386349</link>
      <description>Hi Titu:&lt;BR /&gt;&lt;BR /&gt;Did you trim '/var/adm/cron/log' by renaming ('mv'ing) the active copy?  If so, the daemon will continue to update the renamed file and not the one named '/var/adm/cron/log'.&lt;BR /&gt;&lt;BR /&gt;To trim logs, you should either truncate them by redirecting '/dev/null' to them or copy ('cp') them as another name first.&lt;BR /&gt;&lt;BR /&gt;Try restarting your 'cron' daemon:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/cron stop&lt;BR /&gt;# /sbin/init.d/cron start&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 22 Dec 2010 19:07:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729913#M386349</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-12-22T19:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Enable logging crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729914#M386350</link>
      <description>&amp;gt;The daemon is dying without logging anything in cron logs.&lt;BR /&gt;&lt;BR /&gt;How about in syslog?&lt;BR /&gt;What HP-UX version are you using?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I want to enable any auditing/logging so that I can trace what making this daemon die.&lt;BR /&gt;&lt;BR /&gt;You find any core files?</description>
      <pubDate>Wed, 22 Dec 2010 19:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-logging-crontab/m-p/4729914#M386350</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-22T19:16:09Z</dc:date>
    </item>
  </channel>
</rss>

