Can't acess file management

Hey, I’m trying to acess the files via windows file manager but i have tried to put both users i have so the defaut pi with raspberry as pasword but that one got me these promt


and also a user i was asked to create from the website to use as administrator but that one said
image
any idea?

As always: read the manual :slight_smile:

https://www.openhab.org/docs/installation/openhabian.html#passwords

none of those work, i have also installed samba but that one also doesn’t work

If you have installed openhabian the default user and password for ssh and samba are openhabian
In your initial posting you only mention user pi and custom user names.

I’m addition I would first try ssh/ putty to see if the installation itself is correct and you can access your raspberry

SSH into your RPi and use openhabian-config to reset your Samba password and your file permissions. I can’t remember which options those are, but they shouldn’t be hard to find.

1 Like

yeah, i can acess it with putty using pi as the username and raspberry as the pasword

still nothing, changed the pasword but i can’t acess it

Based on the error message in the first screenshot, try not to connect to the network share directly, but map it as a network drive and pass your credentials while creating the drive.

That will make a difference for windows if you connected to the same host from your computer already before.

i get same thing

Depending on the log level there should be a set of log files in folder /var/log/samba/.
Can you check if they contain more information ?

how can i acess those files?

ssh into your OH host using either ssh or putty command.
In that shell cd into the folder /var/log/samba.
Then you can do a directory listing using e.g. ls -lt to show newest files on top.
Content of files without .gz at the end of the file name can be looked into using the command

more replace-this-with-the-filename-you-want-to-check

putty package also comes with psftp. You can use psftp to connect to the remote host ( with same user/password ) and use the command line to cd into the related directory and download the files. Then it is possible to open the files on windows e.g. with notepad. In case files end in .gz they need to be uncompressed before opening them in notepad.

can’t seem to acess it
image

You can’t cd via sudo. Instead, change user:

sudo su -

But please be aware that you are logged in a user root, therefor don’t mess up anything!

If logging in via CIFS, please be aware that you have to change the user to login (“More choices”->Change User to openhabian, set password to openhabian)

These is what I got

[12:18:57] root@openhabian:~# cd /var/log/samba
[12:19:26] root@openhabian:/var/log/samba# ls -lt
total 28
-rw-rw-r-- 1 root root 5637 Aug 11 12:17 log.nmbd
-rw-rw-r-- 1 root root 1876 Aug 11 09:31 log.smbd
drwxr-x--- 4 root root 4096 Aug 10 16:31 cores
-rw-rw-r-- 1 root root    0 Aug 10 16:31 log.
[12:19:34] root@openhabian:/var/log/samba# more log.nmbd
[2022/08/10 16:31:18.368833,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/10 16:31:18.409515,  0] ../../lib/util/become_daemon.c:135(daemon_ready
)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connection
s
[2022/08/10 16:31:42.911370,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become
_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKG
ROUP on subnet 192.168.68.117

  *****
[2022/08/10 16:34:38.296835,  0] ../../source3/nmbd/nmbd.c:59(terminate)
  Got SIGTERM: going down...
[2022/08/10 16:35:07.545640,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/10 16:35:07.655295,  0] ../../lib/util/become_daemon.c:135(daemon_ready
)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connection
...back 1 page
[2022/08/10 16:31:18.368833,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/10 16:31:18.409515,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
[2022/08/10 16:31:42.911370,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKGROUP on subnet 192.168.68.117

  *****
[2022/08/10 16:34:38.296835,  0] ../../source3/nmbd/nmbd.c:59(terminate)
  Got SIGTERM: going down...
[2022/08/10 16:35:07.545640,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/10 16:35:07.655295,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
[2022/08/10 16:35:30.736857,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKGROUP on subnet 192.168.68.117

  *****
[2022/08/10 16:35:30.738542,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/10 16:36:17.145237,  0] ../../source3/nmbd/nmbd.c:59(terminate)
  Got SIGTERM: going down...
[2022/08/11 09:31:36.574542,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/11 09:31:36.668423,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
[2022/08/11 09:31:59.785502,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKGROUP on subnet 192.168.68.117

  *****
[2022/08/11 09:31:59.788706,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 09:47:16.720856,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 10:02:16.734176,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 10:17:07.734837,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 10:32:16.759636,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 10:47:16.776740,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 11:02:16.810879,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
...back 1 page
[2022/08/10 16:31:18.368833,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/10 16:31:18.409515,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
[2022/08/10 16:31:42.911370,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKGROUP on subnet 192.168.68.117

  *****
[2022/08/10 16:34:38.296835,  0] ../../source3/nmbd/nmbd.c:59(terminate)
  Got SIGTERM: going down...
[2022/08/10 16:35:07.545640,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/10 16:35:07.655295,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
[2022/08/10 16:35:30.736857,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKGROUP on subnet 192.168.68.117

  *****
[2022/08/10 16:35:30.738542,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/10 16:36:17.145237,  0] ../../source3/nmbd/nmbd.c:59(terminate)
  Got SIGTERM: going down...
[2022/08/11 09:31:36.574542,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/11 09:31:36.668423,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
[2022/08/11 09:31:59.785502,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKGROUP on subnet 192.168.68.117

  *****
[2022/08/11 09:31:59.788706,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 09:47:16.720856,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 10:02:16.734176,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 10:17:07.734837,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 10:32:16.759636,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 10:47:16.776740,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 11:02:16.810879,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
...back 1 page
[2022/08/10 16:31:18.368833,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/10 16:31:18.409515,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
[2022/08/10 16:31:42.911370,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKGROUP on subnet 192.168.68.117

  *****
[2022/08/10 16:34:38.296835,  0] ../../source3/nmbd/nmbd.c:59(terminate)
  Got SIGTERM: going down...
[2022/08/10 16:35:07.545640,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/10 16:35:07.655295,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
[2022/08/10 16:35:30.736857,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKGROUP on subnet 192.168.68.117

  *****
[2022/08/10 16:35:30.738542,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/10 16:36:17.145237,  0] ../../source3/nmbd/nmbd.c:59(terminate)
  Got SIGTERM: going down...
[2022/08/11 09:31:36.574542,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/11 09:31:36.668423,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
[2022/08/11 09:31:59.785502,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKGROUP on subnet 192.168.68.117

  *****
[2022/08/11 09:31:59.788706,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 09:47:16.720856,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 10:02:16.734176,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 10:17:07.734837,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 10:32:16.759636,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 10:47:16.776740,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 11:02:16.810879,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)

...skipping 1 line
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 11:17:07.813244,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 11:32:16.834471,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 11:47:16.859730,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 12:02:16.874466,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/11 12:17:16.897934,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[12:20:23] root@openhabian:/var/log/samba#

Well, there is not even a try to login.
There would be a file log.ip.of.windows.machine and/or
a file log.windows-machine-name

root@samba:/var/log/samba# ls -l
insgesamt 769
drwx------ 4 root root       4 28. Aug 2020  cores
-rw-r--r-- 1 root root    2603  8. Aug 21:56 log.
-rw-r--r-- 1 root root     525 11. Aug 21:56 log.192.168.178.15
-rw-r--r-- 1 root root    1024 11. Aug 20:20 log.win11machine
-rw-r--r-- 1 root root       0  7. Aug 00:00 log.nmbd
-rw-r--r-- 1 root root  117696 11. Aug 20:27 log.smbd

The windows pc is named win11machine and the ip is 192.168.178.15.

1 Like

Sorry, these one has the failed attempts

[11:10:48] root@openhabian:~# cd /var/log/samba
[11:11:08] root@openhabian:/var/log/samba# ls -lt
total 28
-rw-rw-r-- 1 root root 5150 Aug 12 11:11 log.nmbd
-rw-r--r-- 1 root root    0 Aug 12 11:09 log.192.168.68.118
-rw-r--r-- 1 root root    0 Aug 12 11:09 log.adrianpc
-rw-rw-r-- 1 root root 2648 Aug 12 10:10 log.smbd
drwxr-x--- 4 root root 4096 Aug 10 16:31 cores
-rw-rw-r-- 1 root root    0 Aug 10 16:31 log.
[11:11:19] root@openhabian:/var/log/samba# more log.nmbd
[2022/08/10 16:31:18.368833,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/10 16:31:18.409515,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
[2022/08/10 16:31:42.911370,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKGROUP on subnet 192.168.68.117

  *****
[2022/08/10 16:34:38.296835,  0] ../../source3/nmbd/nmbd.c:59(terminate)
  Got SIGTERM: going down...
[2022/08/10 16:35:07.545640,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/10 16:35:07.655295,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
[2022/08/10 16:35:30.736857,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKGROUP on subnet 192.168.68.117

  *****
[2022/08/10 16:35:30.738542,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/10 16:36:17.145237,  0] ../../source3/nmbd/nmbd.c:59(terminate)
  Got SIGTERM: going down...
[2022/08/12 09:32:37.761981,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/12 09:32:37.840727,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
[2022/08/12 09:33:00.966443,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKGROUP on subnet 192.168.68.117

  *****
[2022/08/12 09:33:00.969630,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/12 09:48:17.920323,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/12 10:03:17.932566,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/12 10:10:30.436946,  0] ../../source3/nmbd/nmbd.c:59(terminate)
  Got SIGTERM: going down...
[2022/08/12 10:10:31.006082,  0] ../../source3/nmbd/nmbd.c:960(main)
  nmbd version 4.13.13-Debian started.
  Copyright Andrew Tridgell and the Samba Team 1992-2020
[2022/08/12 10:10:31.030049,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
  daemon_ready: daemon 'nmbd' finished starting up and ready to serve connections
[2022/08/12 10:10:54.136769,  0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server OPENHABIAN is now a local master browser for workgroup WORKGROUP on subnet 192.168.68.117

  *****
[2022/08/12 10:10:54.138744,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/12 10:26:02.102046,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/12 10:41:11.135520,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/12 10:56:02.133864,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[2022/08/12 11:11:02.160847,  0] ../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
  find_domain_master_name_query_fail:
  Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
  Unable to sync browse lists in this workgroup.
[11:11:35] root@openhabian:/var/log/samba#

I can’t remember the last time I used samba on PI

I edit with VSCode

I login using the remote development extention

Its cool when you can just mouse hover over the code and it tells you the state of an item

Now to your issue.

Can you restart the service and check the status and post result

sudo systemctl restart smbd.service

sudo systemctl status smbd.service

here you go

i have manage to acess the files using VS code

1 Like