Thanks for the quick response.
> I posted 3 solutions to the firewalld "problem" in the install post.
> Headless, you could also go and edit the ifcfg-<interface> file directly
> for your network interface in /etc/sysconfig/network-scripts and change
> the default "ZONE=public" to "ZONE=trusted".
*I don't see a "ZONE =" entry in the relevant ifcfg file. I will look
into trying adding this at some point and going back to firewalld.
> Yes, that's it. I'll make an update.
I just did some googling and fixed the log rotate issue by adding "su
squeezeboxserver squeezeboxserver to the two sections of
/etc/logrotate.d/squeezeboxserver.
Code:
--------------------
/var/log/squeezeboxserver/server.log {
missingok
notifempty
sharedscripts
postrotate
/bin/kill -USR1 `pgrep squeezeboxserve` >/dev/null 2>&1 || true
endscript
su squeezeboxserver squeezeboxserver
}
/var/log/squeezeboxserver/scanner.log {
missingok
notifempty
sharedscripts
su squeezeboxserver squeezeboxserver
}
--------------------
This seems to work fine now.
------------------------------------------------------------------------
slackhead's Profile: http://forums.slimdevices.com/member.php?userid=13963
View this thread: http://forums.slimdevices.com/showthread.php?t=97862
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix