SMB error (solved)

all about Meteohub on the new Raspberry PI platform

Moderator: Mattk

Post Reply
gm4jjj
Expert Boarder
Expert Boarder
Posts: 108
Joined: Mon Jan 18, 2010 3:53 pm
Location: Dunfermline, Fife UK

SMB error (solved)

Post by gm4jjj »

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
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: SMB error (solved)

Post by admin »

thank you, great finding, will add that to the next distribution.
AndyK
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: Fri Jul 10, 2020 1:51 pm

Re: SMB error (solved)

Post by AndyK »

I know this is an old post but the current Meteohub software 5.1D build 270 still has this fault which is tedious in having to clear the log every few days. I tried to screen shot the error but this did not work.

Regards

AndrewK
BigAlT
Gold Boarder
Gold Boarder
Posts: 198
Joined: Tue Jul 04, 2017 8:41 pm
Location: Washington State

Re: SMB error (solved)

Post by BigAlT »

I think you’re out of luck. It appears that the Meteohub platform is EOL ( end of life ) and that Boris is not really updating or improving it any longer.
AndyK
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: Fri Jul 10, 2020 1:51 pm

Re: SMB error (solved)

Post by AndyK »

That is a shame but thanks for your reply
BigAlT
Gold Boarder
Gold Boarder
Posts: 198
Joined: Tue Jul 04, 2017 8:41 pm
Location: Washington State

Re: SMB error (solved)

Post by BigAlT »

Have you tried editing the smb.conf file as per the original post and see if that fixes the error ?.
AndyK
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: Fri Jul 10, 2020 1:51 pm

Re: SMB error (solved)

Post by AndyK »

/well that was a trial but I think I have got there. Just edited the file in question (nano) and now will wait to see if the SMB error log keeps on filling.
Post Reply