You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently found a bug in /usr/sbin/pkg where it will sleep for a total of 4 seconds, if it can't fetch a file while bootstrapping, at least in some circumstances (mine was IPv4 configured but no DNS).
I reported that to FreeBSD. The sleep(1) in question is in code that originates from pkg and is now in fetch_libfetch.c. The code there has seen more changes, and I wasn't able to reproduce this bug with pkg.
This is obviously not a terribly serious bug, but it might be delaying pkg in some circumstances where it shouldn't, so I'm reporting it here.
The text was updated successfully, but these errors were encountered:
I recently found a bug in
/usr/sbin/pkgwhere it will sleep for a total of 4 seconds, if it can't fetch a file while bootstrapping, at least in some circumstances (mine was IPv4 configured but no DNS).I reported that to FreeBSD. The
sleep(1)in question is in code that originates frompkgand is now in fetch_libfetch.c. The code there has seen more changes, and I wasn't able to reproduce this bug withpkg.This is obviously not a terribly serious bug, but it might be delaying
pkgin some circumstances where it shouldn't, so I'm reporting it here.The text was updated successfully, but these errors were encountered: