<?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 changes ineffective in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443710#M8665</link>
    <description>thanks for your input I checked with the what &lt;BR /&gt;the SA is doing and found that he is going to /var/spool/cron/crontabs/oper and using vi and saving it and double checking his work as root but what he was not doing whas changing the permissions from r--------- to writable&lt;BR /&gt;so sorry for the trouble I should have done a little bit more research.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 07 Sep 2000 18:38:14 GMT</pubDate>
    <dc:creator>Tom Elder</dc:creator>
    <dc:date>2000-09-07T18:38:14Z</dc:date>
    <item>
      <title>crontab changes ineffective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443705#M8660</link>
      <description>in a crontab for a user called oper&lt;BR /&gt;changes are made and retained  in the crontab by using crontab -e command but yet the change of time of execution does not occur and the command executes at the old time.&lt;BR /&gt;anybody seen this before ?&lt;BR /&gt;better yet is there a fix ?</description>
      <pubDate>Thu, 07 Sep 2000 17:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443705#M8660</guid>
      <dc:creator>Tom Elder</dc:creator>
      <dc:date>2000-09-07T17:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: crontab changes ineffective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443706#M8661</link>
      <description>There are some Cumulative patches available for cron. PHCO_21494 for s800 11.00&lt;BR /&gt;and PHCO_19985 for s800 10.20&lt;BR /&gt;&lt;BR /&gt;Have you tried stopping and then restarting the cron process after modification? I know you don't need to do this after the crontab -e, but it could be a starting point to troubleshooting</description>
      <pubDate>Thu, 07 Sep 2000 18:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443706#M8661</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-09-07T18:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: crontab changes ineffective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443707#M8662</link>
      <description>Tom: it is possible that the new crontab was not saved (ie with :wq!)  you can check on the existing (active crontab) with &lt;BR /&gt;# cat /var/spool/cron/crontabs/oper&lt;BR /&gt;if that file contains the old time, then you would have to re-edit (with crontab -e) and make sure to save.&lt;BR /&gt;&lt;BR /&gt;You could also vi the /var/spool/cron/crontabs/oper with your modifications and then while logged in as oper, run:&lt;BR /&gt;&lt;BR /&gt;crontab /var/spool/cron/crontabs/oper &lt;BR /&gt;&lt;BR /&gt;you can check the cron logs at: /var/adm/cron/log&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Sep 2000 18:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443707#M8662</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-09-07T18:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: crontab changes ineffective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443708#M8663</link>
      <description>Do you have a copy of what you are trying to do.. the crontab file???</description>
      <pubDate>Thu, 07 Sep 2000 18:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443708#M8663</guid>
      <dc:creator>D. Jackson_1</dc:creator>
      <dc:date>2000-09-07T18:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: crontab changes ineffective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443709#M8664</link>
      <description>I have a habit of always doing a crontab on my file after I make changes&lt;BR /&gt;.....just to be on the safe side.&lt;BR /&gt;&lt;BR /&gt;Just a thought,</description>
      <pubDate>Thu, 07 Sep 2000 18:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443709#M8664</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-09-07T18:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: crontab changes ineffective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443710#M8665</link>
      <description>thanks for your input I checked with the what &lt;BR /&gt;the SA is doing and found that he is going to /var/spool/cron/crontabs/oper and using vi and saving it and double checking his work as root but what he was not doing whas changing the permissions from r--------- to writable&lt;BR /&gt;so sorry for the trouble I should have done a little bit more research.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Sep 2000 18:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443710#M8665</guid>
      <dc:creator>Tom Elder</dc:creator>
      <dc:date>2000-09-07T18:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: crontab changes ineffective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443711#M8666</link>
      <description>You have to initialize the cron file, if its root's file then make sure that you are logged in as root.  Here is a quick way that I do it.&lt;BR /&gt;crontab -l |vi filename&lt;BR /&gt;crontab filename&lt;BR /&gt;The second command will kick off the changes.</description>
      <pubDate>Fri, 08 Sep 2000 18:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-changes-ineffective/m-p/2443711#M8666</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2000-09-08T18:02:38Z</dc:date>
    </item>
  </channel>
</rss>

