https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296233
Bug ID: 296233
Summary: rpc_lockd and rpc_statd flags not being honored at
sevice start
Product: Base System
Version: 15.1-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: conf
Assignee: [email protected]
Reporter: [email protected]
Since FreeBSD 15.0/15.1...
We have always had in rc.conf:
rpcbind_enable="YES"
rpc_lockd_enable="YES"
rpc_lockd_flags="-p 4045"
rpc_statd_enable="YES"
rpc_statd_flags="-p 4046"
Under freebsd 14.4...
root 786 0.0 0.0 13828 2636 - Ss 20Nov25 0:13.51
/usr/sbin/rpcbind
root 788 0.0 0.0 275952 2508 - Ss 20Nov25 0:10.83
/usr/sbin/rpc.statd -p 4046
root 802 0.0 0.0 13860 2504 - Ss 20Nov25 0:18.69
/usr/sbin/rpc.lockd -p 4045
But when doing a service start or restart the flags never get picked up.
In freebsd 15.0/15.1:
cat /etc/rc.conf | grep rpc
rpc_lockd_enable="YES"
rpc_lockd_flags="-p 4045"
rpc_statd_enable="YES"
rpc_statd_flags="-p 4046"
ps auxwww | grep rpc
root 937 0.0 0.0 14264 2820 - Ss 15Jun26 0:00.63
/usr/sbin/rpcbind
root 939 0.0 0.0 276272 2660 - Ss 15Jun26 0:00.50
/usr/sbin/rpc.statd
root 975 0.0 0.0 14184 2652 - Ss 15Jun26 0:00.82
/usr/sbin/rpc.lockd
and the processes are binding to their default ports, flags are NOT being
picked up. This has been happening in 15.0 and 15.1 ....
--
You are receiving this mail because:
You are the assignee for the bug.