Having issues with your DietPi installation, or, found a bug? Post it here.
Deleted User 8034
Post
by Deleted User 8034 » Mon Jun 15, 2020 7:01 am
Trying to upgrade dietpi to v.6.30.0 but when I run update, I get message:
Code: Select all
APT update
│ - Command: apt-get -q update
│ - Exit code: 100
│ - DietPi version: v6.28.0 (MichaIng/master) | HW_MODEL: 3 | HW_ARCH: 2 |
│ DISTRO: 4
│ - Error log:
│ Hit:1 http://raspbian.raspberrypi.org/raspbian stretch InRelease
│ Ign:2 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04
│ InRelease
│ Err:3 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04
│ Release
│ 404 Not Found
│ Hit:4 http://deb.playonlinux.com trusty InRelease
│ Hit:5 https://archive.raspberrypi.org/debian stretch InRelease
│ Reading package lists...
Joulinar
Posts: 3131 Joined: Sat Nov 16, 2019 12:49 am
Post
by Joulinar » Mon Jun 15, 2020 9:12 am
Hi,
many thanks for your report. It seems you have an
apt source configured pointing following link:
Code: Select all
http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04
But this URL is not valid and therefore
apt is failing. The xUbuntu_16.04 directory did not exist and I'm not sure if it's correct to have a Ubuntu software on a Debian system.
Following link is working and there you have a Debian folder as well as Raspbian folder. Depending on your device, this might need to be changed on your source list.
Code: Select all
http://download.opensuse.org/repositories/home:/strycore/
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Deleted User 8034
Post
by Deleted User 8034 » Mon Jun 15, 2020 3:24 pm
Thanks for this, I'm running off of a Raspberry Pi so not sure how to make that change.
Joulinar
Posts: 3131 Joined: Sat Nov 16, 2019 12:49 am
Post
by Joulinar » Mon Jun 15, 2020 10:53 pm
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team