SMB error (solved)
Posted: Tue Jul 08, 2014 4:14 pm
I kept getting these messages in SMB logfile:
[1970/01/01 01:01:59.449405, 0] param/loadparm.c:7969(lp_do_parameter)
Ignoring unknown parameter "disable poolss"
I found a spelling mistake in smb.conf , corrected it as below and no more entries in the logfile.
root@meteohub-rpi:/etc/samba# cat smb.conf
# generated by meteohub
printcap name = /dev/null
load printers = no
printing = bsd
[global]
workgroup = HOME
security = user
log file = /data/log/smb.log
max log size = 50
dns proxy = no
disable spoolss = yes
[public]
comment = Meteohub Data
path = /data
public = yes
writable = yes
printable = no
force user = root
force group = root
[1970/01/01 01:01:59.449405, 0] param/loadparm.c:7969(lp_do_parameter)
Ignoring unknown parameter "disable poolss"
I found a spelling mistake in smb.conf , corrected it as below and no more entries in the logfile.
root@meteohub-rpi:/etc/samba# cat smb.conf
# generated by meteohub
printcap name = /dev/null
load printers = no
printing = bsd
[global]
workgroup = HOME
security = user
log file = /data/log/smb.log
max log size = 50
dns proxy = no
disable spoolss = yes
[public]
comment = Meteohub Data
path = /data
public = yes
writable = yes
printable = no
force user = root
force group = root