Opened 8 years ago
Last modified 7 years ago
#12969 reopened bug
[Package Kit] better error handling of broken repos
Reported by: | tchbnl | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Package Kit | Version: | R1/Development |
Keywords: | Cc: | perelandra | |
Blocked By: | Blocking: | #12906 | |
Platform: | All |
Description
When running pkgman, I get this error:
pkgman full-sync Downloading repochecksum-1...done. Validating checksum for Haiku...done. Downloading repocache-2...done. Checksum error: *** expected '<?xml version="1.0" encoding="UTF-8"?> *** <!DOCTYPE html PUBLIC "-/' *** got 'e49d399c4740a8de7404a2c9c3885357706f6e1e0a93328740df11dcd7ba0a5c'*** aborted : No Error (1701273973) Validating checksum for Haiku...
No problem on hrev50544.
Change History (4)
comment:1 by , 8 years ago
Cc: | added |
---|---|
Component: | - General → Kits/Package Kit |
Summary: | Checksum error when running pkgman on hrev50545 → [Package Kit] better error handling of broken repos |
comment:2 by , 7 years ago
Blocking: | 12906 added |
---|
comment:3 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Looks like you have non-working repo installed. It would be nice if pkgman could provide more user friendly message and show a hint on what to do. Like list repos using
pkgman list
and drop non-working usingpkgman drop
or -- if it's SoftwareUpader -- open Repositories which could check then automatically and mark broken repos as such.