Post #4201030
2026-07-21 13:57 UTC
Replies (2)
-
@jperkin@federate.me.uk 2026-07-21 14:02
@brubarwal@mastodon.sdf.org @ParadeGrotesque@mastodon.sdf.org Yeh it's a common issue, especially when you add CDNs into the mix. The only way for pkgin to work reliably is if entire package directories are only ever updated atomically. I do this for https://pkgsrc.smartos.org/ so you'll never see similar errors there, but I don't know that everyone else is so careful. If you just run naive rsync then files and pkg_summary will be out of sync until the entire directory has finished uploading. #netbsd #pkgsrc
-
@joel@gts.tumfatig.net 2026-07-21 15:36
@brubarwal@mastodon.sdf.org @ParadeGrotesque@mastodon.sdf.org @jperkin@federate.me.uk I also had issues with CDN during my last netbook playtime. I switched to using the FR mirror and all suddenly went well.