lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] lynx crontab issue.


From: Bilal MK
Subject: Re: [Lynx-dev] lynx crontab issue.
Date: Thu, 30 Jun 2011 09:55:02 +0530

On Wed, Jun 29, 2011 at 1:56 PM, Thomas Dickey <address@hidden> wrote:
On Wed, 29 Jun 2011, Bilal MK wrote:

Hello Stefan,

Thanks for the suggestion. But that does not work. any other idea?

Did you check the TERM variable?
Yes, also set the in cron
# echo $TERM
xterm
 

What does "lynx -version" say?
 Lynx Version 2.8.8dev.8 (10 Jan 2011
 

You might be able to see lynx start and error-out using the -trace
and -trace-mask options.

I am using  lynx -dump http://www.google.com/safebrowsing/diagnostic?site=mysite.om > /tmp/mysite.txt
Thats works in my terminal, But in crontab does not work,
#!/bin/bash
export TERM=xterm
/usr/local/bin/lynx -dump http://www.google.com/safebrowsing/diagnostic?site=mysite.com > /tmp/mysite.txt

Thanks for your great ideas.



Thanks

On Tue, Jun 28, 2011 at 7:07 PM, Stefan Caunter <address@hidden> wrote:

On Tue, Jun 28, 2011 at 3:07 AM, Bilal MK <address@hidden> wrote:

Hello

I am using lynx in one my script that's working fine.
But the script is put in to crontab its does not work. Any solution for
this?


Make sure the lynx binary is in the PATH for cron, either explicitly or in
the shell environment.


Thanks
--
With Regard`s

Bilal.M.K
Admod Technologies, Cochin


_______________________________________________
Lynx-dev mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lynx-dev





--
With Regard`s

Bilal.M.K
Admod Technologies, Cochin


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



--
With Regard`s

Bilal.M.K
Admod Technologies, Cochin


reply via email to

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