User Crontab not started automaticaly

Dear all
I have following problem with my "user" crontabs:
OD Master (OS 10.5.1) with different users defined. I log into that server with ssh with a "user" account (not admin). I define an cron job with crontab -e. Everything now works like expected. Now I restart my server and the user crontab job is not started. When I look at the jobs with crontab -l, then I see the job listed correctly, but it's not executed.
I can "fix" that, when I log in as that user again and edit the job with crontab -e and save the exact same job again. Then it's runnging again like a charm until I restart the server again... then the same procedure happens again...
Anyone has an idea what it could be ?
Info: When I check the cron-job with ps -ef after a reboot of the I can see, that cron is running.
Cheers, Daniel
Message was edited by: Daniel Lang

Thnx for the direction, direwolf
It seems, that I'm to "old style" UNIX damaged...
Does the calendar bug from launchd still exists in 10.5.1 ? As long this is the case, as long it will not be a replacement for cron.
And anyway this seems to be a bug in crontab as well... old style or not.
Or does anyone have user cron jobs running at server startup ?
Cheers Daniel
Message was edited by: Daniel Lang

Similar Messages

  • Could not start automaticaly

    dabase base could not start automaticaly in oracle 8 i with win 2000
    anybody can help?

    Two things might be the problem.
    1. Win2000 makes a few oracle services when you install Oracle.
    go to control panel --> administrative tools --> services.
    Depending on your kind of installation, you will find
    several oracle services. The one for your database
    should be on "automatic". if it isn't, change it.
    2. In the regedit, hkey_local_machine --> software --> oracle.
    Most probably in Home0, you will find something like "AUTO_START" or "ORACLE_START".
    Anyway, something like that. The value on the right side should be "AUTO" instead of "NOAUTO".
    Hope this is helpfull

  • User login not starting up but others do

    I have been frustrated by the fact that the main login for my intel mac running snow leopard will not log in, but other user log ins will. The computer will boot to the log in screen, and if I select other users (wife, kids) it logs them in no problem. My log in hangs immediately after selecting my name. I can safe boot to the login, and if I safe boot, do verify and replace permissions, then this also "sometimes" works for one log in, but otherwise it hangs. I have cleared the start up items, but still no luck. Also, if there is a major osx update, then if I download and install the update the first time I restart it will restart. I would like to keep this login going, if possible, otherwise I will have to back up itunes, iphoto, etc. and delete the user and make my wife's the main one. I can't see any difference in the initial log in screens between users, it seems the same things are loading up.

    Hi 9 Roy Hobbs,
    I would recommend starting the machine up from the dvd disc that came with it in the box, and do the repair permissions from there (also may be worth doingh a repair disc while youre in there too).
    Hope this helps.
    pvteyes99

  • Service ora. database .db not start datbase automaticaly (RAC 11gR2)

    Hi all,
    after install Grid Infraestructure, RAC database and created database. All services are ok, database is ok. Everything are running fine.
    So, when I make a test to reboot my servers, i see that the service ora.<database>.db are OFFLINE and not start automaticaly after reboot.
    I´m using 11g R2 on Solaris 10.
    Does anybody can help me ?
    Thanks
    Wander (Brazil)
    Edited by: Wander(Brazil) on Oct 15, 2010 6:43 AM
    Edited by: Wander(Brazil) on Oct 15, 2010 6:46 AM

    Hi,
    You have to follow some order for starting services in RAC database.
    Check the below steps can help you:
    The ORDER IS AS FOLLOWS
    For Starting things:
    Step 1 Start Clusterware
    Note
    When any host in the cluster boots,Clusterware should be started.
    The scripts listed below help make this happen:
    /etc/inittab
    /etc/rc5.d/S96init.crs
    /etc/init.d/init.crs
    /etc/init.d/init.crsd
    /etc/init.d/init.cssd
    /etc/init.d/init.evmd
    Be aware of this for 2 reasons:
    1. It may be unneccesary for you to start Clusterware. It might already be started.
    2. The script, /etc/init.d/init.crs, can be used to start Clusterware if you want to use it.
    To start Clusterware manually, maybe use this script instead of init.crs:
    To start Clusterware manually, maybe use this script instead of init.crs:
    #!/bin/sh
    # Run as root
    # start
    ssh dbcl1n1 /home/app/crs/bin/crsctl start crs
    or
    $ sudo /home/app/crs/bin/crsctl start crs
    Step 2: Start nodeapps
    After you start Clusterware, you may start nodeapps.
    Use this script to start nodeapps:
    #! /bin/sh
    # start
    srvctl start nodeapps -n dbcl1n1
    Step 3:Start Database
    After you start the nodeapps, you may start the Databases.
    Use this script to start the databases:
    #! /bin/sh
    # ps
    ssh dbcl1n1 ps -ef | grep dbw
    # status
    srvctl status database -d AUCD
    # start
    srvctl start database -d AUCD
    Step 4:Start the application after starting the Database
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com

  • PIA service does not start

    Hi,
    my webserver is Weblogic (9.2, Tools 8.49 , HRMS90). PIa service does not start automaticaly when I start/boot the server. I should run startPIA.cmd. And then I can connect in 4/3.
    Do you have any idea for that ?
    In windows Evenetlog it says Event Type:     Warning
    Event Source:     beasvc
    Description:
    peoplesoft-PIA service stopped
    Thank for help.

    after u install PIA , u can start the server from the cmd by issuing a command called StartPIA.cmd ,
    or u can tie the domain to a service type called NT service, and schedule the service to be automatic. it keeps running as long as ur box is up. once u reboot it , service stops for a while and start again. this is automatic type of bringing up the server.
    ur bEA weblogic when installed sets the path for jdk and jre which are used by the server to come up properly.
    even after this if u have trouble, please paste the logs. logs are found under PS_HOME\webserver\domain_name\logs
    bea logs are under bea DIR.
    Thnks!

  • Java Apps don't start automaticaly after system restart

    Hi,
    Since a few days ago when restarting Java application servers of SAP
    Portal, the applications deployed don't start for itselfs.
    When starting the instance, the memory stops to increase at 500mb. The
    only way to start the applications is by the manual way in:
    Server -> Services -> Deploy -> Runtime -> Application -> Start
    Application.
    After starting the applications manually the instance starts fine.
    I already increased some values in global configuration:
    From:
    InitialThreadCount = 40
    MaxThreadCount = 150
    MinThreadCount = 40
    To:
    InitialThreadCount = 80
    MaxThreadCount = 200
    MinThreadCount = 80
    After the restart the applications are not starting automaticaly yet.
    I have 4 instances. The first two instances are starting fine, but the problem is happening with the other 2 instances.
    Is there any reason for this type of behavior?
    Thanks for the help
    Pedro Nunes

    Hello Vyara,
    thanks for your reply.
    This kind of problem happens since 3 weeks ago and the stack of this system (SP09) remain unchangeble since 07.04.2008.
    The strange behavior is that the Server 1 and 2 are starting all the apps fine, but this problem is only happens in server 3 and 4.
    Can you help please?
    Thanks

  • A name should not start with any special characters

    I need to put a condition in iF statement such that a name that is given by the user should not start with any special charecters.A dialog box should display indicating this conditon.Can u plz give sample code for this.My code is as below.
    //text box for giving the name
    JTextFeild ReportNameText;
    //the name is stored in String
    String name=ReportNameText.getText();
    //Here tell me how the if condition should be written
    //condition to be mentioned

    Already asked, and answered, here: http://forum.java.sun.com/thread.jspa?threadID=727919
    See reply 4 in that thread, and scsi-boy's suggestion of writing another
    method to check for "special" characters. And the links to the String
    and Character API documentation given.

  • My 3GS will not accept my correct password and user name to start using the Cloud.  It just spins while "verifying."

    My 3GS will not accept my correct password and user name to start using the Cloud.  It just spins while "verifying." How can I make it stop so I can activate iCloud ?

    try using @me.com instead of your service address, i mean hotmail or yahoo or else, thanks.

  • My laptop will not start - it's telling me that "the logon user interface dll csgina.dll fail to loa

    My Laptop will not start - it's a 4 year PC and it's runing on XP.
    When I start I get this message" The Logon USer Interface DLL failed to load - Contact your administratoe to replace the DLL or restore the original".
    How do I fix so I can start my windows.
    Thanks,

    Hello -
    Try this:
    - When you receive the error message that is described in the "Symptoms" section, click Restart.
    - Press F8 repeatedly as your computer begins to restart. This triggers the Windows Advanced Options menu.
    - Use the arrows on your keyboard to select Last Known Good Configuration, and then press ENTER.
    (Also, You can try Safe Mode and do a "System Restore" from there.)
    ***Last Resort, you will have to edit the registry and this may prevent your computer from booting***
    - boot your system and tap away at F8
    - Select Safe Mode
    - After Windows loads into safe mode.
    - Start >> Run >> “regedit” Press Enter.
    - Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
    - Look for the GinaDLL Key
    - Select and delete this key and this key ONLY. DO NOT delete the entire Winlogon folder of keys.
    - Close Regedit with the RED "X"and reboot the machine
    ****Although I am an HP employee, I am speaking for myself and not for HP.****
    ****Click the White Kudos star to say thanks****
    ****Please mark "Accept As Solution" if it solves your problem****

  • Firefox crashes on start up for one user but not another

    Crash ID: bp-df3a48d7-363c-4d2f-87d3-f73902140723
    Version: 31
    Crashes on start up for one user but not another. Both are administrators.
    I have uninstalled and re-installed. No change with each user.
    Crashes in safe mode as well (holding down shift)
    No addons present in other user.
    Have ran Malwarebytes and cleaned
    Have ran CCCleaner and cleane all including registry entries with Firefox uninstalled.

    Create a new profile as a test to check if your current profile is causing the problems. <br>
    See '''Creating a profile''':
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem <br>
    '''Profile Backup and Restore'''
    *http://kb.mozillazine.org/Profile_backup
    *https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • TS1347 Dear apple, The governments of Saudi Arabia has changed its weekend from THR&FRI to FRI&SAT, Therefore the start day of the week became SUN. unfortunately all Iphone user could not adjust this change on their I phones . So will you  please facilita

    Dear apple,
    The governments of Saudi Arabia has changed its weekend from THR&FRI to FRI&SAT,
    Therefore the start day of the week became SUN. unfortunately all Iphone user could not adjust this change on their I phones .
    So will you  please facilitate us on this matter.
    Regards

    Give apple feedback regarding this.
    For a temporary fix, change your region? Get a 3rd party Calendar app that fits your needs?
    I assume your current region is set in the photo?
    If so, pick a region that has a start day of Sunday. (either historically or known for the present)
    Note, with changing your region, it will change the default phone number prefix/country code for new contacts and addresses. (calling and SMS is not affected)

  • Activating "Check user privileges​" causes TestStand to not start properly.

    Recently we checked the box "Check User Privileges" under Station Options->User Manager.
    Now when we try to start the Teststand Sequence editor it opens but with all functionality grayed out so that no action whatsoever can be taken.
    If we make an attempt to use File-Login no new box appears but the GUI flickers for a millisecond as if a dialog was open and closed at almost the same time.
    If we try to start a sequence file directly from windows explorer it replies with an error message : "Could not open the sequence file(s).... Error code: -18360, User does not have required privilege".
    What has happened and does anyone have any good ideas about how to remedy this?

    Hi GiangV,
    You can change the "Check User Privileges" setting back to the default by modifying the TestExec.ini file, located by default at (C:\ProgramData\National Instruments\TestStand 2010\Cfg)
    With TestStand closed, change the line CheckUserPrivileges = False to CheckUserPrivileges = True
    Also, the login dialog issue can occur if the loginlogout sequence becomes corrupted (this would explain the flickering behavior).  To restore this sequence to its default state, you can do the following:
    Move the FrontendCallbacks.Seq file to a different location (such as my documents), located by default at (for TestStand 2010):
    C:\Program Files\National Instruments\TestStand 2010\Components\Callbacks\FrontEnd\FrontEndCallbac​ks.seq
     Run a repair install of TestStand to recreate the default version of the file
    Hope this helps!
    Al B.
    Staff Software Engineer - TestStand
    CTA/CLD

  • Graphics does not start unless I chmod a=rwx /run/user/0

    Hello, I boot Arch Linux 2014.04.01 x86_64 Live CD, do
    pacman -S xorg-server xorg-xinit i3 xf86-input-synaptics xf86-video-modesetting
    useradd someuser ; mkdir -p /home/someuser ; chown someuser:someuser /home/someuser
    su someuser ; cd /home/someuser
    and put i3 in .xinitrc as per the wiki.
    I run startx as someuser, but the graphic environment will not start, and in Xorg's log I read it cannot write in /run/user/0, check permission. Then I do ''chmod a=rwx /run/user/0'', and startx works.
    This additional step is not mentioned in the wiki. Am I doing something wrong or missing something? Thanks,
    Last edited by domike (2014-05-28 11:28:02)

    domike wrote:useradd someuser ; mkdir -p /home/someuser ; chown someuser:someuser /home/someuser
    Where did you get this idea?  This is the problem.
    Follow the wiki
    Also, you realize everything you are installing and doing only remains in memory.  Why are you installing all these packages?  Are you going to repeat this installation and user creation at every reboot?
    EDIT: something else is wrong too - but until you fix the above, it will be hard to know if it is a separate cause, or an indirect effect.  /run/user/0 should not be relevant, but /run/user/1000 should be used.  I suspect your method of starting X is logging out of the 'su'ed user and is dropping back to the root login that it is under.  You'll likely need to change tty's to log in as your user - on a normal system you could log out of the root session and back in as your user - but on the iso I think autologin for root is set on tty1.  Of course you could disable this too.
    Last edited by Trilby (2014-05-28 11:44:42)

  • Failed to start worker process: Logon failure: the user has not been granted the requested logon type at this computer. (0x80070569

    We just rebuilt our machine with server 2012, and it was working flawlessly and then randomly it started giving me this error if i would try to start up a machine. At first this was just an annoyance but now it is worrying me greatly. I have tried
    everything from logging on as the domain admin account to the actual server administrator account. Nothing seems to start these machines up, and I need them to start.
    'Computer1' failed to start worker process: Logon failure: the user has not been granted the requested logon type at this computer. (0x80070569). 

    Hi,
    As this thread has been quiet for a while, we assume that the issue has been resolved. At this time, we will mark it as 'Answered' as the previous steps should be helpful for many similar scenarios.
    If the issue still persists and you want to return to this question, please reply this post directly so we will be notified to follow it up. You can also choose to unmark the answer as you wish.
    In addition, we'd love to hear your feedback about the solution. By sharing your experience you can help other community members facing similar problems.
    Thanks!
    Lawrence
    TechNet Community Support

  • I am trying to delete a user on my start up page but do not know his password

    I am trying to delete a user on my start up page and do not know his password

    You don't need to know the password. Log out of the account, then log in as an administrator and delete the account in the Users & Groups preference pane. You will need to click the lock icon and authenticate first.

Maybe you are looking for