Search Criteria
Package Details: cockpit-minimal 204-1
Git Clone URL: | https://aur.archlinux.org/cockpit-minimal.git (read-only, click to copy) |
---|---|
Package Base: | cockpit-minimal |
Description: | A systemd web based user interface for Linux servers (minimal setup with system graphs, journalctl, storage, network, user accounts, systemd services and terminal) |
Upstream URL: | http://www.cockpit-project.org/ |
Licenses: | |
Conflicts: | |
Submitter: | fthiery |
Maintainer: | fthiery |
Last Packager: | fthiery |
Votes: | 4 |
Popularity: | 0.000011 |
First Submitted: | 2017-09-13 16:52 |
Last Updated: | 2019-10-15 09:12 |
Dependencies (22)
- accountsservice (accountsservice-elogind)
- glib-networking
- json-glib (json-glib-git)
- krb5 (krb5-git, krb5-minimal-git)
- libssh (libssh-git, libssh-gnutls)
- networkmanager (networkmanager-secure, networkmanager-noscan, networkmanager-consolekit, networkmanager-git, networkmanager-iwd)
- packagekit
- perl-json
- perl-locale-po
- sshpass
- git (git-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- gtk-doc (gtk-doc-git) (make)
- intltool (make)
- libgsystem (make)
- networkmanager (networkmanager-secure, networkmanager-noscan, networkmanager-consolekit, networkmanager-git, networkmanager-iwd) (make)
- npm (npm4, nodejs6-bin) (make)
- perl-javascript-minifier-xs (make)
- python2-pyscss (make)
- tar (tar-libarchive, tar-git, tar-parallel) (make)
- xmlto (xmlto-git) (make)
- udisks2 (udisks2-nosystemd) (optional) – disk stats support
Latest Comments
1 2 Next › Last »
raneon commented on 2019-07-29 18:29
cockpit is now available in the official Arch repositories including libvirt support. So my question doesn't need to be answered anymore.
victor-zorro commented on 2019-07-28 15:33
@fthiery Thanks for running cockpit minimal for such a long time! It works great, however. I also will miss the libvirt support like @raneon.
raneon commented on 2019-07-28 14:52
@fthiery: Thanks for your answer. I think this is unfortunate, cockpit-minimal worked just fine for me with libvirt support for a really long time. The normal cockpit package does only support oVirt and it take ages to compile due to pcp dependencies. I would appreciate if libvirt support would be added back in cockpit-minimal.
fthiery commented on 2019-07-22 08:46
Well, that kind of was the goal (i.e. minimal version); if you need the full thing, please use https://aur.archlinux.org/packages/cockpit
It may be that i did forget to remove some VM management before, sorry about that.
raneon commented on 2019-07-19 22:13
Since the upgrade to 198 I cannot manage my virtual machines anymore with cockpit.
slav commented on 2019-07-16 21:16
Thank you for quick fixing! Now is fine :)
fthiery commented on 2019-07-16 20:13
Sorry guys, i pushed it too quickly. Please confirm it's fixed
slav commented on 2019-07-16 19:46
after changing checksum for correct one unfortunately still issue to install it
make[3]: Leaving directory '/home/slaw/Downloads/cockpit-minimal/src/cockpit-198' make[2]: Leaving directory '/home/slaw/Downloads/cockpit-minimal/src/cockpit-198' make[1]: Leaving directory '/home/slaw/Downloads/cockpit-minimal/src/cockpit-198' rm: cannot remove 'usr/share/cockpit/kubernetes': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...
SSS475 commented on 2019-07-16 14:45
In the commit for 198: https://aur.archlinux.org/cgit/aur.git/commit/?h=cockpit-minimal&id=
6b627692b11b
The sha1sums were not updated for the new tarball
Which is causing: ==> Validating source files with sha1sums... cockpit-198.tar.xz ... FAILED cockpit-cache-198.tar.xz ... FAILED cockpit-pam ... Passed
during install.
saymonz commented on 2019-05-10 11:34
Trying to install this it complains that it can't find cockpit.pam.
Changing: cp ../../cockpit-pam etc/pam.d/cockpit
To: cp ../../src/cockpit-pam etc/pam.d/cockpit
makes it build correctly.