On 2018-10-10, Mark Patruck <[email protected]> wrote: > Hi, > > is anyone else seeing a high latency when running pkg_add with 6.4? > > - server with httpd (5 hours old 6.4) > - client running pkg_add (5 hours old 6.4) > > $ doas pkg_add -u > > nothing happens for ~60 seconds > > $ (done) > > Everything works normally, if > > - i replace httpd with nginx for testing > - pkg_add against httpd running on a 25 days old -current > > > -Mark >
Can you figure out what's slow? Are plain fetches from that server using ftp(1) also slow or is it just with pkg_add? Is it using http or https? If https, is http any better? Is it possible to try building older httpd from source (e.g. "cd /usr/src/usr.sbin/httpd; cvs up -D 2018/09/15; make obj; make; doas make install") and see if the problem occurs there too? (i.e determine whether it's an httpd change or some other change that caused it).

