Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 633752 - net-fs/nfs-utils-2.1.2_rc6 version bump : fix : rpc.idmapd: conf init: Open("(null)", O_RDONLY) failed
Summary: net-fs/nfs-utils-2.1.2_rc6 version bump : fix : rpc.idmapd: conf init: Open("...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-08 09:46 UTC by Manfred Knick
Modified: 2017-10-10 08:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manfred Knick 2017-10-08 09:46:35 UTC
http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=8aea4a1c1da563437be5a6103ae459045e371f96

idmapd: fix object order in idmapd_LDADD

nfs-utils and libnfsidmap have similar configuration parsing routines.
They were the same up until nfs-utils commit 7b33590f (config: Remove
the conf_path global), where conf_init() was changed to take a path as
an argument.  With the current idmap_LDADD ordering in Makefile.am, the
conf_init() from libnfsidmap is called, resulting in the following error
along with the failure to parse idmapd.conf:

rpc.idmapd[391]: rpc.idmapd: conf_reinit: open ("(null)", O_RDONLY) failed

Placing libnfs.a first in idmap_LDADD ensures that idmapd uses the config
parsing routines from nfs-utils instead of libnfsidmap.


###

http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=shortlog;h=refs/tags/nfs-utils-2-1-2-rc6

###

https://marc.info/?l=linux-nfs&m=150213294824944&w=2

###

https://bugzilla.redhat.com/show_bug.cgi?id=1478129
Comment 1 Larry the Git Cow gentoo-dev 2017-10-10 00:07:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fa025260cd7d4e775d053626a7d356cc62bcb9

commit a2fa025260cd7d4e775d053626a7d356cc62bcb9
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2017-10-10 00:07:07 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2017-10-10 00:07:28 +0000

    net-fs/nfs-utils: Bump to v2.1.2 RC6
    
    Closes: https://bugs.gentoo.org/633752
    Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-fs/nfs-utils/Manifest                   |   1 +
 net-fs/nfs-utils/nfs-utils-2.1.2_rc6.ebuild | 190 ++++++++++++++++++++++++++++
 2 files changed, 191 insertions(+)
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2017-10-10 00:07:57 UTC
Thanks for the report!
Comment 3 Manfred Knick 2017-10-10 08:18:10 UTC
@ Larry  : CONFIRMATION :

Clean 4.13.5 reboot with _rc6 : No more error messages during start


@ Thomas : My Pleasure!