Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
Hi is its possible to install cron on a suse linux install, I have a suse linux box but for some reason cron is missing so we are unable to ...
  1. #1
    Just Joined!
    Join Date
    Feb 2005
    Posts
    33

    Installing cron

    Hi

    is its possible to install cron on a suse linux install, I have a suse linux box but for some reason cron is missing so we are unable to put on cron jobs
    and we need to run some cron jobs so need it installing

    Thanks

  2. #2
    Linux User
    Join Date
    Jun 2007
    Posts
    458
    Issue ls /etc/rc.d and that would list the startup jobs. cron maybe named crond. If its there, try

    Code:
    /etc/rc.d/crond start
    "When you have nothing to say, say nothing."

  3. #3
    Just Joined!
    Join Date
    Feb 2005
    Posts
    33
    nope not there

    theres no crontab or anything like that either

  4. #4
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    If you enter this command, do you get any response?
    Code:
    crontab -l
    > no crontab for paul
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  5. #5
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Cron should be installed by default. Look here for more info about cron on openSUSE.

  6. #6
    Just Joined!
    Join Date
    Feb 2005
    Posts
    33
    Quote Originally Posted by waterhead View Post
    If you enter this command, do you get any response?
    Code:
    crontab -l
    > no crontab for paul
    linux:~ # crontab -l
    -bash: crontab: command not found

    like I said its not installed, I know how to use cron, just no where on this system and i need to install it

    Thanks

  7. #7
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    Look to see if a package name vixie-cron is available for installation. This is the version of cron that is installed in Fedora, so maybe SuSE has it too.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  8. #8
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    OK, I booted into my SuSE 10.2 install to see what I have. It is just called cron, and is available from the SuSE repository. You don't say what version of SuSE you are using, but the version of cron for SuSE 10.2 can be found here:

    ftp://ftp.suse.com/pub/suse/update/1....1-70.i586.rpm

    If your distro version is different, you may need to search around for it. This repository supports versions 10.0, 10.1 and 10.2.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  9. #9
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    He should simply install via Yast it is much easier and simpler and you are assured you are getting the right version.

  10. #10
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    Actually, it should be on the installation disk. That way he IS getting the correct version.

    By the way, tell us what version you are using. That info should have been in your first post.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...