Closed ravindk89 closed 3 years ago
What's the version of cockpit packages that you are using?
The page is blank and you see Oops
on top right?
The page is blank and you see Oops on top right?
Yes. I tried this with both latest master and from checkout of the last stable tag. I'm just using make install
, but if there's a better or more reliable way to install the plugin, I'd be happy to learn. My googling didn't add much clarity on how to install plugins otherwise.
Can you please check dpkg -l cockpit-system
? My suspicion is that you are using the version from 20.04 final, i. e. 215. Could you try upgrading to the latest 252 version from backports?
My suspicion is that you are using the version from 20.04 final, i. e. 215
That's almost certainly the case. Backports does appear to have 252, so I'll install that this evening and see what happens. Thank you for the guidance.
Is there something between 215 and 252 that is necessary for cockpit-podman
? If so, assuming this works, I'd be happy to open a PR to update the readme to make that guidance explicit for others using Ubuntu LTS
@martinpitt bingo. Upgrading to 252~1 fixed the issue.
If there are no objections I can note this in the readme for other Ubuntu 20.04 LTS users.
So there's a lot here that could be user error, so I'll try to make this as straightforward as possible. Hardware is an R710, nothing too extraordinary hardware-wise. Install is fresh as of this afternoon, so there shouldn't be too much cruft in the way here.
1) Running on Ubuntu 20.04, using the instructions from Hitesh Jethva to install Podman 3.3.1
2) Installed Cockpit via apt, everything appears to be running fine
3) Cloned
cockpit-podman
, installed npm 6.14.4 and node 10.19.0 from apt4) ran
make install
- installer throws warnings about babel, but otherwise works5)
Podman
shows up in Cockpit. Clicking it results in the following errors:I hit this in both latest build and from the tag for latest stable. Not sure how to proceed from here, so any advice would be appreciated. All other cockpit functions appear to be stable.