如何修复 zincati 不更新 CoreOS:rpm-ostree deploy failed: error: Packages not found: ...

问题:

我的 zincati 服务 - 自动更新 CoreOS 的服务由于以下日志无法更新 CoreOS(使用 journalctl -xfu zincati.service 查看):

zincati_error.txt
[ERROR zincati::update_agent::actor] failed to stage deployment: rpm-ostree deploy failed:
    error: Packages not found: magic-wormhole

解决方案

解决方案通常涉及卸载包 - 在此例中是 magic-wormhole,使用

rpm_ostree_uninstall_magic_wormhole.sh
sudo rpm-ostree uninstall magic-wormhole

注意,这可能会卸载你的基础设施所需的服务,并且在卸载过程中会删除与该包关联的文件。无论如何,你应该备份有价值的数据。


Check out similar posts by category: Allgemein, CoreOS