Bug 39617 - autofs-5.1.7-alt1 breaks automount feature of FreeIPA
Summary: autofs-5.1.7-alt1 breaks automount feature of FreeIPA
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: autofs (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Sergey Bolshakov
QA Contact: qa-sisyphus
URL:
Keywords:
: 39621 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-01-28 13:35 MSK by Stanislav Levin
Modified: 2021-01-29 11:49 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Levin 2021-01-28 13:35:05 MSK
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
```
Comment 1 Repository Robot 2021-01-28 15:57:27 MSK
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)
Comment 2 Sergey Bolshakov 2021-01-29 00:33:06 MSK
*** Bug 39621 has been marked as a duplicate of this bug. ***
Comment 3 Stanislav Levin 2021-01-29 10:22:20 MSK
The fix is verified. Thank you!
Comment 4 Sergey Bolshakov 2021-01-29 11:48:46 MSK
(In reply to Stanislav Levin from comment #3)
> The fix is verified. Thank you!

well, `close' would be nice then