LAN plugin not working properly... strange log file
Moderators: Hacker, petermad, Stefan2, white
LAN plugin not working properly... strange log file
I have a strange behavior here. I added my local NAS with the LAN plugin.
Name: Nanotek Dynamic
Address: 192.168.1.11/ARCHIV
Where "ARCHIV" is an aggregation folder in the QNAP settings, like this:
Name - Hostname - Remote share
01 ALLGEMEIN - 192.168.1.11 - ALLGEMEIN
02 Steve - 192.168.1.11 - Steve
...
Connecting into the ARCHIV folder seems to work:
2023-07-30 18:47:49.391 HOST:LAN:get dir: /Nanotek Dynamic/ARCHIV/
2023-07-30 18:47:49.408 LAN:CONNECT Nanotek Dynamic
But going one layer deeper (here in 01 ALLGEMEIN):
2023-07-30 18:47:51.467 HOST:LAN:get dir: /Nanotek Dynamic/ARCHIV/01 ALLGEMEIN/
2023-07-30 18:47:51.509 LAN:Verbindungsfehler! Gemeldeter Fehler:
STATUS_OBJECT_NAME_NOT_FOUND (0xc0000034): Create failed for \\192.168.1.11\ARCHIV\01 ALLGEMEIN
/ARCHIV/01 ALLGEMEIN/
A second try:
2023-07-30 18:47:55.890 HOST:LAN:get dir: /Nanotek Dynamic/ARCHIV/01 ALLGEMEIN/
2023-07-30 18:47:56.455 LAN:Verbindungsfehler! Gemeldeter Fehler:
j has already been closed
/ARCHIV/01 ALLGEMEIN/
Closing the connection:
2023-07-30 18:48:02.111 HOST:LAN:disconnect: Nanotek Dynamic
2023-07-30 18:48:02.160 LAN:DISCONNECT Nanotek Dynamic
2023-07-30 18:48:02.265 HOST:LAN:get dir: /
2023-07-30 18:49:46.930 tc:Move 1 files:/storage/emulated/0/.TotalCommander/->/storage/emulated/0/Download/
What is going on here? Especially "\\192.168.1.11\ARCHIV\01 ALLGEMEIN/ARCHIV/01 ALLGEMEIN/" That is so wrong but not my fault.
I know, that this App and the plugin have been working a long time ago with a Samsung S7.
After a few tries, the device gets blocked due to a wrong/incorrect login by the NAS itself.
Name: Nanotek Dynamic
Address: 192.168.1.11/ARCHIV
Where "ARCHIV" is an aggregation folder in the QNAP settings, like this:
Name - Hostname - Remote share
01 ALLGEMEIN - 192.168.1.11 - ALLGEMEIN
02 Steve - 192.168.1.11 - Steve
...
Connecting into the ARCHIV folder seems to work:
2023-07-30 18:47:49.391 HOST:LAN:get dir: /Nanotek Dynamic/ARCHIV/
2023-07-30 18:47:49.408 LAN:CONNECT Nanotek Dynamic
But going one layer deeper (here in 01 ALLGEMEIN):
2023-07-30 18:47:51.467 HOST:LAN:get dir: /Nanotek Dynamic/ARCHIV/01 ALLGEMEIN/
2023-07-30 18:47:51.509 LAN:Verbindungsfehler! Gemeldeter Fehler:
STATUS_OBJECT_NAME_NOT_FOUND (0xc0000034): Create failed for \\192.168.1.11\ARCHIV\01 ALLGEMEIN
/ARCHIV/01 ALLGEMEIN/
A second try:
2023-07-30 18:47:55.890 HOST:LAN:get dir: /Nanotek Dynamic/ARCHIV/01 ALLGEMEIN/
2023-07-30 18:47:56.455 LAN:Verbindungsfehler! Gemeldeter Fehler:
j has already been closed
/ARCHIV/01 ALLGEMEIN/
Closing the connection:
2023-07-30 18:48:02.111 HOST:LAN:disconnect: Nanotek Dynamic
2023-07-30 18:48:02.160 LAN:DISCONNECT Nanotek Dynamic
2023-07-30 18:48:02.265 HOST:LAN:get dir: /
2023-07-30 18:49:46.930 tc:Move 1 files:/storage/emulated/0/.TotalCommander/->/storage/emulated/0/Download/
What is going on here? Especially "\\192.168.1.11\ARCHIV\01 ALLGEMEIN/ARCHIV/01 ALLGEMEIN/" That is so wrong but not my fault.
I know, that this App and the plugin have been working a long time ago with a Samsung S7.
After a few tries, the device gets blocked due to a wrong/incorrect login by the NAS itself.
- ghisler(Author)
- Site Admin
- Posts: 49100
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: LAN plugin not working properly... strange log file
From the log, it looks like the SMB library sends the path with a mix of forward slashes and backslashes. Most servers seem to be able to handle that, but your NAS apparently doesn't. I will check why it's sending forward slashes, they should all be converted to backslashes.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: LAN plugin not working properly... strange log file
So.... found something?
I checked everything on my site. I can't change anything.
If its helping: I'm using a QNAP NAS with firmware 5.x
I checked everything on my site. I can't change anything.
If its helping: I'm using a QNAP NAS with firmware 5.x
- ghisler(Author)
- Site Admin
- Posts: 49100
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: LAN plugin not working properly... strange log file
Sorry, I couldn't reproduce the problem, it must be a different SMB implementation just on your NAS.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: LAN plugin not working properly... strange log file
Which SMB version should be used?
Edit: The FTP plugin is working even with a ftpes connection.
It's strange, because I never changed my NAS' configuration.
Where can I find some requirements for the LAN plugin?
Edit: The FTP plugin is working even with a ftpes connection.
It's strange, because I never changed my NAS' configuration.
Where can I find some requirements for the LAN plugin?
- ghisler(Author)
- Site Admin
- Posts: 49100
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: LAN plugin not working properly... strange log file
It depends on the device. SMB1 one one side and SMB2/3 on the other use different libraries. SMB1 should only be used with older devices (by unchecking both SMB2 and SMB3), most newer devices don't support it any more.Which SMB version should be used?
SMB3 also supports encryption, but that makes file transfers slower, so it can be enabled separately.
Normally you should be fine when enabling both SMB2 and SMB3.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: LAN plugin not working properly... strange log file
Using the NAS w/o aggregation folder works fine... So it must be a specific problem with that feature.
Case closed.
Case closed.
Re: LAN plugin not working properly... strange log file
2HeeroYuy
https://docs.qnap.com/operating-system/qts/4.5.x/en-us/GUID-047D026B-EF24-48D0-93EE-2FE5F853C9BC.html
https://kb.synology.com/en-af/DSM/help/SMBService/smbservice_aggregate_portal?version=7
feature???
Simply if - yes, then it makes sense for the author to repeat these settings on his test environment and try to reproduce
the error again. And it is possible to fix the root of the problem in this case!
Are you saying about this:NAS w/o aggregation folder
https://docs.qnap.com/operating-system/qts/4.5.x/en-us/GUID-047D026B-EF24-48D0-93EE-2FE5F853C9BC.html
https://kb.synology.com/en-af/DSM/help/SMBService/smbservice_aggregate_portal?version=7
feature???
Simply if - yes, then it makes sense for the author to repeat these settings on his test environment and try to reproduce
the error again. And it is possible to fix the root of the problem in this case!
#146217 personal license
- ghisler(Author)
- Site Admin
- Posts: 49100
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: LAN plugin not working properly... strange log file
Unfortunately I do not have a QNAP NAS, so I cannot recreate the problem.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com