<?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: crontab problem in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697345#M15802</link>
    <description>&amp;gt; the file you mentioned is among these file or not. &lt;BR /&gt;&amp;gt; If it is among these file so what is the problem&lt;BR /&gt;&lt;BR /&gt;Yes there's a file called root there, but again I am assuming that you're trying to edit root's crontab...&lt;BR /&gt;&lt;BR /&gt;Can you cat the file ?&lt;BR /&gt;&lt;BR /&gt;# cat root&lt;BR /&gt;&lt;BR /&gt;Does that display what you're expecting to see ?&lt;BR /&gt;&lt;BR /&gt;Is it possible someone accidentally deleted the crontab that you're trying to edit ?&lt;BR /&gt;&lt;BR /&gt;It's quite easy to type crontab -r rather than crontab -e. (remove not edit).&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
    <pubDate>Mon, 11 Oct 2010 06:43:29 GMT</pubDate>
    <dc:creator>Rob Leadbeater</dc:creator>
    <dc:date>2010-10-11T06:43:29Z</dc:date>
    <item>
      <title>crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697338#M15795</link>
      <description>Hi,&lt;BR /&gt;when I wanted to edit crontab file using the following command:-&lt;BR /&gt;#crontab -e&lt;BR /&gt;The crontab edit file was not opened.&lt;BR /&gt;please could anyone help me to fix my problem?&lt;BR /&gt;bye.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 09 Oct 2010 09:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697338#M15795</guid>
      <dc:creator>fergani</dc:creator>
      <dc:date>2010-10-09T09:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697339#M15796</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Crontabs are normally stored in this directory:&lt;BR /&gt;&lt;BR /&gt;/var/spool/cron/crontabs&lt;BR /&gt;&lt;BR /&gt;Assuming that you're trying to look at root's crontab, there should be a file there called root...&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Sat, 09 Oct 2010 09:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697339#M15796</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2010-10-09T09:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697340#M15797</link>
      <description>&lt;!--!*#--&gt;      sizer -v&lt;BR /&gt;      echo $EDITOR&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The crontab edit file was not opened.&lt;BR /&gt;&lt;BR /&gt;What, exactly, does this mean?  What _did_&lt;BR /&gt;happen?  Did you get some error message?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; please could anyone help me to fix my&lt;BR /&gt;&amp;gt; problem?&lt;BR /&gt;&lt;BR /&gt;It might be easier if you supplied some&lt;BR /&gt;basic, useful information.  Did you try&lt;BR /&gt;reading this?:&lt;BR /&gt;&lt;BR /&gt;      man crontab</description>
      <pubDate>Sat, 09 Oct 2010 09:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697340#M15797</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-09T09:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697341#M15798</link>
      <description>Hi Rob,&lt;BR /&gt;&lt;BR /&gt;I looked for the following directory:-&lt;BR /&gt;/var/spool/cron/crontabs&lt;BR /&gt;I found all these files inside:-&lt;BR /&gt;.mrg..root        .new..sys         .proto..sys       sys.new..adm         .proto..adm       adm               uucp.new..cronuucp    .proto..cronuucp  cronuucp.new..root        .proto..root      root&lt;BR /&gt;&lt;BR /&gt;the file you mentioned is among these file or not.&lt;BR /&gt;If it is among these file so what is the problem&lt;BR /&gt;bye.&lt;BR /&gt;Hi Steven,&lt;BR /&gt;the output of sizer -v command as following:-&lt;BR /&gt;# sizer -v&lt;BR /&gt;Compaq Tru64 UNIX V5.1 (Rev. 732); Mon Sep 20 10:17:40 EET 2010&lt;BR /&gt;      echo $EDITOR&lt;BR /&gt;the output of echo $EDITOR is nothing appeared.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;What, exactly, does this mean?  What _did_&lt;BR /&gt;&amp;gt;happen?  Did you get some error message?&lt;BR /&gt;&lt;BR /&gt;what exactly happened is when I used this command (crontab -e) to edit crontab file,the editor file did not appeared.&lt;BR /&gt;that what happened to me.&lt;BR /&gt;bye.</description>
      <pubDate>Sat, 09 Oct 2010 11:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697341#M15798</guid>
      <dc:creator>fergani</dc:creator>
      <dc:date>2010-10-09T11:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697342#M15799</link>
      <description>&amp;gt;the output of echo $EDITOR is nothing appeared.&lt;BR /&gt;&lt;BR /&gt;You need to export EDITOR with the path to an editor that "crontab -e" can use.</description>
      <pubDate>Sat, 09 Oct 2010 17:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697342#M15799</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-09T17:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697343#M15800</link>
      <description>&lt;!--!*#--&gt;&amp;gt; You need to export EDITOR with the path to&lt;BR /&gt;&amp;gt; an editor that "crontab -e" can use.&lt;BR /&gt;&lt;BR /&gt;Perhaps not.  According to the "man" page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51_HTML/MAN/MAN1/0073____.HTM" target="_blank"&gt;http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51_HTML/MAN/MAN1/0073____.HTM&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[...] The -e option invokes the editor&lt;BR /&gt;specified by the EDITOR environment variable,&lt;BR /&gt;or uses /usr/bin/vi by default. [...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] the editor file did not appeared.&lt;BR /&gt;&lt;BR /&gt;So, the command appeared to do exactly&lt;BR /&gt;nothing?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I found all these files inside:- [...]&lt;BR /&gt;&lt;BR /&gt;      ls -l /var/spool/cron/crontabs/root</description>
      <pubDate>Sat, 09 Oct 2010 20:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697343#M15800</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-09T20:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697344#M15801</link>
      <description>&amp;gt;&amp;gt;&amp;gt; The crontab edit file was not opened.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;- what error did you get?&lt;BR /&gt;there may be a lock file from a previous session? &lt;BR /&gt;&lt;BR /&gt;- if you try "crontab -l"&lt;BR /&gt;is there any cron entry listed?&lt;BR /&gt;&lt;BR /&gt;- do you by chance run in a Cluster environment?</description>
      <pubDate>Mon, 11 Oct 2010 06:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697344#M15801</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2010-10-11T06:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697345#M15802</link>
      <description>&amp;gt; the file you mentioned is among these file or not. &lt;BR /&gt;&amp;gt; If it is among these file so what is the problem&lt;BR /&gt;&lt;BR /&gt;Yes there's a file called root there, but again I am assuming that you're trying to edit root's crontab...&lt;BR /&gt;&lt;BR /&gt;Can you cat the file ?&lt;BR /&gt;&lt;BR /&gt;# cat root&lt;BR /&gt;&lt;BR /&gt;Does that display what you're expecting to see ?&lt;BR /&gt;&lt;BR /&gt;Is it possible someone accidentally deleted the crontab that you're trying to edit ?&lt;BR /&gt;&lt;BR /&gt;It's quite easy to type crontab -r rather than crontab -e. (remove not edit).&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Mon, 11 Oct 2010 06:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697345#M15802</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2010-10-11T06:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697346#M15803</link>
      <description>Hi Rob,&lt;BR /&gt;&amp;gt;&amp;gt;Can you cat the file ?&lt;BR /&gt;&lt;BR /&gt;# cat root&lt;BR /&gt;&lt;BR /&gt;It display what I am expecting to see.&lt;BR /&gt;&lt;BR /&gt;All its contents are there so what that means&lt;BR /&gt;and if corntab -e is deleted so how can I return it to its previous state.&lt;BR /&gt;bye&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2010 09:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697346#M15803</guid>
      <dc:creator>fergani</dc:creator>
      <dc:date>2010-10-13T09:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697347#M15804</link>
      <description>OK, if "cat root" displays the crontab, then it hasn't been deleted.&lt;BR /&gt;&lt;BR /&gt;The problem is therefore likely to be with your editor settings as previously suggested.&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;# EDITOR=vi&lt;BR /&gt;# export EDITOR&lt;BR /&gt;# crontab -e&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Rob</description>
      <pubDate>Wed, 13 Oct 2010 09:40:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab-problem/m-p/4697347#M15804</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2010-10-13T09:40:12Z</dc:date>
    </item>
  </channel>
</rss>

