cosmopolitz
(Orjan Albriktsen)
November 11, 2025, 3:58pm
1
Hi. Newbie here…
I’ve got some update issues.
Can anyone please tell me what is happening - and what to do?
sudo rpm-ostree status
State: idle
Deployments:
● fedora:fedora/43/x86_64/kinoite
Version: 43.1.6 (2025-10-23T03:12:26Z)
Commit: 213f179097c9be995e9ce19dbe1afed2e6bfc1576b7b9a8e05578f9c31adf24a
ostree remote refs fedora
error: Remote refs not available; server has no summary file
sudo rpm-ostree upgrade
error: While pulling fedora/43/x86_64/kinoite: While fetching https://dl.fedoraproject.org/pub/fedora/linux/development/43/Everything/x86_64/os/refs/heads/fedora/43/x86_64/kinoite: Server returned HTTP 404
Thx.
cosmopolitz
(Orjan Albriktsen)
November 11, 2025, 6:25pm
2
Operating System: Fedora Linux 43
KDE Plasma Version: 6.4.5
KDE Frameworks Version: 6.18.0
Qt Version: 6.9.2
Kernel Version: 6.17.1-300.fc43.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 22 × Intel® Core™ Ultra 9 185H
Memory: 32 GiB of RAM (30.8 GiB usable)
Graphics Processor 1: Intel® Arc
Graphics Processor 2: NVIDIA GeForce RTX 4060 Laptop GPU
Manufacturer: LENOVO
Product Name: 83E2
System Version: Yoga Pro 7 14IMH9
Anyone..?
miabbott
(Micah Abbott)
November 11, 2025, 8:00pm
4
This looks like your ostree remote is misconfigured.
Can you paste the output of cat /etc/ostree/remotes.d/*?
cosmopolitz
(Orjan Albriktsen)
November 11, 2025, 8:06pm
5
Hi Micah
[remote “fedora-compose”]
url=Making sure you're not a bot!
gpg-verify=true
gpgkeypath=/etc/pki/rpm-gpg/
[remote “fedora”]
url=Index of /pub/fedora/linux/development/43/Everything/x86_64/os
gpg-verify=false
miabbott
(Micah Abbott)
November 11, 2025, 8:13pm
6
The definition for the fedora remote doesn’t match what I see in a freshly installed Kinoite 43 system.
core@fedora:~$ rpm-ostree status
State: idle
Deployments:
● fedora:fedora/43/x86_64/kinoite
Version: 43.1.6 (2025-10-23T03:12:26Z)
Commit: 213f179097c9be995e9ce19dbe1afed2e6bfc1576b7b9a8e05578f9c31adf24a
GPGSignature: Valid signature by C6E7F081CF80E13146676E88829B606631645531
core@fedora:~$ cat /etc/ostree/remotes.d/fedora.conf
[remote "fedora"]
url=https://ostree.fedoraproject.org
gpg-verify=true
gpgkeypath=/etc/pki/rpm-gpg/
contenturl=mirrorlist=https://ostree.fedoraproject.org/mirrorlist
If you update that fedora.conf file on your system to what I have shown above, you should be able to update.
The more interesting question is how your fedora.conf file got changed…
1 Like
cosmopolitz
(Orjan Albriktsen)
November 11, 2025, 8:27pm
7
This worked perfectly..!
As for your question about what happened to fedora.conf, it’s likely that I messed it up myself. I’ve tried a few different things - and I think I’ve been careful to note the changes - but I clearly haven’t been… But the thing is, I’ve had problems with this update ever since I installed it.
Thank you very much..!