Package: autofs Version: 4.1.3+4.1.4beta2-7 This version of autofs may occasionally fail when mounting NFS shares, and messages like this one are written to syslog:
Apr 8 23:19:13 mymachine automount[10062]: failed to mount /home/daniel I debugged the code a little bit and found that the error occurs in the election code in the function get_best_mount() of mount_nfs.c. The algorithm sometimes returns winner = NULL, and the mount fails. Version 4.1.4 of upstream includes a fix for this problem. I am using Debian Sarge, kernel 2.6.11.7 (sources from kernel.org), libc6 version 2.3.2.ds1-20 and debconf version 1.4.30.11. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

