Re: [Bug-wget] retry_connrefused?

2018-04-11 Thread Tim Rühsen
On 04/10/2018 11:21 PM, Jeffrey Fetterman wrote:
> There is so much crap in stdin that the text file for the debug output is
> so big I can't even open it. It only occurs on occasion, I can't replicate
> it reliably.

I remember some 64k limits on Windows in the old days ;-)

You can tail -f your log in a second console and grep the output (e.g.
tail -f log|egrep 'Connection refused|host_increase_failure') and stop
wget2 when the problem occurred.

Without a trace / reproducer I can't help you.

Regards, Tim

> 
> On Tue, Apr 10, 2018 at 3:27 PM, Tim Rühsen  wrote:
> 
>>
>>
>> On 10.04.2018 20:37, Jeffrey Fetterman wrote:
>>>  with --tries=5 set, Failed to connect (111) will still instantly abort
>> the
>>> operation.
>>
>> As I wrote, not reproducible here (see my debug output). Please append
>> your debug output.
>>
>> Regards, Tim
>>
>>> On Tue, Apr 10, 2018 at 2:45 AM, Tim Rühsen  wrote:
>>>
 On 04/10/2018 03:12 AM, Jeffrey Fetterman wrote:
> --retry_connrefused is mentioned in the documentation but it doesn't
>> seem
> to be an option anymore. I can't find a replacement for it, either. My
 VPN
> is being a bit fussy today and I keep having to restart my script
>> because
> of 111 errors.
>
 I assume wget2... use --tries. That value is currently also used for
 connection failures.

 ...
 [0] Downloading 'http://localhost' ...
 10.073423.223 cookie_create_request_header for host=localhost
>> path=(null)
 Failed to write 207 bytes (111: Connection refused)
 10.073423.223 host_increase_failure: localhost failures=1
 ...

 Regards, Tim


>>
>>
>>
> 



signature.asc
Description: OpenPGP digital signature


Re: [Bug-wget] retry_connrefused?

2018-04-10 Thread Jeffrey Fetterman
There is so much crap in stdin that the text file for the debug output is
so big I can't even open it. It only occurs on occasion, I can't replicate
it reliably.

On Tue, Apr 10, 2018 at 3:27 PM, Tim Rühsen  wrote:

>
>
> On 10.04.2018 20:37, Jeffrey Fetterman wrote:
> >  with --tries=5 set, Failed to connect (111) will still instantly abort
> the
> > operation.
>
> As I wrote, not reproducible here (see my debug output). Please append
> your debug output.
>
> Regards, Tim
>
> > On Tue, Apr 10, 2018 at 2:45 AM, Tim Rühsen  wrote:
> >
> >> On 04/10/2018 03:12 AM, Jeffrey Fetterman wrote:
> >>> --retry_connrefused is mentioned in the documentation but it doesn't
> seem
> >>> to be an option anymore. I can't find a replacement for it, either. My
> >> VPN
> >>> is being a bit fussy today and I keep having to restart my script
> because
> >>> of 111 errors.
> >>>
> >> I assume wget2... use --tries. That value is currently also used for
> >> connection failures.
> >>
> >> ...
> >> [0] Downloading 'http://localhost' ...
> >> 10.073423.223 cookie_create_request_header for host=localhost
> path=(null)
> >> Failed to write 207 bytes (111: Connection refused)
> >> 10.073423.223 host_increase_failure: localhost failures=1
> >> ...
> >>
> >> Regards, Tim
> >>
> >>
>
>
>


Re: [Bug-wget] retry_connrefused?

2018-04-10 Thread Tim Rühsen


On 10.04.2018 20:37, Jeffrey Fetterman wrote:
>  with --tries=5 set, Failed to connect (111) will still instantly abort the
> operation.

As I wrote, not reproducible here (see my debug output). Please append
your debug output.

Regards, Tim

> On Tue, Apr 10, 2018 at 2:45 AM, Tim Rühsen  wrote:
>
>> On 04/10/2018 03:12 AM, Jeffrey Fetterman wrote:
>>> --retry_connrefused is mentioned in the documentation but it doesn't seem
>>> to be an option anymore. I can't find a replacement for it, either. My
>> VPN
>>> is being a bit fussy today and I keep having to restart my script because
>>> of 111 errors.
>>>
>> I assume wget2... use --tries. That value is currently also used for
>> connection failures.
>>
>> ...
>> [0] Downloading 'http://localhost' ...
>> 10.073423.223 cookie_create_request_header for host=localhost path=(null)
>> Failed to write 207 bytes (111: Connection refused)
>> 10.073423.223 host_increase_failure: localhost failures=1
>> ...
>>
>> Regards, Tim
>>
>>





Re: [Bug-wget] retry_connrefused?

2018-04-10 Thread Jeffrey Fetterman
500 internal server error isn't being re-tried either.

On Tue, Apr 10, 2018 at 2:45 AM, Tim Rühsen  wrote:

> On 04/10/2018 03:12 AM, Jeffrey Fetterman wrote:
> > --retry_connrefused is mentioned in the documentation but it doesn't seem
> > to be an option anymore. I can't find a replacement for it, either. My
> VPN
> > is being a bit fussy today and I keep having to restart my script because
> > of 111 errors.
> >
>
> I assume wget2... use --tries. That value is currently also used for
> connection failures.
>
> ...
> [0] Downloading 'http://localhost' ...
> 10.073423.223 cookie_create_request_header for host=localhost path=(null)
> Failed to write 207 bytes (111: Connection refused)
> 10.073423.223 host_increase_failure: localhost failures=1
> ...
>
> Regards, Tim
>
>


Re: [Bug-wget] retry_connrefused?

2018-04-10 Thread Jeffrey Fetterman
 with --tries=5 set, Failed to connect (111) will still instantly abort the
operation.

On Tue, Apr 10, 2018 at 2:45 AM, Tim Rühsen  wrote:

> On 04/10/2018 03:12 AM, Jeffrey Fetterman wrote:
> > --retry_connrefused is mentioned in the documentation but it doesn't seem
> > to be an option anymore. I can't find a replacement for it, either. My
> VPN
> > is being a bit fussy today and I keep having to restart my script because
> > of 111 errors.
> >
>
> I assume wget2... use --tries. That value is currently also used for
> connection failures.
>
> ...
> [0] Downloading 'http://localhost' ...
> 10.073423.223 cookie_create_request_header for host=localhost path=(null)
> Failed to write 207 bytes (111: Connection refused)
> 10.073423.223 host_increase_failure: localhost failures=1
> ...
>
> Regards, Tim
>
>


Re: [Bug-wget] retry_connrefused?

2018-04-10 Thread Tim Rühsen
On 04/10/2018 03:12 AM, Jeffrey Fetterman wrote:
> --retry_connrefused is mentioned in the documentation but it doesn't seem
> to be an option anymore. I can't find a replacement for it, either. My VPN
> is being a bit fussy today and I keep having to restart my script because
> of 111 errors.
> 

I assume wget2... use --tries. That value is currently also used for
connection failures.

...
[0] Downloading 'http://localhost' ...
10.073423.223 cookie_create_request_header for host=localhost path=(null)
Failed to write 207 bytes (111: Connection refused)
10.073423.223 host_increase_failure: localhost failures=1
...

Regards, Tim



signature.asc
Description: OpenPGP digital signature