Bug 172028

Summary: sort breaks autofs
Product: [Fedora] Fedora Reporter: John Ellson <john.ellson>
Component: coreutilsAssignee: Tim Waugh <twaugh>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: rdieter
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-10-31 16:39:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 150222    

Description John Ellson 2005-10-29 14:14:26 UTC
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.

Comment 1 John Ellson 2005-10-30 16:17:48 UTC
See also bug# 166328 "Thunderbird won't start after update" 
I theorize that that bug is also caused by the new sort.

Comment 2 Alexandre Oliva 2005-10-31 16:39:25 UTC
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 ***