Re: wget fails in Debian Jessie

2015-06-12 Thread Bob Proulx
Reco wrote: Bob Proulx wrote: That use of socat was clever. I didn't like the pkill socat though. Wouldn't be good if there were another one running at the same time. Yes, there's a room for an improvement. Presumably socat can write own pid to a user-specified pidfile, but I was lazy to

Re: wget fails in Debian Jessie

2015-06-09 Thread Reco
On Mon, Jun 08, 2015 at 04:20:21PM -0600, Bob Proulx wrote: Leslie Rhorer wrote: Reco wrote: Don't depend on curl. Use good old socat combined with wget: That use of socat was clever. I didn't like the pkill socat though. Wouldn't be good if there were another one running at the same

Re: wget fails in Debian Jessie

2015-06-08 Thread Leslie Rhorer
On Sunday, June 7, 2015 at 7:10:03 PM UTC-5, David Wright wrote: Quoting Leslie Rhorer: On Sunday, June 7, 2015 at 4:00:04 AM UTC-5, Reco wrote: Does anyone have any ideas how I could get curl to handle the task, since wget is failing? Some other utility? Don't depend on

Re: wget fails in Debian Jessie

2015-06-08 Thread Bob Proulx
Leslie Rhorer wrote: Reco wrote: Don't depend on curl. Use good old socat combined with wget: That use of socat was clever. I didn't like the pkill socat though. Wouldn't be good if there were another one running at the same time. Why? The -L option in curl did the trick. Is there some

Re: wget fails in Debian Jessie

2015-06-08 Thread David Wright
Quoting Leslie Rhorer (lrho...@mygrande.net): On Sunday, June 7, 2015 at 7:10:03 PM UTC-5, David Wright wrote: Quoting Leslie Rhorer: On Sunday, June 7, 2015 at 4:00:04 AM UTC-5, Reco wrote: Does anyone have any ideas how I could get curl to handle the task, since wget is

Re: wget fails in Debian Jessie

2015-06-08 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Jun 07, 2015 at 07:03:29PM -0500, David Wright wrote: Quoting Leslie Rhorer (lrho...@mygrande.net): On Sunday, June 7, 2015 at 4:00:04 AM UTC-5, Reco wrote: Does anyone have any ideas how I could get curl to handle the task,

Re: wget fails in Debian Jessie

2015-06-07 Thread Leslie Rhorer
Instead of returning the main page, it just returns: htmlheadtitleObject moved/title/headbody h2Object moved to a href=/portal/here/a./h2 /body/html This is most probably the sign of a redirect (see below) [...] Well, for starters, try using the URL

Re: wget fails in Debian Jessie

2015-06-07 Thread Leslie Rhorer
On Sunday, June 7, 2015 at 4:00:04 AM UTC-5, Reco wrote: Does anyone have any ideas how I could get curl to handle the task, since wget is failing? Some other utility? Don't depend on curl. Use good old socat combined with wget: Why? The -L option in curl did the trick. Is there some

Re: wget fails in Debian Jessie

2015-06-07 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Jun 07, 2015 at 08:04:39AM -0300, Eduardo M KALINOWSKI wrote: On 06/07/2015 12:31 AM, Leslie Rhorer wrote: I had a script running just fine under Debian Squeeze, but that server is now offline for repair and upgrade to Jessie, so I am

Re: wget fails in Debian Jessie

2015-06-07 Thread Eduardo M KALINOWSKI
On 06/07/2015 12:31 AM, Leslie Rhorer wrote: I had a script running just fine under Debian Squeeze, but that server is now offline for repair and upgrade to Jessie, so I am now running the script under Jessie, and the script is failing when attempting to scrape data off a website using

Re: wget fails in Debian Jessie

2015-06-07 Thread Reco
Hi. On Sat, 6 Jun 2015 20:31:44 -0700 (PDT) Leslie Rhorer lrho...@mygrande.net wrote: Does anyone have any ideas how I could get curl to handle the task, since wget is failing? Some other utility? Don't depend on curl. Use good old socat combined with wget: socat

Re: wget fails in Debian Jessie

2015-06-07 Thread David Wright
Quoting Leslie Rhorer (lrho...@mygrande.net): On Sunday, June 7, 2015 at 4:00:04 AM UTC-5, Reco wrote: Does anyone have any ideas how I could get curl to handle the task, since wget is failing? Some other utility? Don't depend on curl. Use good old socat combined with wget: Why?

wget fails in Debian Jessie

2015-06-06 Thread Leslie Rhorer
I had a script running just fine under Debian Squeeze, but that server is now offline for repair and upgrade to Jessie, so I am now running the script under Jessie, and the script is failing when attempting to scrape data off a website using wget. Under Jessie, wget produces an SSL error when