Thanks for maintaining this package up to date!
Search Criteria
Package Details: logitechmediaserver 8.5.2-1
Package Actions
| 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)
- perl (perl-gitAUR)
- perl-io-socket-ssl
- gd (gd-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR) (make)
- wget (wget-gitAUR) (make, aarch64)
- yasm (yasm-gitAUR) (make)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat) (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (optional, x86_64) – transcoding on 64-bit systems
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-eacAUR, lib32-glibc-git-native-pgoAUR) (optional, x86_64) – transcoding on 64-bit systems
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 50 Next › Last »
happyarchlinuser commented on 2017-06-08 02:58 (UTC)
setone commented on 2017-06-07 22:04 (UTC)
I'm having some issues with the new version running on armv6h. I cleaned out everything - uninstalled the previous LMS, made sure that /opt/logitechmediaserver was gone, etc. Perl was updated today to v5.26.
The result of trying to start the service is: The following modules failed to load: DBI XML::Parser::Expat JSON::XS YAML::XS Sub::Name
I've tried installing the repo versions of all the modules that LMS complained about:
pacman -S perl-dbi perl-xml-parser perl-json-xs perl-yaml-libyaml perl-sub-name
and then after trying to start the service, I see:
The following CPAN modules were found but cannot work with Logitech Media Server:
Audio::Scan (loaded <not found>, need 0.93)
Image::Scale (loaded 0.08 but missing object file, need 0.08)
XML::Parser:
Parser.pm and Expat.pm versions don't match at /opt/logitechmediaserver/CPAN/XML/Parser.pm line 20.
BEGIN failed--compilation aborted at /opt/logitechmediaserver/CPAN/XML/Parser.pm line 22.
Compilation failed in require at (eval 137) line 1.
BEGIN failed--compilation aborted at (eval 137) line 1.
Running with the d_startup parameter gives much more verbose output: https://ptpb.pw/i1v2
jewelux commented on 2017-06-07 19:52 (UTC)
@stef.an: Yes, after installing libyaml I could start the daemon.
Many thx!
Btw.: I didn't run a rebuild. Should I do it?
What's about the error in the build-log? Cloud I ignore it?
Thx again!
stef.an commented on 2017-06-07 18:44 (UTC)
Okay, could you try to install libyaml from the community repo?
pacman -S perl-yaml-libyaml
I think this should work and if it does I'll add the dependency. I'll also try the switch to system provided dbi and dbd in the next release...
jewelux commented on 2017-06-07 18:20 (UTC)
After I updated to 7.9.0.arch7-1 I can't start the daemon anymore.
Error-message: "The following modules failed to load: YAML::XS"
In the build-log-file I found these lines:
"Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /home/user/.cache/pacaur/logitechmediaserver/src/slimserver-vendor-7.9.0.arch7/CPAN/build/5.26/lib/perl5/x86_64-linux-thread-multi /home/user/.cache/pacaur/logitechmediaserver/src/slimserver-vendor-7.9.0.arch7/CPAN/build/5.26/lib/perl5 /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
make: *** No targets specified and no makefile found. Stop.
make failed, aborting"
Thx for any help.
djringjr commented on 2017-05-01 13:21 (UTC)
Reinstalled to new computer.
I found that I had a file called /opt/logitechmediaserver/CPAN/EV.pm_ but no file called /opt/logitechmediaserver/CPAN/EV.pm so I cp /opt/logitechmediaserver/CPAN/EV.pm_ /opt/logitechmediaserver/CPAN/EV.pm then sudo systemctl restart logitechmediaserver and everything worked.
djringjr commented on 2017-03-25 06:44 (UTC)
Somehow I cannot paste correctly. Again I try:
systemctl status logitechmediaserver.service
● logitechmediaserver.service - Logitech Media Server Daemon
Loaded: loaded (/usr/lib/systemd/system/logitechmediaserver.service; enabled; vendor p
Active: active (running) since Fri 2017-03-24 23:04:31 EDT; 3h 33min ago
Main PID: 1436 (slimserver.pl)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/logitechmediaserver.service
└─1436 /usr/bin/perl /opt/logitechmediaserver/slimserver.pl --prefsdir /opt/lo
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3306] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x9c10
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3424] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x9f29
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3548] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x9f29
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3664] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x95b6
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3780] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x975c
OK I think I pasted it that time.
Please anyone??
djringjr commented on 2017-03-25 06:42 (UTC)
Sorry: Then I try:
ystemctl status logitechmediaserver.service
● logitechmediaserver.service - Logitech Media Server Daemon
Loaded: loaded (/usr/lib/systemd/system/logitechmediaserver.service; enabled; vendor p
Active: active (running) since Fri 2017-03-24 23:04:31 EDT; 3h 33min ago
Main PID: 1436 (slimserver.pl)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/logitechmediaserver.service
└─1436 /usr/bin/perl /opt/logitechmediaserver/slimserver.pl --prefsdir /opt/lo
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3306] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x9c10
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3424] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x9f29
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3548] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x9f29
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3664] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x95b6
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3780] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x975c
I am lost. HELP!
djringjr commented on 2017-03-25 06:40 (UTC)
It's been working fine but then all of a sudden it started giving me problems two days ago.
I uninstalled it and reinstalled it. It still doesn't work. I cannot find a good wiki concerning Linux and LMS install or troubleshooting.
I try to start by using:
/opt/logitechmediaserver/slimserver.pl and I get this:
Async::HTTP: Unable to load IO::Socket::SSL, will try connecting to SSL servers in non-SSL mode
Can't open /opt/logitechmediaserver/Logs/server.log (Permission denied) at /opt/logitechmediaserver/CPAN/Log/Log4perl/Appender/File.pm line 103.
Then I try:
ystemctl status logitechmediaserver.service
● logitechmediaserver.service - Logitech Media Server Daemon
Loaded: loaded (/usr/lib/systemd/system/logitechmediaserver.service; enabled; vendor p
Active: active (running) since Fri 2017-03-24 23:04:31 EDT; 3h 33min ago
Main PID: 1436 (slimserver.pl)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/logitechmediaserver.service
└─1436 /usr/bin/perl /opt/logitechmediaserver/slimserver.pl --prefsdir /opt/lo
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3306] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x9c10
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3424] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x9f29
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3548] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x9f29
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3664] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x95b6
Mar 24 23:41:16 oceanic slimserver.pl[1436]: [17-03-24 23:41:16.3780] Slim::Networking::I
Mar 24 23:41:16 oceanic slimserver.pl[1436]: ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x975c
I'm lost. HELP!
oleboyredw commented on 2017-02-12 22:52 (UTC)
Strange, as requested, however, this time it seems to have started successfully. To the best of my knowledge I've not changed anything that should affect networking, systemd or logitechmediaserver. Here is the output anyway, but I think it seems quite normal.
* logitechmediaserver.service - Logitech Media Server Daemon
Loaded: loaded (/usr/lib/systemd/system/logitechmediaserver.service; enabled; vendor preset: disabled)
Active: active (running) since Sun 2017-02-12 22:43:45 UTC; 5min ago
Main PID: 298 (slimserver.pl)
CGroup: /system.slice/logitechmediaserver.service
`-298 /usr/bin/perl /opt/logitechmediaserver/slimserver.pl --prefsdir /opt/logitechmediaserver/prefs --cachedir /opt/logitechmediaserver/cache --logdir /opt/logitechmediaserver/Logs
Feb 12 22:43:45 namora systemd[1]: Started Logitech Media Server Daemon.
Feb 12 22:43:56 namora slimserver.pl[298]: Your locale was detected as C, you may have problems with non-Latin filenames. Consider changing your LANG variable to the correct locale, i.e. en_US.utf8
Feb 12 22:43:59 namora slimserver.pl[298]: Async::HTTP: Unable to load IO::Socket::SSL, will try connecting to SSL servers in non-SSL mode
Pinned Comments
FabioLolix commented on 2024-05-26 08:40 (UTC)
-bin variant uploaded https://aur.archlinux.org/packages/logitechmediaserver-bin