• 2 Posts
  • 135 Comments
Joined 2 years ago
cake
Cake day: September 1st, 2023

help-circle



  • I mean, anything is possible, but that seems farfetched to me. The router is typically a hard target for malware unless you have physical or at least LAN access. They are generally pretty locked down and don’t execute anything from remote access, they examine packet headers and send them on their way. If it was compromised I’d expect something more nefarious than ruining file transfers too.

    The biggest strike against this being a network hardware/driver issue is that normal browsing works. If packets were being screwed up in transit, connections would drop, text and images would be corrupt as well (which the browser would probably choke on). It seems to have an issue only when the disk is involved, when data is being saved.



  • Huh, storage or RAM problems would be evident in your file tests (and elsewhere). Can you visit websites normally? Stream YouTube etc.? It would be very strange for a broken network device to corrupt files.

    Also, since you didn’t mention where the downloads are coming from… No chance of corruption at the source?

    The input/output error makes me think disk issue (since it should copy corrupt files just fine, it’s just data) but that should also be triggered by copying from a separate device. A more thorough disk check may be in order, like a badblock run or something.














  • Yes. It has basically the same issue that any compatibility layer is going to have. It will either faithfully reproduce X11 so well it will bring all of the nonsense Wayland was meant to do a way with (everything not directly related to displaying graphics, like font and geometry rendering from the '80s, network transparency, insecure event handling) OR it will attempt to get a reasonable subset working for modern X apps and it won’t be compatible with dusty old binaries and X forwarding etc.

    Right now it looks like a shim for Xwayland so it’s the first one, but as it matures we’ll see.