LoxBerry V3.0.0.0 Pre-Release

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • Christian Fenzl
    Lebende Foren Legende
    • 31.08.2015
    • 11199

    Wenn das bei jemanden vorkommt, dass das Update nicht geht oder Zb die MQTT Settings nicht übernommen wurden, dann brauchen wir die Logs (update_v3. 0.0 und updatereboot_v3. 0.0), sonst ist es die Mühe nicht wert, es hier zu berichten.
    Ohne die Logs können wir genau garnichts tun, und werden auch nichts tun, weil wir den Fehler nicht nachvollziehen können.
    Wir wollen natürlich alle Probleme beheben, aber nur mit einer Meldung, dass es nicht funktioniert hat ohne irgendeiner Grundlage, können wir das nicht.
    ​​​​​
    LG, Christian
    Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

    Kommentar

    • pezo
      Smart Home'r
      • 12.09.2022
      • 48

      Hallo Christian, ich habe das Update erneut durchgeführt, dann die Loxberry-VM mit einem Livesystem gestartet und dort nach der von dir gennenten Logs gesucht. Die Dateien sind zwar auf dem System auffindbar, allerdings mit einer .pl Endung. Das einzige womit ich dienen kann ist der Update-Log, welchen vor dem Neustart über den Loxberry-UI heruntergeladen habe. Den habe ich per PM geschickt. LG

      PS: Unifi Plugin arbeitet unter 2.2, nach dem Unifi-OS Update musste das Plugin neu gestartet werden.
      Zuletzt geändert von pezo; 19.01.2023, 23:35.

      Kommentar

      • Christian Fenzl
        Lebende Foren Legende
        • 31.08.2015
        • 11199

        Hallo @pezo,
        in deinem *_update.log ist kein Fehler.

        Das/die Logfiles für das Betriebssystem-Update liegen unter /opt/loxberry/log/system/loxberryupdate/ und heißen *_update-reboot.log

        lg, Christian
        Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

        Kommentar


        • Prof.Mobilux
          Prof.Mobilux kommentierte
          Kommentar bearbeiten
          Habe mir das Log angeschaut. Du hast tatsächlich kein Netzwerk mehr. Damit kannst Du nun 10x den Reboot abwarten (Dein Log ist von Versuch 4) und dann bootet er auch wieder. Aber der LB ist kaputt (da kein Updat eeingespielt wurde). Du nutzt eine nicht supportete Plattform (alte VM), da werden wir keine Probleme beim Upgrade fixen. Installiere den LoxBerry neu über DietPi in eine VM. Damit hast Du ein sauberes und unterstütztes System.

        • pezo
          pezo kommentierte
          Kommentar bearbeiten
          Okay. Danke für dein Tipp. Werde es morgen angehen. Schöne Nacht!

        • pezo
          pezo kommentierte
          Kommentar bearbeiten
          Hallo, schönen Abend. Hat alles geklappt, danke noch mal.
      • pumuckl
        Smart Home'r
        • 12.03.2017
        • 80

        Hallo zusammen,

        Danke für eure Mühe.
        Das Update mit ausgeschalteten Watchdog lief reibungslos auf einem RPI 3 und 4.

        Ich habe noch i2c Geräte laufen und musste noch smbus etc installieren.



        Am 3er hat das sofort funktioniert:
        Code:
        apt-get install -y build-essential libi2c-dev i2c-tools python-dev libffi-dev python3 python3-pip python3-smbus
        Aber am 4er habe ich folgende Probleme:
        Code:
        The following packages have unmet dependencies:
        dh-python : Breaks: python
        g++ : Depends: cpp (= 4:10.2.1-1+rpi1) but 4:11.2.0-2 is to be installed
        Depends: gcc (= 4:10.2.1-1+rpi1) but 4:11.2.0-2 is to be installed
        libc6-dev : Depends: libc6 (= 2.31-13+rpi1+deb11u3) but 2.33-1 is to be installed
        Depends: libc-dev-bin (= 2.31-13+rpi1+deb11u3) but 2.33-1 is to be installed
        Depends: libcrypt-dev but it is not going to be installed
        Depends: libnsl-dev but it is not going to be installed
        libexpat1-dev : Depends: libexpat1 (= 2.2.10-2+deb11u5) but 2.4.2-1 is to be installed
        E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.​
        Es sind auch nicht alle Pakete aktuell:
        Code:
        apt upgrade -y
        The following packages have been kept back:
        gdb
        0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.​
        Code:
        apt-get install gdb
        The following packages have unmet dependencies:
         libdebuginfod1 : Depends: libelf1 (= 0.183-1) but 0.186-1 is to be installed
                          Depends: libdw1 (= 0.183-1) but 0.186-1 is to be installed
        E: Unable to correct problems, you have held broken packages.​
        Das funktioniert noch:
        Code:
        pip3 install --upgrade pip
        pip3 install --upgrade setuptools
        ​
        aber das schlägt dann fehl:
        Code:
        pip3 install --upgrade wheel
        pip3 install --upgrade smbus
        pip3 install --upgrade cffi
        pip3 install --upgrade smbus-cffi
        pip3 install --upgrade pcf8574  ​

        Vor den Updates ist alles gelaufen.

        Was kann da helfen?
        Gruss Gerhard
        Nachtrag:
        Code:
        root@loxberry-zentral:~# apt-get install -y build-essential libi2c-dev i2c-tools python3-dev libffi-dev python3  python3-pip python3-smbus
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        i2c-tools is already the newest version (4.2-1+b1).
        python3-pip is already the newest version (20.3.4-4+deb11u1).
        python3-smbus is already the newest version (4.2-1+b1).
        python3 is already the newest version (3.9.7-1).
        Some packages could not be installed. This may mean that you have
        requested an impossible situation or if you are using the unstable
        distribution that some required packages have not yet been created
        or been moved out of Incoming.
        The following information may help to resolve the situation:
        
        The following packages have unmet dependencies:
         g++ : Depends: cpp (= 4:10.2.1-1+rpi1) but 4:11.2.0-2 is to be installed
               Depends: gcc (= 4:10.2.1-1+rpi1) but 4:11.2.0-2 is to be installed
         libc6-dev : Depends: libc6 (= 2.31-13+rpi1+deb11u3) but 2.33-1 is to be installed
                     Depends: libc-dev-bin (= 2.31-13+rpi1+deb11u3) but 2.33-1 is to be installed
                     Depends: libcrypt-dev but it is not going to be installed
                     Depends: libnsl-dev but it is not going to be installed
         python3-dev : Depends: python3 (= 3.9.2-3) but 3.9.7-1 is to be installed
                       Depends: libpython3-dev (= 3.9.2-3) but it is not going to be installed
                       Depends: python3.9-dev (>= 3.9.2-0~) but it is not going to be installed
        E: Unable to correct problems, you have held broken packages.
        root@loxberry-zentral:~#
        
        
        root@loxberry-zentral:~# apt-get install gdb
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        Some packages could not be installed. This may mean that you have
        requested an impossible situation or if you are using the unstable
        distribution that some required packages have not yet been created
        or been moved out of Incoming.
        The following information may help to resolve the situation:
        
        The following packages have unmet dependencies:
         libdebuginfod1 : Depends: libelf1 (= 0.183-1) but 0.186-1 is to be installed
                          Depends: libdw1 (= 0.183-1) but 0.186-1 is to be installed
        E: Unable to correct problems, you have held broken packages.
        root@loxberry-zentral:~#
        ​​
        Zuletzt geändert von pumuckl; 21.01.2023, 18:41.

        Kommentar


        • pumuckl
          pumuckl kommentierte
          Kommentar bearbeiten
          Da hatte sich ein Copy-and-paste Fehler eingeschlichen. Es ist natürlich python3-dev. Mein Problem ist nach dem Update aufgetreten, vorher hatte ich die Pakte alle installiert.

          Auf dem Pi 3 hab eich es nach dem Update auch installiert, da hatte ich keine Probleme. Am Ende vom Beitrag siehst du die ganze Ausgabe.
          Mehrere Pakete sind anscheined nicht aktuell
          gdb lässt sich nicht Updaten, python3-dev nicht installieren.

        • Prof.Mobilux
          Prof.Mobilux kommentierte
          Kommentar bearbeiten
          Ok, ich ich schaue mal. An dem Python Thema sind wir schon dran. Warum aber die anderen Pakete nicht mehr da sind kann ich nicht sagen… Was in bullseye noch vorhanden ist, wird eigentlich auch mit hochgezogen.

        • pumuckl
          pumuckl kommentierte
          Kommentar bearbeiten
          Seit ihr mit dem python3 Problem weiter gekommen?
      • bkohlpaintner
        Dumb Home'r
        • 10.03.2016
        • 10

        Hallo Christian,
        wann plant Ihr denn das 3.0 er Image im Status "Beta" zu veröffentlichen?
        Mein Loxberry läuft 2.2 läuft fehlerhaft und muss ohnehin komplett neu aufgesetzt werden. Ein Umweg über die 2.2er mit Update auf das Prerelease erscheint mir etwas mühselig, da dieses bei mir auf einem TestRapsi bereits hervorragend lief ?

        Dank für eure tolle Arbeit!

        Kommentar

        • Christian Fenzl
          Lebende Foren Legende
          • 31.08.2015
          • 11199

          Ich kann es beim besten Willen nicht sagen.
          Eigentlich wollten wir längst releasen, aber das Update "killt" doch mehr Plugins als gedacht, und wir wollen einerseits den Entwicklern mehr Zeit lassen, die Plugins nachzuziehen, und im LB-Core gab es gerade auch noch ein paar Anpassungen in Bezug auf Inkompatibilitäten speziell für Python.

          Von der Release-Strategie her müssen zuerst die Updates sauber laufen, bevor wir ein Image bereitstellen, um sicher zu sein, dass ein upgedateter LoxBerry (annähernd) gleich ist wie ein neues Image. Deswegen können wir aktuell keinen Zeitpunkt nennen.

          LG, Christian
          Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

          Kommentar

          • Thomas M.
            Lebende Foren Legende
            • 25.08.2015
            • 3229

            Ich kann nur empfehlen, einfach bei 2.0 anzufangen, auf 2.2.2.2 gehen und Richtung 3.0 hochzuarbeiten.
            Hatte immer etwas "Angst" vorm Beginn bei 0, aber nachdem ich alles geschrottet habe und einen riesigen Sauhaufen beisammen hatte, hab ichs einfach gemacht.
            Geht einfach und rasch - Würd ich wieder so machen.

            Dann einfach gleich ein backup mit der nackten LB3.0 installation gemacht.
            Dann mal meine Plugins installiert - wieder mal ein backup - wenn alles funktioniert - wieder ein backup. so kann ich dann einfachst zwischen den backups herumhüpfen.

            Natürlich muss man sich derzeit, wie Christian ja auch meint, ja mit diversen plugins spielen, da sie nicht alle problemlos mit dem LB3.0 laufen.

            Kommentar

            • jp5133
              Dumb Home'r
              • 17.08.2018
              • 15

              Hallo zusammen,

              ich war heute auch mutig und habe LB 3.0 installiert auf einen RP 3+ . Die installation selbst lief ohne Probleme, hat gedauert, aber war ja so beschrieben. Anschließend habe ich das E3DC Plugin V. 3.2 installiert und da ist während der installation ein Phyton Fehler aufgetaucht. Plugin funktioniert auch nicht.


              23:51:53.016 CRITICAL: Error installing bc build-essential libssl-dev libffi-dev python-dev python3-dev - Error 100

              23:51:54.017 WARNING: (Some) Packages could not be installed.

              Wenn man zuerst LB 2.2.2.2 installiert, dann gleich das E3DC Plugin hinterher und erst dann auf LB 3.0 aktualisiert, dann läuft es fehlerfrei. Vielleicht hilft die Beobachtung.

              Gruß,
              Jürgen

              Kommentar

              • Prof.Mobilux
                Supermoderator
                • 25.08.2015
                • 4590

                Da muss der Pluginautor ran - bitte ihn direkt anschreiben. Das Paket "python-dev" gibt es unter Debian Bullseye nicht mehr. Das war Python2. Wenn das Plugin wirklich noch Python2 benötigt, dann muss er python2-dev installieren. Das ist aber in LB3.0 per Default schon installiert - kann also weggelassen werden.
                🇺🇦 Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine


                LoxBerry - Beyond the Limits

                Kommentar


                • jp5133
                  jp5133 kommentierte
                  Kommentar bearbeiten
                  Alles klar, mache ich.
              • erwin
                Smart Home'r
                • 18.09.2015
                • 57

                Loxberry 3.00 Reboot via Loxone funktioniert bei mir nicht mehr! (Auch via Browser nicht mehr)!

                Eingabe: User:Passwort @192.168.1.12:84/admin/system/tools/ajax-config-handler.cgi?action=reboot
                Fehlermeldung: Fehler 404 , Die Adresse /admin/system/tools/ajax-config-handler.cgi gibt es hier leider nicht.
                Vielleicht habe ich etwas übersehen!​
                Zuletzt geändert von erwin; 03.02.2023, 15:55.

                Kommentar


                • Prof.Mobilux
                  Prof.Mobilux kommentierte
                  Kommentar bearbeiten
                  Die URL hat sich in LB3 geändert und lautet jetzt: /admin/system/ajax/ajax-config-handler.cgi
              • erwin
                Smart Home'r
                • 18.09.2015
                • 57

                Danke für die schnelle Hilfe!

                Kommentar

                • HRA
                  Lox Guru
                  • 27.08.2015
                  • 1037

                  Hallo,

                  ich habe einen neuen Pi4 mit 8GB.
                  Loxberry-Image auf eine 16GB-Karte
                  Update auf V2.2.2.2 - alles perfekt - Backupfunktion manuell erfolgrteich
                  keine weiteren PlugIns installiert
                  Update auf Loxberyy V3 - keine Probleme bei der Install

                  nun habe ich folgende Probleme, kann mir jemand ggf. hier weiterhelfen?
                  Wollte natürlich ein sauberes Image erstellen bevor ich m it der Insatll der PlugIns beginne,

                  1. internes Backup wieder angestartet, nun leider nur mit Fehler , sowohl beim manuellen als beim automatischen Backup siehe Log anbei
                  2. angesteckte SSD mit 1TB wurde erst nur mit ca. 14GB erkannt und nach erneutem Anstecken garnicht mehr. Die SSD lief vorher ohne Probleme (ex4 formatiert)

                  1. Log Gruppe 'Ajax-Generic'

                  04.02.2023 22:29:17 TASK STARTED

                  04.02.2023 22:29:17 TASK STARTED

                  HTTP Request

                  HTTP Request

                  22:29:17.970 INFO: LoxBerry Version 3.0.0 ( is_raspberry.cfg )

                  22:29:17.970 INFO: Loglevel: 7

                  22:29:17.970 INFO: LoxBerry Version 3.0.0 ( is_raspberry.cfg )

                  22:29:17.970 INFO: Loglevel: 7

                  22:29:17.972 INFO: HTTP Referrer: /admin/system/mqtt.cgi
                  22:29:17.972 checkPath LBPCONFIG/mqttgateway/cred.json

                  22:29:17.973 INFO: HTTP Referrer: /admin/system/mqtt.cgi
                  22:29:17.973 checkPath LBPCONFIG/mqttgateway/mqtt.json
                  22:29:17.988 realpath
                  22:29:17.988 realpath

                  22:29:17.988 ERROR: file parameter possibly contains non-existing directory

                  22:29:17.988 ERROR: file parameter possibly contains non-existing directory

                  22:29:17.988 CRITICAL: Cannot execute ajax-generic without or with wrong config file parameter

                  22:29:17.988 CRITICAL: Cannot execute ajax-generic without or with wrong config file parameter

                  22:29:18.175 OK: recreate-generalcfg executed successfully.

                  22:29:18.175 INFO: Responding with Section Mqtt
                  22:29:18.175 Response data:
                  22:29:18.176 {"Brokerhost":"localhost","Brokerpass":"Xdhil76 gOA gFlFXr","Brokerport":"1883","Brokeruser":"loxberry ","Finderdisabled":false,"Udpinport":"11884"," Usel ocalbroker":"true","Websocketport":"9001"}

                  04.02.2023 22:29:18 TASK FINISHED

                  2. " Gruppe 'Clone_SD' "​
                  03.02.2023 23:46:25 TASK STARTED
                  Clone SD card
                  INFO: LoxBerry Version 3.0.0 ( is_raspberry.cfg )
                  INFO: Loglevel: 6
                  INFO: Version of this script: 3.0.0.2
                  INFO: Parameters: /opt/loxberry/system/storage/usb/STATS4LOX/Loxberry_Backup path 7z
                  INFO: Executing user is root
                  INFO: Executing command 'lsblk -b -O -J'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Executing command 'findmnt / -b -J'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Executing command 'findmnt /boot -b -J'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: / is on partition /dev/mmcblk0p2
                  INFO: /boot is on partition /dev/mmcblk0p1
                  INFO: Boot device is mmcblk0
                  INFO: Your boot device (SOURCE of clone):
                  INFO: -> Partition mmcblk0p1 Size 256.0MB VFAT
                  INFO: -> Partition mmcblk0p2 Size 14.6GB EXT4
                  INFO: Destination device is USB::STATS4LOX (14 GB) (/opt/loxberry/system/storage/usb/STATS4LOX) available space 8.5GB
                  INFO: Waiting 15s in case you changed your mind...
                  INFO: Too late - let the game begin!
                  INFO: Creating destination image file, size 3.7GB
                  INFO: Executing command 'sudo -u loxberry dd if=/dev/zero of=/opt/loxberry/system/storage/usb/STATS4LOX/Loxberry_Backup/loxberry-2_image_20230203_234626.img bs=1 count=0 seek=3998233600'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Creating partiton table
                  INFO: Executing command 'parted -s /opt/loxberry/system/storage/usb/STATS4LOX/Loxberry_Backup/loxberry-2_image_20230203_234626.img mklabel msdos'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Creating new boot partition
                  INFO: Executing command 'parted -s /opt/loxberry/system/storage/usb/STATS4LOX/Loxberry_Backup/loxberry-2_image_20230203_234626.img mkpart primary fat32 4MiB 256MiB'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Creating new root partition
                  INFO: Executing command 'parted -s /opt/loxberry/system/storage/usb/STATS4LOX/Loxberry_Backup/loxberry-2_image_20230203_234626.img mkpart primary ext4 256MiB 100%'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Create loop devices for all partitions in image file /opt/loxberry/system/storage/usb/STATS4LOX/Loxberry_Backup/loxberry-2_image_20230203_234626.img
                  INFO: Executing command 'losetup -f --show -P /opt/loxberry/system/storage/usb/STATS4LOX/Loxberry_Backup/loxberry-2_image_20230203_234626.img'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Formatting fat32 boot partition (takes a second)
                  INFO: Executing command 'mkfs.vfat -F 32 /dev/loop0p1'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Formatting ext4 data partition (takes a minute or two)
                  INFO: Executing command 'mkfs.ext4 /dev/loop0p2'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Creating temporary mounts for copying the data
                  INFO: Checking mounts (try 1)
                  INFO: Mounting /media/src1 to /dev/mmcblk0p1
                  INFO: Executing command 'mount /dev/mmcblk0p1 /media/src1'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Executing command 'findmnt /media/src1 -b -J'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Mounting /media/src2 to /dev/mmcblk0p2
                  INFO: Executing command 'mount /dev/mmcblk0p2 /media/src2'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Executing command 'findmnt /media/src2 -b -J'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Mounting /media/dst1 to /dev/loop0p1
                  INFO: Executing command 'mount /dev/loop0p1 /media/dst1'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Executing command 'findmnt /media/dst1 -b -J'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Mounting /media/dst2 to /dev/loop0p2
                  INFO: Executing command 'mount /dev/loop0p2 /media/dst2'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Executing command 'findmnt /media/dst2 -b -J'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Copy data of boot partition (this will take some seconds only)
                  INFO: Executing command 'cd /media/src1 && tar cSp --numeric-owner --warning='no-file-ignored' --exclude='swap' -f - . | (cd /media/dst1 && tar xSpf - )'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Copy data of root partition (this may take a long time... Please be patient.)
                  INFO: Executing command 'cd /media/src2 && tar cSp --numeric-owner --warning='no-file-ignored' --exclude='swap' -f - . | (cd /media/dst2 && tar xSpf - )'...
                  ERROR: ERROR executing command - Exitcode 2
                  ERROR: Copying the files from your root partition seems to failed. Your image/backup may be broken!
                  INFO: Resize SDcard after first boot again
                  INFO: Change the PTUUID of destination card to 4bd27daf
                  INFO: Checking the clone...
                  INFO: Checking if your destination device/path still exists.
                  INFO: Executing command 'lsblk -b -O -J'...
                  OK: Command executed successfully. - Exitcode 0
                  OK: That looks good.
                  INFO: Checking if all destination mountpoints still exist.
                  INFO: Find mountpoint /media/src1
                  INFO: Executing command 'findmnt /media/src1 -b -J'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Find mountpoint /media/src2
                  INFO: Executing command 'findmnt /media/src2 -b -J'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Find mountpoint /media/dst1
                  INFO: Executing command 'findmnt /media/dst1 -b -J'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Find mountpoint /media/dst2
                  INFO: Executing command 'findmnt /media/dst2 -b -J'...
                  OK: Command executed successfully. - Exitcode 0
                  OK: That looks good.
                  INFO: Checking image size: 3998233600 Bytes, target was 3998233600 Bytes.
                  OK: That looks good.
                  INFO: Checking correct PTUUID.
                  OK: That looks good.
                  INFO: Try to remount boot partition in image.
                  INFO: Executing command 'mkdir -p /media/test_loxberrybackup'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Executing command 'mount /dev/loop0p1 /media/test_loxberrybackup'...
                  OK: Command executed successfully. - Exitcode 0
                  OK: That looks good.
                  INFO: Executing command 'umount -f /media/test_loxberrybackup'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Try to remount root partition in image.
                  INFO: Executing command 'mount /dev/loop0p2 /media/test_loxberrybackup'...
                  OK: Command executed successfully. - Exitcode 0
                  OK: That looks good.
                  INFO: Executing command 'umount -f /media/test_loxberrybackup'...
                  OK: Command executed successfully. - Exitcode 0
                  INFO: Compressing your image. This may take a long time... Please be patient.
                  INFO: Executing command 'sudo -u loxberry 7z a /opt/loxberry/system/storage/usb/STATS4LOX/Loxberry_Backup/loxberry-2_image_20230203_234626.img.7z /opt/loxberry/system/storage/usb/STATS4LOX/Loxberry_Backup/loxberry-2_image_20230203_234626.img -mx3'...
                  OK: Command executed successfully. - Exitcode 0
                  OK: Compressed your image successfully.
                  INFO: You have to flash the created image onto an empty SDcard!
                  INFO: If it fails to boot, connect a display to Raspberry to check what happens.
                  Finished
                  04.02.2023 00:12:17 TASK FINISHED



                  Gruß HRA

                  ### MS Gen2 + Gen1, MultiExt, Ext, AirExt, DMXExt; DMX4ALL ###
                  ### EnOcean, KNX, MDT GTII ###

                  Kommentar

                  • seeli
                    Azubi
                    • 14.11.2015
                    • 8

                    USB Laufwerke werden nicht erkannt
                    Hallo, komme aus der Elektroecke und muss mir alles zum Thema Linux "Ergooglen" habe das Update auf Versin 3 gemacht hat lange gedauet aber scheint alls zu gehen nur die USB Laufwerke auf denen ich sichere werden nicht erkannt. kat jemand eine Idee das Debuglug habe ich angehanhgen. Gruß Jochen
                    Angehängte Dateien
                    Zuletzt geändert von seeli; 05.02.2023, 10:46.

                    Kommentar

                    • Prof.Mobilux
                      Supermoderator
                      • 25.08.2015
                      • 4590

                      seeli Also Dein externes Laufwerk erkennt er schon einmal (/dev/sda1 ntfs Volume 4ED051EDD051DBB1 931.5G). Nur hängt er es anscheinend nicht ins Filesystem ein.

                      LB3.0 ist noch Beta, könnte sein, dass wir da einen Bug haben. Ging das in LB2.2.2.2 noch? Oder bist Du gleich auf LB3 gegangen und hast dann probiert?
                      🇺🇦 Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine


                      LoxBerry - Beyond the Limits

                      Kommentar


                      • meisterjäger
                        meisterjäger kommentierte
                        Kommentar bearbeiten
                        Prof.Mobilux gibt es diesbezüglich Neuigkeiten? Ist es ein Bug bei LB3.0, dass die USB Datenträger nicht automatisch eingehängt werden? Ich habe LB 3.0.0.2 installiert und bei mir werden die USB Datenträger nach wie vor nicht automatisch eingehängt.

                      • meisterjäger
                        meisterjäger kommentierte
                        Kommentar bearbeiten
                        Christian Fenzl oder kannst du etwas dazu sagen?

                      • Prof.Mobilux
                        Prof.Mobilux kommentierte
                        Kommentar bearbeiten
                        Kommentare bei einem ein Monat alten Post gehen einfach unter. Außerdem ist das der thread des PreRelease, den es schon nicht mehr gibt. Wir sind im Release. Dein Problem ist in LB 3.0.0.3 gefixt.
                    • seeli
                      Azubi
                      • 14.11.2015
                      • 8

                      Von Hand bekomme ich es jetzt hin aber beim Booten noch nicht kämpfe noch mit der fstab

                      Kommentar

                      Lädt...