Network tips and tricks

From HPCWIKI
Revision as of 09:22, 10 March 2025 by Admin (talk | contribs)
Jump to navigation Jump to search

netplan-ovs-cleanup.service is marked world-inaccessible

Although this warning doesn't seem to cause any harm, Canonical said this bug was fixed in the package netplan.io - 1.1.1-1[1]

ModuleNotFoundError: No module named 'netifaces'

#if you have pip installed 
pip install netifaces

#on Ubuntu
sudo apt install python3-netifaces

References