ubuntu 20.04 server host
Tell me why when getting nmcli status
nmcli general
I get
STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
disconnected unknown enabled enabled enabled enabled
At the same time, the NetworkManager.service service itself was successfully started. The only error in the log:
network manager error failed to open.run/network/ifstate
Indeed, there is no such file:
total 16
drwxr-xr-x 2 4096 Apr 11 14:34 if-down.d
drwxr-xr-x 2 4096 Apr 11 14:34 if-post-down.d
drwxr-xr-x 2 4096 Apr 11 14:34 if-pre-up.d
drwxr-xr-x 2 4096 Apr 11 14:34 if-up.d
But on another host, where the status -- connected, does not have such a file either...
Accordingly, when I run
nmcli connection show
I am getting empty output!