cockpit-project / cockpit

Cockpit is a web-based graphical interface for servers.
http://www.cockpit-project.org/
GNU Lesser General Public License v2.1
10.98k stars 1.1k forks source link

Applications not available in applications list #20354

Open deadmeu opened 4 months ago

deadmeu commented 4 months ago

Explain what happens

There are only two applications being shown in the Applications section: Networking, and Storage. The reload button does not refresh the list with more applications.

sudo apt install cockpit-podman seems to be able to work.

Additionally, the Networking application displays a Not Found screen.

Note: I am running on a Raspberry Pi 3 Model B Rev 1.2 on the latest version of Raspberry Pi OS Lite.

Reproduction steps

  1. Select the Applications section
  2. Observe only two applications are provided

Version of Cockpit

287.1-0+deb12u2

Where is the problem in Cockpit?

Applications

Server operating system

Debian

Server operating system version

Debian 12 (Raspberry Pi OS Lite)

What browsers are you using?

Firefox

System log

No response

deadmeu commented 4 months ago

I've just updated to the bookworm backports (311-1~bpo12+1) and am still only seeing the 2 default applications as well as cockpit-podman which I installed manually.

martinpitt commented 4 months ago

I suppose the two default applications that you see are the ones that you already have installed. The main point of that page is to show the uninstalled ones, which is taken from the archive's AppStream metadata. Perhaps the RasPi OS Lite archive doesn't publish that? See e.g. the Debian and Ubuntu archive structure.

deadmeu commented 4 months ago

I think the default Debian repos should be used normally, but there is also this: https://archive.raspberrypi.org/debian/dists/bookworm/main/ I'm not really sure what to look for here :laughing: is this something I should raise with rpi devs?