SAMBA configuration lost after TOS6 upgrade

Hi,
after today’s update to TOS6, my SAMBA configuration was not carried over. I tried re-creating the share, but I run into a strange problem. When I try to access the share, I can browse it in windows-explorer (e.g. open \192.168.1.1). However, when I try to open the share, I get the error “0x80070043” indicating that the network name could not be found. How can the network name not be found when I am using the IP directly and being able to browse the shares of my turris omnia?

The samba4 config looks like this:

config samba
option workgroup ‘WORKGROUP’
option charset ‘UTF-8’
option description ‘Samba on OpenWRT’
option interface ‘lan’

config sambashare
option create_mask ‘0666’
option dir_mask ‘0777’
option read_only ‘no’
option guest_ok ‘yes’
option path ‘/srv/samba’
option name ‘samba-share’

Any ideas?
Thank you.

The latest update pushed to the turris fixed my problem, I did not have to change my config. However, I had to remove and then reinstall the samba package.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.