Hi Michael. Thanks for responding. 

1) plugins: I have spotty (thank you very very much btw),
MusicWalkWithMe, NPR, BandCamp plugins installed. 
2) --d_startup: I added this to SQUEEZEBOX_ARGS yet verbosity of log
output remains the same. Is order important? I was able to get the proc
running again so I pasted the running value below. 
3) cache: Previously I was just removing the entire contents of the
cache folder. What offered success this time around was more limited:

# /var/lib/squeezeboxserver/cache>find . -name "*.db" -exec ls -lh {}
\;
-rw-r--r--. 1 squeezeboxserver squeezeboxserver 3.1M Nov 12 20:18
./cache.db
-rw-r--r--. 1 squeezeboxserver squeezeboxserver 9.3G Nov 12 20:18
./library.db
-rw-r--r--. 1 squeezeboxserver squeezeboxserver 13K Nov 12 20:18
./persist.db
-rw-r--r--. 1 squeezeboxserver squeezeboxserver 235K Nov 12 20:18
./artwork.db
-rw-r--r--. 1 squeezeboxserver squeezeboxserver 4.0K Nov 12 08:24
./imgproxy.db
-rw-r--r--. 1 squeezeboxserver squeezeboxserver 175K Nov 12 20:18
./bandcamp.db

# /var/lib/squeezeboxserver/cache>rm library.db

# /etc/init.d/squeezeboxserver start 

# ps auwx | grep squeeze 

squeeze+ 28891  0.5  1.4 393156 113232 ?       Ss   09:58   0:01
/usr/bin/perl /usr/libexec/squeezeboxserver --d_startup --daemon
--prefsdir=/var/lib/squeezeboxserver/prefs
--logdir=/var/log/squeezeboxserver
--cachedir=/var/lib/squeezeboxserver/cache --charset=utf8

-----

I know very little about sqllite but it looks like it's having a really
difficult time loading a 9Gb table. Does it attempt to load library.db
in entirety, or does it just reference that when necessary? It would
seem to me the latter. Anyhow, here's a summary of what's going on. I
can reproduce this consistently and I could probably do it across
systems. 

1. Start LMS, point to media folder /opt/mp3 (450Gb)
2. Media Library Scan creates library.db of considerable size (I have
previous cache folders of 4, 9, 12Gb)
3. I attempt to restart LMS. I see the log messages posted previously +
kswapd goes crazy, swap is consumed in entirety. The squeezeboxserver
proc dies quietly. 
4. I can repeat 3. until I remove library.db


------------------------------------------------------------------------
ezekieldas's Profile: http://forums.slimdevices.com/member.php?userid=58214
View this thread: http://forums.slimdevices.com/showthread.php?t=108253

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to