When im trying to open a txt files on a s4 share with notepad (running as administrator), i get the error "unknown parameter" i can both read and write with other programs as normal. My client is windows 7, im running a s4 that i got last friday from rsync.
Created attachment 5436 [details] tcpdump
I've reproduced the bug, and I am testing a fix for it now. The fix should be in the git master tree in a couple of hours. Thanks for the bug report! Cheers, Tridge
(In reply to comment #1) > Created an attachment (id=5436) [details] > tcpdump > C(In reply to comment #2) > I've reproduced the bug, and I am testing a fix for it now. The fix > should be in the git master tree in a couple of hours. > > Thanks for the bug report! > > Cheers, Tridge > Cool, just of curiosity, what was the problem?
Samba was rejecting certain flags, because it wanted to use those internally (and so didn't want the client setting them). We now no longer use them internally (we use a private flag in a different structure).