bug-wget
[Top][All Lists]
Advanced

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

RE: [Bug-wget] wget with no stdout delivers no result


From: Tony Lewis
Subject: RE: [Bug-wget] wget with no stdout delivers no result
Date: Sat, 12 Dec 2009 09:23:13 -0800

Instead of running with -q, try running with --debug and report back on what
wget is reporting when run from a cron job.

Tony
-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of Maurus Frey
Sent: Saturday, December 12, 2009 6:54 AM
To: address@hidden
Subject: [Bug-wget] wget with no stdout delivers no result

Hi,

I'm regularly using wget without any problem for wide spread of web tasks.

Now I got a problem using wget (Ver. 1.12 - compiled from source) on a
"embedded" Linux device (running kernel 2.6.28 and busybox).

The following shell script works fine if called from the console. It
"doesn't work" if it's started from the background (crond) or with
redirected Output to /dev/null. "It doesn't work" means that there is a
empty Variable logged to syslog (by the command logger)

#!/bin/sh

wget -q -o /home/maus/wget.log -O /home/maus/wget.result
http://maus.blabla.ch/myip.php
IP=`cat /home/maus/wget.result`

logger $IP
rm /home/maus/wget.result

I'm confused completely from the fact, that the same script works fine
on my Linux (Mint [Ubuntu]) computer but not on the embedded device.

Any suggestions? Thanks.

regards

maurus






reply via email to

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