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

linuxmemes

20483 readers
923 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
[–] [email protected] 52 points 3 months ago (3 children)

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

[–] [email protected] 65 points 3 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.

[–] [email protected] 7 points 3 months ago (1 children)

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

[–] [email protected] 1 points 3 months ago

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

[–] [email protected] 2 points 3 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.

[–] [email protected] 1 points 3 months ago (1 children)

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

[–] [email protected] 2 points 3 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.

[–] [email protected] 1 points 3 months ago

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

[–] [email protected] 17 points 3 months ago (1 children)

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

[–] [email protected] 1 points 3 months ago* (last edited 3 months ago)

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

But it will likely be the issue here.

[–] [email protected] 13 points 3 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.