New issue by wangp on void-packages repository https://github.com/void-linux/void-packages/issues/27565 Description: ### System * xuname: Void 5.4.68_1 armv7l Unknown notuptodate rdFFF (Raspberry Pi 3B) * package: samba-4.13.2_3 ### Expected behavior smbd starts normally. ### Actual behavior smbd aborts at startup, saying it could not open secrets db. Has anybody else seen something similar on Raspberry Pi or ARM? Log output: ``` 2020-12-30T23:36:05.51797 daemon.notice: Dec 31 10:36:05 smbd: smbd version 4.13.2 started. 2020-12-30T23:36:05.51825 daemon.notice: Dec 31 10:36:05 smbd: Copyright Andrew Tridgell and the Samba Team 1992-2020 2020-12-30T23:36:05.58031 daemon.notice: Dec 31 10:36:05 smbd: =============================================================== 2020-12-30T23:36:05.58073 daemon.notice: Dec 31 10:36:05 smbd: INTERNAL ERROR: could not open secrets db in pid 22239 (4.13.2) 2020-12-30T23:36:05.58092 daemon.notice: Dec 31 10:36:05 smbd: If you are running a recent Samba version, and if you think this problem is not yet fixed in the latest versions, please consider reporting this bug, see https://wiki.samba.org/index.php/Bug_Reporting 2020-12-30T23:36:05.58118 daemon.notice: Dec 31 10:36:05 smbd: =============================================================== 2020-12-30T23:36:05.58130 daemon.notice: Dec 31 10:36:05 smbd: PANIC (pid 22239): could not open secrets db in 4.13.2 2020-12-30T23:36:05.58146 daemon.notice: Dec 31 10:36:05 smbd: BACKTRACE: 0 stack frames: ``` testparm output: ``` # testparm Load smb config files from /etc/samba/smb.conf Loaded services file OK. Weak crypto is allowed Server role: ROLE_STANDALONE Press enter to see a dump of your service definitions # Global parameters [global] bind interfaces only = Yes disable spoolss = Yes dns proxy = No interfaces = eth0 load printers = No log file = /var/log/samba/%m.log logging = syslog map to guest = Bad Password max log size = 50 printcap name = /dev/null server role = standalone server server string = Samba Server show add printer wizard = No idmap config * : backend = tdb hosts allow = 192.168.1. 127. printing = bsd ...share definitions... ``` Downgrading back to samba-3.6.25_14.armv7l.xbps works okay. ### Steps to reproduce the behavior 1. install samba package 2. set up /etc/samba/smb.conf 3. start the smbd service