getting Failed to mount RPC Pipe File System. when trying to start nfs-server.
brand new Manjaro install.
Linux CatCave 7.1.8-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sun, 09 Aug 2026 19:32:16 +0000 x86_64 GNU/Linux
rpcbind active:
● rpcbind.service - RPC Bind
Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: disabled)
Active: active (running) since Wed 2026-08-26 09:19:57 EDT; 1h 0min ago
Invocation: d5f44fec41734a26aac7ba2892f0de32
TriggeredBy: ● rpcbind.socket
Docs: man:rpcbind(8)
Main PID: 23881 (rpcbind)
Tasks: 1 (limit: 9188)
Memory: 768K (peak: 2.4M)
CPU: 45ms
CGroup: /system.slice/rpcbind.service
└─23881 /usr/bin/rpcbind -w -f
====================================================
>journalctl -xe
Support: https://forum.manjaro.org/c/support
The unit var-lib-nfs-rpc_pipefs.mount has entered the 'failed' state with result 'exit-code'.
Aug 26 09:59:16 CatCave systemd[1]: Failed to mount RPC Pipe File System.
Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has failed
Defined-By: systemd
Support: https://forum.manjaro.org/c/support
A start job for unit var-lib-nfs-rpc_pipefs.mount has finished with a failure.
The job identifier is 6070 and the job result is failed.
Aug 26 09:59:16 CatCave systemd[1]: Dependency failed for rpc_pipefs.target.
Subject: A start job for unit rpc_pipefs.target has failed
Defined-By: systemd
Support: https://forum.manjaro.org/c/support
A start job for unit rpc_pipefs.target has finished with a failure.
The job identifier is 6069 and the job result is dependency.
Aug 26 09:59:16 CatCave systemd[1]: Dependency failed for RPC security service for NFS client and server.
Subject: A start job for unit rpc-gssd.service has failed
Defined-By: systemd
Support: https://forum.manjaro.org/c/support
A start job for unit rpc-gssd.service has finished with a failure.
The job identifier is 6068 and the job result is dependency.
Aug 26 09:59:16 CatCave systemd[1]: rpc-gssd.service: Job rpc-gssd.service/start failed with result 'dependency'.
Aug 26 09:59:16 CatCave systemd[1]: Dependency failed for NFSv4 ID-name mapping service.
Subject: A start job for unit nfs-idmapd.service has failed
Defined-By: systemd
Support: https://forum.manjaro.org/c/support
A start job for unit nfs-idmapd.service has finished with a failure.
The job identifier is 6076 and the job result is dependency.
Aug 26 09:59:16 CatCave systemd[1]: nfs-idmapd.service: Job nfs-idmapd.service/start failed with result 'dependency'.
Aug 26 09:59:16 CatCave systemd[1]: rpc_pipefs.target: Job rpc_pipefs.target/start failed with result 'dependency'.
Mod edit: tidied up the terminal outputs and encased them between 3 backticks ``` to ensure they appear as correctly formatted code. Any code or command output (such as inxi output) should be placed within a scrollable pre-formatted text enclosure according to forum guidelines.
See here for instructions ![]()
[Mini How-To] format code or command output
Select and copy all the text in the Terminal window (minus the prompt, if you are using zsh).
Then paste the output in between two lines containing three backticks:
```
or three tildes:
~~~
Or:
Copy & paste, then highlight the pasted text and click the </> button at the top of the reply window (easier for smaller outputs).