<?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: crontab file being deleted... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543934#M27052</link>
    <description>Hi&lt;BR /&gt;How much space do you have in /var as I had an occurance where var filled up and root cron was cleared.&lt;BR /&gt;&lt;BR /&gt;Just and idea &lt;BR /&gt;&lt;BR /&gt;Paula</description>
    <pubDate>Fri, 22 Jun 2001 14:57:21 GMT</pubDate>
    <dc:creator>Paula J Frazer-Campbell</dc:creator>
    <dc:date>2001-06-22T14:57:21Z</dc:date>
    <item>
      <title>crontab file being deleted...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543929#M27047</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I've noticed that after a reboot on an L 2000 that one of my user's crontab files is being deleted from var/spool/crontabs.  The crontabs for root, oracle, and adm remain untouched.&lt;BR /&gt;&lt;BR /&gt;Any thoughts?  I haven't located anything in the syslog or anywhere else that might shed some light on this matter.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,</description>
      <pubDate>Fri, 22 Jun 2001 14:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543929#M27047</guid>
      <dc:creator>Houston Kemper</dc:creator>
      <dc:date>2001-06-22T14:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: crontab file being deleted...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543930#M27048</link>
      <description>The first thing that comes to mind is to go through your startup scripts in /sbin/init.d and look for anything related to cron.  The cron startup script would probably be the first one I would check.  After that you might look for anything that is non-standard (ie. added by an application or manually by someone else).  An easy way to look for cron related things would be to do a 'grep -i cron /sbin/init.d/*' and see what comes up.&lt;BR /&gt;&lt;BR /&gt;Another place to look might be /etc/rc.log to see if anything was logged during startup about cron manipulations.</description>
      <pubDate>Fri, 22 Jun 2001 14:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543930#M27048</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-06-22T14:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: crontab file being deleted...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543931#M27049</link>
      <description>Can't think of anything except for some sort of housekeeping script checking for files of a particular name (sucs as core).&lt;BR /&gt;&lt;BR /&gt;What is the user name? It may be significant.</description>
      <pubDate>Fri, 22 Jun 2001 14:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543931#M27049</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2001-06-22T14:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: crontab file being deleted...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543932#M27050</link>
      <description>Hi Houston&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also check for the .profile of the users since a simple command like crontab -r can remove the crontba for the user already set it . Grep for crontab and check for the options.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Fri, 22 Jun 2001 14:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543932#M27050</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-06-22T14:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: crontab file being deleted...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543933#M27051</link>
      <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;All responses have been great and I appreciate your help.  I've checked the rc.log and cron starts up without a hitch.  The user is called 'pm' for Process Manager for a homegrown application.  The only other thing I can think of is that this machine is ServiceGuarded with two other systems.  Is it possible that the cluster startup is causing a problem?&lt;BR /&gt;&lt;BR /&gt;Thanks again</description>
      <pubDate>Fri, 22 Jun 2001 14:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543933#M27051</guid>
      <dc:creator>Houston Kemper</dc:creator>
      <dc:date>2001-06-22T14:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: crontab file being deleted...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543934#M27052</link>
      <description>Hi&lt;BR /&gt;How much space do you have in /var as I had an occurance where var filled up and root cron was cleared.&lt;BR /&gt;&lt;BR /&gt;Just and idea &lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 22 Jun 2001 14:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543934#M27052</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-06-22T14:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: crontab file being deleted...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543935#M27053</link>
      <description>Make sure that the user is allowed to run cron tasks. &lt;BR /&gt;See /etc/cron.allow&lt;BR /&gt;(I believe)&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 22 Jun 2001 15:03:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-file-being-deleted/m-p/2543935#M27053</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-06-22T15:03:23Z</dc:date>
    </item>
  </channel>
</rss>

