'Unit nfs-common.service is masked
This error seems to have occurred after erasing and recreating the user of uid 1000. How do we deal with this?
error image enter image description here
Solution 1:[1]
Check /lib/systemd/system/nfs-common.service with ls -l and delete /dev/null symbolic links
rm /lib/systemd/system/nfs-common.service
systemctl daemon-reload
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | tt APX |