http://bugs.winehq.org/show_bug.cgi?id=25904
Summary: Can't run anything on a cifs partition Product: Wine Version: 1.3.12 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kelk1@comcast.net
Originally reported for Mandriva Cooker:
https://qa.mandriva.com/show_bug.cgi?id=61940
The same program on the same machine starts with wine 1.3.7, but from 1.3.9 to wine-1.3.12, I get:
err:virtual:map_file_into_view failed to set 00000007 protection on file map, noexec filesystem?
How reproducible: Always
Steps to Reproduce: Run something like 'wine /mnt/smb/smbshare/path/to/program.exe' where /mnt/smb/smbshare is a remote cifs share
I tried to set the 'exec' option in fstab, but the file system is still mounted with noexec.
http://bugs.winehq.org/show_bug.cgi?id=25904
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Severity|blocker |normal
--- Comment #1 from Dan Kegel dank@kegel.com 2011-01-27 15:56:17 CST --- Not a blocker, since it doesn't block most users.
http://www.samba.org/samba/docs/man/manpages-3/mount.cifs.8.html says cifs.mount will set the noexec option if run setuid. What does ls -l `which mount.cifs` say?
http://bugs.winehq.org/show_bug.cgi?id=25904
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2011-01-28 00:22:21 CST ---
I tried to set the 'exec' option in fstab, but the file system is still mounted with noexec.
That's not a Wine problem.
http://bugs.winehq.org/show_bug.cgi?id=25904
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2011-01-28 00:22:32 CST --- Closing invalid.