Loxberry Installation fails

Hallo Zusammen,

ich habe einen Rasperry Pi Zero 1 W und möchte darauf einen Loxberry installieren. Dazu habe ich folgendes Diet Pi Image installiert: DietPi_RPi-ARMv6-Bookworm.
Bei der Installation des Loxberry, über …

wget https://raw.githubusercontent.com/mschlenstedt/Loxberry_Installer/main/install.sh && bash install.sh | tee /boot/loxberry_install.log

bricht nach ca. 2h die Installation ab. Dabei erscheint folgendes:

Ich habe das Problem bereits im Loxforum thematisiert. Dort gibt es auch schon die richtige Ursachenanalyse: Loxberry Installation "failed" - loxforum.com (Beitrag #5 - #10).

Die Frage ist wer den Bug fixen kann, bzw. ob ich den Bug auch selbst fixen kann?

Ganz herzlichen Dank! Marcel


ADMIN EDIT - English translation

Hello everyone,

I have a Rasperry Pi Zero 1 W and would like to install a Loxberry on it. I have installed the following Diet Pi image: DietPi_RPi-ARMv6-Bookworm.
When installing the Loxberry, via …

wget https://raw.githubusercontent.com/ms...ain/install.sh && bash install.sh | tee /boot/loxberry_install.log

the installation aborts after approx. 2 hours. The following appears:

I have already discussed the problem in the Loxforum. The correct root cause analysis is already available there: https://www.loxforum.com/node/453378 (post #5 - #10).

The question is who can fix the bug, or can I fix it myself?

Thank you very much! Marcel

Translated with DeepL.com (free version)

Pls stick to English language in this forum.

Looks like you added a repo (ftp.heikorichter.name) but it’s not reachable or the address is not correct. so this is not a bug, but a misconfiguration.

It’s also not a repo Dietpi adds to your installation, at least I could not find it in the code for Dietpi.

Can you share cat /etc/apt/sources.list and ls /etc/apt/sources.list.d/ please

I don’t believe that :wink:

probably not

Brief background: We from the DietPi project, just like Raspbian, use the global package server in the source configuration. However, this server does not hold the packages itself, but acts as a kind of load balancer and distributes the user requests to so-called mirrors that are distributed all over the world. As a rule, mirror servers are selected based on the location of the user.

These mirror servers can be operated by pretty much anyone. Companies, universities or even private individuals. In this case, it appears to be a private mirror.

We ourselves have no influence on the mirrors. We do not manage them and we cannot influence which mirror is used. All this is in the hands of Raspbian. A list of the available mirrors can be found at RaspbianMirrors - Raspbian

Problems with the mirros should actually be reported directly to Raspbian.

The is not a bug.

As a workaround you can wait and hope that the problem will be fixed by Raspbian, or you can enter a specific mirror from your region in the source configuration instead of the global package server.

When I look at the current Raspbian Mirror list, the faulty server seems to have been removed in the meantime.

Hi, thanks for all the information!!!

Sorry that I started this topic in German. I’m not an IT guy but I think I understood what you were talking about.

So, if the faulty server is removed from this Raspian Mirror list meanwhile, does that mean that I can use this code to install the Loxberry without a failure:

wget https://raw.githubusercontent.com/mschlenstedt/Loxberry_Installer/main/install.sh && bash install.sh | tee /boot/loxberry_install.log

?

Thank’s for all your information! Best Regards - Marcel

I guess so

Tried to install it over the night. Failed again:

Is it for the same reason???

Thank you so much! Best regards - Marcel

Nope. As you con see on your screen print, something went wrong on the Apache web server start up. Something that might to be checked with Loxberry guys. Not sure what version they install. At least it seems not fitting to architecture for your board.

Btw, better to copy error messages from SSH terminal using copy/paste instead of doing screen prints.

Hi Joulinar,

thanks for the advice! I run in parallel the same topic in the loxforum: Loxberry Installation "failed" - loxforum.com

Let’s see if anybody there finds a solution. Thank you so much! BR Marcel