New Server Manager cannot get to work

rpm -Va # capture any damaged/incomplete rpms - but will also show lots of configuration files, which you of course expect to be modified:

Maybe… I don’t know.

good morning Marc, I ran the rpm -Va but have no idea what the results mean LOL i tried research examples but was not successful. Thank you for you continuing help :slight_smile:

rpm -Va

.M… g /boot/initramfs-3.10.0-957.21.3.el7.x86_64.img
S.5…T. c /etc/yum.conf
S.5…T. c /etc/selinux/targeted/contexts/files/file_contexts.subs
S.5…T. c /etc/yum/yum-cron.conf
.M… g /boot/initramfs-3.10.0-957.21.2.el7.x86_64.img
S.5…T. c /etc/ppp/chap-secrets
S.5…T. c /etc/ppp/pap-secrets
S.5…T. c /etc/krb5.conf
.M… /var/lib/nethserver/ibay
…UG… g /var/run/avahi-daemon
S.5…T. c /etc/samba/smb.conf
…5…T. c /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo
S.5…T. c /etc/ssh/sshd_config
S.5…T. c /etc/logrotate.conf
.M… g /etc/pki/ca-trust/extracted/java/cacerts
.M… g /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt
.M… g /etc/pki/ca-trust/extracted/pem/email-ca-bundle.pem
.M… g /etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem
.M… g /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
…T. c /var/log/smbaudit.log
S.5…T. c /etc/nethserver/eorepo.conf
S.5…T. c /etc/nethserver/pkginfo.conf
…L… c /etc/pam.d/fingerprint-auth
…L… c /etc/pam.d/password-auth
…L… c /etc/pam.d/postlogin
…L… c /etc/pam.d/smartcard-auth
…L… c /etc/pam.d/system-auth
…5…T. c /etc/yum/pluginconf.d/nethserver_events.conf
S.5…T. c /etc/sysconfig/authconfig
S.5…T. c /etc/yum.repos.d/NethServer.repo
.M… g /boot/initramfs-3.10.0-957.el7.x86_64.img
…UG… /var/lib/nethserver/vmail
S.5…T. /usr/share/arp-scan/ieee-iab.txt
S.5…T. /usr/share/arp-scan/ieee-oui.txt
S.5…T. c /etc/openldap/ldap.conf
S.5…T. c /etc/sysconfig/run-parts
…T. /boot/efi/EFI/BOOT/BOOTX64.EFI
…T. /boot/efi/EFI/BOOT/fallback.efi
…T. /boot/efi/EFI/BOOT/fbx64.efi
…T. /boot/efi/EFI/centos/BOOT.CSV
…T. /boot/efi/EFI/centos/BOOTX64.CSV
…T. /boot/efi/EFI/centos/MokManager.efi
…T. /boot/efi/EFI/centos/mmx64.efi
…T. /boot/efi/EFI/centos/shim.efi
…T. /boot/efi/EFI/centos/shimx64-centos.efi
…T. /boot/efi/EFI/centos/shimx64.efi
S.5…T. c /etc/collectd.d/ping.conf
S.5…T. c /etc/rsyncd.conf
S.5…T. c /etc/lsm/lsm.conf
S.5…T. c /etc/firehol/fireqos.conf
S.5…T. c /etc/issue
S.5…T. c /etc/yum.repos.d/CentOS-Base.repo
.M… g /var/lock/iscsi
.M… g /var/lock/iscsi/lock
S.5…T. c /etc/cups/cups-browsed.conf
S.5…T. c /etc/collectd.d/filter.conf
S.5…T. c /etc/chrony.conf
SM5…T. c /etc/shorewall/actions
SM5…T. c /etc/shorewall/findgw
SM5…T. c /etc/shorewall/hosts
SM5…T. c /etc/shorewall/interfaces
SM5…T. c /etc/shorewall/maclist
SM5…T. c /etc/shorewall/mangle
SM5…T. c /etc/shorewall/nat
SM5…T. c /etc/shorewall/policy
SM5…T. c /etc/shorewall/providers
SM5…T. c /etc/shorewall/rtrules
SM5…T. c /etc/shorewall/rules
SM5…T. c /etc/shorewall/shorewall.conf
SM5…T. c /etc/shorewall/snat
SM5…T. c /etc/shorewall/stoppedrules
SM5…T. c /etc/shorewall/tcinterfaces
SM5…T. c /etc/shorewall/tcpri
SM5…T. c /etc/shorewall/tunnels
SM5…T. c /etc/shorewall/zones
S.5…T. c /etc/davfs2/davfs2.conf
S.5…T. c /etc/davfs2/secrets
…G… /var/lib/nethserver/sieve-scripts
S.5…T. c /etc/httpd/conf.d/welcome.conf
S.5…T. c /etc/collectd.conf
…5…T. c /etc/yum.repos.d/CentOS-SCLo-scl.repo
S.5…T. c /etc/dnsmasq.conf
S.5…T. c /etc/postfix/main.cf

https://linux.die.net/man/8/rpm
S file Size differs
M Mode differs (includes permissions and file type)
5 digest (formerly MD5 sum) differs
D Device major/minor number mismatch
L readlink (2) path mismatch
U User ownership differs
G Group ownership differs
T mTime differs
P caPabilities differ

Just wanted to check if some files were marked as missing, but nothing useful after all.

If anyone else can jump in to help, it will be appreciated.

Hi, try to exec:

/usr/libexec/cockpit-ws

and if an error like this appears:

/usr/libexec/cockpit-ws: error while loading shared libraries: /lib64/libjson-glib-1.0.so.0: file too short

run:

yum reinstall json-glib

then

systemctl restart cockpit
1 Like