View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006436 | Rocky-Linux-8 | autofs | public | 2024-04-30 17:28 | 2024-04-30 17:28 |
Reporter | Wayne Johnson | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
OS | Rocky Linux | OS Version | 9 | ||
Summary | 0006436: automount leaking sockets | ||||
Description | On Rocky Linux 9.3, automount is not closing sockets when configured to use sssd, which eventually leads to running out of file descriptors. Apr 30 09:51:35 usorla7sw145x automount[4000]: open_fopen_r:211: failed to open file: Too many open files Apr 30 09:51:35 usorla7sw145x automount[4000]: nsswitch_parse:172: couldn't open /etc/nsswitch.conf The link below describes what seems to be the exact same problem, but in older versions: https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1996869 It states the underlying issue is in sssd. | ||||
Steps To Reproduce | Configure autofs to use sss, configure sssd to use ldap autofs maps. Start autofs Get number of open sockets: ls -l /proc/$(pidof automount)/fd | grep socket | wc -l Mount something from the automounter: ls /some/autofs/mount Get number of open sockets: ls /proc/$(pidof automount)/fd | wc -l Repeat, the number of open sockets will keep increasing and never decrease | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-04-30 17:28 | Wayne Johnson | New Issue |