https://bugs.kde.org/show_bug.cgi?id=516861
--- Comment #12 from [email protected] --- After further investigation, I can confirm the root cause more precisely. kde-linux-sysupdated.socket listens on 127.0.0.1:3129 and is socket-activated — no persistent process, but the socket holds the port. On first access, it spawns kde-linux-sysupdated-redirector, which rewrites the transfer source at runtime by creating: /run/sysupdate.d/50-root-x86-64-erofs.transfer.d/00-default.conf This override redirects https://files.kde.org/kde-linux/sysupdate/v2/ to http://localhost:3129/kde-linux/sysupdate/v2/, which means passing --transfer-source=https://files.kde.org/... directly to systemd-sysupdate has no effect — the runtime config takes precedence. Workaround: bashsystemctl stop kde-linux-sysupdated.socket systemd-sysupdate --transfer-source=https://files.kde.org/kde-linux/sysupdate/v2/ update Stopping the socket before the update prevents the redirector from being triggered and the override file from being written. Downloads then proceed directly from files.kde.org without proxy involvement. -- You are receiving this mail because: You are watching all bug changes.
