Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132003106
D46983.id144425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
568 B
Referenced Files
None
Subscribers
None
D46983.id144425.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D46983: pkg(7): improve error message
Attached
Detach File
Event Timeline
Log In to Comment