<?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: Cron won't start on bootup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490872#M19477</link>
    <description>Hi Chet:&lt;BR /&gt;&lt;BR /&gt;Hemant's suggestion to stop &amp;amp; restart cron was good.  We now know that cron is viable.&lt;BR /&gt;&lt;BR /&gt;Your post showing the entities in /sbin/ with the string "cron" showed what I would have expected.&lt;BR /&gt;&lt;BR /&gt;BUT: Did you match as "*cron*" or just "*cron" as you typed???  If you did with only the one wildcard, please repeat with both.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 07 Feb 2001 20:24:21 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-02-07T20:24:21Z</dc:date>
    <item>
      <title>Cron won't start on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490865#M19470</link>
      <description>Hi there,&lt;BR /&gt;I'm having problems with cron not starting when the server is booted.  I've looked in the /etc/rc.log file and here's what I get:&lt;BR /&gt;Start clock daemon&lt;BR /&gt;Output from "/sbin/rc2.d/S730cron start":&lt;BR /&gt;----------------------------&lt;BR /&gt;cron started&lt;BR /&gt;! cannot access fifo queue Sun Jan 28 05:35:45 CST 2001&lt;BR /&gt;! ******* CRON ABORTED ******** Sun Jan 28 05:35:45 CST 2001&lt;BR /&gt;&lt;BR /&gt;Any help is much appreciated.&lt;BR /&gt;Thanks,&lt;BR /&gt;Chet&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2001 17:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490865#M19470</guid>
      <dc:creator>Chet Woods</dc:creator>
      <dc:date>2001-02-07T17:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cron won't start on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490866#M19471</link>
      <description>Chet:&lt;BR /&gt;&lt;BR /&gt;Make sure you have a pipe file called: /var/adm/cron/FIFO&lt;BR /&gt;&lt;BR /&gt;If not, do this (as root) to make it:&lt;BR /&gt;&lt;BR /&gt;# mknod /var/adm/cron/FIFO p&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 07 Feb 2001 17:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490866#M19471</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-02-07T17:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cron won't start on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490867#M19472</link>
      <description>There is a FIFO pipe there...any other suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 07 Feb 2001 17:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490867#M19472</guid>
      <dc:creator>Chet Woods</dc:creator>
      <dc:date>2001-02-07T17:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cron won't start on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490868#M19473</link>
      <description>Hi Chet:&lt;BR /&gt;&lt;BR /&gt;OK.  Make sure you have these directories:&lt;BR /&gt;&lt;BR /&gt;# /usr/lib/cron #...a link to /var/adm/cron/&lt;BR /&gt;# /usr/spool/cron&lt;BR /&gt;&lt;BR /&gt;Also, make sure that cron isn't being started twice, erroneously.  There should only be one startup link to /sbin/init.d/cron in the startup /sbin/rc&lt;N&gt;.d/ directories.  Do a quick check of this with:&lt;BR /&gt;&lt;BR /&gt;# find /sbin -name "*cron*"&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/N&gt;</description>
      <pubDate>Wed, 07 Feb 2001 17:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490868#M19473</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-02-07T17:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cron won't start on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490869#M19474</link>
      <description>James,&lt;BR /&gt;I checked all of that...and it all looks right...here's what I got when using that find command:&lt;BR /&gt;# find /sbin -name "*cron"&lt;BR /&gt;/sbin/init.d/cron&lt;BR /&gt;/sbin/rc1.d/K270cron&lt;BR /&gt;/sbin/rc2.d/S730cron&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chet&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2001 18:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490869#M19474</guid>
      <dc:creator>Chet Woods</dc:creator>
      <dc:date>2001-02-07T18:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cron won't start on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490870#M19475</link>
      <description>Do a crontab -l and check the crontab file is not empty. Then try starting the cron daemon again.</description>
      <pubDate>Wed, 07 Feb 2001 18:31:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490870#M19475</guid>
      <dc:creator>Jitendra_1</dc:creator>
      <dc:date>2001-02-07T18:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cron won't start on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490871#M19476</link>
      <description>I have already checked that, and there are entries in the crontab.  I can start up the cron daemon after the server is already booted, however, it's just not starting on bootup.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chet</description>
      <pubDate>Wed, 07 Feb 2001 20:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490871#M19476</guid>
      <dc:creator>Chet Woods</dc:creator>
      <dc:date>2001-02-07T20:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cron won't start on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490872#M19477</link>
      <description>Hi Chet:&lt;BR /&gt;&lt;BR /&gt;Hemant's suggestion to stop &amp;amp; restart cron was good.  We now know that cron is viable.&lt;BR /&gt;&lt;BR /&gt;Your post showing the entities in /sbin/ with the string "cron" showed what I would have expected.&lt;BR /&gt;&lt;BR /&gt;BUT: Did you match as "*cron*" or just "*cron" as you typed???  If you did with only the one wildcard, please repeat with both.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 07 Feb 2001 20:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490872#M19477</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-02-07T20:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cron won't start on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490873#M19478</link>
      <description>Chet:&lt;BR /&gt;&lt;BR /&gt;Another thing:  In /etc/rc.log is there only one reference (the failed one) to cron?&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 07 Feb 2001 20:27:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490873#M19478</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-02-07T20:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cron won't start on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490874#M19479</link>
      <description>Yes, I ran the "find" command with *cron* - same results.  There is in fact, only one cron entry in the rc.log and it is the one I previously reported.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Chet</description>
      <pubDate>Wed, 07 Feb 2001 21:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490874#M19479</guid>
      <dc:creator>Chet Woods</dc:creator>
      <dc:date>2001-02-07T21:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cron won't start on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490875#M19480</link>
      <description>Have you checked the permission of the FIFO file?&lt;BR /&gt;&lt;BR /&gt;Bye</description>
      <pubDate>Thu, 08 Feb 2001 08:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490875#M19480</guid>
      <dc:creator>Thomas Kollig</dc:creator>
      <dc:date>2001-02-08T08:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cron won't start on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490876#M19481</link>
      <description>I have checked the permissions - they look right.  Thanks for the feedback.&lt;BR /&gt;&lt;BR /&gt;Chet</description>
      <pubDate>Thu, 08 Feb 2001 16:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490876#M19481</guid>
      <dc:creator>Chet Woods</dc:creator>
      <dc:date>2001-02-08T16:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cron won't start on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490877#M19482</link>
      <description>Hello Chet,&lt;BR /&gt;well not much left to test.&lt;BR /&gt;Check /var/adm/cron/queuedefs, there is even a man on this one. If this is fine as well, I woud suspect, that something in your startup order has been rearanged.&lt;BR /&gt;Any files in /sbin/rc* or /sbin/init.d with recently changed timestamps ?&lt;BR /&gt;Volker&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Feb 2001 17:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-won-t-start-on-bootup/m-p/2490877#M19482</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-02-09T17:34:16Z</dc:date>
    </item>
  </channel>
</rss>

