Description of problem: Latest sort breaks autofs. /var/log messages contains: Oct 29 09:59:08 ontap automount[19246]: >> sort: open failed: +0: No such file or directory Oct 29 09:59:08 ontap automount[19246]: lookup(program): lookup for barrel failed Oct 29 09:59:08 ontap automount[19246]: failed to mount /net/barrel Version-Release number of selected component (if applicable): coreutils-5.92-1 How reproducible: 100% Steps to Reproduce: 1.cd /net/barrel 2. 3. Actual results: Expected results: Additional info: Breakage occurs on both i386 and x86_64. Reverting to coreutils-5.2.1-56 fixes the problem.
See also bug# 166328 "Thunderbird won't start after update" I theorize that that bug is also caused by the new sort.
coreutils is not to blame, it's just following the POSIX standard. Read /usr/share/doc/coreutils-5.92/NEWS, search for `sort' in there. *** This bug has been marked as a duplicate of 172111 ***