lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] Scripted


From: Stefan Caunter
Subject: Re: [Lynx-dev] Scripted
Date: Wed, 7 May 2008 17:05:54 -0400

Really seems like you aren't getting the same environment in the
script and in cron that you get in your shell. Take out the
redirection of the output in cron and let us know the message that is
mailed to you. What is the output from the shell script?

Stef

On Wed, May 7, 2008 at 12:22 PM, Jelle Smet <address@hidden> wrote:
>
>
>
> Hi list,
>
>
>
> I'm trying to launch the following command through cron.  But I can't get it
> working.
>
> If I launch the command from the console, it works like a charm though. (The
> variables are not the problem)
>
>
>
> /usr/bin/lynx -connect_timeout=30 -cfg= /etc/config/lynx.cfg -cmd_script=
> /etc/config/automate.macro http://fubar
>
>
>
>
>
> My crontab file looks like:
>
>
>
> */10 * * * *    root    /usr/bin/lynx -connect_timeout=30 -cfg=
> /etc/config/lynx.cfg -cmd_script= /etc/config/automate.macro http://fubar
> >/dev/null
>
>
>
> If I put my lynx command into a shell script and execute that shell script
> through cron, it doesn't work either
>
>
>
> Anyone an idea to help me out?
>
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]