On 20/7/22 03:55, James Dingwall wrote:
Hi, Cross reference: https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1982219 I recently upgraded an Ubuntu system from 20.04 to 22.04 at which point autofs stopped working. `automount -d -m -v -f` would hang without printing the maps. After adding some debug statements I traced this to an unbalanced pthread_mutex_lock()/unlock() in sasl_do_kinit_ext_cc() of modules/cyrus-sasl.c. The patch attached this email resolved the problem for me.
Thanks for this, it's definitely a problem alright. I've added the patch to my patch queue although I can't say when I'll push it to the repository. If you need the patch pushed to the repo. sooner for some reason let me know. In any case it will be included in the next release. Ian