My journal is full of these error messages, occurring every 15 minutes:

Jun 30 00:43:38 Bree nmbd[1301]: [2020/06/30 00:43:38.122397,  0] 
../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
Jun 30 00:43:38 Bree nmbd[1301]:   find_domain_master_name_query_fail:
Jun 30 00:43:38 Bree nmbd[1301]:   Unable to find the Domain Master Browser 
name SAMBA<1b> for the workgroup SAMBA.
Jun 30 00:43:38 Bree nmbd[1301]:   Unable to sync browse lists in this 
workgroup.
Jun 30 00:43:38 Bree nmbd[1301]: [2020/06/30 00:43:38.122554,  0] 
../../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
Jun 30 00:43:38 Bree nmbd[1301]:   find_domain_master_name_query_fail:
Jun 30 00:43:38 Bree nmbd[1301]:   Unable to find the Domain Master Browser 
name SAMBA<1b> for the workgroup SAMBA.
Jun 30 00:43:38 Bree nmbd[1301]:   Unable to sync browse lists in this 
workgroup.

What I can't figure out is where 'SAMBA<1b>' is coming from (I assume
the <1b> is a non-printable byte at the end of the name). My smb.conf
file contains:

[global]
        workgroup = SAMBA
        netbios name = BREESHARE
        wins support = yes
        security = user

and no other instances of SAMBA. I attach the full file for
completeness.

Any thoughts?

poc
# See smb.conf.example for a more detailed config file or
# read the smb.conf manpage.
# Run 'testparm' to verify the config is correct after
# you modified it.

[global]
        workgroup = SAMBA
        netbios name = BREESHARE
        wins support = yes
        security = user

;       log level = 2
        passdb backend = tdbsam

        printing = cups
        printcap name = cups
        load printers = yes
        cups options = raw
;       server min protocol = NT1

;[homes]
;       comment = Home Directories
;       valid users = %S, %D%w%S
;       browseable = No
;       read only = No
;       inherit acls = Yes

[printers]
        comment = All Printers
        path = /var/tmp
        printable = Yes
        create mask = 0600
        browseable = No

[print$]
        comment = Printer Drivers
        path = /var/lib/samba/drivers
        write list = root
        create mask = 0664
        directory mask = 0775

; p...@usb.ve - 23/11/2016
; Add sharing to KVM virtual machines
[LinuxHost]
        comment = Home Share
        path = /home/poc/Shared
;       valid users = poc
;       public = no
        browsable = yes
        writable = yes
        printable = no

[WinBackup]
        comment = Backup Share
        path = /home/poc/Shared/WinBackup
;       valid users = poc
;       public = no
        public = yes
        browsable = yes
        writable = yes
        guest ok = yes
        printable = no
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to