I installed the all (also tried with arm) from 8.1.1. on a RaspberryPi.
I also installed some dependencies:
Not sure about them since I just got them from here.
Now I get this error:
I cannot reach the web GUI.
My system is:
I also installed some dependencies:
Code:
sudo apt-get install -y libsox-fmt-all libflac-dev libfaad2 libmad0Now I get this error:
Code:
pi@testpi:/tmp $ tail -f /var/log/squeezeboxserver/server.log
2021-07-09 17:17:09 squeezeboxserver_safe started.
[21-07-09 17:17:20.6559] main::init (388) Starting Logitech Media Server (v8.1.1, 1610364019, Thu Jan 14 06:24:58 CET 2021) perl 5.028001 - arm-linux-gnueabihf-thread-multi-64int
[21-07-09 17:17:24.9792] Slim::Utils::SQLiteHelper::postConnect (377) Optimizing DB because of missing or empty sqlite_stat1 table
[21-07-09 17:17:25.0098] Slim::Schema::forceCommit (2171) Warning: Trying to commit transactions before DB is initialized!
[21-07-09 17:17:28.5020] Slim::Utils::SQLiteHelper::postConnect (377) Optimizing DB because of missing or empty sqlite_stat1 table
[21-07-09 17:17:28.5586] Slim::Schema::forceCommit (2171) Warning: Trying to commit transactions before DB is initialized!
[21-07-09 17:17:29.6269] main::checkDataSource (1108) Warning: Schema updated or no media found in the database, initiating scan.Code:
pi@testpi:/tmp $ sudo systemctl status logitechmediaserver.service
● logitechmediaserver.service - LSB: Startup script for the Logitech Media Server
Loaded: loaded (/etc/init.d/logitechmediaserver; generated)
Active: active (running) since Fri 2021-07-09 17:17:09 BST; 2min 16s ago
Docs: man:systemd-sysv-generator(8)
Tasks: 2 (limit: 2062)
CGroup: /system.slice/logitechmediaserver.service
├─12931 /bin/bash /usr/sbin/squeezeboxserver_safe /usr/sbin/squeezeboxserver --prefsdir /var/lib/squeezeboxserver/prefs --logdir /var/log/squeezeboxse
└─12933 /usr/bin/perl /usr/sbin/squeezeboxserver --prefsdir /var/lib/squeezeboxserver/prefs --logdir /var/log/squeezeboxserver/ --cachedir /var/lib/sq
Jul 09 17:17:09 testpi systemd[1]: Starting LSB: Startup script for the Logitech Media Server...
Jul 09 17:17:09 testpi logitechmediaserver[12924]: Making sure that Logitech Media Server is not running first: start-stop-daemon: warning: failed to kill 12195:
Jul 09 17:17:09 testpi logitechmediaserver[12924]: No process in pidfile '/var/run/logitechmediaserver.pid' found running; none killed.
Jul 09 17:17:09 testpi logitechmediaserver[12924]: Starting Logitech Media Server.
Jul 09 17:17:09 testpi systemd[1]: Started LSB: Startup script for the Logitech Media Server.Code:
pi@testpi:/tmp $ uname -a
Linux testpi 5.10.17-v7+ #1421 SMP Thu May 27 13:59:01 BST 2021 armv7l GNU/Linux
pi@testpi:/tmp $ lscpu
Architecture: armv7l
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
Vendor ID: ARM
Model: 5
Model name: Cortex-A7
Stepping: r0p5
CPU max MHz: 900,0000
CPU min MHz: 600,0000
BogoMIPS: 38.40
Flags: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
pi@testpi:/tmp $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"