I am running into this warning while starting up:
/lib/systemd/system/rpcbind.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/rpcbind.sock → /run/rpcbind.sock; please update the unit file.
since /var/run is now moved to /run. Changing --with-statedir from /var/run/rpcbind to /run/rpcbind in configure and configure.ac solves the issue. Could you please modify the configuration files to reflect this change?
Thanks.
Last edit: Peiran Hong 2019-10-08