Go to file
Martin Pitt f1d6d75287 test: Fix unexpected "truncated data in external channel" messages
`TestTerminal.testBasic` and `TestSuperuser.testBasic` both often fail
with an unexpected message like

> /system/overview.js: truncated data in external channel

This is just a matter of timing, and can happen in a similar manner as
"external channel failed: terminated". Add this to
allow_restart_journal_messages() and call that in both tests, as they
both call `Browser.relogin()` and thus interrupt anything that's
currently going on in the session.
2024-04-25 15:02:34 +02:00
.cockpit-ci cockpit-ci: Update container to 2024-04-08 2024-04-15 08:32:58 +02:00
.fmf test: Add FMF test metadata and scripts 2021-03-12 20:21:29 +01:00
.github dependabot: Group react packages 2024-04-11 09:36:11 +02:00
containers flatpak: lint on install 2024-03-13 07:08:03 +01:00
doc base1: Fix format_bytes() kB unit 2024-04-23 15:30:19 +02:00
examples CSS: stylelint fixes 2024-02-07 15:59:17 +01:00
node_modules@85e24f2e62 Bump stylelint from 16.3.1 to 16.4.0 in the stylelint group 2024-04-24 07:06:27 +02:00
pkg pf: Fix menu items cropping their content 2024-04-25 11:45:58 +02:00
plans fmf: Plumb through $TEST_* variables for unexpected messages 2023-08-28 08:54:58 +02:00
po po: Update from Fedora Weblate 2024-04-17 07:18:27 +02:00
selinux selinux: Cover migration to /run 2024-02-07 14:45:21 +01:00
src various: many typing-related fixups 2024-04-23 00:13:10 +02:00
test test: Fix unexpected "truncated data in external channel" messages 2024-04-25 15:02:34 +02:00
tools various: many typing-related fixups 2024-04-23 00:13:10 +02:00
vendor vendor: update to the latest systemd_ctypes 2024-02-02 16:16:19 +01:00
.eslintignore Revert "Ignore sizzle.js in ESLint" 2022-05-23 13:33:09 +02:00
.eslintrc.json eslint: enable no-useless-fragment rule by default 2024-04-23 00:13:38 +02:00
.flowconfig
.gitignore .gitignore: add .tox 2023-07-17 16:58:42 +02:00
.gitleaks.toml gitleaks: Ignore mock SSH keys 2022-10-03 09:01:53 +02:00
.gitmodules modules: rename to vendor 2023-09-07 17:48:36 +02:00
.stylelintrc.json stylelint: Drop checks which don't exist in version 16 any more 2024-02-07 15:59:17 +01:00
AUTHORS
COPYING
HACKING.md HACKING: add information on how to use React Developer Tools 2024-04-24 15:42:36 +02:00
Makefile.am build: Put .cockpit-ci into source tarballs 2024-03-27 15:22:51 +01:00
README.md various: replace mentions of IRC with Matrix 2023-03-29 15:41:28 +02:00
autogen.sh build: write a bare minimal PEP 517 build backend 2023-05-12 11:01:02 +02:00
build.js test: support typescript on qunit tests 2024-04-16 18:21:36 +02:00
configure.ac build: Check if we need to link against libargp 2023-10-23 07:59:59 +02:00
files.js lib: initial typing for cockpit.spawn 2024-04-22 12:42:49 +02:00
package.json Bump stylelint from 16.3.1 to 16.4.0 in the stylelint group 2024-04-24 07:06:27 +02:00
packit.yaml packit: Add Fedora 40, drop Fedora 38 2024-02-27 11:39:26 +01:00
pyproject.toml test/static-code: copy mypy setup from bots/ 2024-04-23 00:13:10 +02:00
tsconfig.json test/static-code: add support for typescript 2024-04-10 19:51:25 +02:00

README.md

Cockpit

A sysadmin login session in a web browser

cockpit-project.org

Cockpit is an interactive server admin interface. It is easy to use and very lightweight. Cockpit interacts directly with the operating system from a real Linux session in a browser.

Using Cockpit

You can install Cockpit on many Linux operating systems including Debian, Fedora and RHEL.

Cockpit makes Linux discoverable, allowing sysadmins to easily perform tasks such as starting containers, storage administration, network configuration, inspecting logs and so on.

Jumping between the terminal and the web tool is no problem. A service started via Cockpit can be stopped via the terminal. Likewise, if an error occurs in the terminal, it can be seen in the Cockpit journal interface.

You can also easily add other machines that have Cockpit installed and are accessible via SSH and jump between these hosts.

Development