this post was submitted on 05 May 2024
681 points (93.9% liked)

linuxmemes

20762 readers
1766 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] shekau@lemmy.today 52 points 4 months ago (3 children)

I am learning flatpak. Can someone explain why is like that???

[–] ace@lemmy.ananace.dev 65 points 4 months ago (4 children)

Well, one part of it is that Flatpak pulls data over the network, and sometimes data sent over a network doesn't arrive in the exact same shape as when it left the original system, which results in that same data being sent in multiple copies - until one manages to arrive correctly.

[–] kibiz0r@midwest.social 7 points 4 months ago (1 children)

Could also be that the HTTP server lied about the content length.

[–] AVincentInSpace@pawb.social 1 points 4 months ago

It's a protocol violation to do that, not least because it precludes connection reuse

[–] Hujaj@lemmynsfw.com 2 points 4 months ago (1 children)

Hence why Fedora Linux actually recently removed delta updates for DNF. Turns out it used more data in retries than just downloading a whole package again.

[–] boredsquirrel@slrpnk.net 1 points 4 months ago (1 children)

Interesting, didnt know that! That sounds like a fixable issue though...

[–] Hujaj@lemmynsfw.com 2 points 4 months ago

I think they have moved from trying to fix it in DNF, to using the capabilities found in BTRFS for Copy on write. Can't quite remember exactly.

[–] AVincentInSpace@pawb.social 1 points 4 months ago

?????? Retransmitted packets don't get counted towards downloaded file size

[–] jbk@discuss.tchncs.de 17 points 4 months ago (1 children)

something something ostree and how complicated the stuff it does actually is

[–] boredsquirrel@slrpnk.net 1 points 4 months ago* (last edited 4 months ago)

I mean ostree is just git for binaries, isnt it?

But it will likely be the issue here.

[–] lemmyvore@feddit.nl 13 points 4 months ago (1 children)

Shoddy implementation they can't be arsed to fix. They do all kinds of shenanigans like show the size of all locales but only download one, or the other way around, it does not count dependencies and then realizes it has to download something extra etc. It's all over the place and I've given up on it making any sense. I've just made sure it's on a drive with plenty of space and hope for the best.