Installation LoxBerry v3.0.1 RPi 1B funktioniert nicht

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • FloLox
    Azubi
    • 30.09.2023
    • 2

    Installation LoxBerry v3.0.1 RPi 1B funktioniert nicht

    Hi liebe Loxone Ethusiasten,

    ich wollte mir heute LoxBerry auf den Raspberry Pi 1B installieren, leider funktioniert das nicht.
    Es liegt daran, dass im Installationsskript auf PHP 7.4 zurückgegriffen wird, das von packages.sury.org nicht für ARMv6 zur Verfügung gestellt wird - nur ab ARMv7.
    Ich habe es bisher noch nicht zum Laufen gebracht...

    Error ist dann:
    Code:
    Job for apache2.service failed because the control process exited with error code.
    See "systemctl status apache2.service" and "journalctl -xeu apache2.service" for details.
    × apache2.service - The Apache HTTP Server
         Loaded: loaded (/lib/systemd/system/apache2.service; enabled; preset: enabled)
        Drop-In: /etc/systemd/system/apache2.service.d
                 └─privatetmp.conf
         Active: failed (Result: exit-code) since Sat 2024-05-18 06:28:50 CEST; 257ms ago
           Docs: https://httpd.apache.org/docs/2.4/
        Process: 14547 ExecStart=/usr/sbin/apachectl start (code=exited, status=132)
            CPU: 398ms
    
    May 18 06:28:49 loxberry systemd[1]: Starting apache2.service - The Apache HTTP Server...
    May 18 06:28:50 loxberry apachectl[14547]: Illegal instruction
    May 18 06:28:50 loxberry apachectl[14547]: Action 'start' failed.
    May 18 06:28:50 loxberry apachectl[14547]: The Apache error log may have more information.
    May 18 06:28:50 loxberry systemd[1]: apache2.service: Control process exited, code=exited, status=132/n/a
    May 18 06:28:50 loxberry systemd[1]: apache2.service: Failed with result 'exit-code'.
    May 18 06:28:50 loxberry systemd[1]: Failed to start apache2.service - The Apache HTTP Server.
    
    [FAILED ] .... Could not reconfigure Apache2.
    Und PHP kann nicht gestartet werden:
    Code:
    php -v
    Illegal instruction

    LG Florian
  • Prof.Mobilux
    Supermoderator
    • 25.08.2015
    • 4676

    #2
    Ohne php 7.4 funktioniert der LoxBerry nicht.
    🇺🇦 Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine


    LoxBerry - Beyond the Limits

    Kommentar

    • Christian Fenzl
      Lebende Foren Legende
      • 31.08.2015
      • 11225

      #3
      Du kannst ein LoxBerry 2.x Image probieren, das sollte noch funktionieren.
      lg Christian
      Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

      Kommentar

      • Prof.Mobilux
        Supermoderator
        • 25.08.2015
        • 4676

        #4
        Um Loxberry 2.2 zu installieren geht man nach der Anleitung im Wiki vor, lädt aber das Bullseye Image von DietPi herunter anstelle dem aktuellen Image für Bookworm. Im Schritt "LoxBerry Installation" muss man dann nicht den Installationsbefehl aus dem Wiki sondern folgenden Befehl verwenden:

        Code:
        wget https://raw.githubusercontent.com/mschlenstedt/Loxberry_Installer/main/install_bullseye.sh && bash install_bullseye.sh -t 2.2.2.2 | tee /boot/loxberry_install.log
        🇺🇦 Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine


        LoxBerry - Beyond the Limits

        Kommentar

        Lädt...