<?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: rtc command failed (ITO) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rtc-command-failed-ito/m-p/2585858#M79220</link>
    <description>Maurice,&lt;BR /&gt;&lt;BR /&gt;You could try looking in /var/log/cron and also /var/log/messages. If that doesn't help, try just executing the cron command from the command line. &lt;BR /&gt;See if it runs sucessfully that way.</description>
    <pubDate>Thu, 27 Sep 2001 15:36:45 GMT</pubDate>
    <dc:creator>Jeffrey S. Sims</dc:creator>
    <dc:date>2001-09-27T15:36:45Z</dc:date>
    <item>
      <title>rtc command failed (ITO)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rtc-command-failed-ito/m-p/2585857#M79219</link>
      <description>I've had this msg in ITO:&lt;BR /&gt;Cron command of root with pid 1202 failed..&lt;BR /&gt;&lt;BR /&gt;In the crontab i found that this had to run at that time:&lt;BR /&gt;1 2 * * * [ -x /usr/sbin/rtc ] &amp;amp;&amp;amp; /usr/sbin/rtc -c &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;where can i find more info about why this failed?</description>
      <pubDate>Thu, 27 Sep 2001 08:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rtc-command-failed-ito/m-p/2585857#M79219</guid>
      <dc:creator>Maurice Peterse</dc:creator>
      <dc:date>2001-09-27T08:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: rtc command failed (ITO)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rtc-command-failed-ito/m-p/2585858#M79220</link>
      <description>Maurice,&lt;BR /&gt;&lt;BR /&gt;You could try looking in /var/log/cron and also /var/log/messages. If that doesn't help, try just executing the cron command from the command line. &lt;BR /&gt;See if it runs sucessfully that way.</description>
      <pubDate>Thu, 27 Sep 2001 15:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rtc-command-failed-ito/m-p/2585858#M79220</guid>
      <dc:creator>Jeffrey S. Sims</dc:creator>
      <dc:date>2001-09-27T15:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: rtc command failed (ITO)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rtc-command-failed-ito/m-p/2585859#M79221</link>
      <description>If it continues to fail take the redirection off the &lt;BR /&gt;command. or redirect it to a file. &lt;BR /&gt;&lt;BR /&gt;If redirection is off the output will be mailed to the user.&lt;BR /&gt;Root should be redirected to a real user.&lt;BR /&gt;&lt;BR /&gt;If you redirect to a file, then you can read the output&lt;BR /&gt;from the file.</description>
      <pubDate>Fri, 28 Sep 2001 02:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rtc-command-failed-ito/m-p/2585859#M79221</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2001-09-28T02:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: rtc command failed (ITO)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rtc-command-failed-ito/m-p/2585860#M79222</link>
      <description>When executing the command outside crontab, &lt;BR /&gt;it's working....&lt;BR /&gt;&lt;BR /&gt;So the question is, can i find out what went wrong that time?</description>
      <pubDate>Fri, 28 Sep 2001 05:48:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rtc-command-failed-ito/m-p/2585860#M79222</guid>
      <dc:creator>Maurice Peterse</dc:creator>
      <dc:date>2001-09-28T05:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: rtc command failed (ITO)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rtc-command-failed-ito/m-p/2585861#M79223</link>
      <description>put your commands in a script that starts with&lt;BR /&gt;&lt;BR /&gt;!#/bin/ksh&lt;BR /&gt;&lt;BR /&gt;next schedule this script in the crontab of root.&lt;BR /&gt;&lt;BR /&gt;The cronjobs are excecuted from the csh.</description>
      <pubDate>Fri, 28 Sep 2001 06:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rtc-command-failed-ito/m-p/2585861#M79223</guid>
      <dc:creator>D. Engelen</dc:creator>
      <dc:date>2001-09-28T06:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: rtc command failed (ITO)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rtc-command-failed-ito/m-p/2585862#M79224</link>
      <description>You should try changing the shell as suggested above, but if that doesn't work your environment variables are probably the problem. Create a script that runs the command that you want, and manually set any needed environment variables at the beginning of the script.&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2001 17:47:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rtc-command-failed-ito/m-p/2585862#M79224</guid>
      <dc:creator>Jeffrey S. Sims</dc:creator>
      <dc:date>2001-09-28T17:47:00Z</dc:date>
    </item>
  </channel>
</rss>

