slackhead wrote:
> JackofAll - big thanks for all the work you've put in on this, its been
> a huge help.
>
> I've just completed a fresh install of Fedora 18 (replacing F16 which
> I've used the last couple of years) and used your instructions to
> install LMS from your repo. Biggest problem I had was with the firewall
> as I am running headless and installed Fedora without a desktop GUI (to
> keep it as slim as possible) which meant I couldn't access the GUI for
> firewalld to set the zone. The documentation for changing firewalld via
> command line / config files is very unhelpful and I failed to get any
> setting to 'stick', despite spending a good hour or so trying so I ended
> uninstalling it and going back to good old iptables and copying over the
> config files from previous install. This threw a wobbly "iptables:
> Applying firewall rules: WARNING: The state match is obsolete. Use
> conntrack instead." which required changing many of the rules before it
> would work (fortunately a relatively easy task).
>
I posted 3 soltuions to the firewalld "problem" in the install thread.
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=truested".
slackhead wrote:
>
> Only issue I'm having now relates to the log rotation cron job:-
>
> "/etc/cron.daily/logrotate:
>
> error: skipping "/var/log/squeezeboxserver/server.log" because parent
> directory has insecure permissions (It's world writable or writable by
> group which is not "root") Set "su" directive in config file to tell
> logrotate which user/group should be used for rotation.
> error: skipping "/var/log/squeezeboxserver/scanner.log" because parent
> directory has insecure permissions (It's world writable or writable by
> group which is not "root") Set "su" directive in config file to tell
> logrotate which user/group should be used for rotation."
>
> Should be an easy fix but I'm not sure where to go?
Not seen that myself. The log directory is group writable by
squeezeboxserver, which is what the logrotate script is complaining
about. I'll push a new update to the repo in an hour or so which removes
the group write permission. You probably just need to...
Code:
--------------------
sudo chmod g-w /var/log/squeezeboxserver
--------------------
------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=97862
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix