[elrepo] CIFS issue with kernel-ml 4.10.4-1
Weiner, Michael
weinerm at ccf.org
Tue Mar 28 13:35:45 EDT 2017
On Tue, Mar 28, 2017 at 10:20 AM, Weiner, Michael <weinerm at ccf.org> wrote:
> I have been looking through the archives and bugs and have not seen anyone writing about this in the recent history, so I am writing to the list to see if anyone can help. I manage a CentOS 6.8 server for some computing work here, and an end-user needs to get data she is working with from her CIFS mounted lab share. I wrote her a little script so she can mount this herself:
>
> #!/bin/bash
> sudo mount -t cifs //smb-isi1.lerner.ccf.org/padgetrlab ~/padgetrlab
> -o username=hershbc,password=*********,domain=LERNER,uid=1528,gid=196
>
> It isn't a problem with bedtools per se, but that was the tool that
> the end-user was using against some data that resides in her lab share
> on this CIFS mount on the server, so technically it could be any
> process really that hits the share. So after a heck of a lot of
> digging into a lot of useless nothing on the internet, I found a
> potential answer. The answer could potentially lie in the fact that
> CIFS module in the standard OS kernel was very old and had never been
> patched against this bug (std kernel for CentOS 6.8 is
> kernel-2.6.32-642.6.2.el6.x86_64), so the suggestion was to enable an
> enterprise linux repository that has newer builds of the mainline
> kernel (in this case kernel- 4.10.6-1.el6.elrepo.x86_64) that has a
> newer and patched version of the CIFS module. So it was pretty easy to
> enable and install the kernel (with little or no impact on the OS) for
> some testing by the end user. However the problem is now, that when
> the end user runs her mount script it fails, wit
h a permission denied and throws this in the kernel messages:
>
> Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE CIFS VFS: Send
> error in SessSetup = -13 CIFS VFS: cifs_mount failed w/return code =
> -13
>
> So now, we are unable to mount the CIFS share at all. Has anyone else seen this and how do I overcome this issue.
>
> Regards
> Michael Weiner
Can you run the same mount command with a "-vvv" flag and see if you can collect more info?
$sudo mount -vvv -t cifs //smb-isi1.lerner.ccf.org/padgetrlab ~/padgetrlab -o username=hershbc,password=********,domain=LERNER,uid=1528,gid=196
[sudo] password for hershbc:
mount: fstab path: "/etc/fstab"
mount: mtab path: "/etc/mtab"
mount: lock path: "/etc/mtab~"
mount: temp path: "/etc/mtab.tmp"
mount: UID: 0
mount: eUID: 0
mount: spec: "//smb-isi1.lerner.ccf.org/padgetrlab"
mount: node: "/home0/mweiner/padgetrlab"
mount: types: "cifs"
mount: opts: "username=hershbc,password=********,domain=LERNER"
final mount options: 'username=hershbc,password=********,domain=LERNER'
mount: external mount: argv[0] = "/sbin/mount.cifs"
mount: external mount: argv[1] = "//smb-isi1.lerner.ccf.org/padgetrlab"
mount: external mount: argv[2] = "/home0/mweiner/padgetrlab"
mount: external mount: argv[3] = "-v"
mount: external mount: argv[4] = "-o"
mount: external mount: argv[5] = "rw,username=hershbc,password=********,domain=LERNER,uid=1528,gid=196"
mount.cifs kernel mount options: ip=10.88.60.107,unc=\\smb-isi1.lerner.ccf.org\padgetrlab,,ver=1,user=hershbc,domain=LERNER,pass=********,uid=1528,gid=196
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
===================================
Please consider the environment before printing this e-mail
Cleveland Clinic is ranked as one of the top hospitals in America by U.S.News & World Report (2015).
Visit us online at http://www.clevelandclinic.org for a complete listing of our services, staff and locations.
Confidentiality Note: This message is intended for use only by the individual or entity to which it is addressed and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and destroy the material in its entirety, whether electronic or hard copy.
Thank you.
More information about the elrepo
mailing list