After the latest update Squuezecenter stopped working, since I used the "beta" version, I didn't look into it much and uninstalled squeezecenter and removed the database with the uninstall script.
However, reinstallling squeezecenter does not create a new database and I'm not quite sure what do to. After some searching I figured "dpkg-reconfigure squeezecenter" might do the trick, but the script fails because it never asks me for the root password for mysql and therefore fails.
Any suggestions?
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Squeezecenter database creation
Re: Squeezecenter database creation
First you can check that squeezecenter is fully installed; Issue following command:vakuumbarn wrote:After the latest update Squuezecenter stopped working, since I used the "beta" version, I didn't look into it much and uninstalled squeezecenter and removed the database with the uninstall script.
However, reinstallling squeezecenter does not create a new database and I'm not quite sure what do to. After some searching I figured "dpkg-reconfigure squeezecenter" might do the trick, but the script fails because it never asks me for the root password for mysql and therefore fails.
Any suggestions?
Code: Select all
dpkg -l | grep -v ^ii
I know there can be problems sometimes removing squeezecenter, and answer wrongly on the questions, if so, try following to fully remove it:
Code: Select all
apt-get remove --purge squeezecenter
Hope this might help you.
/Carl
-
- Posts: 16
- Joined: 12 Oct 2008, 18:21
Hi!
I had the same problem with the database not being created. Though I removed the root password requirement on the MySql server and managed to run the reconfigure command (as mentioned above).
Anyway, I can now see the squeezecenter service when running netstat -l showing to ports 9000 and 9090. My squeezebox can connect (probably through port 9090) but cannot play anything (or browse my music). When trying to surf through port 9000 it says wep page not found.
server.log shows the following errors:
2009-01-02 15:27:06 squeezecenter_safe stopped.
2009-01-02 15:27:06 squeezecenter_safe started.
[09-01-02 15:27:52.2788] main::checkDataSource (904) Warning: Schema updated or no tracks in the database, initiating scan.
[09-01-02 15:27:52.2874] Slim::Utils::Misc::msg (1398) Warning: [15:27:52.2818] Use of uninitialized value in hash element at /usr/share/perl5/Slim/Control/$
[09-01-02 15:27:53.7994] Slim::Utils::Misc::msg (1398) Warning: [15:27:53.7816] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:54.0310] Slim::Utils::Misc::msg (1398) Warning: [15:27:54.0258] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:54.1001] Slim::Utils::Misc::msg (1398) Warning: [15:27:54.0827] Use of uninitialized value in hash element at /usr/share/perl5/Slim/Control/$
[09-01-02 15:27:55.7474] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.7263] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:55.8753] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.8581] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:55.9479] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.9305] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:55.9792] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.9738] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.0645] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.0470] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.0932] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.0880] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.1692] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.1638] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.1902] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.1729] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.1990] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.1937] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.2174] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2123] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.2381] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2329] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.2588] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2415] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.2673] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2622] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.2882] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2829] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
Looks like some problem with scanning my files or upgrade database with the result? I'm stuck now so I would appreciate all help I can get.
B R
Johan
I had the same problem with the database not being created. Though I removed the root password requirement on the MySql server and managed to run the reconfigure command (as mentioned above).
Anyway, I can now see the squeezecenter service when running netstat -l showing to ports 9000 and 9090. My squeezebox can connect (probably through port 9090) but cannot play anything (or browse my music). When trying to surf through port 9000 it says wep page not found.
server.log shows the following errors:
2009-01-02 15:27:06 squeezecenter_safe stopped.
2009-01-02 15:27:06 squeezecenter_safe started.
[09-01-02 15:27:52.2788] main::checkDataSource (904) Warning: Schema updated or no tracks in the database, initiating scan.
[09-01-02 15:27:52.2874] Slim::Utils::Misc::msg (1398) Warning: [15:27:52.2818] Use of uninitialized value in hash element at /usr/share/perl5/Slim/Control/$
[09-01-02 15:27:53.7994] Slim::Utils::Misc::msg (1398) Warning: [15:27:53.7816] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:54.0310] Slim::Utils::Misc::msg (1398) Warning: [15:27:54.0258] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:54.1001] Slim::Utils::Misc::msg (1398) Warning: [15:27:54.0827] Use of uninitialized value in hash element at /usr/share/perl5/Slim/Control/$
[09-01-02 15:27:55.7474] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.7263] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:55.8753] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.8581] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:55.9479] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.9305] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:55.9792] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.9738] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.0645] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.0470] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.0932] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.0880] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.1692] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.1638] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.1902] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.1729] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.1990] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.1937] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.2174] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2123] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.2381] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2329] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.2588] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2415] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.2673] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2622] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
[09-01-02 15:27:56.2882] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2829] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/C$
Looks like some problem with scanning my files or upgrade database with the result? I'm stuck now so I would appreciate all help I can get.
B R
Johan
-
- Posts: 16
- Joined: 12 Oct 2008, 18:21
Sorry, I realized that I didn't get the full log on the last post.
Here is the complete one:
2009-01-02 15:27:06 squeezecenter_safe stopped.
2009-01-02 15:27:06 squeezecenter_safe started.
[09-01-02 15:27:52.2788] main::checkDataSource (904) Warning: Schema updated or no tracks in the database, initiating scan.
[09-01-02 15:27:52.2874] Slim::Utils::Misc::msg (1398) Warning: [15:27:52.2818] Use of uninitialized value in hash element at /usr/share/perl5/Slim/Control/Request.pm line 998.
[09-01-02 15:27:53.7994] Slim::Utils::Misc::msg (1398) Warning: [15:27:53.7816] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:54.0310] Slim::Utils::Misc::msg (1398) Warning: [15:27:54.0258] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:54.1001] Slim::Utils::Misc::msg (1398) Warning: [15:27:54.0827] Use of uninitialized value in hash element at /usr/share/perl5/Slim/Control/Request.pm line 998.
[09-01-02 15:27:55.7474] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.7263] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:55.8753] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.8581] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:55.9479] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.9305] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:55.9792] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.9738] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.0645] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.0470] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.0932] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.0880] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.1692] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.1638] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.1902] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.1729] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.1990] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.1937] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.2174] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2123] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.2381] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2329] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.2588] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2415] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.2673] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2622] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.2882] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2829] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:29:09.9508] Slim::Utils::Misc::msg (1398) Warning: [15:29:09.9455] Use of uninitialized value in hash element at /usr/share/perl5/Slim/Control/Request.pm line 998.
Here is the complete one:
2009-01-02 15:27:06 squeezecenter_safe stopped.
2009-01-02 15:27:06 squeezecenter_safe started.
[09-01-02 15:27:52.2788] main::checkDataSource (904) Warning: Schema updated or no tracks in the database, initiating scan.
[09-01-02 15:27:52.2874] Slim::Utils::Misc::msg (1398) Warning: [15:27:52.2818] Use of uninitialized value in hash element at /usr/share/perl5/Slim/Control/Request.pm line 998.
[09-01-02 15:27:53.7994] Slim::Utils::Misc::msg (1398) Warning: [15:27:53.7816] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:54.0310] Slim::Utils::Misc::msg (1398) Warning: [15:27:54.0258] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:54.1001] Slim::Utils::Misc::msg (1398) Warning: [15:27:54.0827] Use of uninitialized value in hash element at /usr/share/perl5/Slim/Control/Request.pm line 998.
[09-01-02 15:27:55.7474] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.7263] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:55.8753] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.8581] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:55.9479] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.9305] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:55.9792] Slim::Utils::Misc::msg (1398) Warning: [15:27:55.9738] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.0645] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.0470] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.0932] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.0880] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.1692] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.1638] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.1902] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.1729] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.1990] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.1937] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.2174] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2123] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.2381] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2329] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.2588] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2415] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.2673] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2622] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:27:56.2882] Slim::Utils::Misc::msg (1398) Warning: [15:27:56.2829] Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Slim/Control/Request.pm line 2037.
[09-01-02 15:29:09.9508] Slim::Utils::Misc::msg (1398) Warning: [15:29:09.9455] Use of uninitialized value in hash element at /usr/share/perl5/Slim/Control/Request.pm line 998.
-
- Posts: 16
- Joined: 12 Oct 2008, 18:21
It now works fine!
Hello again!
My last post in this thread. I started all over from the beginning.
I removed SqueezeCenter with the switch --purge added to the command (which I saw from Carl above). Then I let the installation (still with "no pass for root account needed" turned on. Though I saw now under the installation that it also ask for root password (which it didn't do during the reconfigure process described earlier in my posts).
Anyway I followed the instructions and now it works!
Awaiting the next headake when trying to upgrade to the next version
My last post in this thread. I started all over from the beginning.
I removed SqueezeCenter with the switch --purge added to the command (which I saw from Carl above). Then I let the installation (still with "no pass for root account needed" turned on. Though I saw now under the installation that it also ask for root password (which it didn't do during the reconfigure process described earlier in my posts).
Anyway I followed the instructions and now it works!
Awaiting the next headake when trying to upgrade to the next version
