<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-error/m-p/2573343#M30874</link>
    <description>Hi mpaschali,&lt;BR /&gt;&lt;BR /&gt;You may verify the values of first 5 columns :&lt;BR /&gt;&lt;BR /&gt;First column : 0-59    minutes&lt;BR /&gt;Second column : 0-23   hours&lt;BR /&gt;Third column : 1-31    day in month&lt;BR /&gt;Forth column : 1-12    Month&lt;BR /&gt;Fifth column : 0-6     weekday ( 0 is Sunday ).&lt;BR /&gt;&lt;BR /&gt;Notice:&lt;BR /&gt;1. Star "*" in column, instanciates all values for that interval.&lt;BR /&gt;2.You still can give for each column, a list of values separated by comma. Like :&lt;BR /&gt;&lt;BR /&gt;0,15,30,45   8,12,16,20  1,11,21,31  *   * Command&lt;BR /&gt;&lt;BR /&gt;Will execute command at 1, 11, 21 and 31 from each month at 8:00, 8:15, 8:30, 8:45, 12:00, 12:15, etc ... till 20:45.&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
    <pubDate>Fri, 31 Aug 2001 05:28:02 GMT</pubDate>
    <dc:creator>Magdi KAMAL</dc:creator>
    <dc:date>2001-08-31T05:28:02Z</dc:date>
    <item>
      <title>crontab error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-error/m-p/2573339#M30870</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am running HPUX 11.0. I have tried to edit the crontab file. "crontab -e" as the user root. &lt;BR /&gt;However, when I close and save the file I get the following error message "crontab: error on previous line; number out of bounds."&lt;BR /&gt;&lt;BR /&gt;Anyone seen this before? Anyone know how to fix it?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;maria</description>
      <pubDate>Fri, 31 Aug 2001 04:45:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-error/m-p/2573339#M30870</guid>
      <dc:creator>mpaschali_1</dc:creator>
      <dc:date>2001-08-31T04:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: crontab error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-error/m-p/2573340#M30871</link>
      <description>Check your fields and their ranges.&lt;BR /&gt;&lt;BR /&gt;minute  hour  monthday  month  weekday  command&lt;BR /&gt;&lt;BR /&gt;minute -&amp;gt; 0-59&lt;BR /&gt;hour -&amp;gt; 0-23&lt;BR /&gt;monthday -&amp;gt; 1-31 (but dependent on month below)&lt;BR /&gt;month -&amp;gt; 1-12&lt;BR /&gt;weekday -&amp;gt; 0-6&lt;BR /&gt;&lt;BR /&gt;See if you have gone out of range on any of the fields.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 31 Aug 2001 04:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-error/m-p/2573340#M30871</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-08-31T04:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: crontab error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-error/m-p/2573341#M30872</link>
      <description>You entered a wrong value for one of the fields in your crontab.&lt;BR /&gt;i.e. a minute with value 66 or an hour with value 26&lt;BR /&gt;&lt;BR /&gt;Check and correct your values&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer</description>
      <pubDate>Fri, 31 Aug 2001 04:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-error/m-p/2573341#M30872</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-08-31T04:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: crontab error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-error/m-p/2573342#M30873</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;I realised my error after I published it.&lt;BR /&gt;I think I am getting tired.</description>
      <pubDate>Fri, 31 Aug 2001 04:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-error/m-p/2573342#M30873</guid>
      <dc:creator>mpaschali_1</dc:creator>
      <dc:date>2001-08-31T04:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: crontab error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-error/m-p/2573343#M30874</link>
      <description>Hi mpaschali,&lt;BR /&gt;&lt;BR /&gt;You may verify the values of first 5 columns :&lt;BR /&gt;&lt;BR /&gt;First column : 0-59    minutes&lt;BR /&gt;Second column : 0-23   hours&lt;BR /&gt;Third column : 1-31    day in month&lt;BR /&gt;Forth column : 1-12    Month&lt;BR /&gt;Fifth column : 0-6     weekday ( 0 is Sunday ).&lt;BR /&gt;&lt;BR /&gt;Notice:&lt;BR /&gt;1. Star "*" in column, instanciates all values for that interval.&lt;BR /&gt;2.You still can give for each column, a list of values separated by comma. Like :&lt;BR /&gt;&lt;BR /&gt;0,15,30,45   8,12,16,20  1,11,21,31  *   * Command&lt;BR /&gt;&lt;BR /&gt;Will execute command at 1, 11, 21 and 31 from each month at 8:00, 8:15, 8:30, 8:45, 12:00, 12:15, etc ... till 20:45.&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Fri, 31 Aug 2001 05:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-error/m-p/2573343#M30874</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-31T05:28:02Z</dc:date>
    </item>
  </channel>
</rss>

