<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668943#M50394</link>
    <description>The error is specifically&lt;BR /&gt;crontab: error in message queue open, errno=13&lt;BR /&gt;&lt;BR /&gt;ll /var/adm/cron&lt;BR /&gt;-r--r--r--   1 bin        bin             59 Jun 10  1996 .proto&lt;BR /&gt;prw-------   1 root       root             0 Feb 21 10:49 FIFO&lt;BR /&gt;-rw-r--r--   1 root       root        107723 Feb 21 12:00 OLDlog&lt;BR /&gt;-r--r--r--   1 bin        bin             33 Nov 29 09:12 at.allow&lt;BR /&gt;-r--r--r--   1 bin        bin             43 Feb 21 10:48 cron.allow&lt;BR /&gt;-rw-r--r--   1 root       sys            204 Feb 21 13:00 log&lt;BR /&gt;-r--r--r--   1 bin        bin             25 Oct 11  2000 queuedefs&lt;BR /&gt;&lt;BR /&gt;Is there any problem with permissions/ownership&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy</description>
    <pubDate>Thu, 21 Feb 2002 07:43:28 GMT</pubDate>
    <dc:creator>Umapathy S</dc:creator>
    <dc:date>2002-02-21T07:43:28Z</dc:date>
    <item>
      <title>crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668935#M50386</link>
      <description>hi all&lt;BR /&gt; I am using hpux 10.2.  As root there is no problem in creating/editing my crontab entries.&lt;BR /&gt;  But as other users, they are not able to edit crontab files, ie, when they close an error occurs like&lt;BR /&gt;   crontab: can't create your crontab file in the crontab directory.&lt;BR /&gt;  But the cron file exists in the /var/spool/cron/crontabs dir&lt;BR /&gt;&lt;BR /&gt;  If I create a new file and save as crontab file, it the file gets loaded.&lt;BR /&gt;&lt;BR /&gt;  Other users are not able to run their cronjobs also.  It says &lt;BR /&gt;crontab: error in message queue open, errno=13&lt;BR /&gt;warning: commands will be executed using /usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;I think there are problems with file/dir permissions.  &lt;BR /&gt;&lt;BR /&gt;Thanks for your help and time in advance&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2002 07:21:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668935#M50386</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2002-02-21T07:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668936#M50387</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do these users have an entry in the &lt;BR /&gt;cron.allow file?&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Thu, 21 Feb 2002 07:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668936#M50387</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-02-21T07:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668937#M50388</link>
      <description>Hi Umpathy,&lt;BR /&gt;&lt;BR /&gt;Do you have a /var/adm/cron/cron.allow file.  Root controls who can use crontab through this file.  Users are permitted to use crontab command if their names appear in the cron.allow file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mateja</description>
      <pubDate>Thu, 21 Feb 2002 07:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668937#M50388</guid>
      <dc:creator>Mateja Bezjak</dc:creator>
      <dc:date>2002-02-21T07:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668938#M50389</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you are not allowed to run cron in cron.allow, then the error message should be:&lt;BR /&gt;&lt;BR /&gt;$ crontab -e&lt;BR /&gt;crontab: you are not authorized to use cron.  Sorry.&lt;BR /&gt;&lt;BR /&gt;Check your directory and file ownership and permissions:&lt;BR /&gt;&lt;BR /&gt;$ ll -d /var/spool/cron/crontabs&lt;BR /&gt;dr-xr-xr-x   2 bin        bin             96 Jan 24 10:14 /var/spool/cron/crontabs&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Thu, 21 Feb 2002 07:33:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668938#M50389</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-21T07:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668939#M50390</link>
      <description>yeah they do have their names in cron.allow file and I have restarted /sbin/init.d/cron also&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy</description>
      <pubDate>Thu, 21 Feb 2002 07:34:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668939#M50390</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2002-02-21T07:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668940#M50391</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;OS error code 13 is permission denied.&lt;BR /&gt;&lt;BR /&gt;$ grep 13 /usr/include/sys/errno.h&lt;BR /&gt;#define EACCES          13      /* Permission denied            */&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Thu, 21 Feb 2002 07:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668940#M50391</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-21T07:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668941#M50392</link>
      <description>ll -a&lt;BR /&gt;drwxrwxrwx   2 bin        bin           1024 Mar 28  2001 atjobs&lt;BR /&gt;-r--r--r--   1 bin        bin            342 Jun 10  1996 crontab.root&lt;BR /&gt;drwxrwxrwx   2 bin        bin           1024 Feb 21 12:50 crontabs&lt;BR /&gt;&lt;BR /&gt;I hope the write permissions dont alter the way cron does work&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy</description>
      <pubDate>Thu, 21 Feb 2002 07:38:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668941#M50392</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2002-02-21T07:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668942#M50393</link>
      <description>I saw the errorno before.  So I told there may be some problems with files/dirs.&lt;BR /&gt;&lt;BR /&gt;But I dont know where&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy</description>
      <pubDate>Thu, 21 Feb 2002 07:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668942#M50393</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2002-02-21T07:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668943#M50394</link>
      <description>The error is specifically&lt;BR /&gt;crontab: error in message queue open, errno=13&lt;BR /&gt;&lt;BR /&gt;ll /var/adm/cron&lt;BR /&gt;-r--r--r--   1 bin        bin             59 Jun 10  1996 .proto&lt;BR /&gt;prw-------   1 root       root             0 Feb 21 10:49 FIFO&lt;BR /&gt;-rw-r--r--   1 root       root        107723 Feb 21 12:00 OLDlog&lt;BR /&gt;-r--r--r--   1 bin        bin             33 Nov 29 09:12 at.allow&lt;BR /&gt;-r--r--r--   1 bin        bin             43 Feb 21 10:48 cron.allow&lt;BR /&gt;-rw-r--r--   1 root       sys            204 Feb 21 13:00 log&lt;BR /&gt;-r--r--r--   1 bin        bin             25 Oct 11  2000 queuedefs&lt;BR /&gt;&lt;BR /&gt;Is there any problem with permissions/ownership&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy</description>
      <pubDate>Thu, 21 Feb 2002 07:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668943#M50394</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2002-02-21T07:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668944#M50395</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the output for:&lt;BR /&gt;&lt;BR /&gt;# ll -d /var/spool/cron&lt;BR /&gt;# ll -d /var/spool&lt;BR /&gt;# ll -d /var&lt;BR /&gt;# ll -d /var/tmp&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Thu, 21 Feb 2002 07:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668944#M50395</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-21T07:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668945#M50396</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the output for:&lt;BR /&gt;&lt;BR /&gt;# ll -d /var/spool/cron&lt;BR /&gt;# ll -d /var/spool&lt;BR /&gt;# ll -d /var/tmp&lt;BR /&gt;# ll -d /var&lt;BR /&gt;# ll -d /&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Thu, 21 Feb 2002 07:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668945#M50396</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-21T07:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668946#M50397</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;And also the output for&lt;BR /&gt;&lt;BR /&gt;# ll -d /var/adm&lt;BR /&gt;&lt;BR /&gt;If any of the above directories are not executable for others, then you may encounter a problem. The permissions on my system are:&lt;BR /&gt;&lt;BR /&gt;$ ll -d /&lt;BR /&gt;drwxr-xr-x  28 root       root          2048 Feb 16 12:42 /&lt;BR /&gt;$ ll -d /var&lt;BR /&gt;dr-xr-xr-x  23 bin        bin           2048 Jan  2 11:49 /var&lt;BR /&gt;$ ll -d /var/tmp&lt;BR /&gt;drwxrwxrwx   2 bin        bin           3072 Feb 21 15:16 /var/tmp&lt;BR /&gt;$ ll -d /var/adm&lt;BR /&gt;drwxr-xr-x  12 adm        adm           1024 Jan 11 10:40 /var/adm&lt;BR /&gt;$ ll -d /var/adm/cron&lt;BR /&gt;dr-xr-xr-x   2 bin        bin           1024 Jan 11 10:23 /var/adm/cron&lt;BR /&gt;$ ll -d /var/spool&lt;BR /&gt;drwxr-xr-x  13 root       sys           1024 Apr 20  2001 /var/spool&lt;BR /&gt;$ ll -d /var/spool/cron&lt;BR /&gt;dr-xr-xr-x   7 bin        bin           1024 Jan 10 09:40 /var/spool/cron&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Thu, 21 Feb 2002 07:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668946#M50397</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-21T07:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668947#M50398</link>
      <description>ll /var&lt;BR /&gt;drwxr-xr-x   3 bin        bin           1024 Mar  1  2000 X11&lt;BR /&gt;drwxr-xr-x  11 adm        adm           1024 Feb 13 09:09 adm&lt;BR /&gt;drwxr-xr-x   4 root       sys           2048 Feb 21 12:21 dt&lt;BR /&gt;drwxrwxr-x   4 root       sys           1024 Jul 25  2001 encina&lt;BR /&gt;drwxrwxrwx   3 root       sys           1024 Oct 29 19:26 lock&lt;BR /&gt;drwxr-xr-x   2 root       root          1024 Mar  1  2000 lost+found&lt;BR /&gt;drwxr-xr-x   2 bin        mail          1024 Nov 27 16:08 mail&lt;BR /&gt;drwxrwsr-x   9 mqm        mqm           1024 Feb 17 21:20 mqm&lt;BR /&gt;lrwxrwxrwx   1 root       sys              8 Aug  6  2001 ncs -&amp;gt; /etc/ncs&lt;BR /&gt;drwxr-xr-x   2 bin        bin             24 Mar  1  2000 news&lt;BR /&gt;drwxr-xr-x  13 bin        bin           1024 Mar 30  2001 opt&lt;BR /&gt;drwxr-xr-x   2 bin        bin             24 Mar  1  2000 ppl&lt;BR /&gt;drwxr-xr-x   2 bin        bin           2048 Mar 29  2001 preserve&lt;BR /&gt;drwxr-xr-x   2 bin        bin             24 Mar  1  2000 rbootd&lt;BR /&gt;drwxr-xr-x   2 bin        bin           1024 Feb  5 22:49 run&lt;BR /&gt;drwxr-xr-x   8 bin        bin           2048 Feb 18 17:00 sam&lt;BR /&gt;drwxr-xr-x  14 bin        bin           1024 Aug  5  2000 spool&lt;BR /&gt;drwxr-xr-x   4 root       sys           1024 Mar  1  2000 statmon&lt;BR /&gt;drwxrwxrwx   6 root       sys          23552 Feb 21 13:19 tmp&lt;BR /&gt;drwxr-xr-x   6 bin        bin           1024 Mar  1  2000 uucp&lt;BR /&gt;drwxr-xr-x   3 root       sys           1024 Mar  1  2000 yp&lt;BR /&gt;&lt;BR /&gt;ll /var/spool&lt;BR /&gt;drwxrwsrwt   2 daemon     daemon        1024 Dec  6 17:36 calendar&lt;BR /&gt;drwxrwxrwx   5 bin        bin           1024 Mar  1  2000 cron&lt;BR /&gt;drwxrwxrwx   2 uucp       daemon          24 Mar  1  2000 locks&lt;BR /&gt;drwxrwxrwx   4 lp         bin           1024 Feb 13 09:08 lp&lt;BR /&gt;drwxrwxrwx   2 bin        bin           3072 Feb 21 13:01 mqueue&lt;BR /&gt;drwxrwxrwx   2 root       sys             24 Mar  1  2000 pcnfs&lt;BR /&gt;drwxrwxrwx   2 root       sys             24 Mar  1  2000 rexd&lt;BR /&gt;drwxrwxrwx   2 bin        bin             24 Mar  1  2000 rwho&lt;BR /&gt;drwxrwxrwx   5 bin        bin           1024 Oct 17 13:40 sockets&lt;BR /&gt;drwxrwxrwx   3 root       sys           1024 Oct 18 10:22 sw&lt;BR /&gt;drwxrwxrwx   6 uucp       daemon        1024 Mar  1  2000 uucp&lt;BR /&gt;drwxrwxrwx   2 bin        bin             24 Mar  1  2000 uucppublic&lt;BR /&gt;&lt;BR /&gt;ll /var/spool/cron&lt;BR /&gt;drwxrwxrwx   2 bin        bin           1024 Mar 28  2001 atjobs&lt;BR /&gt;-r--r--r--   1 bin        bin            342 Jun 10  1996 crontab.root&lt;BR /&gt;drwxrwxrwx   2 bin        bin           1024 Feb 21 12:50 crontabs&lt;BR /&gt;drwxrwxrwt   2 root       root          1024 Feb 21 13:00 tmp&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy</description>
      <pubDate>Thu, 21 Feb 2002 07:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668947#M50398</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2002-02-21T07:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668948#M50399</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you show us the file:&lt;BR /&gt;&lt;BR /&gt;# cat /var/adm/cron/queuedefs&lt;BR /&gt;&lt;BR /&gt;It may be corrupted.&lt;BR /&gt;&lt;BR /&gt;hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Thu, 21 Feb 2002 07:59:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668948#M50399</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-21T07:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668949#M50400</link>
      <description>cat /var/adm/cron/queuedefs&lt;BR /&gt;a.4j1n&lt;BR /&gt;b.2j2n90w&lt;BR /&gt;c.4j904&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2002 08:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668949#M50400</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2002-02-21T08:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668950#M50401</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your queuedefs does not look right:&lt;BR /&gt;&lt;BR /&gt;a.4j1n &lt;BR /&gt;==&amp;gt; at jobs max 4 jobs at nice value 1 &lt;BR /&gt;&lt;BR /&gt;b.2j2n90w &lt;BR /&gt;==&amp;gt; batch jobs max 2 jobs at nice value 2 and wait for 90 seconds before retrying when there are busy cron jobs&lt;BR /&gt;&lt;BR /&gt;c.4j904 &lt;BR /&gt;==&amp;gt; cron jobs max 4 jobs and 904 (?)&lt;BR /&gt;&lt;BR /&gt;I think the 4 should be w.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Thu, 21 Feb 2002 08:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668950#M50401</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-21T08:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668951#M50402</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did this problem only eventuate recently&lt;BR /&gt;or you've never looked at it? Perhaps one&lt;BR /&gt;thing you could look at is some patching.&lt;BR /&gt;&lt;BR /&gt;s700_800 10.20 cumulative cron/at/crontab patch(PHCO_22768) &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Thu, 21 Feb 2002 08:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668951#M50402</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-02-21T08:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668952#M50403</link>
      <description>thanks Steven and all.&lt;BR /&gt;queuedefs had the problem,  I checked out the man page and corrected that out.&lt;BR /&gt;&lt;BR /&gt;But how root crontab was running fine, while others failed to get queuedefs right&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy</description>
      <pubDate>Thu, 21 Feb 2002 08:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/2668952#M50403</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2002-02-21T08:30:24Z</dc:date>
    </item>
  </channel>
</rss>

