Unix Technical Forum

crontab - abnormal behaviour

This is a discussion on crontab - abnormal behaviour within the Debian Linux support forums, part of the Debian Linux category; --> Hello, I've got the following entry in the root crontab: 0 */4 * * * cd /home/asService/ && sh ...


Go Back   Unix Technical Forum > Unix Operating Systems > Debian Linux > Debian Linux support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-16-2008, 01:37 PM
=?ISO-8859-15?Q?Volker_L=FCcken?=
 
Posts: n/a
Default crontab - abnormal behaviour

Hello,

I've got the following entry in the root crontab:
0 */4 * * * cd /home/asService/ && sh asService

With this line, asService should be executed every four hours, but on my
lenny/sid debian server, it happens only at 12, 16 and 20 o'clock, not
at 0, 4 and 8... Who has an idea what could lead to this behaviour?

Thanks in advance!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-18-2008, 09:59 PM
sk8r-365
 
Posts: n/a
Default Re: crontab - abnormal behaviour

Feverishly pounding upon a keyboard Volker Lücken typed:
> Hello,
>
> I've got the following entry in the root crontab:
> 0 */4 * * * cd /home/asService/ && sh asService
>
> With this line, asService should be executed every four hours, but on my
> lenny/sid debian server, it happens only at 12, 16 and 20 o'clock, not
> at 0, 4 and 8... Who has an idea what could lead to this behaviour?
>


*0,4,8 * * * * cd /home/asService/ && sh asService

But, I prefer to point to a script and do all the work there.
Examples ...

crontab reads

*/15 * * * * /home/myuser/bin/news_sig

news_sig reads

#!/bin/bash
echo sk8r-365 > /home/myuser/documents/signatures/news.sig
/usr/games/fortune /home/myuser/bin/matthew >> /home/myuser/documents/signatures/news.sig

--
sk8r-365
And when he was gone out into the porch, another maid saw him, and
said unto them that were there, This fellow was also with Jesus of
Nazareth. -- Matthew 26:71
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:26 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com