Seite 1 von 1

Product on Depots: Warning

Verfasst: 24 Feb 2026, 08:31
von siil-itman
WARNING - Product 'opsi-configed' is outdated on depot 'opsi.**'. Installed version '4.3.19.3-1' < available version '4.3.19.5-1'.

When I check in /var/lib/opsi/repository I'm seeing the files for 4.3.19.3-1
Initially I ran
opsi-ackage-updater -v update
That reports "no new packages available"

I've tried to update using the cli
sudo opsi-cli package install --depots opsi.*** https://opsipackages.43.opsi.org/stable ... 9.5-1.opsi

That gives me
Command run_command failed: "/tmp/ziplaunch.root.opsi-cli.1769442399/opsi-cli" ["package", "install", "--depots", "opsi.***", "https://opsipackages.43.opsi.org/stable ... 9.5-1.opsi"]: No such file or directory (os error 2)

How do I get the package updated and do I need to push it out to all my depot servers or just my main one?

Re: Product on Depots: Warning

Verfasst: 24 Feb 2026, 16:05
von n.doerrer
The opsi-package-updater call should be executed on the depot where the package is outdated (e.g. by cron job).

The opsi-cli call looks correct. What does the log say?

Code: Alles auswählen

opsi-cli -l6 package install --depots <outdated_depot> <package_link>