Page MenuHomeFreeBSD

D46983.id144425.diff
No OneTemporary

D46983.id144425.diff

diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c
--- a/usr.sbin/pkg/pkg.c
+++ b/usr.sbin/pkg/pkg.c
@@ -855,7 +855,11 @@
goto cleanup;
fetchfail:
- warnx("Error fetching %s: %s", url, fetchLastErrString);
+ for (int j = 0; bootstrap_names[j] != NULL; j++) {
+ warnx("Attempted to fetch %s/Latest/%s", packagesite,
+ bootstrap_names[j]);
+ }
+ warnx("Error: %s", fetchLastErrString);
if (fetchLastErrCode == FETCH_RESOLV) {
fprintf(stderr, "Address resolution failed for %s.\n", packagesite);
fprintf(stderr, "Consider changing PACKAGESITE.\n");

File Metadata

Mime Type
text/plain
Expires
Mon, Oct 13, 9:01 PM (1 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23692370
Default Alt Text
D46983.id144425.diff (568 B)

Event Timeline