[expert] cron error

2003-09-25 Thread L.V.Gandhi
I get following error for cron. Sep 25 05:15:30 lvghomepc anacron[1940]: Updated timestamp for job `cron.daily' to 2003-09-25 Sep 25 05:16:08 lvghomepc kernel: spurious 8259A interrupt: IRQ7. Sep 25 05:16:15 lvghomepc anacron[1651]: Job `cron.daily' terminated (exit status: 1) (mailing output) I

[expert] cron daily

2003-09-18 Thread Daniel Anderson
Hi, What does this message mean? Can't find anything like this in the script. Do I have a security problem? Mandrake 9.0 with all updates applied. Thanks, Dan From: Cron Daemon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Cron [EMAIL PROTECTED] nice -n 19 run-parts /etc/cron.daily Date:

Re: [expert] cron tar

2003-03-07 Thread Jack Coates
On Thu, 2003-03-06 at 22:02, Colin Jenkins wrote: ... I did break up the copy into smaller parts, but can't see how the problem can be with tar, as it runs ok from the shell, but fails only from cron. :( sniff, snuffle... smells like environment variables, if not user permissions. What's

Re: [expert] cron tar

2003-03-07 Thread Jim C
This script work without any errors when run from the command line (only fails when run as a cron task) Have you checked your non-intereactive environment? Write short script that dumps the output of the env command to a file and then put it into cron. Next, examine the contents of the file and

Re: [expert] cron tar

2003-03-07 Thread David E. Fox
I did break up the copy into smaller parts, but can't see how the problem can be with tar, as it runs ok from the shell, but fails only from cron. :( That's soundingt like a permission or paths problem. cron usually runs with a limited environment (like PATH=/bin:/usr/bin). Also does tar when

[expert] cron tar

2003-03-06 Thread Colin Jenkins
finally had to remove mdk9 and replace it with w2k today :( I have tried to get a backup happening for months now with little success. The script below works fine when run directly but when run as a cron task, it backs up some of the first directory (about 2 gb), then quits. no errors in the

Re: [expert] cron tar

2003-03-06 Thread Bill Mullen
On Thu, 2003-03-06 at 04:54, Colin Jenkins wrote: finally had to remove mdk9 and replace it with w2k today :( I have tried to get a backup happening for months now with little success. The script below works fine when run directly but when run as a cron task, it backs up some of the first

Re: [expert] cron tar

2003-03-06 Thread Anne Wilson
On Thursday 06 Mar 2003 11:50 am, Bill Mullen wrote: On Thu, 2003-03-06 at 04:54, Colin Jenkins wrote: finally had to remove mdk9 and replace it with w2k today :( I have tried to get a backup happening for months now with little success. The script below works fine when run directly but

Re: [expert] cron tar

2003-03-06 Thread Jim C
Some things you might consider trying: 1. Sounds like an awful lot of data. Might consider compression with tar -cvzf [filename] [directory]. Omit the file extension if you do this. tar -cvf /mnt/windows/user2003.tar \ --directory /mnt/temp/2003 --exclude=User.dat --exclude=History

Re: [expert] cron tar

2003-03-06 Thread Colin Jenkins
I notice that you're not using compression. I seem to recall having seen a thread on the local LUG list about tar silently croaking in exactly this fashion when the output file reaches 2GB in size; I'll have a look at the archives and see if I can track down more detailed info for you, as there

Re: [expert] cron tar

2003-03-06 Thread Colin Jenkins
At 07:06 AM 6/03/2003 -0800, you wrote: 1. Sounds like an awful lot of data. Might consider compression with tar -cvzf [filename] [directory]. Omit the file extension if you do this. have plenty of drive space, and without compression, it's a lot easier to restore individual files. 2.

Re[2]: [expert] cron smbtar

2002-12-27 Thread Colin Jenkins
Hello Jack, Friday, December 27, 2002, 3:11:36 PM, you wrote: of people is going to get upset usually this sort of error is due to differing environment or permissions. If it's a user's crontab ($crontab -e) then you need to su to that user and debug from there. If it's root's crontab

Re: [expert] cron smbtar

2002-12-27 Thread J. Grant
Hello Jack, Thank you for the infomative reply. Clearly you have considered this more than me, but surely this is what the special headers are for? List-Post: mailto:[EMAIL PROTECTED] It is the users client that is broken if it does not support list replies correctly in this case. Because

Re: Re[2]: [expert] cron smbtar

2002-12-27 Thread Jack Coates
On Fri, 2002-12-27 at 03:56, Colin Jenkins wrote: Hello Jack, Friday, December 27, 2002, 3:11:36 PM, you wrote: of people is going to get upset usually this sort of error is due to differing environment or permissions. If it's a user's crontab ($crontab -e) then you need to su

Re: [expert] cron smbtar

2002-12-27 Thread Jack Coates
On Fri, 2002-12-27 at 07:04, J. Grant wrote: Hello Jack, Thank you for the infomative reply. Clearly you have considered this more than me, but surely this is what the special headers are for? List-Post: mailto:[EMAIL PROTECTED] 3.4. List-Post The List-Post field describes the method

[expert] cron smbtar

2002-12-26 Thread Colin Jenkins
Hi all , I have asked this question on the newbie list, but have had no luck so far The script below works ok from the command line but when I run it as a cron job, it starts ok, but stops after backing up a few directories. Any ideas what I'm doing wrong? is it a bug with cron? btw, I'm using

Re: [expert] cron smbtar

2002-12-26 Thread Jack Coates
Argh, another broken reply-to... (yes, I know it's RFC-compliant to do this... it's also RFC-compliant to have a non-contiguous IPv4 subnet mask and you don't see people doing _that_ little bit of insanity do you?) On Thu, 2002-12-26 at 01:55, Colin Jenkins wrote: Hi all , I have asked this

Re: [expert] cron smbtar

2002-12-26 Thread J. Grant
is it really broken? The reply-to should not be changed/added by the list. It is the mdk config problem I believe. JG Jack Coates wrote: Argh, another broken reply-to... (yes, I know it's RFC-compliant to do this... it's also RFC-compliant to have a non-contiguous IPv4 subnet mask and you

Re: [expert] cron smbtar

2002-12-26 Thread Jack Coates
rant This is a religion issue, really. I usually try to avoid those and live quietly with my choices, but this one bugs me because it causes either needlessly duplicated mail or replies to questions to be unpublished/unarchived. The RFCs for mailing lists and many MUA authors/contributors feel

Re: [expert] cron / at

2002-11-20 Thread Christian Jul Jensen
On Tue, 19 Nov 2002, Sridhar wrote: I am using anacron straight out of an install from disk and have not configured anacron. anacrontab seems to contain default values. Should I do anything in anacrontab? No. I think your problem might be that anacron is not started at all. Try 'chkconfig

Re: [expert] cron / at

2002-11-20 Thread Sridhar
Hi, chkconfig shows anacron is 'on' for levels 3-5. When I type service anacron status, it reports anacron dead but subsys locked. I tried to delete subsys file, but I still have the same problem. Cheers -Sridhar Christian Jul Jensen wrote: On Tue, 19 Nov 2002, Sridhar wrote: I am using

Re: [expert] cron / at

2002-11-19 Thread Christian Jul Jensen
On Mon, 18 Nov 2002, Sridhar wrote: I did not have anacron installed. I installed it from 9.0 disks. Now when I start anacron and check the status it tells it's dead. It tells it's dead? What exactly happens? Do you have a meaningful /etc/anacrontab ? -- ./mvh Christian Jul Jensen

Re: [expert] cron / at

2002-11-19 Thread Sridhar
I am using anacron straight out of an install from disk and have not configured anacron. anacrontab seems to contain default values. Should I do anything in anacrontab? -Sridhar Christian Jul Jensen wrote: On Mon, 18 Nov 2002, Sridhar wrote: I did not have anacron installed. I installed it

[expert] cron / at

2002-11-18 Thread SainTiss
Hi, I'm trying to figure out how cron/at work/cooperate... How, for example, does cron determine that the scripts in /etc/cron.daily need to be executed? Does it just do that at midnight? Or does it know when 24 hours have passed since the last execution? Also, I believe that, if the system is

Re: [expert] cron / at

2002-11-18 Thread Christian Jul Jensen
On 18 Nov 2002, SainTiss wrote: Hi, I'm trying to figure out how cron/at work/cooperate... How, for example, does cron determine that the scripts in /etc/cron.daily need to be executed? Does it just do that at midnight? Or does it know when 24 hours have passed since the last execution?

Re: [expert] cron / at

2002-11-18 Thread KevinO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 cron.daily scripts are executed according to the entry for cron.daily in the /etc/crontab file. On my Mandrake 8.2 box the cron.daily stuff is run every day at 4:02am. See: $ man crontab $ man 5 crontab SainTiss wrote: Hi, I'm trying to figure

Re: [expert] cron / at

2002-11-18 Thread SainTiss
at simply runs a job at a specified time. Could be a script that checks if cronjobs has been run. But usually if you have a system that is not up all the time anacron takes care of the cronjobs Argh... Then that's why my logrotate thing isn't executed... Anacron isn't even installed... I

Re: [expert] cron / at

2002-11-18 Thread Sridhar
I did not have anacron installed. I installed it from 9.0 disks. Now when I start anacron and check the status it tells it's dead. -Sridhar KevinO wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 cron.daily scripts are executed according to the entry for cron.daily in the /etc/crontab

Re: [expert] cron / at

2002-11-18 Thread Sridhar
Hans, Let me know if logrotate works for u. I am having the same problem. -Sridhar SainTiss wrote: at simply runs a job at a specified time. Could be a script that checks if cronjobs has been run. But usually if you have a system that is not up all the time anacron takes care of the cronjobs

[expert] cron and drakbackup

2002-10-17 Thread Colin Jenkins
Hi all , having a problem with drakbackup in mdk9.0 when I do a manual b/u, it works fine. when I tell it to do a scheduled b/u, it creates some entry in cron.daily, but never starts. I can create cron entries for other tasks which work ok. how can I tell cron to run drakbackup, with the settings

Re: [expert] cron and drakbackup

2002-10-17 Thread kwan
On Thu, 17 Oct 2002, Colin Jenkins wrote: Hi all , having a problem with drakbackup in mdk9.0 when I do a manual b/u, it works fine. when I tell it to do a scheduled b/u, it creates some entry in cron.daily, but never starts. I can create cron entries for other tasks which work ok. how can

[expert] Cron problem

2002-02-22 Thread Robert Goshko
Greetings all, About a day or so ago, I started getting a mail message about a cron.hourly job failing: Subject: Cron root@axis5 run-parts /etc/cron.hourly X-Cron-Env: SHELL=/bin/bash X-Cron-Env: PATH=/sbin:/bin:/usr/sbin:/usr/bin X-Cron-Env: MAILTO=root X-Cron-Env: HOME=/ X-Cron-Env:

RE: [Fwd: [expert] cron and file merge questions] was: Remote syslog problems with LM81 and Cisco ge

2002-01-15 Thread Don Irvin
PROTECTED] Subject: [Fwd: [expert] cron and file merge questions] was: Remote syslog problems with LM81 and Cisco ge hth -- ,~~v~~,,~~v~~, ,'. .', ,'. .', === + ====== + === / ~ \ / ~ \ /\_m m_

[expert] cron and file merge questions

2001-07-04 Thread Jose Orlando T. Ribeiro
Hi! I have a little question about cron and merging files... what I want to do... I have some cisco routers that I want to save the message and error logs, since the buffers in the routers is relativelly small and will be lost if I need to reboot one of them... I was thinking to use cron to

Re: [expert] cron and file merge questions

2001-07-04 Thread Pierre Fortin
Jose Orlando T. Ribeiro wrote: I have some cisco routers that I want to save the message and error logs, since the buffers in the routers is relativelly small and will be lost if I need to reboot one of them... Why not use no logging buffered, logging IPaddress and let the messages go to

Re: [expert] cron and file merge questions

2001-07-04 Thread Pierre Fortin
Jose Orlando T. Ribeiro wrote: Hi Pierre! I think your idea is great... I only didn´t understood :-) what should I enable at ip address to receive the logging data sent by the cisco router??? and the facility to use (local[0-7])... what is that??? :-) Configure your cisco router

Re: [expert] cron and file merge questions

2001-07-04 Thread Pierre Fortin
[updated reply] Jose Orlando T. Ribeiro wrote: Hi Pierre! I think your idea is great... I only didn´t understood :-) what should I enable at ip address to receive the logging data sent by the cisco router??? and the facility to use (local[0-7])... what is that??? :-) Configure your

Re: [expert] cron and file merge questions

2001-07-04 Thread Jose Orlando T. Ribeiro
Thanks A LOT , Pierre :-) It worked just fine... now I can sleep at weekends :-) orlando Pierre Fortin wrote: [updated reply] Jose Orlando T. Ribeiro wrote: Hi Pierre! I think your idea is great... I only didn´t understood :-) what should I enable at ip address to receive

Re: [expert] cron and file merge questions

2001-07-04 Thread Jose Orlando T. Ribeiro
Hi Pierre! I think your idea is great... I only didn´t understood :-) what should I enable at ip address to receive the logging data sent by the cisco router??? and the facility to use (local[0-7])... what is that??? :-) thanks! orlando Pierre Fortin wrote: Jose Orlando T. Ribeiro

[expert] cron job runs twice

2001-07-02 Thread David Horky
Hello, I have problems with some cron jobs on Mandrake 7.2. Sometimes - once, twice a week, but not regularly, some of the cron jobs are run more then once. it is especially annoying during log-rotating. here is the example of cron log which demonstrates is well - cron.daily jobs are excuted

[expert] cron problems...

2001-06-12 Thread Thierry De Corte
I have a problem with cron... I have two scripts running 5 minutes apart every day. The first script is doing a compressed tar on a directory, the second is doing an FTP of the resulting tar on another machine. If I run the scripts manually, everything works fine. When cron run the scripts, it

RE: [expert] cron problems...

2001-06-12 Thread Thierry De Corte
]] Sent: Tuesday, June 12, 2001 10:58 AM To: [EMAIL PROTECTED] Subject:Re: [expert] cron problems... Thierry De Corte [EMAIL PROTECTED] wrote: I have a problem with cron... I have two scripts running 5 minutes apart every day. The first script is doing a compressed tar

Re: [expert] Cron error

2001-03-09 Thread Dovydas Kulvinskas
Wolfgang Bornath wrote: -- Contents of mail DB2problem...:missing or empty key value specified Reading active file failed, exiting (see syslog for more information). Has fetchnews been run? -- Which file did you

Re: [expert] Cron error

2001-03-09 Thread Wolfgang Bornath
Am Freitag, 9. März 2001 08:00 schrieben Sie: Wolfgang Bornath wrote: -- Contents of mail DB2problem...:missing or empty key value specified Reading active file failed, exiting (see syslog for more information). Has fetchnews been run?

Re: [expert] Cron error

2001-03-08 Thread John Wolford
/var/log/syslog by the way, and # tail -15 /var/log/syslog to look at the last 15 lines of it :-) j --- Expert User [EMAIL PROTECTED] wrote: Ever since I have installed LM 7.2 I'm getting this mail to root with subject: Cron root@localhost run-parts /etc/cron.daily (sent by cron Daemon)

Re: [expert] Cron error

2001-03-08 Thread Wolfgang Bornath
Am Mittwoch, 7. März 2001 07:41 schrieben Sie: On Mon, Mar 05, 2001 at 09:11:47AM -0800, Expert User wrote: -- Contents of mail DB2problem...:missing or empty key value specified Reading active file failed, exiting (see syslog for more information). Has

RE: [expert] Cron error

2001-03-07 Thread Franki
/ / _ ---/ / (_)__ __ __ --/ /__/ / _ \/ // /\ \/ / -//_/_//_/\_,_/ /_/\_\ Gshop Network Payment Solutions. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Expert User Sent: Tuesday, 6 March 2001 1:12 AM To: [EMAIL PROTECTED] Subject: [expert] Cron error Ever since I have installed LM 7.2 I'm getting this mail to root

Re: [expert] Cron error

2001-03-07 Thread Chris Spackman
On Mon, Mar 05, 2001 at 09:11:47AM -0800, Expert User wrote: Ever since I have installed LM 7.2 I'm getting this mail to root with subject: Cron root@localhost run-parts /etc/cron.daily (sent by cron Daemon) -- Contents of mail - DB2

Re: [expert] Cron error

2001-03-07 Thread John Wolford
Have you browsed your syslog? What does it say? j --- Expert User [EMAIL PROTECTED] wrote: Ever since I have installed LM 7.2 I'm getting this mail to root with subject: Cron root@localhost run-parts /etc/cron.daily (sent by cron Daemon) -- Contents of mail

RE: [expert] cron jobs question

2001-03-05 Thread jhart
: [expert] cron jobs question On Fri, 2 Mar 2001, goldengull.net administrator wrote: how do i get my hourly cron jobs to not mail me. this is killing my email! i don't mind daily or weekly, but hourly is a little to expensive. man 5 crontab You can define, in your crontab, MAILTO

[expert] cron jobs question

2001-03-02 Thread goldengull.net administrator
how do i get my hourly cron jobs to not mail me. this is killing my email! i don't mind daily or weekly, but hourly is a little to expensive. mg

Re: [expert] cron jobs question

2001-03-02 Thread Thomas Sourmail
On Fri, 2 Mar 2001, goldengull.net administrator wrote: how do i get my hourly cron jobs to not mail me. this is killing my email! i don't mind daily or weekly, but hourly is a little to expensive. man 5 crontab You can define, in your crontab, MAILTO="" to prevent cron from mailing you,

RE: [expert] cron jobs question

2001-03-02 Thread goldengull.net administrator
that is what i was afraid of. thanks! mg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Thomas Sourmail Sent: Friday, March 02, 2001 12:26 PM To: mandrake user Subject: Re: [expert] cron jobs question On Fri, 2 Mar 2001, goldengull.net

Re: [expert] cron jobs question

2001-03-02 Thread Bug Hunter
You can also do this * * * * * /path/to/program /dev/null that typically prevents an email for that particular program. You also don't know if it cratered or had problems. :( bug On Fri, 2 Mar 2001, Thomas Sourmail wrote: On Fri, 2 Mar 2001, goldengull.net administrator wrote: how

Re: [expert] cron jobs question

2001-03-02 Thread Michael Jarvis
On Fri, Mar 02, 2001 at 11:47:08AM -0500, goldengull.net administrator wrote: how do i get my hourly cron jobs to not mail me. this is killing my email! i don't mind daily or weekly, but hourly is a little to expensive. You can redirect standard out to /dev/null, and leave standard error

[expert] cron prb

2001-02-22 Thread Steve
thanx to all who responded on my cron drama's ! I have worked around the problem. TaRT can run in daemon mode - me do that. thought it mite be easier to get the system to handle it. Thanks to Eric for his suggestion - it steered me onto the source of the problem - tart itself. --

Re: [expert] cron problem

2001-02-22 Thread Pierre Fortin
Steve Elliott wrote: Hey there - thanx for your reply. you're welcome! steve (02/21-20:48:00-818) CMD (/usr/local/bin/TaRT) sigh I think I missed the real problem which is in a previous post: And it works ok if you run /usr/local/bin/TaRT as yourself? yes thats right - i havesent

[expert] cron problems.. please help!!

2000-09-20 Thread Sarang Lakare
Hi, I have logrotate, sh cron-daily, etc. running everyday when i come in the morning to work.. they take up the whole CPU and when i terminate them, slocate starts running. This has been happening for the past 3 days.. I think it started happening when there was no free disk space.. I have made

[expert] Cron error..

2000-09-09 Thread jpsartre
Hi guys.. just reinstalled 7.1 (tried beta 7.2.. eek) and now root is being emailed the following every hour: Subject: Cron root@mephisto run-parts /etc/cron.hourly Can't open "/var/run/news/shlock", Permission denied What's causing this? And, I'm still getting a perl error when I run

[expert] cron hourly job errors

2000-09-03 Thread Stephen Boulet
My mail spool for root is filled with these messages: From: [EMAIL PROTECTED] (Cron Daemon) To: [EMAIL PROTECTED] Subject: Cron root@mozart run-parts /etc/cron.hourly X-Cron-Env: SHELL=/bin/bash X-Cron-Env: PATH=/sbin:/bin:/usr/sbin:/usr/bin X-Cron-Env: MAILTO=root X-Cron-Env: HOME=/

Re: [expert] cron hourly job errors

2000-09-03 Thread Stephen Boulet
This cron job is set up by the install. Here's the culprit: [root@mozart /root]# /etc/cron.hourly/inn-cron-nntpsend Can't open "/var/run/news/shlock9719", Permission denied [root@mozart /root]# ls -l /etc/cron.hourly/inn-cron-nntpsend -rwxr-xr-x1 root root 65 Jul 22 05:27

Re: [expert] cron hourly job errors

2000-09-03 Thread Darren Wyn Rees
On Sun, Sep 03, 2000 at 12:32:03PM -0500, Stephen Boulet wrote: This cron job is set up by the install. Here's the culprit: [root@mozart /root]# /etc/cron.hourly/inn-cron-nntpsend So, open inn-cron-nntpsend, and see what it says... If it says something like, "su - news" ... it means, the

Re: [expert] cron for users

2000-08-28 Thread Alexander Skwar
On Thu, Aug 03, 2000 at 07:52:05AM +1000, Andrew George wrote: run crontab -e then you get a VI style screen to put in your cron entries Not necissarily VI. crontab -e starts the editor set in the EDITOR or VISUAL environment variable, IOW: the default editor. And only if these are unset vi

Re: [expert] cron for users

2000-08-03 Thread Gavin Clark
test it with something simple. I should have though of that. ;-) I 'm in to much of a hurry. do you know if I can do something every 30 seconds or am I limited to 1 min. intervals thanks, Gavin on 8/2/00 7:53 PM, Brian T. Schellenberger wrote: FWIW, here was my test: Edit .crontab;

Re: [expert] cron for users

2000-08-03 Thread Tony McGee
On Thu, 03 Aug 2000, Daniel Woods pushed some small plastic letters in this order: test it with something simple. I should have though of that. ;-) I 'm in to much of a hurry. do you know if I can do something every 30 seconds or am I limited to 1 min. intervals Why bother using

Re: [expert] cron stuff

2000-08-02 Thread Matt Stegman
[matt@q local]$ man 5 crontab This man page describes the fields for cron very well. If you want a half-hour bong, try the following in /etc/crontab: /30 * * * * root play /usr/local/sound/bong.wav What does this mean? Every 30 minutes (/30) of every hour (*) of every day (*) of every month

[expert] cron for users

2000-08-02 Thread Gavin Clark
hi, I can't get cron to work for users. I added /etc/cron.d/cron.deny with no entries I ran #crontab myfile.txt as the user #crontab -l shows it worked 15 * * * */usr/bin/lynx -dump http://server.com/myscript.php /dev/null but when the time comes nothing happens. I just want lynx to

Re: [expert] cron stuff

2000-08-02 Thread Tony McGee
On Sat, 29 Jul 2000, the little plastic letters were pressed in this order: As I was saying before I got sidetracked, I'd use `at` for one-time appointments, but unfortunately, my Linux-Mandrake 7.0 doesn't seem to have it. Did I just overlook it, or it not available? -Matt Stegman

Re: [expert] cron for users

2000-08-02 Thread Andrew George
run crontab -e then you get a VI style screen to put in your cron entries I'm not even sure what crontab myfile.txt would do the entry should go into /var/cron/username On Wed, 2 Aug 2000, Gavin Clark wrote: hi, I can't get cron to work for users. I added /etc/cron.d/cron.deny with

Re: [expert] cron stuff

2000-08-02 Thread Charles Hixson
Seems to me that cron wasn't enabled by default. You had to ask for it to be set up either at install time or in LinuxConf. If at is a part of the same package, then probably all you need to do is tell cron (crond?) to start at startup. Tony McGee wrote: On Sat, 29 Jul 2000, the little

Re: [expert] cron stuff

2000-08-01 Thread Andrew George
On Mon, 31 Jul 2000, Mike Rambo wrote: Vic wrote: I wonder how you make your cron daemon do things in less increments than just on the hour? I can make my system play a sound (a bong) to strike the hour by putting play bong.wav in my 0anacron file in the cron.hourly directory,

Re: [expert] cron stuff

2000-08-01 Thread Mike Rambo
Vic wrote: OK coolacious, thanks!! Just to verify (sorry) I put 0,10,20,30,40,50 * * * * play /Data/wavs/bong.wav in my 0anacron file just like you typed it? I'm not familiar with the 0anacron part - perhaps someone more knowledgeable will remark on that. I've always used crontab to

Re: [expert] cron stuff

2000-08-01 Thread Mike Rambo
Andrew George wrote: On Mon, 31 Jul 2000, Mike Rambo wrote: 0,10,20,30,40,50 * * * * /path/to/do/something will make something happen every 10 minutes. Just wondering...wouldn't 0-50/10 * * * * /yourcommand Accomplish the same thing? Or do I need to read that MAN page

Re: [expert] cron stuff

2000-08-01 Thread Andrew George
On Tue, 1 Aug 2000, Mike Rambo wrote: Andrew George wrote: On Mon, 31 Jul 2000, Mike Rambo wrote: 0,10,20,30,40,50 * * * * /path/to/do/something will make something happen every 10 minutes. Just wondering...wouldn't 0-50/10 * * * * /yourcommand Accomplish the

Re: [expert] cron stuff

2000-08-01 Thread Tony McGee
On Tue, 01 Aug 2000, you wrote: Vic wrote: OK coolacious, thanks!! Just to verify (sorry) I put 0,10,20,30,40,50 * * * * play /Data/wavs/bong.wav in my 0anacron file just like you typed it? I'm not familiar with the 0anacron part - perhaps someone more knowledgeable will

Re: [expert] cron stuff

2000-07-31 Thread Mike Rambo
Vic wrote: I wonder how you make your cron daemon do things in less increments than just on the hour? I can make my system play a sound (a bong) to strike the hour by putting play bong.wav in my 0anacron file in the cron.hourly directory, but I want to have some other things happen like

Re: [expert] cron stuff

2000-07-31 Thread Vic
OK coolacious, thanks!! Just to verify (sorry) I put 0,10,20,30,40,50 * * * * play /Data/wavs/bong.wav in my 0anacron file just like you typed it? Sorry I'm very literal. Thanks On Mon, 31 Jul 2000, you wrote: Vic wrote: I wonder how you make your cron daemon do things in less

[expert] cron stuff

2000-07-28 Thread Vic
I wonder how you make your cron daemon do things in less increments than just on the hour? I can make my system play a sound (a bong) to strike the hour by putting play bong.wav in my 0anacron file in the cron.hourly directory, but I want to have some other things happen like maybe every 30

Re: [expert] cron stuff

2000-07-28 Thread Brian T. Schellenberger
Just specify a time that's not on a even hour . . . is that not working properly or something? Read the man page on crontab(8), it has examples like these: 23 0-23/2 * * * echo "run 23 minutes after midn, 2am, 4am ..., everyday" 5 4 * * sun echo "run at 5 after 4 every

Re: [expert] cron question

2000-06-06 Thread Ron Johnson, Jr.
Bill Shirley wrote: Before taking that route you might investigate: http://www.bizland.com/ which will give you a free subdomain.bizland.com with website and e-mail. Or, if you have your own domain name but use a dynamic IP address you might check out: http://www.dyndns.com/ along

Re: [expert] cron question

2000-06-06 Thread Anton Graham
Submitted 06-Jun-00 by Ron Johnson, Jr.: Bill Shirley wrote: Before taking that route you might investigate: http://www.bizland.com/ which will give you a free subdomain.bizland.com with website and e-mail. Or, if you have your own domain name but use a dynamic IP address you might

Re: [expert] cron question

2000-06-05 Thread Tom Berger
On Sun, 04 (06/00) at 18:44 +, Fran Parker [EMAIL PROTECTED] wrote: Isn't running netscape as root dangerous? Bambi ---tom:--- Isn't running Netscape at all dangerous? ;) tom "Michael E. Shea" wrote: Alex V Flinsch wrote: On Sun, 04 Jun 2000, you wrote: I am trying

Re: [expert] cron question

2000-06-05 Thread Charles Curley
On Mon, Jun 05, 2000 at 07:30:34AM +0200, Sebastian Dransfeld wrote: - On Sun, 4 Jun 2000, Alex V Flinsch wrote: - - idea 2 -- - - do you really need to waste all that memory running netscape to get - the url? From the above, you just need to hit some website every few minutes to - have

Re: [expert] cron question

2000-06-05 Thread Fran Parker
You have a good point about netscrappy :) But truthfully...running any internet stuff as root is just not wise. Bambi Tom Berger wrote: On Sun, 04 (06/00) at 18:44 +, Fran Parker [EMAIL PROTECTED] wrote: Isn't running netscape as root dangerous? Bambi ---tom:--- Isn't running

[expert] cron question

2000-06-04 Thread root
I am trying to get dynamip (www.dynamip.com) to work with my linux box and cable modem connection. Dynamip gives you a "subdomain.dynamip.com" address for $3 buck a month. To get their service to work with Linux, I will have to use cron to force netscape to open a specific url every 15 minutes. I

Re: [expert] cron question

2000-06-04 Thread Pj
I'm going to insert my foot on this one, but... as I understand it News Groups are not like email per se and can only be received on your local dial up. I base this on my own experience. I have two ISP accounts; one local one out of state. I connect locally to retrieve/send mail from the second

Re: [expert] cron question

2000-06-04 Thread Alex V Flinsch
On Sun, 04 Jun 2000, you wrote: I am trying to get dynamip (www.dynamip.com) to work with my linux box and cable modem connection. Dynamip gives you a "subdomain.dynamip.com" address for $3 buck a month. To get their service to work with Linux, I will have to use cron to force netscape to

Re: [expert] cron question

2000-06-04 Thread Michael E. Shea
Alex V Flinsch wrote: On Sun, 04 Jun 2000, you wrote: I am trying to get dynamip (www.dynamip.com) to work with my linux box and cable modem connection. Dynamip gives you a "subdomain.dynamip.com" address for $3 buck a month. To get their service to work with Linux, I will have to use

Re: [expert] cron question

2000-06-04 Thread Fran Parker
Isn't running netscape as root dangerous? Bambi "Michael E. Shea" wrote: Alex V Flinsch wrote: On Sun, 04 Jun 2000, you wrote: I am trying to get dynamip (www.dynamip.com) to work with my linux box and cable modem connection. Dynamip gives you a "subdomain.dynamip.com" address

RE: [expert] cron question

2000-06-04 Thread Bill Shirley
PROTECTED]]On Behalf Of root Sent: Sunday, June 04, 2000 3:37 PM To: [EMAIL PROTECTED] Subject: [expert] cron question I am trying to get dynamip (www.dynamip.com) to work with my linux box and cable modem connection. Dynamip gives you a "subdomain.dynamip.com" address for $3 buck a mon

Re: [expert] cron question

2000-06-04 Thread Sebastian Dransfeld
On Sun, 4 Jun 2000, Alex V Flinsch wrote: idea 2 -- do you really need to waste all that memory running netscape to get the url? From the above, you just need to hit some website every few minutes to have your dynamic ip assignment working. And I assume that news.com is not the real

[expert] cron confusion

2000-04-29 Thread Ron Johnson
Hello. I'm confused about cron on my souped up LM6.0 system. I have a file /etc/crontab that contains this: start % cat /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ # run-parts 01 * * * * root run-parts /etc/cron.hourly 02 4 * * * root run-parts

Re: [expert] cron confusion

2000-04-29 Thread Matt Stegman
On Sat, 29 Apr 2000, Ron Johnson wrote: I'm confused about cron on my souped up LM6.0 system. I have a file /etc/crontab that contains this: % cat /etc/crontab SHELL=/bin/bash sets the default shell for the cronjobs to bash. PATH=/sbin:/bin:/usr/sbin:/usr/bin sets the default path for

Re: [expert] cron confusion

2000-04-29 Thread Ron Johnson
Matt Stegman wrote: On Sat, 29 Apr 2000, Ron Johnson wrote: I'm confused about cron on my souped up LM6.0 system. I have a file /etc/crontab that contains this: % cat /etc/crontab [snip] # run-parts this is a comment :) 01 * * * * root run-parts /etc/cron.hourly 02 4 * * *

Re: [expert] cron confusion

2000-04-29 Thread Christopher Cox
/RANT There's too much (un|poorly|obscurely) documented stuff in Unix/Linix. THAT makes the transition from newbie to expert take longer than it should. College students have the time to poke around in it 20 hours per day, but the rest of us have day jobs kids... RANT RANT I find it

Re: [expert] cron confusion - rant

2000-04-29 Thread Gavin Clark
From: "Christopher Cox" [EMAIL PROTECTED] /RANT There's too much (un|poorly|obscurely) documented stuff in Unix/Linix. THAT makes the transition from newbie to expert take longer than it should. College students have the time to poke around in it 20 hours per day, but the rest of us have

Re: [expert] cron confusion - rant

2000-04-29 Thread Ron Johnson
Gavin Clark wrote: From: "Christopher Cox" [EMAIL PROTECTED] /RANT There's too much (un|poorly|obscurely) documented stuff in Unix/Linix. THAT makes the transition from newbie to expert take longer than it should. College students have the time to poke around in it 20 hours per

RE: [expert] cron and rmmod?

2000-04-11 Thread Bois, Mathieu
]] Sent: lundi 10 avril 2000 23:22 To: [EMAIL PROTECTED] Subject: [expert] cron and rmmod? On looking at my logs I wondered is it absolutely necessary to have cron run rmmod -as every ten minutes? I have a lot of strange hard drive activity about two minutes after I boot up. It's like

RE: [expert] cron and rmmod?

2000-04-11 Thread vern
d the same questions about disk activity after start up ! ;-)] Regards Mathieu -Original Message- From: vern [mailto:[EMAIL PROTECTED]] Sent: lundi 10 avril 2000 23:22 To: [EMAIL PROTECTED] Subject: [expert] cron and rmmod? On looking at my logs I wondered is it

[expert] cron and rmmod?

2000-04-10 Thread vern
On looking at my logs I wondered is it absolutely necessary to have cron run rmmod -as every ten minutes? I have a lot of strange hard drive activity about two minutes after I boot up. It's like something is checking out the file system or something. But there is no entry in any log that I can

  1   2   >