<?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 -e in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-e/m-p/4560878#M371689</link>
    <description>I checked the cron.allow, and root is in there.  Might the fact that I am 'sudo'ing in affect it?  Should I put my own username in?  This is not a problem on our other servers.  &lt;BR /&gt;&lt;BR /&gt;/var is at 67% full, so I don't thing that's an issue either.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;ron</description>
    <pubDate>Fri, 08 Jan 2010 17:46:02 GMT</pubDate>
    <dc:creator>Ron Irving</dc:creator>
    <dc:date>2010-01-08T17:46:02Z</dc:date>
    <item>
      <title>crontab -e</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-e/m-p/4560875#M371686</link>
      <description>Hi again all.&lt;BR /&gt;&lt;BR /&gt;I have an issue with crontab -e.  When I sudo that command, a text editor window pops up, and tells me "Unable to read from file (probably no read permission)."&lt;BR /&gt;&lt;BR /&gt;However, crontab -l workds like a charm!!&lt;BR /&gt;&lt;BR /&gt;Any ideas??&lt;BR /&gt;&lt;BR /&gt;thx</description>
      <pubDate>Fri, 08 Jan 2010 14:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-e/m-p/4560875#M371686</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2010-01-08T14:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: crontab -e</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-e/m-p/4560876#M371687</link>
      <description>Hi,&lt;BR /&gt;You have to search for cron.allow&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=186051" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=186051&lt;/A&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 08 Jan 2010 14:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-e/m-p/4560876#M371687</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2010-01-08T14:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: crontab -e</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-e/m-p/4560877#M371688</link>
      <description>"crontab -e" makes a temporary copy of your crontab to /var/tmp, and then starts $EDITOR to edit the copy. After the editor process completes, the "crontab -e" command replaces your existing crontab with a modified copy.&lt;BR /&gt;&lt;BR /&gt;The fact that "crontab -l" works suggests that the problem might be with the creation of the temporary file, or accessing it.&lt;BR /&gt;&lt;BR /&gt;Is your /var filesystem (or /var/tmp, if you've made it a separate filesystem) perhaps 100% full?&lt;BR /&gt;&lt;BR /&gt;The name of the temporary file created by "crontab -e" is dynamically generated: something like /var/tmp/aaaa01539. I guess it might be created by the tmpnam() library function&lt;BR /&gt;&lt;BR /&gt;I think there used to be a bug of some sort that caused similarly-named temporary files (not necessarily created by the crontab command, but something else that uses tmpnam()) to accumulate in /var/tmp. If there are a *lot* of old temporary files in /var/tmp, the tmpnam() algorithm may be unable to find an unused filename.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 08 Jan 2010 14:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-e/m-p/4560877#M371688</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-01-08T14:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: crontab -e</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-e/m-p/4560878#M371689</link>
      <description>I checked the cron.allow, and root is in there.  Might the fact that I am 'sudo'ing in affect it?  Should I put my own username in?  This is not a problem on our other servers.  &lt;BR /&gt;&lt;BR /&gt;/var is at 67% full, so I don't thing that's an issue either.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;ron</description>
      <pubDate>Fri, 08 Jan 2010 17:46:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-e/m-p/4560878#M371689</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2010-01-08T17:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: crontab -e</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-e/m-p/4560879#M371690</link>
      <description>Why do you use sudo ? Root has full right to update crontab without any sudo. &lt;BR /&gt;But if you prefer sudo in any case, add ALL to root commands in /etc/sudoers.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 08 Jan 2010 19:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-e/m-p/4560879#M371690</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2010-01-08T19:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: crontab -e</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-e/m-p/4560880#M371691</link>
      <description>Hi Ron,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you try with below steps..&lt;BR /&gt;&lt;BR /&gt;Just export the EDITOR with vi&lt;BR /&gt;&lt;BR /&gt;EDITOR=vi&lt;BR /&gt;export EDITOR&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
      <pubDate>Mon, 11 Jan 2010 14:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-e/m-p/4560880#M371691</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2010-01-11T14:52:28Z</dc:date>
    </item>
  </channel>
</rss>

