Have you heard any more about a fix for this issue? I keep the service running in the hopes that the MySQL server won't "go away" in time for the MP3 scan to complete, but I'm still getting:
...
Type: Posts; User: ViperGeek
Have you heard any more about a fix for this issue? I keep the service running in the hopes that the MySQL server won't "go away" in time for the MP3 scan to complete, but I'm still getting:
...
Sheer genius:
[root@javelin]# ./busybox cp busybox /bin
[root@javelin]# cd /bin
[root@javelin]# busybox --install
[root@javelin]# which busybox
/bin/busybox
[root@javelin]#
Interesting. According to CPAN, it looks like the Squeezebox Server plugin includes the latest version:
cpan[1]> i JSON:XS
CPAN: Storable loaded ok (v2.18)
Going to read /root/.cpan/Metadata...
Thanks! I installed your binary and it looks good. The previous one used to stop the DLNA Server (Status = "OFF") for some reason, but this one allows it to remain happy.
I tried 'busybox...
Given the safety net of rebooting to rebuild the ramdisk, I gave it a shot. So far, the system is still up and I have a much more robust shell environment.
Note that you can't use busybox to...
I can't help but notice that the BusyBox BadIntentions supplied with his Rooter plug-in is vastly superior to the stock binary:
[root@javelin]# ./busybox
BusyBox v1.00-rc2...
You're my hero!!!
Even if you can't package a down-rev version of SqueezeCenter, at least I can stop picking at the problem and frustrating myself. Phew!
- Dave
Yes, I still get "MySQL server has gone away" after some amount of time. The actual MySQL plugin continues to run and even my PHP admin session continues to work. It seems to be a timeout with the...
Yes. MySQL was running during each of the failed, and the one successful installations. Modifying the slimserver MySQL account seems to have done it.
Of course, now I'm back to the issue where...
SUCCESS!!!
The issue wasn't the blank username, but rather the @'localhost' part that was messing up the works. When following the aforementioned instructions to create a new database and user, I...
More indication that my database or installation is FUBAR. This is from /APP/SQUEEZE/squeezeboxserver/Logs/server.log :
[11-07-26 18:40:14.6659] main::init (326) Starting Squeezebox Server...
I continued the OT thread about Squeezebox Server failing to start here.
- Dave
This is a continuation of an OT thread fragment I started in another thread about default MySQL passwords.
I'm having problems getting the Logitech SqueezeCenter plug-in to start. I've uninstalled...
I finally rebooted the server and unfortunately, lost root access. Rooter needs to remain installed in order to maintain root access via telnet. The root password can be changed manually each time,...
Thanks for the suggestion. I manually reset the password to "password" and tried the installation again. It installs OK, but the service never starts.
Can someone who has successfully installed...
Thanks for all the replies.
I uninstalled Rooter and so far access via my non-null root password still works. I can't say for 100% sure whether I've rebooted the server since then, but I will...
Be careful what you wish for ...
Now that I'm in and dangerous, I decided to change the root password to something less obvious. Cool! I can get in and out of the phpMyAdmin interface with my...
I found out this doesn't survive reboots. Once I rebooted the Javelin S4 server, root was re-reset back to a null password.
After I install the Rooter add-on and set the root password, can I...
Thanks for the tip. After the reload to enable auto-root access, I was able to log straight into MySQL via root/password without having to do an F5 refresh. I'll definitely keep your suggestion for...
This works GREAT! Thank you for the efforts.
Note that you can change the root password after logging in without one. Simply type:
# passwd root
and choose something slightly more secure...
Sorry for being such an inquisitive n00b today, but I love this little, white box and really want to get the most out of it.
According to the PDF that came on the CD-ROM:
Unfortunately, these...
I have a Windows-based Squeezebox server and it reports:
Total Tracks: 5,037
Total Albums: 609
Total Artists: 327
Total Genres: 97
Total Playing Time: 330:45:39
Ironically, this server is...
One of the big pluses of the Javelin S4 server was it's ability to act as a Logitech Squeezebox Server. Unfortunately, I haven't had scathing success with it yet.
I found the .PPG file on the...
Thanks Chris! I'll try it as soon as my 36-hour RAID1-to-USB backup completes. :)
- Dave
Thanks for the tip on rooting the Javelin.
It's worth noting that when FTP'ing busybox over, insure that the file protection is set to 777. Otherwise, busybox won't execute.
I got over this...