Pi notes: Difference between revisions

From I Will Fear No Evil
Jump to navigation Jump to search
(Created page with "=== Different Gotchas on Pi === NFS seems to be quite the problem. This is the fix that works on my Pi II <pre> reinstall nfs-kernel-server update-rc.d -f rpcbind remove update-rc.d rpcbind defaults update-rc.d -f nfs-common remove update-rc.d nfs-common defaults update-rc.d -f nfs-kernel-server remove update-rc.d nfs-kernel-server defaults </pre> Category:Pi")
(No difference)

Revision as of 12:01, 26 June 2023

Different Gotchas on Pi

NFS seems to be quite the problem. This is the fix that works on my Pi II

reinstall nfs-kernel-server
update-rc.d -f rpcbind remove
update-rc.d rpcbind defaults

update-rc.d -f nfs-common remove
update-rc.d nfs-common defaults

update-rc.d -f nfs-kernel-server remove
update-rc.d nfs-kernel-server defaults