No upgrade available

Is it normal that there have been no updates for two months?

$ sudo rpm-ostree update
No upgrade available.
$ rpm-ostree status
State: idle
AutomaticUpdates: check; rpm-ostreed-automatic.timer: last run 17h ago
Deployments:
* ostree://fedora-iot:e1b3c709886fe64a935aa20b6408c37287cc03ff481941c6b9aff543c2d2432a
                   Version: 34.20210423.0 (2021-04-23T12:53:35Z)
                    Commit: e1b3c709886fe64a935aa20b6408c37287cc03ff481941c6b9aff543c2d2432a
              GPGSignature: Valid signature by 8C5BA6990BDB26E19F2A1A801161AE6945719A39

Where I’m wrong?

You have automatic update on.

AutomaticUpdates: check; rpm-ostreed-automatic.timer: last run 17h ago

Yes. Some days ago I enabled them just to try.
But as you can see, the current deployment is still 34.20210423.0 (2021-04-23)

Whatever branch you are on is very, very wrong. Try:

sudo rpm-ostree rebase fedora-iot:fedora/stable/$(arch)/iot

That being said, I usually do only see updates about once a week, given the tiny base image.

1 Like

Now it is much better. Thank you.
Surely I tinkered too much with the rpm-ostree command.

$ rpm-ostree status
State: idle
AutomaticUpdates: check; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
* ostree://fedora-iot:fedora/stable/x86_64/iot
                   Version: 34.20210607.0 (2021-06-06T23:55:38Z)
                    Commit: b05a11c197087b122916bcdb71d3af226a8b53425f32e3d98b9750d9bf7e5e17
              GPGSignature: Valid signature by 8C5BA6990BDB26E19F2A1A801161AE6945719A39

I am confident that the next upgrade will be applied.