[Bug 1398936] [NEW] CIFS VS: Send error in SessSetup = -128

William Law wlaw at stanford.edu
Wed Dec 3 18:56:05 UTC 2014


Public bug reported:

Hi,

I'm trying to use autofs 5.0.7-3ubuntu3.1.  When using automount with
kerberized CIFS I get these in the logs and intermittent failures:

syslog.1:Dec  2 08:16:09 some-host kernel: [67564.309126] CIFS VFS: Send error in SessSetup = -128
syslog.1:Dec  2 08:16:09 some-host automount[3909]: >> mount error(128): Key has been revoked
syslog.1:Dec  2 08:16:09 some-host kernel: [67564.313116] CIFS VFS: cifs_mount failed w/return code = -128

I was able to fix it by changing the following line to use keyctl:

38c38
< 	start-stop-daemon "$@" --pidfile $PIDFILE --exec $DAEMON -- \
---
> 	start-stop-daemon "$@" --pidfile $PIDFILE --exec /bin/keyctl session $DAEMON $DAEMON -- \

Not quite sure to handle it with upstart which seems to be the more
correct thing to do.

Will

** Affects: autofs (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to autofs in Ubuntu.
https://bugs.launchpad.net/bugs/1398936

Title:
  CIFS VS: Send error in SessSetup = -128

Status in autofs package in Ubuntu:
  New

Bug description:
  Hi,

  I'm trying to use autofs 5.0.7-3ubuntu3.1.  When using automount with
  kerberized CIFS I get these in the logs and intermittent failures:

  syslog.1:Dec  2 08:16:09 some-host kernel: [67564.309126] CIFS VFS: Send error in SessSetup = -128
  syslog.1:Dec  2 08:16:09 some-host automount[3909]: >> mount error(128): Key has been revoked
  syslog.1:Dec  2 08:16:09 some-host kernel: [67564.313116] CIFS VFS: cifs_mount failed w/return code = -128

  I was able to fix it by changing the following line to use keyctl:

  38c38
  < 	start-stop-daemon "$@" --pidfile $PIDFILE --exec $DAEMON -- \
  ---
  > 	start-stop-daemon "$@" --pidfile $PIDFILE --exec /bin/keyctl session $DAEMON $DAEMON -- \

  Not quite sure to handle it with upstart which seems to be the more
  correct thing to do.

  Will

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1398936/+subscriptions



More information about the foundations-bugs mailing list