termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
36.94k stars 3.88k forks source link

[Bug]: Client terminates server #4201

Closed bugith closed 1 month ago

bugith commented 1 month ago

Problem description

Trying to setup a server at 192.168.22.5 I try to list services with the (faulty I believe as it misses the -I parameter) command smbclient -L 192.168.22.5 -p 1139 then hit Enter (or anything followed with Enter) when prompted for password (as the current user at client side is not set at server side) The client then says "tree connect failed: NT_STATUS_ACCESS_DENIED" The server says "Terminated"

Steps to reproduce the behavior.

typing smbclient -L -I 192.168.22.5 -p 1139 the client replies with the supported list of options typing smbclient -L -I=192.168.22.5 -p=1139 do_connect: Connection to -I=192.168.22.5 failed (Error NT_STATUS_UNSUCCESSFUL)

What is the expected behavior?

No response

System information

bugith commented 1 month ago

Sorry disregard. I have many problems with this package, but the "terminate" issue is intended by the way I run (smbd -i)