Samba: "mount error(115): Operation now in progress"

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1481
Joined: Fri Aug 29, 2003 8:39 pm

Samba: "mount error(115): Operation now in progress"

Post by ^rooker »

[PROBLEM]
While trying to mount a DFS Windows network-share (CIFS) on Ubuntu 12.04 LTS (precise pangolin), I get the following message:
mount error(115): Operation now in progress
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
dmesg adds some "familiar" comments (see my other thread #1958:
[ 276.352021] CIFS VFS: Error connecting to socket. Aborting operation
[ 276.352104] CIFS VFS: cifs_mount failed w/return code = -115
Strangely though, the same mount works flawlessly on another machine with identical OS and config (PXE boot. So they are literally identical)...


[SOLUTION]
In my case, the DFS share was on a storage in a different subnet. I added a network alias (eth0:1) with an IP in that storage-subnet and then it worked.

I would have expected something like "no route to host" instead of the cryptic "error (115): Operation now in progress"...

Well, can't have it all ;)
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply