Martin Pitt 5e08ad61b7 tls: Handle fatal errors in wait_for_io()
As per poll(2), all errors except `EINTR` (which we already retry)
are not runtime errors, but programming errors that ought to be fatal.
The only edge case is maybe `EINVAL`, but if our `n_fds == 1` is already
exceeding RLIMIT_NOFILE, we are in deep trouble anyway, and exiting is
still the right thing to do.

With that, change `wait_for_io()` to return a bool, so that error
handling in the caller becomes simpler and more robust.
2026-04-28 13:18:10 +02:00
2026-02-04 10:24:11 +01:00
2026-04-22 10:17:14 +02:00
2026-02-10 13:13:57 +01:00
2026-04-10 16:51:46 +02:00
2026-04-20 17:39:51 +02:00
2024-12-06 10:35:32 +01:00

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

S
Description
Cockpit is a web-based graphical interface for servers.
Readme 325 MiB
Languages
JavaScript 34%
Python 33.1%
C 18.4%
TypeScript 8.8%
SCSS 1.9%
Other 3.8%