Re: Executing from crontab only does the job when I logged on.

2010-12-28 Thread Orestes Leal R.
ok, thanks, I resolve the issue. "Orestes Leal R." , at 2010-12-27 16:40:12, substantially ignored: "So, read the logs, describe your setup more completely such as by ^ ^^ including a full dmesg." ^ ^ ^ My experience has been

Re: Executing from crontab only does the job when I logged on.

2010-12-28 Thread Ed Ahlsen-Girard
"Orestes Leal R." , at 2010-12-27 16:40:12, substantially ignored: "So, read the logs, describe your setup more completely such as by ^ ^^ including a full dmesg." ^ ^ ^ My experience has been that when the developers ask for a d

Re: Executing from crontab only does the job when I logged on.

2010-12-27 Thread roberth
On Mon, 27 Dec 2010 20:22:30 -0500 "Eric Furman" wrote: > On Mon, 27 Dec 2010 13:41 -0600, "Orestes Leal R." > wrote: > > On Mon, 27 Dec 2010 12:33:25 -0600, Martin Schrvder > > > > wrote: > > > > > 2010/12/27 Orestes Leal R. : > > >> the 2 programs work ok, but the do not execute from crontab

Re: Executing from crontab only does the job when I logged on.

2010-12-27 Thread Eric Furman
On Mon, 27 Dec 2010 13:41 -0600, "Orestes Leal R." wrote: > On Mon, 27 Dec 2010 12:33:25 -0600, Martin Schrvder > wrote: > > > 2010/12/27 Orestes Leal R. : > >> the 2 programs work ok, but the do not execute from crontab when I > >> logged > >> out from console,ssh. > >> but when I logged on int

Re: Executing from crontab only does the job when I logged on.

2010-12-27 Thread Joachim Schipper
On Mon, Dec 27, 2010 at 01:41:07PM -0600, Orestes Leal R. wrote: > Martin Schrvder wrote: > >2010/12/27 Orestes Leal R. : > >>the 2 programs work ok, but the do not execute from crontab when I > >>logged > >>out from console,ssh. > >>but when I logged on into an ssh session or console session then

Re: Executing from crontab only does the job when I logged on.

2010-12-27 Thread Orestes Leal R.
On Mon, 27 Dec 2010 12:33:25 -0600, Martin Schrvder wrote: 2010/12/27 Orestes Leal R. : the 2 programs work ok, but the do not execute from crontab when I logged out from console,ssh. but when I logged on into an ssh session or console session then execute. Programs started by cron will have

Re: Executing from crontab only does the job when I logged on.

2010-12-27 Thread Martin Schröder
2010/12/27 Orestes Leal R. : > the 2 programs work ok, but the do not execute from crontab when I logged > out from console,ssh. > but when I logged on into an ssh session or console session then execute. Programs started by cron will have a different env(1) than those started from interactive ses

Re: Executing from crontab only does the job when I logged on.

2010-12-27 Thread bofh
He said read cron logs, not man page... -- http://www.glumbert.com/media/shift http://www.youtube.com/watch?v=tGvHNNOLnCk "This officer's men seem to follow him merely out of idle curiosity." -- Sandhurst officer cadet evaluation. "Securing an environment of Windows platforms from abuse - exter

Re: Executing from crontab only does the job when I logged on.

2010-12-27 Thread Orestes Leal R.
no virtualization, i386, I already read the manpage of cron, didn't say anithing that apply to this situation. thanks anyway. On Mon, Dec 27, 2010 at 9:02 AM, Orestes Leal R. wrote: It happens to me in 4.8 too. ...and yet you seem to have ignored my suggestion to read the cron log. Surprise

Re: Executing from crontab only does the job when I logged on.

2010-12-27 Thread Philip Guenther
On Mon, Dec 27, 2010 at 9:02 AM, Orestes Leal R. wrote: > It happens to me in 4.8 too. ...and yet you seem to have ignored my suggestion to read the cron log. Surprise: the same suggestion applies to 4.8! So, read the logs, describe your setup more completely such as by including a full dmesg.

Re: Executing from crontab only does the job when I logged on.

2010-12-27 Thread Orestes Leal R.
It happens to me in 4.8 too. On Mon, Dec 27, 2010 at 7:35 AM, Orestes Leal R. wrote: Hi folks, I have setup a 2 crontabs jobs, one it's a compiled C program that checks if the pop3 server responds, if so it's die, if not it restart the pop3 server. and the other it's the same but for smtp

Re: Executing from crontab only does the job when I logged on.

2010-12-27 Thread Philip Guenther
On Mon, Dec 27, 2010 at 7:35 AM, Orestes Leal R. wrote: > Hi folks, I have setup a 2 crontabs jobs, > > one it's a compiled C program that checks if the pop3 server responds, if so > it's die, > if not it restart the pop3 server. > > and the other it's the same but for smtp server. > > the 2 progr

Executing from crontab only does the job when I logged on.

2010-12-27 Thread Orestes Leal R.
Hi folks, I have setup a 2 crontabs jobs, one it's a compiled C program that checks if the pop3 server responds, if so it's die, if not it restart the pop3 server. and the other it's the same but for smtp server. the 2 programs work ok, but the do not execute from crontab when I logged out