<?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 Daemnon Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540945#M223243</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;check if cron indeed is running:&lt;BR /&gt;&lt;BR /&gt;# ps -ef|grep -i cron&lt;BR /&gt;&lt;BR /&gt;if not, run:&lt;BR /&gt;# /usr/sbin/cron&lt;BR /&gt;&lt;BR /&gt;regards.</description>
    <pubDate>Tue, 10 May 2005 00:49:58 GMT</pubDate>
    <dc:creator>Joseph Loo</dc:creator>
    <dc:date>2005-05-10T00:49:58Z</dc:date>
    <item>
      <title>Cron Daemnon Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540944#M223242</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt; I am having 10 HP C3000 Workstations running with Hp Ux 11.11 and 11.00.I am facing a problem in running cron jobs.Cron daemon is not running.once i execute the corntab -e and saves it, i will receive a error message "cron may not be running - call your system administrator".&lt;BR /&gt;I have tried starting the service /sbin/init.d/cron start.But the result is same.Any patch is available for this cron issue?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 10 May 2005 00:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540944#M223242</guid>
      <dc:creator>User_10</dc:creator>
      <dc:date>2005-05-10T00:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Daemnon Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540945#M223243</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;check if cron indeed is running:&lt;BR /&gt;&lt;BR /&gt;# ps -ef|grep -i cron&lt;BR /&gt;&lt;BR /&gt;if not, run:&lt;BR /&gt;# /usr/sbin/cron&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 10 May 2005 00:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540945#M223243</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-05-10T00:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Daemnon Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540946#M223244</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What does your syslog say? Possible there's more information in that. &lt;BR /&gt;You could also open two shell sessions. One you start a tail -f of your syslog and in the other one you restart your cron.&lt;BR /&gt;&lt;BR /&gt;Cheerio,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Tue, 10 May 2005 00:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540946#M223244</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-05-10T00:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Daemnon Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540947#M223245</link>
      <description>Hi &lt;BR /&gt;The ps -ef | grep cron doesn't give any processes.i have tried running /usr/sbin/cron but it is not showing any thing</description>
      <pubDate>Tue, 10 May 2005 01:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540947#M223245</guid>
      <dc:creator>User_10</dc:creator>
      <dc:date>2005-05-10T01:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Daemnon Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540948#M223246</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;since ps do not capture any running cron daemon. u have to start it:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/cron start&lt;BR /&gt;or&lt;BR /&gt;# /usr/sbin/cron&lt;BR /&gt;&lt;BR /&gt;make u have permission to do so.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 10 May 2005 01:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540948#M223246</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-05-10T01:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Daemnon Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540949#M223247</link>
      <description>Please post the output of&lt;BR /&gt;&lt;BR /&gt;# ll /usr/sbin/cron; what /usr/sbin/cron; file /usr/sbin/cron&lt;BR /&gt;&lt;BR /&gt;If there anything in /var/adm/cron/log?</description>
      <pubDate>Tue, 10 May 2005 01:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540949#M223247</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-10T01:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Daemnon Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540950#M223248</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Cron not running. &lt;BR /&gt;Firstly, check "mail" for the user in question. Any errors from cron will go their.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep cron&lt;BR /&gt;&lt;BR /&gt;If it returns no process, cron is not running.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/cron start&lt;BR /&gt;&lt;BR /&gt;To check if its set to autorun, check /etc/rc.config.d/cron&lt;BR /&gt;&lt;BR /&gt;make sure the run variable is set to 1&lt;BR /&gt;&lt;BR /&gt;IA&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2005 01:20:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540950#M223248</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-05-10T01:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Daemnon Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540951#M223249</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;OK, go to /sbin/init.d/&lt;BR /&gt;Check for cron:&lt;BR /&gt;/sbin/init.d/#ll | grep cron&lt;BR /&gt;The out put like this:&lt;BR /&gt;-r-xr-xr-x   1 bin        bin           1275 Nov 14  2000 cron&lt;BR /&gt;&lt;BR /&gt;Just type: #cron&lt;BR /&gt;&lt;BR /&gt;Regard,&lt;BR /&gt;Hoang Chi Cong</description>
      <pubDate>Tue, 10 May 2005 01:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemnon-problem/m-p/3540951#M223249</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2005-05-10T01:30:30Z</dc:date>
    </item>
  </channel>
</rss>

