Error Installing Squeezelite
Error Installing Squeezelite
I get the following error when trying to install squeezelite. On v152
- Attachments
-
- squeezelite.png (8.16 KiB) Viewed 4254 times
Re: Error Installing Squeezelite
Hi, thanks for the report.
Unable to replicate on Odroid C2 (ARMv8). Can you tell me which SBC device this is running on?
Also, try running:
Then reinstall via dietpi-software
Unable to replicate on Odroid C2 (ARMv8). Can you tell me which SBC device this is running on?
Also, try running:
Code: Select all
apt-get install -f
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Error Installing Squeezelite
Its on a RPi3. Ran the apt-get install -f and retryed the squeezelite install via dietpi-software with the same failure.
Re: Error Installing Squeezelite
Thanks.tkr001 wrote:Its on a RPi3. Ran the apt-get install -f and retryed the squeezelite install via dietpi-software with the same failure.
Fine on RPi 3 aswell. Must be limited to your current installation/software combination.
We'll need to obtain the apt log if we are to try and debug this:
- Please replicate the error
- Paste the results of the following log into next post:
Code: Select all
cat /var/log/dietpi-software_apt.log
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Error Installing Squeezelite
This is the result
Re: Error Installing Squeezelite
Thanks, looks like cached list data for locales dpkg is up the fritz. Could be early indicator of filesystem corruption due to hardware failure (SD card)/insufficient PSU etc.tkr001 wrote:This is the result
Lets clear the list file and reinstall locales:
Code: Select all
rm /var/lib/dpkg/info/locales.list
apt-get install locales --reinstall
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Error Installing Squeezelite
The install failed
edit: Reinstall fixed all
will reinstalledit: Reinstall fixed all
Re: Error Installing Squeezelite
Excellent.tkr001 wrote:edit: Reinstall fixed all
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.