<?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: regarding crontab in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369667#M195441</link>
    <description>hi muthukumar,&lt;BR /&gt;  When I try copying the file to my crontab ,&lt;BR /&gt;i.e crontab &lt;CRONTAB file=""&gt; &lt;BR /&gt;I am getting the following error&lt;BR /&gt;crontab: error in message queue open, errno=13&lt;BR /&gt;  What is this error? how do I correct it??&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;kiran&lt;/CRONTAB&gt;</description>
    <pubDate>Wed, 01 Sep 2004 04:39:37 GMT</pubDate>
    <dc:creator>Kiran_27</dc:creator>
    <dc:date>2004-09-01T04:39:37Z</dc:date>
    <item>
      <title>regarding crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369659#M195433</link>
      <description>hi, &lt;BR /&gt;  I am not able to edit my crontab file. &lt;BR /&gt;The user name is available in crontab.allow file and crontab.deny file is not there. &lt;BR /&gt;I am able to edit my user crontab  when I login as as root using command crontab -e &lt;USER name=""&gt;&lt;BR /&gt;But when I try editing it ( when I am logged in as user) I am getting error message as &lt;BR /&gt;crontab: can't create your crontab file in the crontab directory&lt;BR /&gt;I even changed permission of the directory and the crontab file ( giving full permission ) still it is showing the error. &lt;BR /&gt;Can you throw some light on this.......&lt;/USER&gt;</description>
      <pubDate>Wed, 01 Sep 2004 02:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369659#M195433</guid>
      <dc:creator>Kiran_27</dc:creator>
      <dc:date>2004-09-01T02:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: regarding crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369660#M195434</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;normally it should work when you've added the user in /usr/lib/cron/cron.allow &lt;BR /&gt;Maybe the rights of /var/tmp are not set to 777 so that would cause the problem&lt;BR /&gt;&lt;BR /&gt;Set permission 777 for /var/tmp and it should work&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Mon, 16 Sep 2024 09:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369660#M195434</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2024-09-16T09:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: regarding crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369661#M195435</link>
      <description>Kiran, &lt;BR /&gt;try this one&lt;BR /&gt;&lt;BR /&gt;First make sure "/usr/lib/cron/cron.allow" contains "user" and remove cron.deny&lt;BR /&gt;&lt;BR /&gt;0. log in as root and remove that crontab file of user "user".&lt;BR /&gt;1. log in as user ( i will assume username as "user" )&lt;BR /&gt;2. Then $ crontab -e user&lt;BR /&gt;edit the file as per the requirement and then save.&lt;BR /&gt;3. See if you have valid entries in crontab by " $ crontab -l user "&lt;BR /&gt;&lt;BR /&gt;This works.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 01 Sep 2004 03:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369661#M195435</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-09-01T03:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: regarding crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369662#M195436</link>
      <description>Hi while removing "user"'s crontab file :&lt;BR /&gt;login as root and then use:&lt;BR /&gt;&lt;BR /&gt;# crontab -r user&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Sep 2004 03:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369662#M195436</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-09-01T03:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: regarding crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369663#M195437</link>
      <description>Make sure the setuid bit is still on your crontab command. Here the ls -l line looks like this:&lt;BR /&gt;-r-sr-xr-x   1 root       bin          28672 Feb 18  1999 /usr/bin/crontab&lt;BR /&gt;&lt;BR /&gt;The rights on the crontabs directory should be this:&lt;BR /&gt;dr-xr-xr-x   2 bin        bin           1024 Aug 29 17:30 /var/spool/cron/crontabs&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;             Elmar</description>
      <pubDate>Wed, 01 Sep 2004 03:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369663#M195437</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-09-01T03:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: regarding crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369664#M195438</link>
      <description>hi ,&lt;BR /&gt;  I had changed the rights of /var/tmp to 777 still its showing the error message&lt;BR /&gt;crontab: can't create your crontab file in the crontab directory.&lt;BR /&gt;  When I manually copied that file from /var/tmp to crontab directory its getting coppied........&lt;BR /&gt;  But when I edit the file using crontab -e is not getting copied.</description>
      <pubDate>Wed, 01 Sep 2004 03:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369664#M195438</guid>
      <dc:creator>Kiran_27</dc:creator>
      <dc:date>2004-09-01T03:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: regarding crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369665#M195439</link>
      <description>Hi Kiran,&lt;BR /&gt;&lt;BR /&gt;i don't think the problem lies in the cron.allow file because then another error (like: you're not authorized ...) would come up. But when i change my rights of /var/tmp to 755 the error mentioned by you (can't create ...) is coming up - when i change it back to 777 it works !&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Wed, 01 Sep 2004 03:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369665#M195439</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-09-01T03:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369666#M195440</link>
      <description>When ever you try to make cron entry as,&lt;BR /&gt; &lt;BR /&gt; &lt;USER&gt; $ crontab -e &lt;BR /&gt; entries&lt;BR /&gt;&lt;BR /&gt; It will copy the contents to /var/tmp/*** file. And then it copy it to /var/spool/cron/crontab/&lt;USER&gt;&lt;BR /&gt;&lt;BR /&gt; The permission will be as root:&lt;USERGROUPNAME&gt;&lt;BR /&gt;&lt;BR /&gt; If you don't have 777 permission on /var/tmp/ directory then it will be a problem.&lt;BR /&gt;&lt;BR /&gt; Else change the problem as,&lt;BR /&gt;&lt;BR /&gt; &lt;USER&gt; $echo "your cron entry" &amp;gt; cronfile&lt;BR /&gt;&lt;BR /&gt; crontab cronfile&lt;BR /&gt;&lt;BR /&gt; It will upload it on crontabs directory now.&lt;BR /&gt; can you do it without any problem now.&lt;BR /&gt;&lt;BR /&gt; Check points:&lt;BR /&gt;&lt;BR /&gt; Are you getting added entries when,&lt;BR /&gt; crontab -l&lt;BR /&gt; &lt;BR /&gt; Edit the cron informations now as,&lt;BR /&gt; cron -e&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/USER&gt;&lt;/USERGROUPNAME&gt;&lt;/USER&gt;&lt;/USER&gt;</description>
      <pubDate>Wed, 01 Sep 2004 04:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369666#M195440</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-01T04:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: regarding crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369667#M195441</link>
      <description>hi muthukumar,&lt;BR /&gt;  When I try copying the file to my crontab ,&lt;BR /&gt;i.e crontab &lt;CRONTAB file=""&gt; &lt;BR /&gt;I am getting the following error&lt;BR /&gt;crontab: error in message queue open, errno=13&lt;BR /&gt;  What is this error? how do I correct it??&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;kiran&lt;/CRONTAB&gt;</description>
      <pubDate>Wed, 01 Sep 2004 04:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369667#M195441</guid>
      <dc:creator>Kiran_27</dc:creator>
      <dc:date>2004-09-01T04:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: regarding crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369668#M195442</link>
      <description>Hi all,&lt;BR /&gt;  Thanx for you support.&lt;BR /&gt; I could solve it by changing the permission of /usr/bin/crontab binary( chmod u=rs,go=rx,o=rx) and the /var/spool/cron/crontabs ( chmod u=rx,go=rx,o=rx) &lt;BR /&gt;Regards&lt;BR /&gt;Kiran &lt;BR /&gt;</description>
      <pubDate>Wed, 01 Sep 2004 05:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-crontab/m-p/3369668#M195442</guid>
      <dc:creator>Kiran_27</dc:creator>
      <dc:date>2004-09-01T05:44:55Z</dc:date>
    </item>
  </channel>
</rss>

