The system is functional. I have connectivity via ssh right now (where some of the following comes from) and can see SqueezeBox* processes running:
lms_raspberrypi% ps -ef |grep squee
squeeze+ 385 1 0 Feb14 ? 00:00:00 /bin/bash /usr/sbin/squeezeboxserver_safe /usr/sbin/squeezeboxserver --prefsdir /var/lib/squeezeboxserver/prefs --logdir /var/log/squeezeboxserver/ --cachedir /var/lib/squeezeboxserver/cache --charset=utf8
squeeze+ 396 385 26 Feb14 ? 00:37:11 /usr/bin/perl /usr/sbin/squeezeboxserver --prefsdir /var/lib/squeezeboxserver/prefs --logdir /var/log/squeezeboxserver/ --cachedir /var/lib/squeezeboxserver/cache --charset=utf8
root 1434 1 0 00:14 ? 00:00:31 /usr/bin/squeezelite-armv6hf -o hw:CARD=sndrpihifiberry,DEV=0 -n SqueezeLite-RPi3 -m b8 27 eb 5d 40 b7 -s 127.0.0.1 -P /var/run/squeezelite-armv6hf.pid -z
squeeze+ 1480 396 34 00:16 ? 00:29:53 /usr/bin/perl /usr/sbin/squeezeboxserver-scanner --logconfig=/var/lib/squeezeboxserver/prefs/log.conf --logdir=/var/log/squeezeboxserver/ --priority=0 --novideo --noimage --prefsdir=/var/lib/squeezeboxserver/prefs --wipe --debug scan=ERROR,database.info=ERROR,scan.auto=DEBUG,art work=ERROR,scan.import=ERROR,scan.scanner=ERROR
pi 1794 1764 0 01:41 pts/6 00:00:00 grep squee
I can see LMS listening on port 9000:
squeezebo 396 squeezeboxserver 7u IPv4 8103 0t0 UDP *:3483
squeezebo 396 squeezeboxserver 8u IPv4 8104 0t0 TCP *:3483 (LISTEN)
squeezebo 396 squeezeboxserver 23u IPv4 10767 0t0 TCP *:9090 (LISTEN)
squeezebo 396 squeezeboxserver 25u IPv4 10768 0t0 UDP *:49265
squeezebo 396 squeezeboxserver 27u IPv4 10773 0t0 TCP *:9000 (LISTEN)
squeezebo 396 squeezeboxserver 29u IPv4 17679 0t0 TCP localhost:3483->localhost:55512 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 30u IPv4 10776 0t0 TCP lms_raspberrypi:3483->SqueezeboxRadio:52826 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 31u IPv4 10779 0t0 TCP lms_raspberrypi:9000->SqueezeboxRadio:43486 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 32u IPv4 18249 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53471 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 33u IPv4 18250 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53473 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 34u IPv4 18252 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53475 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 41u IPv4 18253 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53476 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 42u IPv4 18254 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53477 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 44u IPv4 18261 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53479 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 45u IPv4 18256 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53478 (CLOSE_WAIT)
But I cannot connect to the web UI in a browser or connect to LMS with AndroidOS apps like SqueezeController or SqueezeCommender, they time out. Nor can I connect my SB Classic -- says it "cannot connect to server."
I'm logged into a SSH session. Networking is good. As you can see above, processes are running. But, I also see in top:
top - 01:54:06 up 2:32, 6 users, load average: 2.00, 2.02, 2.09
Tasks: 142 total, 3 running, 139 sleeping, 0 stopped, 0 zombie
%Cpu(s): 44.3 us, 6.0 sy, 0.0 ni, 49.6 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem : 949580 total, 39776 free, 298236 used, 611568 buff/cache
KiB Swap: 102396 total, 98712 free, 3684 used. 572944 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
396 squeeze+ 20 0 134924 128312 7644 R 100.0 13.5 49:26.40 squeezeboxserve
1480 squeeze+ 20 0 129052 123696 9608 R 99.7 13.0 41:48.32 perl
1434 root 20 0 12548 10768 4240 S 0.7 1.1 0:36.93 squeezelite-arm
1806 pi 20 0 8536 3252 2680 R 0.7 0.3 0:00.12 top
The two LMS processes squeezeboxserve and perl are consuming a lot of resources. So much so that, I think, LMS will not respond to connection requests.
This is a new install and I know LMS is scanning my NAS-located library. The NAS is mounted using this entry in /etc/fstab:
//nas326/WD-My-Passport-0827-1012 /media/nas326_music cifs username=<uid>,password=<pwd>,sec=ntlm,iocharset=u tf8 0 0
How can I fix this? It's not very useful if everytime time I add music to my admittedly VERY large library (50,000 tracks) LMS cannot be used until the library scan concludes.
lms_raspberrypi% ps -ef |grep squee
squeeze+ 385 1 0 Feb14 ? 00:00:00 /bin/bash /usr/sbin/squeezeboxserver_safe /usr/sbin/squeezeboxserver --prefsdir /var/lib/squeezeboxserver/prefs --logdir /var/log/squeezeboxserver/ --cachedir /var/lib/squeezeboxserver/cache --charset=utf8
squeeze+ 396 385 26 Feb14 ? 00:37:11 /usr/bin/perl /usr/sbin/squeezeboxserver --prefsdir /var/lib/squeezeboxserver/prefs --logdir /var/log/squeezeboxserver/ --cachedir /var/lib/squeezeboxserver/cache --charset=utf8
root 1434 1 0 00:14 ? 00:00:31 /usr/bin/squeezelite-armv6hf -o hw:CARD=sndrpihifiberry,DEV=0 -n SqueezeLite-RPi3 -m b8 27 eb 5d 40 b7 -s 127.0.0.1 -P /var/run/squeezelite-armv6hf.pid -z
squeeze+ 1480 396 34 00:16 ? 00:29:53 /usr/bin/perl /usr/sbin/squeezeboxserver-scanner --logconfig=/var/lib/squeezeboxserver/prefs/log.conf --logdir=/var/log/squeezeboxserver/ --priority=0 --novideo --noimage --prefsdir=/var/lib/squeezeboxserver/prefs --wipe --debug scan=ERROR,database.info=ERROR,scan.auto=DEBUG,art work=ERROR,scan.import=ERROR,scan.scanner=ERROR
pi 1794 1764 0 01:41 pts/6 00:00:00 grep squee
I can see LMS listening on port 9000:
squeezebo 396 squeezeboxserver 7u IPv4 8103 0t0 UDP *:3483
squeezebo 396 squeezeboxserver 8u IPv4 8104 0t0 TCP *:3483 (LISTEN)
squeezebo 396 squeezeboxserver 23u IPv4 10767 0t0 TCP *:9090 (LISTEN)
squeezebo 396 squeezeboxserver 25u IPv4 10768 0t0 UDP *:49265
squeezebo 396 squeezeboxserver 27u IPv4 10773 0t0 TCP *:9000 (LISTEN)
squeezebo 396 squeezeboxserver 29u IPv4 17679 0t0 TCP localhost:3483->localhost:55512 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 30u IPv4 10776 0t0 TCP lms_raspberrypi:3483->SqueezeboxRadio:52826 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 31u IPv4 10779 0t0 TCP lms_raspberrypi:9000->SqueezeboxRadio:43486 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 32u IPv4 18249 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53471 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 33u IPv4 18250 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53473 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 34u IPv4 18252 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53475 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 41u IPv4 18253 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53476 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 42u IPv4 18254 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53477 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 44u IPv4 18261 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53479 (CLOSE_WAIT)
squeezebo 396 squeezeboxserver 45u IPv4 18256 0t0 TCP lms_raspberrypi:9000->SAMSUNG-SM-G920V:53478 (CLOSE_WAIT)
But I cannot connect to the web UI in a browser or connect to LMS with AndroidOS apps like SqueezeController or SqueezeCommender, they time out. Nor can I connect my SB Classic -- says it "cannot connect to server."
I'm logged into a SSH session. Networking is good. As you can see above, processes are running. But, I also see in top:
top - 01:54:06 up 2:32, 6 users, load average: 2.00, 2.02, 2.09
Tasks: 142 total, 3 running, 139 sleeping, 0 stopped, 0 zombie
%Cpu(s): 44.3 us, 6.0 sy, 0.0 ni, 49.6 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem : 949580 total, 39776 free, 298236 used, 611568 buff/cache
KiB Swap: 102396 total, 98712 free, 3684 used. 572944 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
396 squeeze+ 20 0 134924 128312 7644 R 100.0 13.5 49:26.40 squeezeboxserve
1480 squeeze+ 20 0 129052 123696 9608 R 99.7 13.0 41:48.32 perl
1434 root 20 0 12548 10768 4240 S 0.7 1.1 0:36.93 squeezelite-arm
1806 pi 20 0 8536 3252 2680 R 0.7 0.3 0:00.12 top
The two LMS processes squeezeboxserve and perl are consuming a lot of resources. So much so that, I think, LMS will not respond to connection requests.
This is a new install and I know LMS is scanning my NAS-located library. The NAS is mounted using this entry in /etc/fstab:
//nas326/WD-My-Passport-0827-1012 /media/nas326_music cifs username=<uid>,password=<pwd>,sec=ntlm,iocharset=u tf8 0 0
How can I fix this? It's not very useful if everytime time I add music to my admittedly VERY large library (50,000 tracks) LMS cannot be used until the library scan concludes.