Page 1 of 2
Access problems

Posted:
Sun Dec 08, 2019 8:14 pm
by matzi
Hi Fvdw and Jocko,
as mentioned in the other thread I have recurring problems to access my 5big2. After the windows side is clarified it seems suitable to continue here.
I have enabled guest authorisation on win10 with gpedit. As said in the other thread I had perfect acess with that setting but now again there is no access. The volume is listed in windows explorer. When clicking on it to open the shares, there is an error message. Access in the form //nas-name/share or //ip/share also do not work (just error message)
fvdwsl assistant finds the drive but does not open it in explorer.
Can you imagine a reason ?
Just for information it has a hardware problem: see post "Error: Aktualisierung erfolglos:__"
Re: Access problems

Posted:
Sun Dec 08, 2019 8:40 pm
by fvdw
what is the setting in wondows 10 locoal security Lan Manager authenciation level ?
run secpol.msc and go to
Local Policies->security options->network security: Lan manager authenciation level
set it to "send NTLMv2 response only"
Re: Access problems

Posted:
Sun Dec 08, 2019 8:45 pm
by matzi
it was "Not defined". Now set is as you required - No change in accessibility.
Re: Access problems

Posted:
Sun Dec 08, 2019 8:56 pm
by fvdw
In windows options you can set support for SMB 1.0/CIFS as we discissed
There is one checkbox with text for automatic removal.
I read that it means this: If the SMB1 client is not used for 15 days in total (excluding the computer being turned off), it automatically uninstalls itself.
So better uncheck it, but it doesn't explain why you don't get access when using \\ip-nas\sharename
Does access to samba shares work on the rspb4 with current settings of windows 10 ?
Re: Access problems

Posted:
Sun Dec 08, 2019 8:56 pm
by fvdw
matzi wrote:it was "Not defined". Now set is as you required - No change in accessibility.
maybe it needs a reboot ??
Re: Access problems

Posted:
Sun Dec 08, 2019 9:05 pm
by matzi
:thumbup rebooting led to sucess! Great so far, let us see if it lasts for longer.
What I do not understand is why there are differences to raspi?
Re: Access problems

Posted:
Sun Dec 08, 2019 9:08 pm
by fvdw
What I do not understand is why there are differences to raspi?
:dontknow
Re: Access problems

Posted:
Mon Dec 09, 2019 8:38 am
by Jocko
Hi matzi
matzi wrote:Just for information it has a hardware problem: see post "Error: Aktualisierung erfolglos:__"
So is it a message on the firmware web-interface ? and what is it the menu which returns this error.
If it is the main setup menu, it is the error message when the firmware tries to synchronize the hardware clock with the software clock and the right message should be : "Error: Aktualisierung erfolglos:__FILE__, hwclock -w -u, err= 1" :scratch
Anyhow, it is just a warning. So not related with your issue.
Re: Access problems

Posted:
Mon Dec 09, 2019 12:36 pm
by matzi
Hi Jocko,
yes it is the error message you mentioned. This issue is already clarified (see my ealier post). I just wanted to mention that my 5big2 has already hardware problems, just for the case you or fvdw see any relation with my acess problems.
Acess is still OK today!
Re: Access problems

Posted:
Mon Dec 09, 2019 2:21 pm
by Jocko
Hi matzi,
Sorry, I read too quickly your post :whistle
This warning may overwrite some other errors messages, so I advice you to remove it with my command posted in the related topic :
- Code: Select all
sed -rie 's#(.*, hwclock)#//\1#g' /usr/htdocs/global/system_DateTime.xml
Note: You have to keep the single quotes (do you use double quote). This command makes a backup on the edited file. So if there is an issue somewhere, we can restore the file easily