Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 17199

Summary: New version of lynx does not work with cron
Product: [Retired] Red Hat Linux Reporter: Need Real Name <support>
Component: lynxAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2CC: pekkas
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: http://www.aosoft.com
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-09-15 22:31:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2000-09-03 04:40:50 UTC
Just installed a new 6.2 version and a funtion that worked under 6.1 
stopped working.  I uninstalled lynx-2.8.3-2 and re-installed lynx-2.8.2-2 
to fix the problem.

The function that I was using consisted of running a shell script from 
cron with the following line:

/usr/bin/lynx -dump http://www.bluehornet.com > /dev/null 

The entry logged to /var/log/cron but did not log 
to /var/log/httpd/access_log.  Once I downgraded to the older version, it 
started to work again.  The funny thing is that when I ran the shell 
script command line it worked, just now with the cron.

Any help in fixing this is greatly appreciated.

Richard Asp
support

Comment 1 Pekka Savola 2000-09-15 22:31:27 UTC
As a workaround, use:

TERM=vt102 /usr/bin/lynx -dump http://www.bluehornet.com > /dev/null 

One could debate whether this is a bug or feature.

Comment 2 Bernhard Rosenkraenzer 2000-10-09 13:53:10 UTC
It doesn't happen with the current version (2.8.4-5)