The test which checks FreeIPA autoumount feature has been failing since Jan 26 2021. Syslog: ``` Jan 28 08:36:11 client3.ipa.test automount[1121]: Starting automounter version 5.1.7, master map auto.master Jan 28 08:36:11 client3.ipa.test automount[1121]: using kernel protocol version 5.05 Jan 28 08:36:11 client3.ipa.test automount[1121]: lookup_nss_read_master: reading master sss auto.master Jan 28 08:36:11 client3.ipa.test automount[1121]: do_init: parse(sun): init gathered global options: (null) Jan 28 08:36:11 client3.ipa.test automount[1121]: open_mount:258: parse(sun): cannot open mount module nfs (/usr/lib64/autofs/mount_nfs.so: undefined symbol: xdr_rpcb) Jan 28 08:36:11 client3.ipa.test automount[1121]: lookup(sss): failed to open parse context Jan 28 08:36:11 client3.ipa.test automount[1121]: lookup_nss_read_master: auto.master not found, replacing '.' with '_' Jan 28 08:36:11 client3.ipa.test automount[1121]: do_init: parse(sun): init gathered global options: (null) Jan 28 08:36:11 client3.ipa.test automount[1121]: open_mount:258: parse(sun): cannot open mount module nfs (/usr/lib64/autofs/mount_nfs.so: undefined symbol: xdr_rpcb) Jan 28 08:36:11 client3.ipa.test automount[1121]: lookup(sss): failed to open parse context Jan 28 08:36:11 client3.ipa.test automount[1121]: lookup_nss_read_master: no map - continuing to next source Jan 28 08:36:11 client3.ipa.test automount[1121]: lookup_nss_read_master: reading master files auto.master Jan 28 08:36:11 client3.ipa.test automount[1121]: do_init: parse(sun): init gathered global options: (null) Jan 28 08:36:11 client3.ipa.test automount[1121]: open_mount:258: parse(sun): cannot open mount module nfs (/usr/lib64/autofs/mount_nfs.so: undefined symbol: xdr_rpcb) ``` ``` $ diff --unchanged-line-format="" --old-line-format="- %L" --new-line-format="+ %L" <(rpm -qp autofs-5.1.6-alt1.x86_64.rpm --requires | sort ) <(rpm -qp /ALT/Sisyphus/x86_64/RPMS.classic/autofs-5.1.7-alt1.x86_64.rpm --requires | sort ) + libc.so.6(GLIBC_2.17)(64bit) + libc.so.6(GLIBC_2.28)(64bit) + libc.so.6(GLIBC_2.3.2)(64bit) + libc.so.6(GLIBC_2.32)(64bit) - librt.so.1(GLIBC_2.2.5)(64bit) - libtirpc.so.3()(64bit) >= set:mhLQRMTdkMOaFNgDfAZ1to7rJX4bRgphZAQiAOMu80lS2sinxdnfq6k25kGOa7ZGko1 - libtirpc.so.3(TIRPC_0.3.0)(64bit) + /usr/bin/kill ```
autofs-5.1.7-alt2 -> sisyphus: Thu Jan 28 2021 Sergey Bolshakov <sbolshakov@altlinux.ru> 5.1.7-alt2 - fixed link with tirpc (closes: #39617)
*** Bug 39621 has been marked as a duplicate of this bug. ***
The fix is verified. Thank you!
(In reply to Stanislav Levin from comment #3) > The fix is verified. Thank you! well, `close' would be nice then