<?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: warning: commands will be executed using /usr/bin/sh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159055#M455987</link>
    <description>dear sir,&lt;BR /&gt;i tried to stop and start the cron. but when i issue ps -ef |grep -i cron, the cron is not started. &lt;BR /&gt;when i check the cron log, the file attribute was 8 jan, 2008 which was last year. no log for the past one year. &lt;BR /&gt;&lt;BR /&gt;hope to hear from you. thank you</description>
    <pubDate>Wed, 25 Feb 2009 00:39:08 GMT</pubDate>
    <dc:creator>apple</dc:creator>
    <dc:date>2009-02-25T00:39:08Z</dc:date>
    <item>
      <title>warning: commands will be executed using /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159049#M455981</link>
      <description>dear hpux gurus,&lt;BR /&gt;would like to seek yr advice. i tried to run the cron jobs, but hit this error? what would be the corrective action? hope to hear from you. thank you&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cron may not be running - call your system administrator&lt;BR /&gt;warning: commands will be executed using /usr/bin/sh&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159049#M455981</guid>
      <dc:creator>apple</dc:creator>
      <dc:date>2009-02-24T10:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: warning: commands will be executed using /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159050#M455982</link>
      <description>check /var/adm/messages or cron log file.&lt;BR /&gt;ps -ef|grep cron to check if crond is running.</description>
      <pubDate>Tue, 24 Feb 2009 10:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159050#M455982</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-02-24T10:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: warning: commands will be executed using /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159051#M455983</link>
      <description>Make Sure that cron is running your Server &lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep cron&lt;BR /&gt;&lt;BR /&gt;Which command you are trying through cron? Are you using any script?&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Sreekanth</description>
      <pubDate>Tue, 24 Feb 2009 10:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159051#M455983</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2009-02-24T10:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: warning: commands will be executed using /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159052#M455984</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check cron is running or not.&lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep -i cron&lt;BR /&gt;    root  1346     1  0  Feb 18  ?         0:07 /usr/sbin/cron&lt;BR /&gt;&lt;BR /&gt;If not start cron by this command.&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/cron start&lt;BR /&gt;&lt;BR /&gt;look at the cron log file /var/adm/cron/log</description>
      <pubDate>Tue, 24 Feb 2009 10:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159052#M455984</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-24T10:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: warning: commands will be executed using /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159053#M455985</link>
      <description>Hi Apple,&lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep -i cron&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/cron status&lt;BR /&gt;(the above comand will show "cron running"&lt;BR /&gt;&lt;BR /&gt;If not running please start the cron as below&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/cron start&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 12:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159053#M455985</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-02-24T12:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: warning: commands will be executed using /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159054#M455986</link>
      <description>dear Sir,&lt;BR /&gt;ok, im at home. will check tomorrow at office whether the cron services is runing or not. from the log i check this evening, it says cron started something like that. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 13:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159054#M455986</guid>
      <dc:creator>apple</dc:creator>
      <dc:date>2009-02-24T13:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: warning: commands will be executed using /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159055#M455987</link>
      <description>dear sir,&lt;BR /&gt;i tried to stop and start the cron. but when i issue ps -ef |grep -i cron, the cron is not started. &lt;BR /&gt;when i check the cron log, the file attribute was 8 jan, 2008 which was last year. no log for the past one year. &lt;BR /&gt;&lt;BR /&gt;hope to hear from you. thank you</description>
      <pubDate>Wed, 25 Feb 2009 00:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159055#M455987</guid>
      <dc:creator>apple</dc:creator>
      <dc:date>2009-02-25T00:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: warning: commands will be executed using /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159056#M455988</link>
      <description>please chk if cron is enabled at &lt;BR /&gt;&lt;BR /&gt;vi /etc/rc.config.d/cron&lt;BR /&gt;CRON=1</description>
      <pubDate>Wed, 25 Feb 2009 00:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159056#M455988</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-02-25T00:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: warning: commands will be executed using /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159057#M455989</link>
      <description>What's the error you are getting while starting cron?&lt;BR /&gt;&lt;BR /&gt;Use this command and post the output&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/cron start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Sreekanth</description>
      <pubDate>Wed, 25 Feb 2009 08:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159057#M455989</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2009-02-25T08:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: warning: commands will be executed using /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159058#M455990</link>
      <description>thank you</description>
      <pubDate>Wed, 25 Feb 2009 09:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-commands-will-be-executed-using-usr-bin-sh/m-p/5159058#M455990</guid>
      <dc:creator>apple</dc:creator>
      <dc:date>2009-02-25T09:32:09Z</dc:date>
    </item>
  </channel>
</rss>

