Hi David, > > 23:11:59 sudo mount /media/share > > mount error(11): Resource temporarily unavailable > > Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I found the cause of this problem. Apparently enabling wide links caused a segfault in samba due to some configuration value that was wrong. I've just committed a fix, see the commit message for details if you're interested. I still can't explain why I didn't encounter this during my testing. I'm pretty confident that disabling wide links actually had the desired effect (showing wide symlinks as regular files instead of browseable directories). However, now I only get segfaults without my fix and with my fix any wide links are completely hidden from view instead of being shown as regular files. Weirdness.. In any case, the problem should be really fixed in the latest revision, which should be available as an autobuild in an hour or maybe two. Regards, Matthijs Kooijman _______________________________________________ Development mailing list [email protected] http://fonosfera.org/mailman/listinfo/development
