http://cockpit-project.org/blog/cockpit-121.html
Cockpit is the modern Linux admin interface. We release regularly. Here are the release notes from version 121.
Network Configuration Rollback ------------------------------
NetworkManager now has support in its API for detecting whether a network configuration change broke connectivity to the system. Marius did work so that Cockpit can detect this and have NetworkManager rollback the changes that would have caused a remote admin to be disconnected from the system.
This is similar to how a Linux desktop asks you to click in a dialog if you accept the new display configuration. Except in the networking case we can test the connectivity automatically.
Demo: https://youtu.be/fNIaDl5UR4Q
Change: https://github.com/cockpit-project/cockpit/pull/5069
Debugging info for Javascript and CSS -------------------------------------
Cockpit now ships proper Javascript and CSS debugging "map" files in its cockpit-debuginfo packages. These make it easier to troubleshoot issues and develop code that runs in Cockpit.
Change: https://github.com/cockpit-project/cockpit/pull/5191
Debian Branding ---------------
Cockpit now shows proper branding when running on Debian, and uses the logo installed on the system on its login screen.
Screenshot: http://cockpit-project.org/blog/images/debian-branding.png
Change: https://github.com/cockpit-project/cockpit/pull/5240
Fix Kerberos single sign on Debian and Ubuntu ---------------------------------------------
Stef fixed Kerberos single sign on Debian and Ubuntu. More changes are coming in the next release including support for use with gssproxy and expanding support for non-Kerberos GSSAPI authentication mechanisms.
Change: https://github.com/cockpit-project/cockpit/pull/5227
Get it ------
You can get Cockpit here:
http://cockpit-project.org/running.html
Cockpit 121 is available in Fedora 25:
https://bodhi.fedoraproject.org/updates/cockpit-121-1.fc25
Or download the tarball here:
https://github.com/cockpit-project/cockpit/releases/tag/121
Take care,
Stef
On Fri, 2016-10-28 at 20:02 +0200, Stef Walter wrote:
This is similar to how a Linux desktop asks you to click in a dialog if you accept the new display configuration. Except in the networking case we can test the connectivity automatically.
Although in many cases this is the case, it is not always the case, is this under the control of the admin ? (I just configured my new openwrt on my new router, my net config was perfectly right, but the box was not connected to anything beyond my administering client, which also switched between 2 networks at my request).
Simo.
On 31.10.2016 13:27, Simo Sorce wrote:
On Fri, 2016-10-28 at 20:02 +0200, Stef Walter wrote:
This is similar to how a Linux desktop asks you to click in a dialog if you accept the new display configuration. Except in the networking case we can test the connectivity automatically.
Although in many cases this is the case, it is not always the case, is this under the control of the admin ?
Yup. Try it out [0] ... or see the linked video [1]. You are asked whether to 'Keep the Connection' or 'Change the settings' anyway.
Stef
[0] Fedora 25 + yum install --enablerepo=updates-testing cockpit
cockpit-devel@lists.fedorahosted.org