<?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: cronfile not executing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849647#M93200</link>
    <description>hi guys &lt;BR /&gt;change the permission&lt;BR /&gt;to the new home directory&lt;BR /&gt;example of cron job :&lt;BR /&gt;&lt;BR /&gt;00 23 * * 1,2,3,4,5 /home/BACKUP/creadirbackup    1&amp;gt;/tmp/back.log&lt;BR /&gt;#10 23 * * 1,2,3,4,5 /home/BACKUP/moves    1&amp;gt;/tmp/back.log</description>
    <pubDate>Thu, 21 Nov 2002 16:03:37 GMT</pubDate>
    <dc:creator>justin berkman</dc:creator>
    <dc:date>2002-11-21T16:03:37Z</dc:date>
    <item>
      <title>cronfile not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849644#M93197</link>
      <description>When I check mail I get the follwing concerning my cron jobs. Cron: can't change directory to your home directory. Unable to execute the command. I did change root's home directory earlier this week. Could this have something to do with it.</description>
      <pubDate>Thu, 21 Nov 2002 15:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849644#M93197</guid>
      <dc:creator>Bill Kiple</dc:creator>
      <dc:date>2002-11-21T15:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: cronfile not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849645#M93198</link>
      <description>I think cron is still using the old $HOME.  Man crontab says:&lt;BR /&gt;&lt;BR /&gt;"cron invokes the command from the user's HOME directory"&lt;BR /&gt;&lt;BR /&gt;I would suggest re-loading your crontab with "crontab -r" followed by "crontab (cronfilename)".&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 21 Nov 2002 15:59:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849645#M93198</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-21T15:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: cronfile not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849646#M93199</link>
      <description>It is possible.  What are the permissions on roots new home dir?</description>
      <pubDate>Thu, 21 Nov 2002 16:00:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849646#M93199</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-11-21T16:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: cronfile not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849647#M93200</link>
      <description>hi guys &lt;BR /&gt;change the permission&lt;BR /&gt;to the new home directory&lt;BR /&gt;example of cron job :&lt;BR /&gt;&lt;BR /&gt;00 23 * * 1,2,3,4,5 /home/BACKUP/creadirbackup    1&amp;gt;/tmp/back.log&lt;BR /&gt;#10 23 * * 1,2,3,4,5 /home/BACKUP/moves    1&amp;gt;/tmp/back.log</description>
      <pubDate>Thu, 21 Nov 2002 16:03:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849647#M93200</guid>
      <dc:creator>justin berkman</dc:creator>
      <dc:date>2002-11-21T16:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: cronfile not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849648#M93201</link>
      <description>hi guys &lt;BR /&gt;can you attach a output file</description>
      <pubDate>Thu, 21 Nov 2002 16:06:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849648#M93201</guid>
      <dc:creator>justin berkman</dc:creator>
      <dc:date>2002-11-21T16:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: cronfile not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849649#M93202</link>
      <description>do a crontab -e and put in absolute pathnames for the file to execute&lt;BR /&gt;&lt;BR /&gt;it probably is still pointing to the old path name</description>
      <pubDate>Thu, 21 Nov 2002 16:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849649#M93202</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2002-11-21T16:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: cronfile not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849650#M93203</link>
      <description>Yep, John's idea sounds good.&lt;BR /&gt;&lt;BR /&gt;I'm not sure if just simple reloading coronfile will do the trick. If it uses $HOME, it is environement variable, so it won't be changed until real process restart, I'm affraid. but absolute paths are always accurate.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Adam&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2002 17:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849650#M93203</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2002-11-21T17:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: cronfile not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849651#M93204</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I agree with Adam !!!&lt;BR /&gt;I have seen several problem with path in crontab  and the solution was absolute path name.&lt;BR /&gt;&lt;BR /&gt;-Niraj</description>
      <pubDate>Fri, 22 Nov 2002 04:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cronfile-not-executing/m-p/2849651#M93204</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2002-11-22T04:14:12Z</dc:date>
    </item>
  </channel>
</rss>

