Dec 21 19:36:42 lin NetworkManager[7615]: <warn> [1576953402.6235] error requesting auth for org.freedesktop.NetworkManager.enable-disable-connectivity-check: Authorization check failed: Failed to open file “/proc/17814/status”: No such file or directory
Dec 21 19:36:42 lin NetworkManager[7615]: <warn> [1576953402.6231] error requesting auth for org.freedesktop.NetworkManager.enable-disable-statistics: Authorization check failed: Failed t>
Dec 21 19:36:42 lin NetworkManager[7615]: <warn> [1576953402.6227] error requesting auth for org.freedesktop.NetworkManager.checkpoint-rollback: Authorization check failed: Failed to open>
Dec 21 19:36:42 lin NetworkManager[7615]: <warn> [1576953402.6224] error requesting auth for org.freedesktop.NetworkManager.reload: Authorization check failed: Failed to open file “/proc/>
Dec 21 19:36:42 lin NetworkManager[7615]: <warn> [1576953402.6220] error requesting auth for org.freedesktop.NetworkManager.settings.modify.global-dns: Authorization check failed: Failed >
Dec 21 19:36:42 lin NetworkManager[7615]: <warn> [1576953402.6216] error requesting auth for org.freedesktop.NetworkManager.settings.modify.hostname: Authorization check failed: Failed to>
Dec 21 19:36:42 lin NetworkManager[7615]: <warn> [1576953402.6213] error requesting auth for org.freedesktop.NetworkManager.settings.modify.own: Authorization check failed: Failed to open>
Dec 21 19:36:42 lin NetworkManager[7615]: <warn> [1576953402.6209] error requesting auth for org.freedesktop.NetworkManager.settings.modify.system: Authorization check failed: Failed to o>
Dec 21 19:36:42 lin NetworkManager[7615]: <warn> [1576953402.6205] error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: Authorization check failed: Failed to open fil>
Dec 21 19:36:42 lin NetworkManager[7615]: <warn> [1576953402.6202] error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: Authorization check failed: Failed to ope>
Dec 21 19:36:42 lin NetworkManager[7615]: <warn> [1576953402.6197] error requesting auth for org.freedesktop.NetworkManager.network-control: Authorization check failed: Failed to open fil>
Dec 21 19:36:42 lin NetworkManager[7615]: <warn> [1576953402.6194] error requesting auth for org.freedesktop.NetworkManager.enable-disable-wimax: Authorization check failed: Failed to ope>
Dec 21 19:36:42 lin NetworkManager[7615]: <warn> [1576953402.6190] error requesting auth for org.freedesktop.NetworkManager.enable-disable-wwan: Authorization check failed: Failed to open>
Dec 21 19:36:41 lin NetworkManager[7615]: <warn> [1576953401.5963] error requesting auth for org.freedesktop.NetworkManager.enable-disable-connectivity-check: Authorization check failed: >
...
...
...
The received signal level is a little low (and that can obviously depend on the distance from the associated access point), but the link quality is within the acceptable range. Do you have any specific concerns with the connectivity?
Recommend actually reading the log events…
I see two types in what you posted (so don’t know if you’ve posted everything relevant or not).
When a connectivity check is actually made, the PiD file which represents the expected process is not found.
Some kind of request to actually do the connectivity check is failing because it’s not being authorized.
At the 30,000 foot level,
You should probably identify why a connectivity check is even being made… Are you invoking your Network Manager through something else? It’s not enough to simply identify your network hardware, this is ordinarily a software problem. Are you running some kind of netowrking software issued by a Vendor like Cisco or a VPN manager or something else? What did you install on your machine that has anything to do with networking?
As for troubleshooting the specific entries, you might start by looking at your logs more closely… look at your bootlog and the hundred or so lines that precede the entries you posted. Often knowing what happened just before your problem entries can tell you a lot about what might have preceded and been a possible direct cause.
The first error about a PiD file not found should probably considered in the following order…
Is a connectivity check proper? Is it being invoked by something that shouldn’t even be running on your machine?
If you don’t think that anything was installed on your machine properly, the next step is to consider it might be a misconfiguration, and possibly also by bad code.It’s a common mistake in code running on *NIX to instantiate something but not set the PiD… so the sytem assigns some random PiD number that is available but the code might know what it is, and be expecting something permanently set. It’s up to you how far you want to troubleshoot this or report a bug.
The second error will depend on what kind of software is trying to do the connectivity check. Again, depending on your willingness to spend effort on this and your skill level, you may want to simply report as a bug.
Whatever it was, that had the PID «Process Identification Number» “17814”, seems to have crashed or, disappeared, without crashing …
Take a look in ‘/var/lib/systemd/coredump/’ to see if the offending application had dumped core via systemd or, not …
With the user “root”, use the systemd Core Dump utility to examine what happened:
# coredumpctl info 17814
(With the user “root”) A list of known Core Dumps can be obtained by means of “coredumpctl list” – where “missing” is noted, the “core” file is no longer present in ‘/var/lib/systemd/coredump/’ but, systemd will still have stored most of the relevant crash information in the Journal.
BTW, the default openSUSE behaviour is, to restrict the storage time of core files located in ‘/var/lib/systemd/coredump/’ to 3 days – “usr/lib/tmpfiles.d/systemd.conf”.
I’ve posted everything relevant by selecting screen output & Ctrl-C & Ctrl-V. Output was wider than screen width so I couldn’t copy everything. Missing text is the same and repeats so I copied it for first line only.
Warnings repeats too so I’ve ommitted repeated warnings.
This precedes network warnings (another time, network warnings starts at 07:08:18):
Jan 30 07:07:43 lin systemd[6581]: Started Accessibility services bus.
Jan 30 07:07:43 lin dbus-daemon[6642]: [session uid=1000 pid=6642] Successfully activated service 'org.a11y.Bus'
Jan 30 07:07:43 lin systemd[6581]: Starting Accessibility services bus...
Then, whatever it was that disappeared – it didn’t crash.
And, the NetworkManager “Enable/Disable connectivity check" wanted to check it’s status but, it was gone …
So, it seems that, there was a Network Connection but, it disconnected, for whatever reason.
Is the machine a mobile device and, is it moving
?
[HR][/HR]One explanation is, that it’s a mobile device, moving at say 100 or 200 km/h and, the network connection is being handed off from one radio cell to the next …
Warnings have disappeared after removing postfix and correcting wicked configuration.
Then I have tried commands you have suggested. Results seemed to be ok.
rpm --verify --all
SM5....T. c /etc/libvirt/nwfilter/allow-arp.xml
SM5....T. c /etc/libvirt/nwfilter/allow-dhcp-server.xml
SM5....T. c /etc/libvirt/nwfilter/allow-dhcp.xml
SM5....T. c /etc/libvirt/nwfilter/allow-incoming-ipv4.xml
SM5....T. c /etc/libvirt/nwfilter/allow-ipv4.xml
SM5....T. c /etc/libvirt/nwfilter/clean-traffic-gateway.xml
SM5....T. c /etc/libvirt/nwfilter/clean-traffic.xml
SM5....T. c /etc/libvirt/nwfilter/no-arp-ip-spoofing.xml
SM5....T. c /etc/libvirt/nwfilter/no-arp-mac-spoofing.xml
SM5....T. c /etc/libvirt/nwfilter/no-arp-spoofing.xml
SM5....T. c /etc/libvirt/nwfilter/no-ip-multicast.xml
SM5....T. c /etc/libvirt/nwfilter/no-ip-spoofing.xml
SM5....T. c /etc/libvirt/nwfilter/no-mac-broadcast.xml
SM5....T. c /etc/libvirt/nwfilter/no-mac-spoofing.xml
SM5....T. c /etc/libvirt/nwfilter/no-other-l2-traffic.xml
SM5....T. c /etc/libvirt/nwfilter/no-other-rarp-traffic.xml
SM5....T. c /etc/libvirt/nwfilter/qemu-announce-self-rarp.xml
SM5....T. c /etc/libvirt/nwfilter/qemu-announce-self.xml
.M....... g /run/lirc
.M....G.. g /etc/brlapi.key
....L.... c /etc/pam.d/common-account
....L.... c /etc/pam.d/common-auth
....L.... c /etc/pam.d/common-password
....L.... c /etc/pam.d/common-session
.M....G.. g /var/log/lastlog
S.5....T. c /etc/pam.d/login
S.5....T. c /etc/pam.d/xdm
S.5....T. c /etc/security/pam_mount.conf.xml
....L.... /usr/share/java/xml-commons-apis.jar
....L.... d /usr/share/man/man1/ftp.1.gz
S.5....T. c /etc/default/tlp
.......T. /usr/lib64/gconv/gconv-modules.cache
S.5....T. c /etc/pulse/client.conf
.M....... c /var/log/audit/audit.log
.M....... g /usr/share/fonts/75dpi/encodings.dir
.M....... g /usr/share/fonts/75dpi/fonts.scale
.M....... g /usr/share/fonts/misc/encodings.dir
.M....... g /usr/share/fonts/misc/fonts.scale
.M....... g /var/lib/GeoIP/GeoIP.dat
S.5....T. /usr/share/icewm/themes/Infadel2/Overloaded.theme
.M...U... /var/cache/cups
.M....... g /etc/mpv/scripts
S.5....T. c /etc/ntp.conf
.M....... g /var/lib/ca-certificates/ca-bundle.pem
.M....... g /var/lib/ca-certificates/java-cacerts
.M....... g /var/log/alternatives.log
....L.... /etc/ImageMagick-7
.M....... g /usr/share/fonts/100dpi/encodings.dir
.M....... g /usr/share/fonts/100dpi/fonts.scale
.M....... g /usr/share/fonts/Type1/encodings.dir
.M....... g /usr/share/fonts/cyrillic/encodings.dir
.M....... g /usr/share/fonts/cyrillic/fonts.scale
.M....... g /usr/share/fonts/truetype/encodings.dir
S.5....T. c /etc/sysconfig/SuSEfirewall2
S.5....T. c /etc/plymouth/plymouthd.conf
.....UG.. g /run/lightdm
S.5....T. c /etc/fonts/conf.d/10-rendering-options.conf
S.5....T. c /etc/fonts/conf.d/58-family-prefer-local.conf
.M....... g /etc/udev/hwdb.bin
S.5....T. c /etc/pam.d/sudo
.M....... g /etc/iscsi/initiatorname.iscsi
.M....... g /boot/grub2/grub.cfg
S.5....T. c /etc/default/grub
.......T. c /etc/login.defs
.M....... g /var/lib/kerberos/krb5
.M....... g /var/lib/kerberos/krb5/user
.M....... c /etc/X11/xorg.conf.d/00-keyboard.conf
.M....... c /etc/locale.conf
.M....... c /etc/machine-id
.M....... c /etc/vconsole.conf
.M....... g /var/lib/systemd/random-seed
.M....... g /run/avahi-daemon
.M....... g /etc/xml/catalog-d.xml
.M....... g /etc/mpv/scripts
SM5....T. c /etc/fonts/conf.d/30-metric-aliases.conf
.M....... g /run/mcelog
.M....... g /run/cryptsetup
Then I have tried to reproduce this warning by undoing wrong wicked configuration, but warnings have never appeared again.
Please be aware that, the “postfix” RPM package is recommended by the “patterns-base-enhanced_base” RPM package and suggested by the “openSUSE-release-15.1” RPM package.
Check with “rpm --query --recommends patterns-base-enhanced_base” and “rpm --query --suggests openSUSE-release-15.1”.
You may find that, at some stage YaST Software will automatically re-install the “postfix” RPM package due to the dependencies noted above.