Hi all

Long time reader, first time poster.  

I have been running LMS (lmscommunity version) in a Docker container on
a Raspberry Pi 4 for about 5 months.  It has worked very well - kudos to
the good folk who maintain this.   Over that time I have updated it
whenever LMS informs me that a new 
version is available (little green up arrow on the settings icon).  I
update by deleting my current LMS container, and then the image, and
running a docker pull followed by a docker run. I keep my config outside
the container on the Pi.

After updating it this past weekend, once the server had started, it
produced a mass of error messages that just continued until I stopped
them.

The commands I use are:
docker pull lmscommunity/logitechmediaserver:latest

docker run -it \
> --name=lms \
> --restart=unless-stopped \
> --net=host \
> --cpu-shares 2000 \
> -v "/home/pi/lms/config":"/config":rw \
> -v "/home/pi/Music":"/music":ro \
> -v "/home/pi/lms/playlists":"/playlist":rw \
> -v "/etc/localtime":"/etc/localtime":ro \
> -e HTTP_PORT=9002 \
> -p 9002:9002/tcp \
> -p 9090:9090/tcp \
> -p 3483:3483/tcp \
> -p 3483:3483/udp \
> -e PUID=1000 \
> -e PGID=1000 \
> lmscommunity/logitechmediaserver:latest

The output I get is this:
WARNING: Published ports are discarded when using host network mode
Starting Logitech Media Server on port 9002...
Use of uninitialized value $secs in localtime at
/lms/CPAN/Log/Log4perl/DateFormat.pm line 279.
[70-01-01 09:30:00.0000] main::init (390) Starting Logitech Media Server
(v8.2.0, 1627922070, Tue Aug  3 11:43:55 CEST 2021) perl 5.032001 -
arm-linux-gnueabihf-thread-multi-64int
Use of uninitialized value $secs in localtime at
/lms/CPAN/Log/Log4perl/DateFormat.pm line 279.
[09:30:00.-1225302016] main:1275 Starting squeeze2cast version: v1.64.0
(Jul 12 2021 @ 16:40:12)
[19:02:08.121468] Start:1044 Binding to 192.168.1.20 (http:0)
[07:02:36.428592] main:1569 Starting squeeze2raop version: v0.4.60.1
(May 24 2021 @ 15:08:24)

[15:06:36.1567089152] Start:1312 Binding to 192.168.1.20
[03:27:04.000000] StartActiveRemote:1200 DACP port: 55825
Use of uninitialized value $secs in localtime at
/lms/CPAN/Log/Log4perl/DateFormat.pm line 279.
[70-01-01 09:30:00.0000]
Log::Log4perl::Layout::PatternLayout::curly_action (312) Warning: Use of
uninitialized value $secs in localtime at
/lms/CPAN/Log/Log4perl/DateFormat.pm line 279.
Use of uninitialized value $secs in localtime at
/lms/CPAN/Log/Log4perl/DateFormat.pm line 279.
[70-01-01 09:30:00.0000] Slim::Utils::Misc::msg (1341) Warning:
[18:25:43.0000] Use of uninitialized value $secs in localtime at
/lms/CPAN/Log/Log4perl/DateFormat.pm line 279.
Use of uninitialized value $secs in localtime at
/lms/CPAN/Log/Log4perl/DateFormat.pm line 279.
[70-01-01 09:30:00.0000]
Log::Log4perl::Layout::PatternLayout::curly_action (312) Warning: Use of
uninitialized value $secs in localtime at
/lms/CPAN/Log/Log4perl/DateFormat.pm line 279.
Use of uninitialized value $secs in localtime at
/lms/CPAN/Log/Log4perl/DateFormat.pm line 279.
[70-01-01 09:30:00.0000] Slim::Utils::Update::checkVersionError (185)
There was an error while checking for updates to Logitech Media Server:
Connect timed out: Operation not permitted

Once I stop the error messages, the server is available at the usual IP,
however it does not see any of the players.  also, when looking at the
music library, some song files appear to be missing, even though they
are actually there.

Any assistance would be much appreciated.

Thanks.


------------------------------------------------------------------------
Slot's Profile: http://forums.slimdevices.com/member.php?userid=72001
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

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

Reply via email to