Package Details: logitechmediaserver 8.5.2-1

Git Clone URL: https://aur.archlinux.org/logitechmediaserver.git (read-only, click to copy)
Package Base: logitechmediaserver
Description: Slimserver for Logitech Squeezebox players. This server is also called Logitech Media Server. (Release-Version, if you prefer bleeding edge consider using logitechmediaserver-git instead)
Upstream URL: https://github.com/LMS-Community/slimserver
Keywords: logitech slimserver squeezebox
Licenses: GPL, custom
Submitter: vesath
Maintainer: FabioLolix (FabioLolix)
Last Packager: stef.an
Votes: 72
Popularity: 0.000000
First Submitted: 2011-11-03 06:54 (UTC)
Last Updated: 2024-07-01 19:06 (UTC)

Dependencies (10)

Required by (0)

Sources (3)

Pinned Comments

FabioLolix commented on 2024-05-26 08:40 (UTC)

-bin variant uploaded https://aur.archlinux.org/packages/logitechmediaserver-bin

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 50 Next › Last »

morrisar47 commented on 2019-06-08 23:43 (UTC)

Alas, I spoke too soon. While I was able to start the service and listen to music, the web display no longer updates. Back to kernel 5.0.10.

morrisar47 commented on 2019-06-08 23:35 (UTC)

to follow up on my previous comment

I replaced line 248 in /opt/logitechmediaserver/Slim/Web/HTTP.pm

$peer = inet_ntoa($peer); with $peer = unpack('N',$peer);

and it appears to be working agian

morrisar47 commented on 2019-05-21 14:04 (UTC)

I'm running logitechmediaserver (7.9.2.arch2-1) on a cubietruck.

The program fails with kernel versions 5.1.X for linux-armv7

Reverting to kernel 5.0.10-1 allows the media server to run normally. The error message is


May 21 06:13:34 machine slimserver.pl[320]: [19-05-21 06:13:32.5580] Slim::Networking::IO::Select::ANON (131) Error: Select task failed calling Slim::W
eb::HTTP::acceptHTTP: Bad arg length for Socket::inet_ntoa, length is 16, should be 4 at /opt/logitechmediaserver/Slim/Web/HTTP.pm line 248.

diode commented on 2018-12-01 15:26 (UTC)

I get the following error message:

... ==> Extracting sources... -> Extracting slimserver-7.9.2.arch2.tar.gz with bsdtar -> Extracting slimserver-vendor-7.9.2.arch2.tar.gz with bsdtar ==> Starting prepare()... cp: preserving permissions for '_PRESERVE/URI': Operation not permitted ==> ERROR: A failure occurred in prepare(). Aborting...

System: Odroid C1 (ARMv7), fresh installed ArchlinuxARM Process: tar -xvzf logitechmediaserver.tar.gz cd logitechmediaserver makepkg

mnd999 commented on 2018-09-16 09:52 (UTC) (edited on 2018-09-16 10:22 (UTC) by mnd999)

On ARM I get:

cp: will not overwrite just-created '/home/mark/logitechmediaserver/pkg/logitechmediaserver/opt/logitechmediaserver/CPAN/perllocal.pod' with 'CPAN/build/5.28/lib/perl5/armv7l-linux-thread-multi/perllocal.pod'
==> ERROR: A failure occurred in package().
    Aborting...

Solved, the clean doesn't work properly. I had to manually delete /home/mark/logitechmediaserver/src/slimserver-vendor-7.9.2.arch2/CPAN/build/5.26

stef.an commented on 2018-08-07 10:30 (UTC) (edited on 2018-08-07 10:30 (UTC) by stef.an)

I've updated to the latest GIT-Version and removed the upper limit for perl for now. Perl upgrades didn't break much since Perl 5.22 to 5.24 so I hope this makes upgrading a little easier for everyone.

The dependency perl-net-upnp is removed, I've returned to the LMS-packed version. The package has to be rebuilt after upgrading perl of course... Hope it works for you :)

Renophaston commented on 2018-08-06 19:49 (UTC)

I can confirm that upgrading perl doesn't seem to break anything on my machine (x86_64), and I'll comment again if I find anything broken.

For what it's worth, I never uninstalled this package: I edited the LMS PKGBUILD, built+installed it, then upgraded perl... and then rebuilt+installed LMS again just in case.

setone commented on 2018-08-06 18:55 (UTC) (edited on 2018-08-06 19:00 (UTC) by setone)

With LMS installed, perl will not upgrade to the latest (version 5.28), because LMS requires version 5.26.

I worked around this by doing the following:

  1. uninstall LMS (after backing up /opt/logitechmediaserver/prefs)
  2. do the normal pacman/yaourt/pacaur update, which will replace perl v5.26 with v5.28.
  3. edit PKGBUILD to reflect the perl version requirement
  4. build LMS, install, restore prefs

It seems to work fine.