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 ...
- 07-08-2008 #1Just 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
- 07-08-2008 #2Linux 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."
- 07-12-2008 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 33
nope not there
theres no crontab or anything like that either
- 07-12-2008 #4
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.
- 07-12-2008 #5
Cron should be installed by default. Look here for more info about cron on openSUSE.
- 07-13-2008 #6Just Joined!
- Join Date
- Feb 2005
- Posts
- 33
- 07-13-2008 #7
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.
- 07-13-2008 #8
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.
- 07-13-2008 #9
He should simply install via Yast it is much easier and simpler and you are assured you are getting the right version.
- 07-13-2008 #10
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.


Reply With Quote
