Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cron job timout
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
videanuadrian
n00b
n00b


Joined: 25 May 2010
Posts: 3
Location: Romania, Bucharest

PostPosted: Tue May 25, 2010 5:05 am    Post subject: cron job timout Reply with quote

hi all, ia have a problem when running a backup script written in bash from crontab. If the script is started manually (from console) everything is ok, but when i run it from crontab i think i got a timeot. all that i find in logs are these 3 lines:

May 2 04:00:05 MySql1 sSMTP[9179]: Sent mail for root@XXX (221 2.0.0 Bye) uid=0 username=root outbytes=545
May 2 04:05:05 MySql1 sSMTP[9165]: killed: timeout on stdin while reading body -- message saved to dead.letter.
May 2 04:05:05 MySql1 sSMTP[9165]: Timeout on stdin while reading body

I see that this messages is issued by ssmtp but from that script i did not try to send email or something....
how can i set this to work as if i run the script from console ?

thank you.
Back to top
View user's profile Send private message
DawgG
l33t
l33t


Joined: 17 Sep 2003
Posts: 866

PostPosted: Tue May 25, 2010 2:57 pm    Post subject: Reply with quote

i think you have to comment out the "mail to"-line in /etc/crontab so cron won't send mails; eg.
Code:
#MAILTO=root

in /etc/crontab
_________________
DUMM KLICKT GUT.
Back to top
View user's profile Send private message
videanuadrian
n00b
n00b


Joined: 25 May 2010
Posts: 3
Location: Romania, Bucharest

PostPosted: Tue May 25, 2010 6:48 pm    Post subject: Reply with quote

# Global variables
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
#MAILTO=root
HOME=/


this was already commented.
Back to top
View user's profile Send private message
DawgG
l33t
l33t


Joined: 17 Sep 2003
Posts: 866

PostPosted: Wed May 26, 2010 8:21 am    Post subject: Reply with quote

sorry, i think it maybe
Code:
MAILTO=""

instead.
_________________
DUMM KLICKT GUT.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum