Hi, I'm getting almost daily smb crashes in 4.5.10 and not sure where to start looking; raised it in my distro but not getting any traction. Any help appreciated. https://bugzilla.redhat.com/show_bug.cgi?id=1465523
Hai, Now im not into redhat, but can you post also your : RedHat + version? Samba = 4.5.10 smb.conf nsswitch.conf resolv.conf hosts file Then i'll have a look. Thanks Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > James . via samba > Verzonden: dinsdag 4 juli 2017 14:42 > Aan: samba at lists.samba.org > Onderwerp: [Samba] Bug 1465523 - smbd killed by SIGABRT daily > > Hi, > > > I'm getting almost daily smb crashes in 4.5.10 and not sure > where to start looking; raised it in my distro but not > getting any traction. > > > Any help appreciated. > > > https://bugzilla.redhat.com/show_bug.cgi?id=1465523 > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
Hi, Thanks for the reply. Version is Fedora 25 Workstation. --- smb.conf --- # read the smb.conf manpage. # Run 'testparm' to verify the config is correct after # you modified it. [global] # --------------------------- Create Masks ----------------------------------- create mask = 660 directory mask = 770 workgroup = SAMBA security = user passdb backend = tdbsam printing = cups printcap name = cups load printers = yes cups options = raw [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 [d] path = /mnt/d writable = yes browseable = no [e] path = /mnt/e writable = yes browseable = no [james] path = /home/james writable = yes browseable = no [bob] path = /home/bob writable = yes browseable = no [bob-backup] path = /home/bob-backup writable = yes browseable = no [common] path = /home/common writable = yes browseable = no --- /etc/nsswitch.conf --- # # /etc/nsswitch.conf # # An example Name Service Switch config file. This file should be # sorted with the most-used services at the beginning. # # The entry '[NOTFOUND=return]' means that the search for an # entry should stop if the search in the previous entry turned # up nothing. Note that if the search failed due to some other reason # (like no NIS server responding) then the search continues with the # next entry. # # Valid entries include: # # nisplus Use NIS+ (NIS version 3) # nis Use NIS (NIS version 2), also called YP # dns Use DNS (Domain Name Service) # files Use the local files # db Use the local database (.db) files # compat Use NIS on compat mode # hesiod Use Hesiod for user lookups # [NOTFOUND=return] Stop searching if not found so far # # To use db, put the "db" in front of "files" for entries you want to be # looked up first in the databases # # Example: #passwd: db files nisplus nis #shadow: db files nisplus nis #group: db files nisplus nis passwd: files sss shadow: files sss group: files sss #hosts: db files nisplus nis dns hosts: files mdns4_minimal [NOTFOUND=return] dns myhostname # Example - obey only what nisplus tells us... #services: nisplus [NOTFOUND=return] files #networks: nisplus [NOTFOUND=return] files #protocols: nisplus [NOTFOUND=return] files #rpc: nisplus [NOTFOUND=return] files #ethers: nisplus [NOTFOUND=return] files #netmasks: nisplus [NOTFOUND=return] files bootparams: nisplus [NOTFOUND=return] files ethers: files netmasks: files networks: files protocols: files rpc: files services: files sss netgroup: files sss publickey: nisplus automount: files sss aliases: files nisplus --- /etc/resolv.conf --- # Generated by NetworkManager nameserver 192.168.1.254 --- /etc/hosts --- 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 ________________________________ From: L.P.H. van Belle <belle at bazuin.nl> Sent: Tuesday, 4 July 2017 11:26 PM To: samba at lists.samba.org Cc: James . Subject: RE: [Samba] Bug 1465523 - smbd killed by SIGABRT daily Hai, Now im not into redhat, but can you post also your : RedHat + version? Samba = 4.5.10 smb.conf nsswitch.conf resolv.conf hosts file Then i'll have a look. Thanks Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > James . via samba > Verzonden: dinsdag 4 juli 2017 14:42 > Aan: samba at lists.samba.org > Onderwerp: [Samba] Bug 1465523 - smbd killed by SIGABRT daily > > Hi, > > > I'm getting almost daily smb crashes in 4.5.10 and not sure > where to start looking; raised it in my distro but not > getting any traction. > > > Any help appreciated. > > > https://bugzilla.redhat.com/show_bug.cgi?id=1465523 > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
ok, start with : hosts: files mdns4_minimal [NOTFOUND=return] dns myhostname change that to hosts: files dns myhostname mdns4_minimal [NOTFOUND=return] ( optional you can test also, hosts: files mdns4_minimal [NOTFOUND=continue] dns myhostname) remove the create and directory mask. Now test again. Do you jave shares over nfs? or any other thing you can share about you setup. That would be helpfull. i dont know sssd but that conf is also needed, lets hope someing else know more about that. Greetz, Louis Van: James . [mailto:cube_00 at hotmail.com] Verzonden: dinsdag 4 juli 2017 16:15 Aan: L.P.H. van Belle CC: samba at lists.samba.org Onderwerp: Re: [Samba] Bug 1465523 - smbd killed by SIGABRT daily Hi, Thanks for the reply. Version is Fedora 25 Workstation. --- smb.conf --- # read the smb.conf manpage. # Run 'testparm' to verify the config is correct after # you modified it. [global] # --------------------------- Create Masks ----------------------------------- create mask = 660 directory mask = 770 workgroup = SAMBA security = user passdb backend = tdbsam printing = cups printcap name = cups load printers = yes cups options = raw [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 [d] path = /mnt/d writable = yes browseable = no [e] path = /mnt/e writable = yes browseable = no [james] path = /home/james writable = yes browseable = no [bob] path = /home/bob writable = yes browseable = no [bob-backup] path = /home/bob-backup writable = yes browseable = no [common] path = /home/common writable = yes browseable = no --- /etc/nsswitch.conf --- # # /etc/nsswitch.conf # # An example Name Service Switch config file. This file should be # sorted with the most-used services at the beginning. # # The entry '[NOTFOUND=return]' means that the search for an # entry should stop if the search in the previous entry turned # up nothing. Note that if the search failed due to some other reason # (like no NIS server responding) then the search continues with the # next entry. # # Valid entries include: # # nisplus Use NIS+ (NIS version 3) # nis Use NIS (NIS version 2), also called YP # dns Use DNS (Domain Name Service) # files Use the local files # db Use the local database (.db) files # compat Use NIS on compat mode # hesiod Use Hesiod for user lookups # [NOTFOUND=return] Stop searching if not found so far # # To use db, put the "db" in front of "files" for entries you want to be # looked up first in the databases # # Example: #passwd: db files nisplus nis #shadow: db files nisplus nis #group: db files nisplus nis passwd: files sss shadow: files sss group: files sss #hosts: db files nisplus nis dns hosts: files mdns4_minimal [NOTFOUND=return] dns myhostname # Example - obey only what nisplus tells us... #services: nisplus [NOTFOUND=return] files #networks: nisplus [NOTFOUND=return] files #protocols: nisplus [NOTFOUND=return] files #rpc: nisplus [NOTFOUND=return] files #ethers: nisplus [NOTFOUND=return] files #netmasks: nisplus [NOTFOUND=return] files bootparams: nisplus [NOTFOUND=return] files ethers: files netmasks: files networks: files protocols: files rpc: files services: files sss netgroup: files sss publickey: nisplus automount: files sss aliases: files nisplus --- /etc/resolv.conf --- # Generated by NetworkManager nameserver 192.168.1.254 --- /etc/hosts --- 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 From: L.P.H. van Belle <belle at bazuin.nl> Sent: Tuesday, 4 July 2017 11:26 PM To: samba at lists.samba.org Cc: James . Subject: RE: [Samba] Bug 1465523 - smbd killed by SIGABRT daily Hai, Now im not into redhat, but can you post also your : RedHat + version? Samba = 4.5.10 smb.conf nsswitch.conf resolv.conf hosts file Then i'll have a look. Thanks Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > James . via samba > Verzonden: dinsdag 4 juli 2017 14:42 > Aan: samba at lists.samba.org > Onderwerp: [Samba] Bug 1465523 - smbd killed by SIGABRT daily > > Hi, > > > I'm getting almost daily smb crashes in 4.5.10 and not sure > where to start looking; raised it in my distro but not > getting any traction. > > > Any help appreciated. > > > https://bugzilla.redhat.com/show_bug.cgi?id=1465523 > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >