<?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 executable in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620891#M377482</link>
    <description>you were right it's opening it in a vi window.. it used to open using the editor that comes with the common desktop environment.. when i look at the env variables i see that editor=vi, would you happen to know what that should be changed to, to invoke the cde editor ??</description>
    <pubDate>Wed, 21 Apr 2010 18:20:23 GMT</pubDate>
    <dc:creator>Donald Thaler</dc:creator>
    <dc:date>2010-04-21T18:20:23Z</dc:date>
    <item>
      <title>cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620883#M377474</link>
      <description>where does the executable cron exist... i opened /var/spool/crontabs/root in a text editor (using exceed), but when i change the source it doesn't really change the executable version.  i ran into this problem becuase exceed version 10 (using opentexts secure shell) opens the the crontab -e in a terminal window and not a text editor like it used to. their supposedly researching the problem, but in the interim if i need to change the crontab where would i find the executable version ?</description>
      <pubDate>Tue, 20 Apr 2010 14:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620883#M377474</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2010-04-20T14:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620884#M377475</link>
      <description>Donald,&lt;BR /&gt;I think you are looking for the path for the crontab executable file:&lt;BR /&gt;It reside in /usr/bin/&lt;BR /&gt;i.e # /usr/bin/crontab &lt;BR /&gt;&lt;BR /&gt;You can also type from the prompt: &lt;BR /&gt;$ whereis crontab&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 20 Apr 2010 14:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620884#M377475</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2010-04-20T14:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620885#M377476</link>
      <description>Also if cron is not running ,&lt;BR /&gt;do the following: &lt;BR /&gt;# /sbin/init.d/cron stop  ### to stop cron&lt;BR /&gt;# /sbin/init.d/cron start ### to start cron&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;or type:&lt;BR /&gt;# /usr/sbin/cron&lt;BR /&gt;&lt;BR /&gt;-to check:&lt;BR /&gt;# ps -ef | grep -i cron&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 20 Apr 2010 14:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620885#M377476</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2010-04-20T14:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620886#M377477</link>
      <description>&amp;gt;&amp;gt; if i need to change the crontab where would i find the executable version ? &lt;BR /&gt;&lt;BR /&gt;You don't.  Changing the crontab just changes the file in /var/spool/cron/crontabs/&lt;USERNAME&gt;.  The cron daemon then picks up the changes to the crontab file.&lt;BR /&gt;&lt;BR /&gt;There is no such thing as an executable crontab file.&lt;/USERNAME&gt;</description>
      <pubDate>Tue, 20 Apr 2010 14:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620886#M377477</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-04-20T14:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620887#M377478</link>
      <description>&lt;!--!*#--&gt;As usual, some minimal system info might be&lt;BR /&gt;nice to see.&lt;BR /&gt;&lt;BR /&gt;      uname -a&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] The cron daemon then picks up the&lt;BR /&gt;&amp;gt; changes to the crontab file.&lt;BR /&gt;&lt;BR /&gt;Not without some help, it doesn't.  Which is&lt;BR /&gt;why one uses "crontab -e" instead of simply&lt;BR /&gt;editing the actual crontab file.&lt;BR /&gt;&lt;BR /&gt;      man crontab&lt;BR /&gt;      man cron&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] their supposedly researching the&lt;BR /&gt;&amp;gt; problem [...]&lt;BR /&gt;&lt;BR /&gt;"They're"?</description>
      <pubDate>Tue, 20 Apr 2010 14:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620887#M377478</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-20T14:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620888#M377479</link>
      <description>You can also just use "crontab -l &amp;gt; /home/me/mycronfile" to produce an editable file of your crontab entries.  Then, after you edit that file (I use vi) you just use "crontab /home/me/mycronfile" to schedule your modified crontab.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 20 Apr 2010 15:00:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620888#M377479</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-04-20T15:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620889#M377480</link>
      <description>the reference to they was 'opentext' who is now the supplier of exceed (formerly hummingbird)... i never knew that when you ran crontab -e that behind the sceenes it acutally ran the crontab process... so until opentext fixes their problem i have to run&lt;BR /&gt;crontab /var/spool/cron/crontabs/root to schedule the changes... thanks to everyone that responded</description>
      <pubDate>Tue, 20 Apr 2010 15:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620889#M377480</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2010-04-20T15:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620890#M377481</link>
      <description>Having just reread your initial description...&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;opens the the crontab -e in a terminal window &lt;BR /&gt;&lt;BR /&gt;Are you sure that when it opens the crontab in a terminal, that that isn't actually opening in the 'vi' editor in that terminal?  If it is vi, you should still be able to make your changes.</description>
      <pubDate>Tue, 20 Apr 2010 15:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620890#M377481</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-04-20T15:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620891#M377482</link>
      <description>you were right it's opening it in a vi window.. it used to open using the editor that comes with the common desktop environment.. when i look at the env variables i see that editor=vi, would you happen to know what that should be changed to, to invoke the cde editor ??</description>
      <pubDate>Wed, 21 Apr 2010 18:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620891#M377482</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2010-04-21T18:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620892#M377483</link>
      <description>&lt;!--!*#--&gt;&amp;gt; you were right [...]&lt;BR /&gt;&lt;BR /&gt;So was "man crontab".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] i see that editor=vi, [...]&lt;BR /&gt;&lt;BR /&gt;Do you mean "EDITOR=vi"?  (Or do you have the&lt;BR /&gt;only case-insensitive UNIX system in&lt;BR /&gt;captivity?)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] would you happen to know what that&lt;BR /&gt;&amp;gt; should be changed to, to invoke the cde&lt;BR /&gt;&amp;gt; editor ??&lt;BR /&gt;&lt;BR /&gt;Know?  No.  Guess: dtpad.&lt;BR /&gt;&lt;BR /&gt;      man dtpad&lt;BR /&gt;&lt;BR /&gt;If I wanted exotic command-line options, I'd&lt;BR /&gt;create a script in a convenient place, and&lt;BR /&gt;then specify "EDITOR=that_script".  Expect it&lt;BR /&gt;to need to pass a command-line argument.</description>
      <pubDate>Wed, 21 Apr 2010 18:57:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620892#M377483</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-21T18:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620893#M377484</link>
      <description>if dtpad fails .... try dtterm,xterm or hpterm</description>
      <pubDate>Wed, 21 Apr 2010 19:41:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620893#M377484</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2010-04-21T19:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620894#M377485</link>
      <description>&amp;gt;&amp;gt;try dtterm,xterm or hpterm&lt;BR /&gt;&lt;BR /&gt;I'm not sure what that would accomplish, other than just opening a terminal window.&lt;BR /&gt;&lt;BR /&gt;I tried setting EDITOR=xterm on a Linux system and it did not work well.  It opened a new xterm window, but the crontab file did not show up in an editor, which is about what I would expect.&lt;BR /&gt;&lt;BR /&gt;I set EDITOR=gedit and then did a 'crontab -e' and the gedit editor opened and functioned quite well with the crontab file.&lt;BR /&gt;&lt;BR /&gt;I would expect dtpad to work.  You may need to give the full path to dtpad if it doesn't work with just EDITOR=dtpad.</description>
      <pubDate>Wed, 21 Apr 2010 19:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620894#M377485</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-04-21T19:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620895#M377486</link>
      <description>Donald ignore earlier post.&lt;BR /&gt;&lt;BR /&gt;How or rather what are you running under exceed ? in otherwords are you logging into CDE, running a command via a terminal session or something else ? &lt;BR /&gt;&lt;IF applicable=""&gt;&lt;BR /&gt;within the terminal window type echo $TERM ?&lt;BR /&gt;result ?&lt;BR /&gt;export TERM=dtterm&lt;BR /&gt;try a crontab -e ?&lt;BR /&gt;result ? &lt;BR /&gt;&lt;BR /&gt;If you can login via CDE let me know I'm more familar with that interface but have an old version of Exceed if needed if I boot into windows. currently uncertain if this is a bug or an issue with exceed/unix settings ....&lt;/IF&gt;</description>
      <pubDate>Wed, 21 Apr 2010 19:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620895#M377486</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2010-04-21T19:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620896#M377487</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;Totally agree .... moment of madness</description>
      <pubDate>Wed, 21 Apr 2010 19:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620896#M377487</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2010-04-21T19:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620897#M377488</link>
      <description>dtterm worked... thanks to all... &lt;BR /&gt;&lt;BR /&gt;i'm using exceed v10 with their secure shell v10 ...i'm guessing that in the command  option that looks like "/usr/dt/bin/dtsession  &amp;amp;", i need to add EXPORT=dtterm</description>
      <pubDate>Wed, 21 Apr 2010 19:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620897#M377488</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2010-04-21T19:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620898#M377489</link>
      <description>ooops it was dtpad that worked...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2010 20:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620898#M377489</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2010-04-21T20:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: cron executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620899#M377490</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] i need to add EXPORT=dtterm&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ooops it was dtpad that worked...&lt;BR /&gt;&lt;BR /&gt;And it wasn't "EXPORT=", either.  You (and&lt;BR /&gt;your readers) might profit if you explored&lt;BR /&gt;the benefits of using that newfangled&lt;BR /&gt;copy+paste technology.  As the eminent&lt;BR /&gt;Abraham Van Helsing once said, "[...]&lt;BR /&gt;knowledge is stronger than memory, and we&lt;BR /&gt;should not trust the weaker."  Or as an&lt;BR /&gt;automotive expert on NPR once said, "If you&lt;BR /&gt;don't think too good, don't think too much."</description>
      <pubDate>Wed, 21 Apr 2010 21:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-executable/m-p/4620899#M377490</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-21T21:04:46Z</dc:date>
    </item>
  </channel>
</rss>

