<?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 crontab[105] errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013498#M129085</link>
    <description>Has anybody seen this error ??&lt;BR /&gt;&lt;BR /&gt;The crontable has started giving weird errors - crontab[105] and won't show the actual file details, the file does actually exist in /var/spool/cron/crontabs/root but when typing = crontab -l, i get the error crontab[105].&lt;BR /&gt;&lt;BR /&gt;It looks like the cron itself is mis-interpreting the command line. It errors saying the minutes (ie. 00) not found. it looks like  this = &lt;BR /&gt;&lt;BR /&gt;+ 00 08 dba dcollect gdr metron root root.020703 sysadmin dba dcollect gdr metro&lt;BR /&gt;n root root.020703 sysadmin dba dcollect gdr metron root root.020703 sysadmin /u&lt;BR /&gt;sr/local/bin/avro_datasize                                                     &lt;BR /&gt;&lt;BR /&gt;I have also deleted and restarted cron itself.&lt;BR /&gt;&lt;BR /&gt;Please help, thanks&lt;BR /&gt;Lee Oliver</description>
    <pubDate>Wed, 02 Jul 2003 12:48:22 GMT</pubDate>
    <dc:creator>Lee Oliver</dc:creator>
    <dc:date>2003-07-02T12:48:22Z</dc:date>
    <item>
      <title>crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013498#M129085</link>
      <description>Has anybody seen this error ??&lt;BR /&gt;&lt;BR /&gt;The crontable has started giving weird errors - crontab[105] and won't show the actual file details, the file does actually exist in /var/spool/cron/crontabs/root but when typing = crontab -l, i get the error crontab[105].&lt;BR /&gt;&lt;BR /&gt;It looks like the cron itself is mis-interpreting the command line. It errors saying the minutes (ie. 00) not found. it looks like  this = &lt;BR /&gt;&lt;BR /&gt;+ 00 08 dba dcollect gdr metron root root.020703 sysadmin dba dcollect gdr metro&lt;BR /&gt;n root root.020703 sysadmin dba dcollect gdr metron root root.020703 sysadmin /u&lt;BR /&gt;sr/local/bin/avro_datasize                                                     &lt;BR /&gt;&lt;BR /&gt;I have also deleted and restarted cron itself.&lt;BR /&gt;&lt;BR /&gt;Please help, thanks&lt;BR /&gt;Lee Oliver</description>
      <pubDate>Wed, 02 Jul 2003 12:48:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013498#M129085</guid>
      <dc:creator>Lee Oliver</dc:creator>
      <dc:date>2003-07-02T12:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013499#M129086</link>
      <description>Is there really a plus sign (+) in the first field?  If so, that's what it's complaining about.&lt;BR /&gt;&lt;BR /&gt;From man crontab:&lt;BR /&gt;&lt;BR /&gt;The entries in a crontab file are lines of six fields each.  The&lt;BR /&gt;      fields are separated by spaces or tabs.  The lines have the following&lt;BR /&gt;      format:&lt;BR /&gt;&lt;BR /&gt;           minute  hour  monthday  month  weekday  command&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 12:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013499#M129086</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-02T12:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013500#M129087</link>
      <description>That command line might work in Linux, but it won't work in HP-UX.&lt;BR /&gt;&lt;BR /&gt;BTW, the way HP does it is the standard&lt;BR /&gt;&lt;BR /&gt;Review Pete's comment.  If you are not using one of the fields, use asterics for every time.&lt;BR /&gt;&lt;BR /&gt;20 3 * * 2-6&lt;BR /&gt;at 3 20 a.m. Tuesday thru saturday.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 02 Jul 2003 12:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013500#M129087</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-02T12:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013501#M129088</link>
      <description>HI Lee&lt;BR /&gt;&lt;BR /&gt;If&lt;BR /&gt;&lt;BR /&gt;+ 00 08 dba dcollect gdr metron root root.020703 sysadmin dba dcollect gdr metro &lt;BR /&gt;n root root.020703 sysadmin dba dcollect gdr metron root root.020703 sysadmin /u &lt;BR /&gt;sr/local/bin/avro_datasize&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is the format of your cron entry then it is incorrect.&lt;BR /&gt;&lt;BR /&gt;If the entry /var/spool/cron/crontabs/root is corrupt either restore it from backup or try&lt;BR /&gt;&lt;BR /&gt;strings /var/spool/cron/crontabs/root &amp;gt;/var/spool/cron/crontabs/root_new&lt;BR /&gt;&lt;BR /&gt;and then copy /var/spool/cron/crontabs/root to /var/spool/cron/crontabs/root_bak and replace it with the root_new file and test with:-&lt;BR /&gt;&lt;BR /&gt;crontab -l and post the results&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013501#M129088</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-07-02T13:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013502#M129089</link>
      <description>Lee&lt;BR /&gt;&lt;BR /&gt;What does crontab -e give you?&lt;BR /&gt;&lt;BR /&gt;Can you see all the cron entries?&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 02 Jul 2003 13:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013502#M129089</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-07-02T13:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013503#M129090</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Sorry there is no '+' sign in the beginning of the file, this is displayed when running the command through 'ksh -x' debug mode.&lt;BR /&gt;&lt;BR /&gt;sorry for the confusion.&lt;BR /&gt;&lt;BR /&gt;lee</description>
      <pubDate>Wed, 02 Jul 2003 13:16:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013503#M129090</guid>
      <dc:creator>Lee Oliver</dc:creator>
      <dc:date>2003-07-02T13:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013504#M129091</link>
      <description>Would you please post the output of crontab -l, then?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:18:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013504#M129091</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-02T13:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013505#M129092</link>
      <description>Here is the actual out from the command 'crontab -l' =&lt;BR /&gt;&lt;BR /&gt;root@N-0/var/spool/cron/crontabs&amp;gt;crontab -l    &lt;BR /&gt;crontab[13]: 20:  not found.                   &lt;BR /&gt;crontab[16]: 01:  not found.                   &lt;BR /&gt;crontab[19]: 01:  not found.                   &lt;BR /&gt;crontab[31]: 50:  not found.                   &lt;BR /&gt;crontab[32]: 50:  not found.                   &lt;BR /&gt;crontab[33]: 50:  not found.                   &lt;BR /&gt;crontab[34]: 50:  not found.                   &lt;BR /&gt;crontab[35]: 50:  not found.                   &lt;BR /&gt;crontab[36]: 50:  not found.                   &lt;BR /&gt;crontab[37]: 50:  not found.                   &lt;BR /&gt;crontab[38]: 50:  not found.                   &lt;BR /&gt;crontab[39]: 50:  not found.                   &lt;BR /&gt;crontab[40]: 50:  not found.                   &lt;BR /&gt;crontab[41]: 50:  not found.   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is what is in the actual root crontab file =                 &lt;BR /&gt;&lt;BR /&gt;# SI Systems collection from mwa                        &lt;BR /&gt;20 03 * * * /var/opt/perf/si/siextract.hpux             &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013505#M129092</guid>
      <dc:creator>Lee Oliver</dc:creator>
      <dc:date>2003-07-02T13:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013506#M129093</link>
      <description>Hello Paula,&lt;BR /&gt;&lt;BR /&gt;You get the same output from 'crontab -e' as i do from the 'crontab -l'.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Lee</description>
      <pubDate>Wed, 02 Jul 2003 13:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013506#M129093</guid>
      <dc:creator>Lee Oliver</dc:creator>
      <dc:date>2003-07-02T13:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013507#M129094</link>
      <description>Lee&lt;BR /&gt;&lt;BR /&gt;Looks like a corupt cron file:-&lt;BR /&gt;&lt;BR /&gt;What is the ownership and timestamps on:-&lt;BR /&gt;&lt;BR /&gt;/var/spool/cron/crontabs/root&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try the fix I suggested as this will remove any non printable chars from the file.&lt;BR /&gt;&lt;BR /&gt;But I guess it is now time find last nights backup tape or you can get it from your ignite tape.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How is life in the travel industry?&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013507#M129094</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-07-02T13:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013508#M129095</link>
      <description>Hi Lee,&lt;BR /&gt;&lt;BR /&gt;As it sounds as if there's some corruption or possibly control chars in the file I'd suggest that you use crontab -r to delete the existing crontab, then build a fresh crontab from scratch and resubmit using crontab &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;Don't be tempted to edit the /var/spool/cron/crontabs/root directly.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:34:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013508#M129095</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-07-02T13:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013509#M129096</link>
      <description>Recreate crontab by crontab -e , beofre that remove cronjob. you can remove current crontab by crontab -r&lt;BR /&gt; take a printout of your existing crontab ( root) and then just recreate it. &lt;BR /&gt;It looks like crontab root is corrupted. I guess error 105 means no audit id.&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013509#M129096</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-07-02T13:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013510#M129097</link>
      <description>Sorry folks, i have found the problem and it's my student as apposed to an actual problem.&lt;BR /&gt;&lt;BR /&gt;He copied the crontab -l &amp;gt; fred into /usr/bin/crontab.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This caused the corruption.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help&lt;BR /&gt;Lee&lt;BR /&gt;&lt;BR /&gt;Ps. He's now got the sack........and playing with his playstation 2.....    :o)&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013510#M129097</guid>
      <dc:creator>Lee Oliver</dc:creator>
      <dc:date>2003-07-02T13:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013511#M129098</link>
      <description>Lee&lt;BR /&gt;&lt;BR /&gt;Student with root access?????&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this is not a production server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;;^)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013511#M129098</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-07-02T13:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013512#M129099</link>
      <description>Paula,&lt;BR /&gt;&lt;BR /&gt;He's now got root access to a Playstation.  That may be safe enough!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 13:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013512#M129099</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-02T13:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013513#M129100</link>
      <description>Hello Paula,&lt;BR /&gt;&lt;BR /&gt;Travel Industry is terrible, lots of hours for very little pay......&lt;BR /&gt;&lt;BR /&gt;Nobody is booking any holidays......&lt;BR /&gt;&lt;BR /&gt;Very busy, not enough time, training up Pete and Steve, lost Raj. all go here.&lt;BR /&gt;&lt;BR /&gt;Hope you're doing well.&lt;BR /&gt;&lt;BR /&gt;Lee&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 14:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013513#M129100</guid>
      <dc:creator>Lee Oliver</dc:creator>
      <dc:date>2003-07-02T14:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: crontab[105] errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013514#M129101</link>
      <description>Lee&lt;BR /&gt;&lt;BR /&gt;Glad you solved it!&lt;BR /&gt;&lt;BR /&gt;Where has Raj gone and have you got another DBA?&lt;BR /&gt;&lt;BR /&gt;Life here busy, I am IT/Technical director for the IBP group not much Unix but lots of fun dealing with all aspects of the sound/lighting and stage management for shows.&lt;BR /&gt;&lt;BR /&gt;Had a nice gig last week at the Churchill International - High Commissioner for Malaysia and Lord Mayor of Westminster in audience.&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 15:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-105-errors/m-p/3013514#M129101</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-07-02T15:03:00Z</dc:date>
    </item>
  </channel>
</rss>

