Hi!
asuswrt-merlin 384.11_2 + Entware ARMv8 from may 2019
Configured smb.conf, testparm returns no errors.
/opt/etc/samba/smb.conf:
bck - public folder access for everyone.
There are no logs pointing to nmb. log.smbd do not show any info regarding failure.
asuswrt-merlin 384.11_2 + Entware ARMv8 from may 2019
Configured smb.conf, testparm returns no errors.
Code:
/opt/etc/init.d/S91smb start
Starting SMB services:
OK
Starting NMB services:
FAIL
/opt/etc/samba/smb.conf:
Code:
[global]
netbios name = Asus
# interfaces = lo br0
server string = Samba on Asus
workgroup = Doma
guest account = nobody
security = user
map to guest = Bad User
guest ok = yes
guest only = no
timestamp logs = no
preserve case = yes
short preserve case = yes
# socket options = TCP_NODELAY SO_KEEPALIVE IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536
log level = 5
# syslog = 0
deadtime = 10
passdb backend = smbpasswd
# smb encrypt = disabled
smb passwd file = /opt/etc/samba/smbpasswd
# printcap name = /opt/etc/printcap
printcap name = /dev/null
load printers = no
strict allocate = yes
use sendfile = yes
[bck]
path = /tmp/mnt/bck
guest ok = yes
guest only =yes
directory mode = 777
create mode = 777
public = yes
writeable = yes
bck - public folder access for everyone.
There are no logs pointing to nmb. log.smbd do not show any info regarding failure.