Bugzilla – Bug 6084
Logging leaks to console during startup
Last modified: 2008-12-18 11:12:53 UTC
When starting squeezecenter, initial log messages are sent to the console. Typical startup looks like this: [root@centos-5-vm ~]# service squeezecenter start Starting SqueezeCenter: [10:44:16.4835] SqueezeCenter OSDetect init... [10:44:16.7750] SqueezeCenter settings init... [10:44:16.8141] main::init (295) SqueezeCenter OS Specific init... [10:44:16.8181] main::init (315) SqueezeCenter daemonizing... [10:44:16.9174] Slim::bootstrap::theEND (400) Got to the END [ OK ] [root@centos-5-vm ~]# Tested on Linux, but may be cross-platform. I understand that this may be a known issue related to how Log4Perl starts up, but I couldn't find anything in bugzilla.
I do not see this with the debian init.d script.
Something in the debian script start script must be masking the problem. [root@centos-5-vm ~]# usermod -s /bin/bash squeezecenter [root@centos-5-vm ~]# su -l squeezecenter -c '/usr/sbin/squeezecenter-server --daemon --prefsdir=/etc/squeezecenter --logdir=/var/log/squeezecenter --cachedir=/var/cache/squeezecenter' [11:36:19.2600] SqueezeCenter OSDetect init... [11:36:19.4309] SqueezeCenter settings init... [11:36:19.4588] main::init (295) SqueezeCenter OS Specific init... [11:36:19.4614] main::init (315) SqueezeCenter daemonizing... [11:36:19.5555] Slim::bootstrap::theEND (400) Got to the END [root@centos-5-vm ~]# Note that squeezecenter-server is just slimserver.pl.
*** This bug has been marked as a duplicate of 6081 ***
This bug is being closed since it was resolved for a version which is now released! Please download the new version of SqueezeCenter (formerly SlimServer) at http://www.slimdevices.com/su_downloads.html If you are still seeing this bug, please re-open it and we will consider it for a future release.