search for: slowserv

Displaying 5 results from an estimated 5 matches for "slowserv".

Did you mean: slower
2017 Jun 08
4
smbcacls got error NT_STATUS_NETWORK_NAME_DELETED
On Thu, Jun 08, 2017 at 06:43:34PM +0200, Ralph Böhme via samba wrote: > Hi Andy, > > On Thu, Jun 08, 2017 at 09:23:50AM -0700, Andy Qian via samba wrote: > > The smbcacls cmd worked before till recently. Due to the recent Windows > > patch which disables SMB v1, we have to add the following line into the > > [global] section in smb.conf file on Linux machine so that
2016 Oct 23
0
CTDB and locking issues in 4.4.6 (Classic domain)
...something I need to do when building from sRPMs to make > this stick? You could double check in ~/rpmbuild/BUILD/ if the patch was really applied. If it was, an smbclient open should result in DENY_ALL denymode in smbstatus -L, eg: $ ./bin/smbclient -Uslow%x -msmb3 //10.10.11.100/test Domain=[SLOWSERVER] OS=[] Server=[] smb: \> open test open file \test: for read/write fnum 1 $ sudo ./bin/smbstatus -L Locked files: Pid Uid DenyMode Access R/W Oplock SharePath Name Time --------------------------------------------------------------------------------...
2017 Jun 09
0
smbcacls got error NT_STATUS_NETWORK_NAME_DELETED
...gt; command line. Shouldn't be too hard to fix this, just didn't have the time. > > Just tried but couldn't reproduce this against an smbd server running > master. Ralph, do you have a reproducer ? $ ./bin/smbcacls -m smb3 -U slow%x //localhost/share "" -a "ACL:SLOWSERVER\slow:ALLOWED/0x0/READ" Failed to open \: NT_STATUS_NETWORK_NAME_DELETED $ Cheerio! -slow
2016 Oct 22
5
CTDB and locking issues in 4.4.6 (Classic domain)
Hi Ralph, I applied the patch to a new build of Sernet 4.4.6 SRPM. I could still open the file from both hosts, and in fact this time I could actually open it on the same host without any problems: host 1: smbclient -U ajc //172.31.0.120/ifa_v ... smb: \jmi\Corporate Accounting\ISL Ltd Accounts\2016\1609\> open "201609 213_ ISL Balance sheet variance analysis.xls" open file
2016 Oct 23
1
CTDB and locking issues in 4.4.6 (Classic domain)
...lding from sRPMs to make >> this stick? > You could double check in ~/rpmbuild/BUILD/ if the patch was really > applied. If it was, an smbclient open should result in DENY_ALL > denymode in smbstatus -L, eg: > > $ ./bin/smbclient -Uslow%x -msmb3 //10.10.11.100/test > Domain=[SLOWSERVER] OS=[] Server=[] > smb: \> open test > open file \test: for read/write fnum 1 > > $ sudo ./bin/smbstatus -L > Locked files: > Pid Uid DenyMode Access R/W Oplock SharePath Name Time > ----------------------------------------------...