Displaying 2 results from an estimated 2 matches for "ex_fail".
Did you mean:
  eq_fail
  
2013 Nov 07
1
mount.cifs return code = -128
Could someone tell me what this return code means?  This is mount.cifs 
version 4.8.1 on a
centos 6.4 workstation joined to an AD domain, using automount with 
auto.cifs containing
* -fstype=cifs,sec=krb5,user=&,uid=$UID,gid=$GID,cruid=$UID,noserverino 
://server.address.edu/&
When the machine is freshly booted, and for awhile afterwards, domain 
accounts can mount with no problem.
But
2012 Oct 10
1
ANNOUNCE: cifs-utils release 5.6 is ready for download
...9945cb20
Author: Jeff Layton <jlayton at samba.org>
Date:   Wed Sep 12 07:49:44 2012 -0400
    mount.cifs: running out of addresses is not a system error
    
    This patch fixes a minor regression. It used to be that when the mount
    helper would run out of addresses that it would return EX_FAIL to
    userspace. It now returns EX_SYSERR which is incorrect. Reinstate
    the correct error code.
    
    Reported-by: Ales Zelinka <azelinka at redhat.com>
    Signed-off-by: Jeff Layton <jlayton at samba.org>
commit 67e0f46bfc39d280986f20c7074039151cb188ba
Author: Jeff Layton <...