System Configuration Backup - Configuration backup settings won't adjust upon save

Hello,

I was trying to adjust the retention # of days from 3 to 5 (any number) but when selecting “Save” after input the dialog box in Cockpit doesn’t go away and only a little small circle to the left of the “Cancel” button appears briefly. Exiting & re-entering the dialog box does not retain the desired changes. I am using Firefox latest update.

3 Likes

Hi @royceb, I can reproduce.
Tomorrow I will investigate on it.

1 Like

Here is the issue

2 Likes

@royceb, could you test the fix by @federico.ballarini?

Run this command to install the package to test:

yum -y --enablerepo=nethserver-testing update nethserver-cockpit\*
1 Like

Not sure if the update got pushed or is availble to me yet.

[root@ns1 ~]# yum -y --enablerepo=nethserver-testing update nethserver-cockpit\*
Loaded plugins: changelog, fastestmirror, nethserver_events
Loading mirror speeds from cached hostfile
 * ce-base: centos.mirror.garr.it
 * ce-extras: centos.mirror.garr.it
 * ce-sclo-rh: centos.mirror.garr.it
 * ce-sclo-sclo: centos.mirror.garr.it
 * ce-updates: centos.mirror.garr.it
 * epel: mirror.sfo12.us.leaseweb.net
 * nethforge: nethserver.interlin.nl
 * nethserver-base: nethserver.interlin.nl
 * nethserver-updates: nethserver.interlin.nl
nethserver-testing/7/x86_64/signature                                             |  836 B  00:00:00     
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-NethServer-7
Importing GPG key 0x39BAF5C1:
 Userid     : "NethServer 7 (NethServer 7 Official Signing Key) <security@nethserver.org>"
 Fingerprint: 594c 3fd8 fae1 8ff5 32fe ae23 9cb2 8ea0 39ba f5c1
 Package    : nethserver-release-7-16.ns7.noarch (@nethserver-updates)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-NethServer-7
nethserver-testing/7/x86_64/signature                                             | 2.9 kB  00:00:00 !!! 
nethserver-testing/7/x86_64/primary_db                                            | 158 kB  00:00:00     
No packages marked for update
1 Like

You’re right, the package was missing from the testing repo (due to an upstream mirror issue, but that’s another story…).

Now it should work. But clear YUM cache before:

 yum --enablerepo=nethserver-testing clean all
 yum -y --enablerepo=nethserver-testing update nethserver-cockpit\*

If you’re behind a web proxy more parameters are needed: let me know…

Just updated and verified the bug has been fixed. Thank you.

3 Likes