<?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 for users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737117#M66822</link>
    <description>I have just tested this myself ..&lt;BR /&gt;1) Edit /var/adm/cron/cron.allow (as root) and put my username in it.&lt;BR /&gt;2) Run "crontab -e" as myself and it's fine.&lt;BR /&gt;The cron file got created in /var/adm/spool/cron/crontabs. So most likely in your case it would be permission as what Steven had mentioned.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Jun 2002 13:34:00 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-06-04T13:34:00Z</dc:date>
    <item>
      <title>Crontab for users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737112#M66817</link>
      <description>Hi,I want to my user oracvv use the crontab and I added in /var/adm/cron/cron.allow, I use the crontab -e and insert my process, but when I tryed to save have the next error:&lt;BR /&gt;/var/tmp/aaaa08577" 1 line, 19 characters&lt;BR /&gt;crontab: can't create your crontab file in the crontab directory.&lt;BR /&gt;&lt;BR /&gt;what I need to do??&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 04 Jun 2002 13:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737112#M66817</guid>
      <dc:creator>Carlos Vanegas</dc:creator>
      <dc:date>2002-06-04T13:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab for users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737113#M66818</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check that the ownership and permissions of the following files and directories are correct. Note that the setuid bit of /usr/bin/crontab must be set.&lt;BR /&gt;&lt;BR /&gt;# ll `which crontab`&lt;BR /&gt;-r-sr-xr-x   1 root       bin          40336 May 31  2001 /usr/bin/crontab&lt;BR /&gt;# ll -d /var/spool/cron&lt;BR /&gt;dr-xr-xr-x   7 bin        bin           1024 Apr 20 06:48 /var/spool/cron&lt;BR /&gt;# ll -d /var/spool/cron/crontabs&lt;BR /&gt;dr-xr-xr-x   2 bin        bin             96 Apr  9 07:40 /var/spool/cron/crontabs&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 13:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737113#M66818</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-06-04T13:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab for users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737114#M66819</link>
      <description>Some thoughts:&lt;BR /&gt;&lt;BR /&gt;1) Is this happening to only one user, then check the permission of crontab file and crontab directories. (/usr/bin/crontab, /var/adm/cron and /var/spool/cron)&lt;BR /&gt;2) Instead of creating with crontab -e, first edit a file and then use the command:&lt;BR /&gt;&lt;BR /&gt;# crontab cronfile&lt;BR /&gt;3) If you don't require files, then you can erase the content of /var/tmp. These are temp files normally.</description>
      <pubDate>Tue, 04 Jun 2002 13:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737114#M66819</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-06-04T13:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab for users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737115#M66820</link>
      <description>Hi Carlos,&lt;BR /&gt;&lt;BR /&gt; Initial creation of that user's cron file should be by root&lt;BR /&gt;&lt;BR /&gt;#crontab -e oracvv&lt;BR /&gt;&lt;BR /&gt;From that point forward then the oracvv user can edit it.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 04 Jun 2002 13:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737115#M66820</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-06-04T13:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab for users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737116#M66821</link>
      <description>Hi Carlos&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To enable cron you should have the following 2 things ,&lt;BR /&gt;&lt;BR /&gt;1. /var/adm/cron/cron.allow should ahve th user name.&lt;BR /&gt;&lt;BR /&gt;2./usr/spool/cron/crontbs/  should ahve a empty file with the naem as that of the user . This file should be atleast read only .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think you dont have that file .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 13:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737116#M66821</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-04T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab for users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737117#M66822</link>
      <description>I have just tested this myself ..&lt;BR /&gt;1) Edit /var/adm/cron/cron.allow (as root) and put my username in it.&lt;BR /&gt;2) Run "crontab -e" as myself and it's fine.&lt;BR /&gt;The cron file got created in /var/adm/spool/cron/crontabs. So most likely in your case it would be permission as what Steven had mentioned.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 13:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737117#M66822</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-04T13:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab for users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737118#M66823</link>
      <description>Hi S.K.,&lt;BR /&gt;&lt;BR /&gt; Yes..I tested also and strangely on the first system I did so I got Carlos' symptom. Just now on the 2nd system it worked as you stated.&lt;BR /&gt;Both systems, same perms/ownership, so no diff there. Now back on the first system, after removing the newly created cron file, the normal user CAN create new cron files......strange, it's as if cron had to be "bounced".&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 04 Jun 2002 13:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-for-users/m-p/2737118#M66823</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-06-04T13:56:48Z</dc:date>
    </item>
  </channel>
</rss>

