User Tools

Site Tools


start:debugging:linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
start:debugging:linux [2022/05/19 18:57] – created rodolicostart:debugging:linux [2022/11/09 02:12] (current) – removed rodolico
Line 1: Line 1:
-====== Linux Problems ====== 
  
-===== NFS won't start ===== 
- 
-In [[https://www.devuan.org/|Devuan]] Beowulf, I installed nfs-common so I could mount some nfs shares, but the mount on boot does not work. After boot is complete, I can mount my nfs shares manually. 
- 
-Looking in the logs, I see the following error: 
-**/run/rpcbind not owned by root failed!** 
- 
-This is caused by an incorrect path (see https://lists.debian.org/debian-user/2018/10/msg01012.html), which can be fixed by the following: 
- 
-<code bash>echo 'PATH="$PATH:/usr/bin"' >> /etc/default/rpcbind</code> 
- 
-/etc/default/rpcbind is called in the startup scripts, so this will add /usr/bin to the path when nfs is started. 
- 
-===== Links ===== 
-* https://lists.debian.org/debian-user/2018/10/msg01012.html 
start/debugging/linux.1653004626.txt.gz · Last modified: 2022/05/19 18:57 by rodolico