FS#60295 - [rpcbind] Please build with "--enable-rmtcalls"

Attached to Project: Arch Linux
Opened by Christian Ciach (DerEineDa) - Wednesday, 03 October 2018, 19:58 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 28 October 2018, 18:55 GMT
Task Type Feature Request
Category Packages: Core
Status Closed
Assigned To Tobias Powalowski (tpowa)
Andreas Radke (AndyRTR)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

A few days ago I noticed that Kodi (media center) doesn't discover NFS servers in the local network anymore.

After some hours of debugging Kodi and libnfs, I finally found out that rpcbind is the culprit (see also my filed issue over at libnfs: https://github.com/sahlberg/libnfs/issues/270).

Turns out, the version bump from 0.2.5 to 1.2.5 of rpcbind disabled a feature by default. This feature is needed for rpcbind to reply to broadcast requests, which is necessary for the "discover servers" feature of libnfs to work.

The necessary feature of rpcbind can now be activated by adding --enable-rmtcalls as a configuration flag. Please consider to add that to your PKGBUILD.
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Sunday, 28 October 2018, 18:55 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.2.5-2
Comment by Christian Ciach (DerEineDa) - Wednesday, 03 October 2018, 19:59 GMT
Please also see the discussion of this change on the mailing list: https://sourceforge.net/p/libtirpc/mailman/message/36377232/
Comment by Christian Ciach (DerEineDa) - Thursday, 04 October 2018, 15:39 GMT

Loading...