Re: Timeouting the pkg_add

2018-06-15 Thread sven falempin
Thank you all, looks like it was just noise, the unused http code got me worry. -- Short: DOH !! Code : /usr/libdata/perl5/OpenBSD/Paths.pm:sub ftp() { $ENV{'FETCH_CMD'} || '/usr/bin/ftp' } Man : FETCH_CMDOverride use of ftp(1). Must point to a command that

Re: Timeouting the pkg_add

2018-06-14 Thread Marc Espie
On Thu, Jun 14, 2018 at 01:40:28PM -0400, sven falempin wrote: > Dear Tech Readers, > > In ftp command -w is available, very useful for crappy networks. > pkg_add does not have any of this. > > The HTTP layer is not configuring Timeout. > ( in

Re: Timeouting the pkg_add

2018-06-14 Thread Stuart Henderson
On 2018/06/14 13:40, sven falempin wrote: > Dear Tech Readers, > > In ftp command -w is available, very useful for crappy networks. > pkg_add does not have any of this. > > The HTTP layer is not configuring Timeout. > ( in /usr/libdata/perl5/OpenBSD/./PackageRepository/HTTP.pm ) > my $o