Displaying 20 results from an estimated 20 matches for "smb1cli_req_writev_submit".
2019 Sep 27
5
Browsing shares of a server
...s to
> provide network browsing.
>
> You could always code up what you require and propose it as a patch for
> Samba.
I think this isn't (exactly) a Samba problem. The problem is we can't
enmerated shares exposed from MacOS. But our Windows and MacOS clients can.
We get:
smb1cli_req_writev_submit: called for dialect[SMB3_00] server[mac_svr2]
Error returning browse list: NT_STATUS_REVISION_MISMATCH
I think this is some sort of Mac problem(?) Thanks for everyone's time.
Unless you have some hints with regards to the above.
2019 Sep 27
1
Browsing shares of a server
...always code up what you require and propose it as a patch for
>>> Samba.
>>
>> I think this isn't (exactly) a Samba problem. The problem is we can't
>> enmerated shares exposed from MacOS. But our Windows and MacOS clients can.
>>
>> We get:
>> smb1cli_req_writev_submit: called for dialect[SMB3_00] server[mac_svr2]
>> Error returning browse list: NT_STATUS_REVISION_MISMATCH
>
> This error is generated by the smbcient libraries trying
> to send an SMB1 writev request to a server that only supports
> SMB2 or above. From our code:
>
> libcli...
2019 Oct 14
4
Cannot Find Windows Shared Printer
...tup GUI, it is not able to
find any shared printer. If I run smbclient I get this error:
smbclient -L dap001 -N
Unable to initialize messaging context
Anonymous login successful
?????????????? Sharename???????????? Type?????????? Comment
?????????????? ---------???????????? ----?????????? -------
smb1cli_req_writev_submit: called for dialect[SMB2_10] server[dap001]
Error returning browse list: NT_STATUS_REVISION_MISMATCH
Reconnecting with SMB1 for workgroup listing.
Anonymous login successful
?????????????? Server???????????????????????????? Comment
?????????????? ---------?????????????????????? -------
??????????...
2019 Apr 04
2
Shared printing between Linux (client) and Windows (server): NT_STATUS_ACCESS_DENIED
...nter does not do anything, just idling. In Windows logs I can see successful logon audit followed by an immediate logout.
I tried to give some commands, but no visible result was produced:
$ smbclient "\\\\192.168.0.100\\hp1516" "password" -c "queue" -U user -m SMB2
smb1cli_req_writev_submit: called for dialect[SMB2_10] server[192.168.0.100]
$ smbclient "\\\\192.168.0.100\\hp1516" "password" -c "posix_open /home/kotee/file.txt" -U user -m SMB2
smb1cli_req_writev_submit: called for dialect[SMB2_10] server[192.168.0.100]
smb1cli_req_writev_submit: called fo...
2019 Jul 03
2
Problem with libsmbclient notify
Hello,
I'm trying to use the "notify" API of libsmbclient, testing against a
Samba AD DC. The function is returning with errno=22 (mapped from
NT_STATUS_REVISION_MISMATCH), and I'm getting the following error
message:
smb1cli_req_writev_submit: called for dialect[SMB3_11]
server[dc1.example.com]
It looks like libsmbclient is, for some reason, using SMB1 but needs
to be using SMB3_11.
Note that the following command (which, like my code, forces the use
of Kerberos) works just fine:
$ smbclient -kN //dc1.example.com/sysvol -c 'notif...
2019 May 31
2
smbclient -L returns NT_STATUS_REVISION_MISMATCH
...used), I can
not browse shares of a Windows 10 machine (sorry, Thunderbird splits
some lines):
smbclient -L 192.168.122.200
Unable to initialize messaging context
Enter WORKGROUP\yvan's password:
Anonymous login successful
Sharename Type Comment
--------- ---- -------
smb1cli_req_writev_submit: called for dialect[SMB3_11]
server[192.168.122.200]
Error returning browse list: NT_STATUS_REVISION_MISMATCH
Reconnecting with SMB1 for workgroup listing.
do_connect: Connection to 192.168.122.200 failed (Error
NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Failed to connect with SMB1 -- no workgroup availabl...
2019 Sep 27
0
Browsing shares of a server
...gt;
> > You could always code up what you require and propose it as a patch for
> > Samba.
>
> I think this isn't (exactly) a Samba problem. The problem is we can't
> enmerated shares exposed from MacOS. But our Windows and MacOS clients can.
>
> We get:
> smb1cli_req_writev_submit: called for dialect[SMB3_00] server[mac_svr2]
> Error returning browse list: NT_STATUS_REVISION_MISMATCH
This error is generated by the smbcient libraries trying
to send an SMB1 writev request to a server that only supports
SMB2 or above. From our code:
libcli/smb/smbXcli_base.c:smb1cli_req_wr...
2024 May 06
1
NT1 protocol question
...group. The server is of course joined to
a domain and operates as it should.
sysman at hp-srv03:~$ *net domain testjoin -U administrator*
Enter administrator's password:
Enumerating domains:
Domain name Server name of Browse Master
------------- ----------------------------
*smb1cli_req_writev_submit: called for dialect[SMB3_11] server[127.0.0.1]*
Cheers
--
------ -------------------- 8 ------------------ ------
"A *wise* man once told me - Any idiot can do backups, but it takes a
genius to successfully restore"
Anders ?stling
+46 768 716 165 (Mobil)
2024 May 06
1
NT1 protocol question
...omain and operates as it should.
>
> sysman at hp-srv03:~$ *net domain testjoin -U administrator*
> Enter administrator's password:
>
> Enumerating domains:
>
> Domain name Server name of Browse Master
> ------------- ----------------------------
> *smb1cli_req_writev_submit: called for dialect[SMB3_11]
> server[127.0.0.1]*
>
> Cheers
>
>
>
I suppose the question has to be: Why are you running a command meant
for an NT4-style domain on an AD domain ?
Especially as it doesn't seem to exist ?
'net domain' is supposed to list domains or...
2019 Sep 27
1
Browsing shares of a server
...always code up what you require and propose it as a patch for
>>> Samba.
>>
>> I think this isn't (exactly) a Samba problem. The problem is we can't
>> enmerated shares exposed from MacOS. But our Windows and MacOS clients can.
>>
>> We get:
>> smb1cli_req_writev_submit: called for dialect[SMB3_00] server[mac_svr2]
>> Error returning browse list: NT_STATUS_REVISION_MISMATCH
>>
>> I think this is some sort of Mac problem(?) Thanks for everyone's time.
>> Unless you have some hints with regards to the above.
>
> Can you log a bug...
2019 May 31
1
smbclient -L returns NT_STATUS_REVISION_MISMATCH
...):
>>
>> smbclient -L 192.168.122.200
>> Unable to initialize messaging context
>> Enter WORKGROUP\yvan's password:
>> Anonymous login successful
>>
>> Sharename Type Comment
>> --------- ---- -------
>> smb1cli_req_writev_submit: called for dialect[SMB3_11]
>> server[192.168.122.200]
>> Error returning browse list: NT_STATUS_REVISION_MISMATCH
>> Reconnecting with SMB1 for workgroup listing.
>> do_connect: Connection to 192.168.122.200 failed (Error
>> NT_STATUS_RESOURCE_NAME_NOT_FOUND)
>>...
2018 Jul 25
3
Unable to contact active directory or verify claim types
...other
samba servers. It seems to be something unique to this one.
I tried querying group lists with "net" which pointed to the max server
protocol being a possible factor.
root at weirdserver:~# net groupmember list IT -U Administrator
Enter Administrator's password:
smb1cli_req_writev_submit: called for dialect[SMB3_11] server[127.0.0.1]
root at weirdserver:~# testparm -v
.
server max protocol = SMB3
.
root at okserver:~# net groupmember list IT -U Administrator
Enter Administrator's password:
smb1cli_req_writev_submit: called for dial...
2018 Jul 25
0
Unable to contact active directory or verify claim types
...other
samba servers. It seems to be something unique to this one.
I tried querying group lists with "net" which pointed to the max server
protocol being a possible factor.
root at weirdserver:~# net groupmember list IT -U Administrator
Enter Administrator's password:
smb1cli_req_writev_submit: called for dialect[SMB3_11] server[127.0.0.1]
root at weirdserver:~# testparm -v
:
server max protocol = SMB3
:
root at okserver:~# net groupmember list IT -U Administrator
Enter Administrator's password:
smb1cli_req_writev_submit: called for dial...
2019 Oct 03
2
Browsing shares of a server
...always code up what you require and propose it as a patch for
>>> Samba.
>>
>> I think this isn't (exactly) a Samba problem. The problem is we can't
>> enmerated shares exposed from MacOS. But our Windows and MacOS clients can.
>>
>> We get:
>> smb1cli_req_writev_submit: called for dialect[SMB3_00] server[mac_svr2]
>> Error returning browse list: NT_STATUS_REVISION_MISMATCH
>>
>> I think this is some sort of Mac problem(?) Thanks for everyone's time.
>> Unless you have some hints with regards to the above.
>
> Can you log a bug...
2019 May 31
0
smbclient -L returns NT_STATUS_REVISION_MISMATCH
..., Thunderbird splits
> some lines):
>
> smbclient -L 192.168.122.200
> Unable to initialize messaging context
> Enter WORKGROUP\yvan's password:
> Anonymous login successful
>
> Sharename Type Comment
> --------- ---- -------
> smb1cli_req_writev_submit: called for dialect[SMB3_11]
> server[192.168.122.200]
> Error returning browse list: NT_STATUS_REVISION_MISMATCH
> Reconnecting with SMB1 for workgroup listing.
> do_connect: Connection to 192.168.122.200 failed (Error
> NT_STATUS_RESOURCE_NAME_NOT_FOUND)
> Failed to connect with...
2019 Jul 03
0
Problem with libsmbclient notify
...via samba wrote:
> Hello,
>
> I'm trying to use the "notify" API of libsmbclient, testing against a
> Samba AD DC. The function is returning with errno=22 (mapped from
> NT_STATUS_REVISION_MISMATCH), and I'm getting the following error
> message:
>
> smb1cli_req_writev_submit: called for dialect[SMB3_11]
> server[dc1.example.com]
>
> It looks like libsmbclient is, for some reason, using SMB1 but needs
> to be using SMB3_11.
>
> Note that the following command (which, like my code, forces the use
> of Kerberos) works just fine:
>
> $ smbclie...
2019 Sep 27
0
Browsing shares of a server
...gt;
> > You could always code up what you require and propose it as a patch for
> > Samba.
>
> I think this isn't (exactly) a Samba problem. The problem is we can't
> enmerated shares exposed from MacOS. But our Windows and MacOS clients can.
>
> We get:
> smb1cli_req_writev_submit: called for dialect[SMB3_00] server[mac_svr2]
> Error returning browse list: NT_STATUS_REVISION_MISMATCH
>
> I think this is some sort of Mac problem(?) Thanks for everyone's time.
> Unless you have some hints with regards to the above.
Can you log a bug on bugzilla.samba.org, at...
2019 Oct 03
0
Browsing shares of a server
...gt;>>> for
>>>> Samba.
>>>
>>> I think this isn't (exactly) a Samba problem.? The problem is we can't
>>> enmerated shares exposed from MacOS.? But our Windows and MacOS
>>> clients can.
>>>
>>> We get:
>>> smb1cli_req_writev_submit: called for dialect[SMB3_00] server[mac_svr2]
>>> Error returning browse list: NT_STATUS_REVISION_MISMATCH
>>>
>>> I think this is some sort of Mac problem(?)? Thanks for everyone's
>>> time.
>>> Unless you have some hints with regards to the above....
2019 Oct 14
2
Cannot Find Windows Shared Printer
...e if this is a CentOS issue
>> smbclient -L dap001 -N
>> Unable to initialize messaging context
>> Anonymous login successful
>>
>> ?????????????? Sharename???????????? Type?????????? Comment
>> ?????????????? ---------???????????? ----?????????? -------
>> smb1cli_req_writev_submit: called for dialect[SMB2_10] server[dap001]
>> Error returning browse list: NT_STATUS_REVISION_MISMATCH
> For this specific error, see
> https://bugzilla.samba.org/show_bug.cgi?id=14151
> https://bugzilla.samba.org/show_bug.cgi?id=14152
>
> It appears to be an issue with smbcli...
2019 Sep 27
2
Browsing shares of a server
On 9/27/19 1:11 PM, Rowland penny via samba wrote:
> On 27/09/2019 18:57, Christopher Cox via samba wrote:
>> On 9/27/19 12:48 PM, Rowland penny via samba wrote:
>>> On 27/09/2019 18:33, Christopher Cox via samba wrote:
>>>>
>>>> I understand the "Function Discovery" side and wsdd (which is fine
>>>> for local same network discovery