Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Iobroker startet nicht mehr nach Restore

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Iobroker startet nicht mehr nach Restore

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Bill S. Preston @crunchip last edited by

      @crunchip

      cd /opt/iobroker
      
      sudo iobroker set admin.0 --port 7777
      

      hat geholfen. Iobroker kann wieder erreicht werden. 👍

      Nun fehlt noch MotionEye .
      Hier bekomme ich folgende meldung

      herke@raspberrypi:~ $ sudo systemctl status motioneye
      × motioneye.service - motionEye Server
           Loaded: loaded (/etc/systemd/system/motioneye.service; enabled; preset: en>
           Active: failed (Result: exit-code) since Tue 2024-05-07 07:55:23 CEST; 18s>
         Duration: 1.494s
          Process: 1403 ExecStart=/usr/local/bin/meyectl startserver -c /etc/motioney>
         Main PID: 1403 (code=exited, status=255/EXCEPTION)
              CPU: 1.493s
      
      May 07 07:55:22 raspberrypi systemd[1]: Started motioneye.service - motionEye S>
      May 07 07:55:23 raspberrypi meyectl[1403]: configure_logging cmd motioneye: Fal>
      May 07 07:55:23 raspberrypi meyectl[1403]: configure logging to file: None
      May 07 07:55:23 raspberrypi meyectl[1403]:     INFO: hello! this is motionEye s>
      May 07 07:55:23 raspberrypi meyectl[1403]: CRITICAL: pid directory "/var/run" d>
      May 07 07:55:23 raspberrypi systemd[1]: motioneye.service: Main process exited,>
      May 07 07:55:23 raspberrypi systemd[1]: motioneye.service: Failed with result '>
      May 07 07:55:23 raspberrypi systemd[1]: motioneye.service: Consumed 1.493s CPU >
      lines 1-16/16 (END)
      × motioneye.service - motionEye Server
           Loaded: loaded (/etc/systemd/system/motioneye.service; enabled; preset: enabled)
           Active: failed (Result: exit-code) since Tue 2024-05-07 07:55:23 CEST; 18s ago
         Duration: 1.494s
          Process: 1403 ExecStart=/usr/local/bin/meyectl startserver -c /etc/motioneye/moti>
         Main PID: 1403 (code=exited, status=255/EXCEPTION)
              CPU: 1.493s
      
      
      Thomas Braun crunchip 3 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Bill S. Preston last edited by

        @bill-s-preston

        Bitte NIE, NIE, NIE das iobroker-Kommando per sudo anpacken.

        iob stop
        iob fix
        iob start
        
        B 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Bill S. Preston last edited by

          @bill-s-preston

          Und mach das Fenster von deinem Terminal groß. In der Ausgabe fehlen die Zeilenenden.

          1 Reply Last reply Reply Quote 0
          • B
            Bill S. Preston @Thomas Braun last edited by

            @thomas-braun said in Iobroker startet nicht mehr nach Restore:

            @bill-s-preston

            Bitte NIE, NIE, NIE das iobroker-Kommando per sudo anpacken.

            iob stop
            iob fix
            iob start
            

            Alles klar. Was kann passieren wenn sudo benutzt wird?

            1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active last edited by

              @bill-s-preston sagte in Iobroker startet nicht mehr nach Restore:

              Was kann passieren wenn sudo benutzt wird?

              Alles, weil der root halt alles darf.
              Du verbiegst dir damit aber die vorgesehenen Rechte für die anderen user.

              B 1 Reply Last reply Reply Quote 0
              • B
                Bill S. Preston @Thomas Braun last edited by

                @thomas-braun

                Danke für die Info und für die Gedult!
                Ich werde Shinobi installieren auf dem neuen System. Motioneye wird nicht mehr weiterentwickelt .

                crunchip 1 Reply Last reply Reply Quote 0
                • crunchip
                  crunchip Forum Testing Most Active @Bill S. Preston last edited by

                  @bill-s-preston eventuell
                  https://github.com/motioneye-project/motioneye/issues/2657

                  roelvdwater created this issue in motioneye-project/motioneye

                  open Permission issues on a fresh install of Rasperry Pi OS Bullseye #2657

                  1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @Bill S. Preston last edited by

                    @bill-s-preston sagte in Iobroker startet nicht mehr nach Restore:

                    Motioneye wird nicht mehr weiterentwickelt .

                    Doch es wird an einer neuen Version gearbeitet

                    B 1 Reply Last reply Reply Quote 0
                    • B
                      Bill S. Preston @crunchip last edited by Bill S. Preston

                      @crunchip

                      MotionEye deinstalieren funktionier nicht

                      herke@raspberrypi:~ $ pip uninstall motioneye
                      Found existing installation: motioneye 0.43.1b1
                      Uninstalling motioneye-0.43.1b1:
                        Would remove:
                          /usr/local/bin/meyectl
                          /usr/local/bin/motioneye_init
                          /usr/local/lib/python3.11/dist-packages/motioneye-0.43.1b1.dist-info/*
                          /usr/local/lib/python3.11/dist-packages/motioneye/*
                      Proceed (Y/n)? y
                      ERROR: Exception:
                      Traceback (most recent call last):
                        File "/usr/lib/python3.11/shutil.py", line 825, in move
                          os.rename(src, real_dst)
                      PermissionError: [Errno 13] Permission denied: '/usr/local/bin/meyectl' -> '/tmp/pip-uninstall-eit5jf_4/meyectl'
                      
                      During handling of the above exception, another exception occurred:
                      
                      Traceback (most recent call last):
                        File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper
                          status = run_func(*args)
                                   ^^^^^^^^^^^^^^^
                        File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/uninstall.py", line 105, in run
                          uninstall_pathset = req.uninstall(
                                              ^^^^^^^^^^^^^^
                        File "/usr/local/lib/python3.11/dist-packages/pip/_internal/req/req_install.py", line 727, in uninstall
                          uninstalled_pathset.remove(auto_confirm, verbose)
                        File "/usr/local/lib/python3.11/dist-packages/pip/_internal/req/req_uninstall.py", line 380, in remove
                          moved.stash(path)
                        File "/usr/local/lib/python3.11/dist-packages/pip/_internal/req/req_uninstall.py", line 271, in stash
                          renames(path, new_path)
                        File "/usr/local/lib/python3.11/dist-packages/pip/_internal/utils/misc.py", line 358, in renames
                          shutil.move(old, new)
                        File "/usr/lib/python3.11/shutil.py", line 846, in move
                          os.unlink(src)
                      PermissionError: [Errno 13] Permission denied: '/usr/local/bin/meyectl'
                      
                      

                      und

                      Shinobi wird nach der Installation auch nicht erreicht über 192.168.178.68:8080

                      herke@raspberrypi:~ $ bash <(curl -s https://gitlab.com/Shinobi-Systems/Shinobi-                                                                                        Installer/raw/master/shinobi-install.sh)
                      Opening Install Location : "/home"
                      *--------------------**---------------------*
                      *Shinobi requires being run as root.
                      *Do you want to continue without being root?
                      (Y)es or (n)o? Default : Yes
                      y
                      Install the Development branch?
                      (y)es or (N)o? Default : No
                      n
                      Getting the Master Branch
                      Cloning into 'Shinobi'...
                      remote: Enumerating objects: 23189, done.
                      remote: Counting objects: 100% (148/148), done.
                      remote: Compressing objects: 100% (113/113), done.
                      remote: Total 23189 (delta 61), reused 78 (delta 35), pack-reused 23041 (from 1)
                      Receiving objects: 100% (23189/23189), 16.76 MiB | 11.07 MiB/s, done.
                      Resolving deltas: 100% (15552/15552), done.
                      fatal: detected dubious ownership in repository at '/home/Shinobi'
                      To add an exception for this directory, call:
                      
                              git config --global --add safe.directory /home/Shinobi
                      -------------------------------------
                      ---------- Shinobi Systems ----------
                      Repository : https://gitlab.com/Shinobi-Systems/Shinobi
                      Product : Shinobi Professional (Pro)
                      Branch : master
                      Version :
                      Date : Tue  7 May 10:20:37 CEST 2024
                      -------------------------------------
                      -------------------------------------
                      *-----------------------------------*
                      Shinobi Installer
                      ========
                      Select your OS
                      If your OS is not on the list please refer to the docs.
                      ========
                      1. Ubuntu - Fast and Touchless
                      2. Ubuntu - Advanced
                      3. Alma Linux 9.2 / Rocky 9 / CentOS 8 - Fast and Touchless (Red Hat)
                      4. CentOS
                      5. MacOS
                      6. FreeBSD
                      7. OpenSUSE
                      ========
                      1
                      =========================================================
                      ==!! Shinobi : The Open Source CCTV and NVR Solution !!==
                      =========================================================
                      To answer yes type the letter (y) in lowercase and press ENTER.
                      Default is no (N). Skip any components you already have or don't need.
                      =============
                      =============
                       Detecting Ubuntu Version
                      =============
                      =============
                       Ubuntu Version: 12
                      =============
                      Shinobi - Do you want to temporarily disable IPv6?
                      Sometimes IPv6 causes Ubuntu package updates to fail. Only do this if your machi                                                                                        ne doesn't rely on IPv6.
                      (y)es or (N)o
                      y
                      net.ipv6.conf.all.disable_ipv6 = 1
                      net.ipv6.conf.default.disable_ipv6 = 1
                      net.ipv6.conf.lo.disable_ipv6 = 1
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      gcc is already the newest version (4:12.2.0-3).
                      g++ is already the newest version (4:12.2.0-3).
                      g++ set to manually installed.
                      cmake is already the newest version (3.25.1-1).
                      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                      update-alternatives: error: alternative path /usr/bin/gcc-8 doesn't exist
                      =============
                      Default Superuser : admin@shinobi.video
                      Default Password : admin
                      * You can edit these settings in "super.json" located in the Shinobi directory.
                      =============
                      Shinobi - Installing Node.js
                      Hit:1 http://deb.debian.org/debian bookworm InRelease
                      Get:2 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB                                                                                        ]
                      Get:3 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
                      Get:4 http://archive.raspberrypi.com/debian bookworm InRelease [23.6 kB]
                      Get:5 https://repos.influxdata.com/debian stable InRelease [6,907 B]
                      Get:6 https://apt.grafana.com stable InRelease [7,660 B]
                      Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
                      Get:8 http://deb.debian.org/debian-security bookworm-security/main arm64 Package                                                                                        s [153 kB]
                      Get:9 http://deb.debian.org/debian-security bookworm-security/main armhf Package                                                                                        s [150 kB]
                      Get:10 http://deb.debian.org/debian-security bookworm-security/main Translation-                                                                                        en [95.1 kB]
                      Get:11 http://archive.raspberrypi.com/debian bookworm/main arm64 Packages [387 k                                                                                        B]
                      Get:12 https://apt.grafana.com stable/main arm64 Packages [194 kB]
                      Get:13 http://archive.raspberrypi.com/debian bookworm/main armhf Packages [397 k                                                                                        B]
                      Get:14 https://apt.grafana.com stable/main armhf Packages [171 kB]
                      Get:15 https://repos.influxdata.com/debian stable/main arm64 Packages [10.7 kB]
                      Fetched 1,699 kB in 2s (1,023 kB/s)
                      Reading package lists... Done
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      ca-certificates is already the newest version (20230311).
                      curl is already the newest version (7.88.1-10+deb12u5).
                      gnupg is already the newest version (2.2.40-1.1).
                      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                      File '/etc/apt/keyrings/nodesource.gpg' exists. Overwrite? (y/N) n
                      Enter new filename: shinobigeil
                      deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node                                                                                        _18.x nodistro main
                      Hit:1 http://deb.debian.org/debian bookworm InRelease
                      Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                      Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                      Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
                      Hit:5 https://repos.influxdata.com/debian stable InRelease
                      Hit:6 https://apt.grafana.com stable InRelease
                      Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
                      Reading package lists... Done
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      nodejs is already the newest version (18.20.2-1nodesource1).
                      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      make is already the newest version (4.3-4.1).
                      make set to manually installed.
                      zip is already the newest version (3.0-13).
                      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                      FFmpeg Found...
                      Version : ffmpeg version 5.1.4-0+rpt3+deb12u1 Copyright (c) 2000-2023 the FFmpeg                                                                                         developers
                      built with gcc 12 (Debian 12.2.0-14)
                      configuration: --prefix=/usr --extra-version=0+rpt3+deb12u1 --toolchain=hardened                                                                                         --incdir=/usr/include/aarch64-linux-gnu --enable-gpl --disable-stripping --disa                                                                                        ble-mmal --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enabl                                                                                        e-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec                                                                                        2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetyp                                                                                        e --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enab                                                                                        le-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-                                                                                        libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-libr                                                                                        ist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr                                                                                         --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-l                                                                                        ibtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-lib                                                                                        vpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable                                                                                        -libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-ope                                                                                        nal --enable-opencl --enable-opengl --enable-sand --enable-sdl2 --disable-sndio                                                                                         --enable-libjxl --enable-neon --enable-v4l2-request --enable-libudev --enable-ep                                                                                        oxy --libdir=/usr/lib/aarch64-linux-gnu --arch=arm64 --enable-pocketsphinx --ena                                                                                        ble-librsvg --enable-libdc1394 --enable-libdrm --enable-vout-drm --enable-libiec                                                                                        61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo                                                                                         --enable-librav1e --enable-shared
                      libavutil      57. 28.100 / 57. 28.100
                      libavcodec     59. 37.100 / 59. 37.100
                      libavformat    59. 27.100 / 59. 27.100
                      libavdevice    59.  7.100 / 59.  7.100
                      libavfilter     8. 44.100 /  8. 44.100
                      libswscale      6.  7.100 /  6.  7.100
                      libswresample   4.  7.100 /  4.  7.100
                      libpostproc    56.  6.100 / 56.  6.100
                      =============
                      Shinobi - Installing MariaDB
                      MariaDB will be installed with no password.
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      The following additional packages will be installed:
                        galera-4 gawk libcgi-fast-perl libcgi-pm-perl libclone-perl
                        libconfig-inifiles-perl libdaxctl1 libdbd-mariadb-perl libdbi-perl
                        libencode-locale-perl libfcgi-bin libfcgi-perl libfcgi0ldbl libgpm2
                        libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl
                        libhttp-date-perl libhttp-message-perl libio-html-perl
                        liblwp-mediatypes-perl libncurses6 libndctl6 libpmem1 libregexp-ipv6-perl
                        libsigsegv2 libterm-readkey-perl libtimedate-perl liburi-perl liburing2 lsof
                        mariadb-client mariadb-client-core mariadb-plugin-provider-bzip2
                        mariadb-plugin-provider-lz4 mariadb-plugin-provider-lzma
                        mariadb-plugin-provider-lzo mariadb-plugin-provider-snappy
                        mariadb-server-core pv socat
                      Suggested packages:
                        gawk-doc libmldbm-perl libnet-daemon-perl libsql-statement-perl gpm
                        libdata-dump-perl libipc-sharedcache-perl libbusiness-isbn-perl libwww-perl
                        mailx mariadb-test netcat-openbsd doc-base
                      The following NEW packages will be installed:
                        galera-4 gawk libcgi-fast-perl libcgi-pm-perl libclone-perl
                        libconfig-inifiles-perl libdaxctl1 libdbd-mariadb-perl libdbi-perl
                        libencode-locale-perl libfcgi-bin libfcgi-perl libfcgi0ldbl libgpm2
                        libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl
                        libhttp-date-perl libhttp-message-perl libio-html-perl
                        liblwp-mediatypes-perl libncurses6 libndctl6 libpmem1 libregexp-ipv6-perl
                        libsigsegv2 libterm-readkey-perl libtimedate-perl liburi-perl liburing2 lsof
                        mariadb-client mariadb-client-core mariadb-plugin-provider-bzip2
                        mariadb-plugin-provider-lz4 mariadb-plugin-provider-lzma
                        mariadb-plugin-provider-lzo mariadb-plugin-provider-snappy mariadb-server
                        mariadb-server-core pv socat
                      0 upgraded, 42 newly installed, 0 to remove and 0 not upgraded.
                      Need to get 18.1 MB of archives.
                      After this operation, 196 MB of additional disk space will be used.
                      Get:1 http://deb.debian.org/debian bookworm/main arm64 libsigsegv2 arm64 2.14-1                                                                                         [37.0 kB]
                      Get:2 http://deb.debian.org/debian bookworm/main arm64 gawk arm64 1:5.2.1-2 [640                                                                                         kB]
                      Get:3 http://deb.debian.org/debian bookworm/main arm64 galera-4 arm64 26.4.13-1                                                                                         [702 kB]
                      Get:4 http://deb.debian.org/debian bookworm/main arm64 libdbi-perl arm64 1.643-4                                                                                         [767 kB]
                      Get:5 http://deb.debian.org/debian bookworm/main arm64 lsof arm64 4.95.0-1 [313                                                                                         kB]
                      Get:6 http://deb.debian.org/debian bookworm/main arm64 libconfig-inifiles-perl a                                                                                        ll 3.000003-2 [45.9 kB]
                      Get:7 http://deb.debian.org/debian bookworm/main arm64 libncurses6 arm64 6.4-4 [                                                                                        93.9 kB]
                      Get:8 http://deb.debian.org/debian bookworm/main arm64 mariadb-client-core arm64                                                                                         1:10.11.6-0+deb12u1 [846 kB]
                      Get:9 http://deb.debian.org/debian bookworm/main arm64 mariadb-client arm64 1:10                                                                                        .11.6-0+deb12u1 [2,865 kB]
                      Get:10 http://deb.debian.org/debian bookworm/main arm64 libdaxctl1 arm64 76.1-1                                                                                         [19.8 kB]
                      Get:11 http://deb.debian.org/debian bookworm/main arm64 libndctl6 arm64 76.1-1 [                                                                                        57.4 kB]
                      Get:12 http://deb.debian.org/debian bookworm/main arm64 libpmem1 arm64 1.12.1-2                                                                                         [45.7 kB]
                      Get:13 http://deb.debian.org/debian bookworm/main arm64 liburing2 arm64 2.3-3 [1                                                                                        2.6 kB]
                      Get:14 http://deb.debian.org/debian bookworm/main arm64 mariadb-server-core arm6                                                                                        4 1:10.11.6-0+deb12u1 [6,734 kB]
                      Get:15 http://deb.debian.org/debian bookworm/main arm64 socat arm64 1.7.4.4-2 [3                                                                                        66 kB]
                      Get:16 http://deb.debian.org/debian bookworm/main arm64 mariadb-server arm64 1:1                                                                                        0.11.6-0+deb12u1 [3,447 kB]
                      Get:17 http://deb.debian.org/debian bookworm/main arm64 libhtml-tagset-perl all                                                                                         3.20-6 [11.7 kB]
                      Get:18 http://deb.debian.org/debian bookworm/main arm64 libregexp-ipv6-perl all                                                                                         0.03-3 [5,212 B]
                      Get:19 http://deb.debian.org/debian bookworm/main arm64 liburi-perl all 5.17-1 [                                                                                        90.4 kB]
                      Get:20 http://deb.debian.org/debian bookworm/main arm64 libhtml-parser-perl arm6                                                                                        4 3.81-1 [98.6 kB]
                      Get:21 http://deb.debian.org/debian bookworm/main arm64 libcgi-pm-perl all 4.55-                                                                                        1 [220 kB]
                      Get:22 http://deb.debian.org/debian bookworm/main arm64 libfcgi0ldbl arm64 2.4.2                                                                                        -2 [25.3 kB]
                      Get:23 http://deb.debian.org/debian bookworm/main arm64 libfcgi-perl arm64 0.82+                                                                                        ds-2 [24.4 kB]
                      Get:24 http://deb.debian.org/debian bookworm/main arm64 libcgi-fast-perl all 1:2                                                                                        .15-1 [12.1 kB]
                      Get:25 http://deb.debian.org/debian bookworm/main arm64 libclone-perl arm64 0.46                                                                                        -1 [13.5 kB]
                      Get:26 http://deb.debian.org/debian bookworm/main arm64 libdbd-mariadb-perl arm6                                                                                        4 1.22-1+b1 [89.1 kB]
                      Get:27 http://deb.debian.org/debian bookworm/main arm64 libencode-locale-perl al                                                                                        l 1.05-3 [12.9 kB]
                      Get:28 http://deb.debian.org/debian bookworm/main arm64 libfcgi-bin arm64 2.4.2-                                                                                        2 [12.5 kB]
                      Get:29 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+                                                                                        b1 [14.4 kB]
                      Get:30 http://deb.debian.org/debian bookworm/main arm64 libhtml-template-perl al                                                                                        l 2.97-2 [66.5 kB]
                      Get:31 http://deb.debian.org/debian bookworm/main arm64 libtimedate-perl all 2.3                                                                                        300-2 [39.3 kB]
                      Get:32 http://deb.debian.org/debian bookworm/main arm64 libhttp-date-perl all 6.                                                                                        05-2 [10.5 kB]
                      Get:33 http://deb.debian.org/debian bookworm/main arm64 libio-html-perl all 1.00                                                                                        4-3 [16.2 kB]
                      Get:34 http://deb.debian.org/debian bookworm/main arm64 liblwp-mediatypes-perl a                                                                                        ll 6.04-2 [20.2 kB]
                      Get:35 http://deb.debian.org/debian bookworm/main arm64 libhttp-message-perl all                                                                                         6.44-1 [81.7 kB]
                      Get:36 http://deb.debian.org/debian bookworm/main arm64 libterm-readkey-perl arm                                                                                        64 2.38-2+b1 [24.1 kB]
                      Get:37 http://deb.debian.org/debian bookworm/main arm64 mariadb-plugin-provider-                                                                                        bzip2 arm64 1:10.11.6-0+deb12u1 [24.9 kB]
                      Get:38 http://deb.debian.org/debian bookworm/main arm64 mariadb-plugin-provider-                                                                                        lz4 arm64 1:10.11.6-0+deb12u1 [24.8 kB]
                      Get:39 http://deb.debian.org/debian bookworm/main arm64 mariadb-plugin-provider-                                                                                        lzma arm64 1:10.11.6-0+deb12u1 [24.9 kB]
                      Get:40 http://deb.debian.org/debian bookworm/main arm64 mariadb-plugin-provider-                                                                                        lzo arm64 1:10.11.6-0+deb12u1 [24.8 kB]
                      Get:41 http://deb.debian.org/debian bookworm/main arm64 mariadb-plugin-provider-                                                                                        snappy arm64 1:10.11.6-0+deb12u1 [24.9 kB]
                      Get:42 http://deb.debian.org/debian bookworm/main arm64 pv arm64 1.6.20-1 [58.6                                                                                         kB]
                      Fetched 18.1 MB in 2s (10.3 MB/s)
                      Extracting templates from packages: 100%
                      Preconfiguring packages ...
                      Selecting previously unselected package libsigsegv2:arm64.
                      (Reading database ... 103045 files and directories currently installed.)
                      Preparing to unpack .../libsigsegv2_2.14-1_arm64.deb ...
                      Unpacking libsigsegv2:arm64 (2.14-1) ...
                      Setting up libsigsegv2:arm64 (2.14-1) ...
                      Selecting previously unselected package gawk.
                      (Reading database ... 103054 files and directories currently installed.)
                      Preparing to unpack .../00-gawk_1%3a5.2.1-2_arm64.deb ...
                      Unpacking gawk (1:5.2.1-2) ...
                      Selecting previously unselected package galera-4.
                      Preparing to unpack .../01-galera-4_26.4.13-1_arm64.deb ...
                      Unpacking galera-4 (26.4.13-1) ...
                      Selecting previously unselected package libdbi-perl:arm64.
                      Preparing to unpack .../02-libdbi-perl_1.643-4_arm64.deb ...
                      Unpacking libdbi-perl:arm64 (1.643-4) ...
                      Selecting previously unselected package lsof.
                      Preparing to unpack .../03-lsof_4.95.0-1_arm64.deb ...
                      Unpacking lsof (4.95.0-1) ...
                      Selecting previously unselected package libconfig-inifiles-perl.
                      Preparing to unpack .../04-libconfig-inifiles-perl_3.000003-2_all.deb ...
                      Unpacking libconfig-inifiles-perl (3.000003-2) ...
                      Selecting previously unselected package libncurses6:arm64.
                      Preparing to unpack .../05-libncurses6_6.4-4_arm64.deb ...
                      Unpacking libncurses6:arm64 (6.4-4) ...
                      Selecting previously unselected package mariadb-client-core.
                      Preparing to unpack .../06-mariadb-client-core_1%3a10.11.6-0+deb12u1_arm64.deb .                                                                                        ..
                      Unpacking mariadb-client-core (1:10.11.6-0+deb12u1) ...
                      Selecting previously unselected package mariadb-client.
                      Preparing to unpack .../07-mariadb-client_1%3a10.11.6-0+deb12u1_arm64.deb ...
                      Unpacking mariadb-client (1:10.11.6-0+deb12u1) ...
                      Selecting previously unselected package libdaxctl1:arm64.
                      Preparing to unpack .../08-libdaxctl1_76.1-1_arm64.deb ...
                      Unpacking libdaxctl1:arm64 (76.1-1) ...
                      Selecting previously unselected package libndctl6:arm64.
                      Preparing to unpack .../09-libndctl6_76.1-1_arm64.deb ...
                      Unpacking libndctl6:arm64 (76.1-1) ...
                      Selecting previously unselected package libpmem1:arm64.
                      Preparing to unpack .../10-libpmem1_1.12.1-2_arm64.deb ...
                      Unpacking libpmem1:arm64 (1.12.1-2) ...
                      Selecting previously unselected package liburing2:arm64.
                      Preparing to unpack .../11-liburing2_2.3-3_arm64.deb ...
                      Unpacking liburing2:arm64 (2.3-3) ...
                      Selecting previously unselected package mariadb-server-core.
                      Preparing to unpack .../12-mariadb-server-core_1%3a10.11.6-0+deb12u1_arm64.deb .                                                                                        ..
                      Unpacking mariadb-server-core (1:10.11.6-0+deb12u1) ...
                      Selecting previously unselected package socat.
                      Preparing to unpack .../13-socat_1.7.4.4-2_arm64.deb ...
                      Unpacking socat (1.7.4.4-2) ...
                      Selecting previously unselected package mariadb-server.
                      Preparing to unpack .../14-mariadb-server_1%3a10.11.6-0+deb12u1_arm64.deb ...
                      Unpacking mariadb-server (1:10.11.6-0+deb12u1) ...
                      Selecting previously unselected package libhtml-tagset-perl.
                      Preparing to unpack .../15-libhtml-tagset-perl_3.20-6_all.deb ...
                      Unpacking libhtml-tagset-perl (3.20-6) ...
                      Selecting previously unselected package libregexp-ipv6-perl.
                      Preparing to unpack .../16-libregexp-ipv6-perl_0.03-3_all.deb ...
                      Unpacking libregexp-ipv6-perl (0.03-3) ...
                      Selecting previously unselected package liburi-perl.
                      Preparing to unpack .../17-liburi-perl_5.17-1_all.deb ...
                      Unpacking liburi-perl (5.17-1) ...
                      Selecting previously unselected package libhtml-parser-perl:arm64.
                      Preparing to unpack .../18-libhtml-parser-perl_3.81-1_arm64.deb ...
                      Unpacking libhtml-parser-perl:arm64 (3.81-1) ...
                      Selecting previously unselected package libcgi-pm-perl.
                      Preparing to unpack .../19-libcgi-pm-perl_4.55-1_all.deb ...
                      Unpacking libcgi-pm-perl (4.55-1) ...
                      Selecting previously unselected package libfcgi0ldbl:arm64.
                      Preparing to unpack .../20-libfcgi0ldbl_2.4.2-2_arm64.deb ...
                      Unpacking libfcgi0ldbl:arm64 (2.4.2-2) ...
                      Selecting previously unselected package libfcgi-perl.
                      Preparing to unpack .../21-libfcgi-perl_0.82+ds-2_arm64.deb ...
                      Unpacking libfcgi-perl (0.82+ds-2) ...
                      Selecting previously unselected package libcgi-fast-perl.
                      Preparing to unpack .../22-libcgi-fast-perl_1%3a2.15-1_all.deb ...
                      Unpacking libcgi-fast-perl (1:2.15-1) ...
                      Selecting previously unselected package libclone-perl:arm64.
                      Preparing to unpack .../23-libclone-perl_0.46-1_arm64.deb ...
                      Unpacking libclone-perl:arm64 (0.46-1) ...
                      Selecting previously unselected package libdbd-mariadb-perl.
                      Preparing to unpack .../24-libdbd-mariadb-perl_1.22-1+b1_arm64.deb ...
                      Unpacking libdbd-mariadb-perl (1.22-1+b1) ...
                      Selecting previously unselected package libencode-locale-perl.
                      Preparing to unpack .../25-libencode-locale-perl_1.05-3_all.deb ...
                      Unpacking libencode-locale-perl (1.05-3) ...
                      Selecting previously unselected package libfcgi-bin.
                      Preparing to unpack .../26-libfcgi-bin_2.4.2-2_arm64.deb ...
                      Unpacking libfcgi-bin (2.4.2-2) ...
                      Selecting previously unselected package libgpm2:arm64.
                      Preparing to unpack .../27-libgpm2_1.20.7-10+b1_arm64.deb ...
                      Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
                      Selecting previously unselected package libhtml-template-perl.
                      Preparing to unpack .../28-libhtml-template-perl_2.97-2_all.deb ...
                      Unpacking libhtml-template-perl (2.97-2) ...
                      Selecting previously unselected package libtimedate-perl.
                      Preparing to unpack .../29-libtimedate-perl_2.3300-2_all.deb ...
                      Unpacking libtimedate-perl (2.3300-2) ...
                      Selecting previously unselected package libhttp-date-perl.
                      Preparing to unpack .../30-libhttp-date-perl_6.05-2_all.deb ...
                      Unpacking libhttp-date-perl (6.05-2) ...
                      Selecting previously unselected package libio-html-perl.
                      Preparing to unpack .../31-libio-html-perl_1.004-3_all.deb ...
                      Unpacking libio-html-perl (1.004-3) ...
                      Selecting previously unselected package liblwp-mediatypes-perl.
                      Preparing to unpack .../32-liblwp-mediatypes-perl_6.04-2_all.deb ...
                      Unpacking liblwp-mediatypes-perl (6.04-2) ...
                      Selecting previously unselected package libhttp-message-perl.
                      Preparing to unpack .../33-libhttp-message-perl_6.44-1_all.deb ...
                      Unpacking libhttp-message-perl (6.44-1) ...
                      Selecting previously unselected package libterm-readkey-perl.
                      Preparing to unpack .../34-libterm-readkey-perl_2.38-2+b1_arm64.deb ...
                      Unpacking libterm-readkey-perl (2.38-2+b1) ...
                      Selecting previously unselected package mariadb-plugin-provider-bzip2.
                      Preparing to unpack .../35-mariadb-plugin-provider-bzip2_1%3a10.11.6-0+deb12u1_a                                                                                        rm64.deb ...
                      Unpacking mariadb-plugin-provider-bzip2 (1:10.11.6-0+deb12u1) ...
                      Selecting previously unselected package mariadb-plugin-provider-lz4.
                      Preparing to unpack .../36-mariadb-plugin-provider-lz4_1%3a10.11.6-0+deb12u1_arm                                                                                        64.deb ...
                      Unpacking mariadb-plugin-provider-lz4 (1:10.11.6-0+deb12u1) ...
                      Selecting previously unselected package mariadb-plugin-provider-lzma.
                      Preparing to unpack .../37-mariadb-plugin-provider-lzma_1%3a10.11.6-0+deb12u1_ar                                                                                        m64.deb ...
                      Unpacking mariadb-plugin-provider-lzma (1:10.11.6-0+deb12u1) ...
                      Selecting previously unselected package mariadb-plugin-provider-lzo.
                      Preparing to unpack .../38-mariadb-plugin-provider-lzo_1%3a10.11.6-0+deb12u1_arm                                                                                        64.deb ...
                      Unpacking mariadb-plugin-provider-lzo (1:10.11.6-0+deb12u1) ...
                      Selecting previously unselected package mariadb-plugin-provider-snappy.
                      Preparing to unpack .../39-mariadb-plugin-provider-snappy_1%3a10.11.6-0+deb12u1_                                                                                        arm64.deb ...
                      Unpacking mariadb-plugin-provider-snappy (1:10.11.6-0+deb12u1) ...
                      Selecting previously unselected package pv.
                      Preparing to unpack .../40-pv_1.6.20-1_arm64.deb ...
                      Unpacking pv (1.6.20-1) ...
                      Setting up libconfig-inifiles-perl (3.000003-2) ...
                      Setting up galera-4 (26.4.13-1) ...
                      Setting up libgpm2:arm64 (1.20.7-10+b1) ...
                      Setting up libfcgi0ldbl:arm64 (2.4.2-2) ...
                      Setting up gawk (1:5.2.1-2) ...
                      Setting up libclone-perl:arm64 (0.46-1) ...
                      Setting up libhtml-tagset-perl (3.20-6) ...
                      Setting up liblwp-mediatypes-perl (6.04-2) ...
                      Setting up libfcgi-bin (2.4.2-2) ...
                      Setting up libencode-locale-perl (1.05-3) ...
                      Setting up socat (1.7.4.4-2) ...
                      Setting up libncurses6:arm64 (6.4-4) ...
                      Setting up libio-html-perl (1.004-3) ...
                      Setting up libdaxctl1:arm64 (76.1-1) ...
                      Setting up lsof (4.95.0-1) ...
                      Setting up libtimedate-perl (2.3300-2) ...
                      Setting up libregexp-ipv6-perl (0.03-3) ...
                      Setting up pv (1.6.20-1) ...
                      Setting up libndctl6:arm64 (76.1-1) ...
                      Setting up libfcgi-perl (0.82+ds-2) ...
                      Setting up libterm-readkey-perl (2.38-2+b1) ...
                      Setting up liburing2:arm64 (2.3-3) ...
                      Setting up libpmem1:arm64 (1.12.1-2) ...
                      Setting up liburi-perl (5.17-1) ...
                      Setting up libdbi-perl:arm64 (1.643-4) ...
                      Setting up libhttp-date-perl (6.05-2) ...
                      Setting up mariadb-client-core (1:10.11.6-0+deb12u1) ...
                      Setting up libdbd-mariadb-perl (1.22-1+b1) ...
                      Setting up libhtml-parser-perl:arm64 (3.81-1) ...
                      Setting up mariadb-server-core (1:10.11.6-0+deb12u1) ...
                      Setting up libhttp-message-perl (6.44-1) ...
                      Setting up mariadb-client (1:10.11.6-0+deb12u1) ...
                      Setting up libcgi-pm-perl (4.55-1) ...
                      Setting up libhtml-template-perl (2.97-2) ...
                      Setting up mariadb-server (1:10.11.6-0+deb12u1) ...
                      Created symlink /etc/systemd/system/multi-user.target.wants/mariadb.service → /l                                                                                        ib/systemd/system/mariadb.service.
                      Setting up mariadb-plugin-provider-bzip2 (1:10.11.6-0+deb12u1) ...
                      Setting up mariadb-plugin-provider-lzma (1:10.11.6-0+deb12u1) ...
                      Setting up mariadb-plugin-provider-lzo (1:10.11.6-0+deb12u1) ...
                      Setting up mariadb-plugin-provider-lz4 (1:10.11.6-0+deb12u1) ...
                      Setting up libcgi-fast-perl (1:2.15-1) ...
                      Setting up mariadb-plugin-provider-snappy (1:10.11.6-0+deb12u1) ...
                      Processing triggers for man-db (2.11.2-2) ...
                      Processing triggers for libc-bin (2.36-9+rpt2+deb12u6) ...
                      Processing triggers for mariadb-server (1:10.11.6-0+deb12u1) ...
                      =============
                      Shinobi - Installing Database...
                      =============
                      Shinobi - Install NPM Libraries
                      npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#dep                                                                                        recated
                      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                      npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprec                                                                                        ated
                      npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated b                                                                                        ecause it extends the now deprecated request package, see https://github.com/req                                                                                        uest/request/issues/3142
                      npm WARN deprecated @discordjs/form-data@3.0.1: Package no longer supported. Con                                                                                        tact Support at https://www.npmjs.com/support for more info.
                      npm WARN deprecated @discordjs/collection@0.1.6: no longer supported
                      npm WARN deprecated uuid@3.3.2: Please upgrade  to version 7 or higher.  Older v                                                                                        ersions may use Math.random() in certain circumstances, which is known to be pro                                                                                        blematic.  See https://v8.dev/blog/math-random for details.
                      npm WARN deprecated request@2.88.2: request has been deprecated, see https://git                                                                                        hub.com/request/request/issues/3142
                      npm WARN deprecated discord.js@12.2.0: no longer supported
                      
                      added 762 packages, and audited 763 packages in 1m
                      
                      45 packages are looking for funding
                        run `npm fund` for details
                      
                      18 vulnerabilities (16 moderate, 2 critical)
                      
                      To address issues that do not require attention, run:
                        npm audit fix
                      
                      To address all issues (including breaking changes), run:
                        npm audit fix --force
                      
                      Run `npm audit` for details.
                      npm notice
                      npm notice New minor version of npm available! 10.5.0 -> 10.7.0
                      npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.7.0
                      npm notice Run npm install -g npm@10.7.0 to update!
                      npm notice
                      =============
                      Shinobi - Install PM2
                      npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                      
                      added 162 packages in 18s
                      
                      14 packages are looking for funding
                        run `npm fund` for details
                      Shinobi - Finished
                      dos2unix: converting file INSTALL/shinobi to Unix format...
                      Shinobi - Randomizing cron key
                      addToConfig: [object Object]
                      Changes Complete. Here is what it is now.
                      {
                        "port": 8080,
                        "debugLog": false,
                        "enableFaceManager": false,
                        "videosDir": "__DIR__/videos",
                        "passwordType": "sha256",
                        "detectorMergePamRegionTriggers": true,
                        "wallClockTimestampAsDefault": true,
                        "useBetterP2P": true,
                        "smtpServerOptions": {
                          "allowInsecureAuth": true
                        },
                        "addStorage": [
                          {
                            "name": "second",
                            "path": "__DIR__/videos2"
                          }
                        ],
                        "db": {
                          "host": "127.0.0.1",
                          "user": "majesticflame",
                          "password": "",
                          "database": "ccio",
                          "port": 3306
                        },
                        "mail": {
                          "service": "gmail",
                          "auth": {
                            "user": "your_email@gmail.com",
                            "pass": "your_password_or_app_specific_password"
                          }
                        },
                        "cron": {
                          "key": "09e6aa3f65ca6ef81d120889f44dec94e8efc9d92c90615f26a06177af5a"
                        },
                        "pluginKeys": {}
                      }
                      Shinobi - Starting Shinobi and setting to start on boot
                      
                                              -------------
                      
                      __/\\\\\\\\\\\\\____/\\\\____________/\\\\____/\\\\\\\\\_____
                       _\/\\\/////////\\\_\/\\\\\\________/\\\\\\__/\\\///////\\\___
                        _\/\\\_______\/\\\_\/\\\//\\\____/\\\//\\\_\///______\//\\\__
                         _\/\\\\\\\\\\\\\/__\/\\\\///\\\/\\\/_\/\\\___________/\\\/___
                          _\/\\\/////////____\/\\\__\///\\\/___\/\\\________/\\\//_____
                           _\/\\\_____________\/\\\____\///_____\/\\\_____/\\\//________
                            _\/\\\_____________\/\\\_____________\/\\\___/\\\/___________
                             _\/\\\_____________\/\\\_____________\/\\\__/\\\\\\\\\\\\\\\_
                              _\///______________\///______________\///__\///////////////__
                      
                      
                                                Runtime Edition
                      
                              PM2 is a Production Process Manager for Node.js applications
                                           with a built-in Load Balancer.
                      
                                      Start and Daemonize any application:
                                      $ pm2 start app.js
                      
                                      Load Balance 4 instances of api.js:
                                      $ pm2 start api.js -i 4
                      
                                      Monitor in production:
                                      $ pm2 monitor
                      
                                      Make pm2 auto-boot at server restart:
                                      $ pm2 startup
                      
                                      To go further checkout:
                                      http://pm2.io/
                      
                      
                                              -------------
                      
                      [PM2] Spawning PM2 daemon with pm2_home=/root/.pm2
                      [PM2] PM2 Successfully daemonized
                      [PM2] Starting /home/Shinobi/camera.js in fork_mode (1 instance)
                      [PM2] Done.
                      ┌────┬───────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
                      │ id │ name      │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
                      ├────┼───────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
                      │ 0  │ camera    │ default     │ 2.0.0   │ fork    │ 4133     │ 0s     │ 0    │ online    │ 0%       │ 38.8mb   │ root     │ disabled │
                      └────┴───────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
                      [PM2] Init System found: systemd
                      Platform systemd
                      Template
                      [Unit]
                      Description=PM2 process manager
                      Documentation=https://pm2.keymetrics.io/
                      After=network.target
                      
                      [Service]
                      Type=forking
                      User=root
                      LimitNOFILE=infinity
                      LimitNPROC=infinity
                      LimitCORE=infinity
                      Environment=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
                      Environment=PM2_HOME=/root/.pm2
                      PIDFile=/root/.pm2/pm2.pid
                      Restart=on-failure
                      
                      ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
                      ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
                      ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
                      
                      [Install]
                      WantedBy=multi-user.target
                      
                      Target path
                      /etc/systemd/system/pm2-root.service
                      Command list
                      [ 'systemctl enable pm2-root' ]
                      [PM2] Writing init configuration in /etc/systemd/system/pm2-root.service
                      [PM2] Making script booting at startup...
                      [PM2] [-] Executing: systemctl enable pm2-root...
                      Created symlink /etc/systemd/system/multi-user.target.wants/pm2-root.service → /etc/systemd/system/pm2-root.service.
                      [PM2] [v] Command successfully executed.
                      +---------------------------------------+
                      [PM2] Freeze a process list on reboot via:
                      $ pm2 save
                      
                      [PM2] Remove init script via:
                      $ pm2 unstartup systemd
                      [PM2] Saving current process list...
                      [PM2] Successfully saved in /root/.pm2/dump.pm2
                      ┌────┬───────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
                      │ id │ name      │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
                      ├────┼───────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
                      │ 0  │ camera    │ default     │ 2.0.0   │ fork    │ 4133     │ 4s     │ 0    │ online    │ 0%       │ 111.5mb  │ root     │ disabled │
                      └────┴───────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
                      =====================================
                      ||=====   Install Completed   =====||
                      =====================================
                      || Login with the Superuser and create a new user!!
                      ||===================================
                      || Open http://192.168.178.68:8080/super in your web browser.
                      ||===================================
                      || Default Superuser : admin@shinobi.video
                      || Default Password : admin
                      

                      System nochmal neu aufsetzen? Da ist doch was faul

                      crunchip 1 Reply Last reply Reply Quote 0
                      • crunchip
                        crunchip Forum Testing Most Active @Bill S. Preston last edited by

                        @bill-s-preston dann mach mal ein
                        sudo pip....

                        B 1 Reply Last reply Reply Quote 0
                        • B
                          Bill S. Preston @crunchip last edited by

                          @crunchip said in Iobroker startet nicht mehr nach Restore:

                          @bill-s-preston dann mach mal ein
                          sudo pip....

                          herke@raspberrypi:~ $ sudo pip
                          
                          Usage:
                            pip <command> [options]
                          
                          Commands:
                            install                     Install packages.
                            download                    Download packages.
                            uninstall                   Uninstall packages.
                            freeze                      Output installed packages in requirements format.
                            inspect                     Inspect the python environment.
                            list                        List installed packages.
                            show                        Show information about installed packages.
                            check                       Verify installed packages have compatible dependen                                                                                        cies.
                            config                      Manage local and global configuration.
                            search                      Search PyPI for packages.
                            cache                       Inspect and manage pip's wheel cache.
                            index                       Inspect information available from package indexes                                                                                        .
                            wheel                       Build wheels from your requirements.
                            hash                        Compute hashes of package archives.
                            completion                  A helper command used for command completion.
                            debug                       Show information useful for debugging.
                            help                        Show help for commands.
                          
                          General Options:
                            -h, --help                  Show help.
                            --debug                     Let unhandled exceptions propagate outside the
                                                        main subroutine, instead of logging them to
                                                        stderr.
                            --isolated                  Run pip in an isolated mode, ignoring
                                                        environment variables and user configuration.
                            --require-virtualenv        Allow pip to only run in a virtual environment;
                                                        exit with an error otherwise.
                            --python <python>           Run pip with the specified Python interpreter.
                            -v, --verbose               Give more output. Option is additive, and can be
                                                        used up to 3 times.
                            -V, --version               Show version and exit.
                            -q, --quiet                 Give less output. Option is additive, and can be
                                                        used up to 3 times (corresponding to WARNING,
                                                        ERROR, and CRITICAL logging levels).
                            --log <path>                Path to a verbose appending log.
                            --no-input                  Disable prompting for input.
                            --keyring-provider <keyring_provider>
                                                        Enable the credential lookup via the keyring
                                                        library if user input is allowed. Specify which
                                                        mechanism to use [disabled, import, subprocess].
                                                        (default: disabled)
                            --proxy <proxy>             Specify a proxy in the form
                                                        scheme://[user:passwd@]proxy.server:port.
                            --retries <retries>         Maximum number of retries each connection should
                                                        attempt (default 5 times).
                            --timeout <sec>             Set the socket timeout (default 15 seconds).
                            --exists-action <action>    Default action when a path already exists:
                                                        (s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.
                            --trusted-host <hostname>   Mark this host or host:port pair as trusted,
                                                        even though it does not have valid or any HTTPS.
                            --cert <path>               Path to PEM-encoded CA certificate bundle. If
                                                        provided, overrides the default. See 'SSL
                                                        Certificate Verification' in pip documentation
                                                        for more information.
                            --client-cert <path>        Path to SSL client certificate, a single file
                                                        containing the private key and the certificate
                                                        in PEM format.
                            --cache-dir <dir>           Store the cache data in <dir>.
                            --no-cache-dir              Disable the cache.
                            --disable-pip-version-check
                                                        Don't periodically check PyPI to determine
                                                        whether a new version of pip is available for
                                                        download. Implied with --no-index.
                            --no-color                  Suppress colored output.
                            --no-python-version-warning
                                                        Silence deprecation warnings for upcoming
                                                        unsupported Pythons.
                            --use-feature <feature>     Enable new functionality, that may be backward
                                                        incompatible.
                            --use-deprecated <feature>  Enable deprecated functionality, that will be
                                                        removed in the future.
                          
                          
                          crunchip 1 Reply Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active @crunchip last edited by

                            @crunchip sagte in Iobroker startet nicht mehr nach Restore:

                            Unabhängig davon, reichen 4GB RAM da eh nicht aus

                            @Bill-S-Preston
                            Wollt ich noch mal anmerken
                            Da auch noch Influx und Grafana laufen

                            B 1 Reply Last reply Reply Quote 0
                            • crunchip
                              crunchip Forum Testing Most Active @Bill S. Preston last edited by

                              @bill-s-preston natürlich das ganze Kommando, hatte nur abgekürzt, da ich am Handy tippe

                              B 1 Reply Last reply Reply Quote 0
                              • B
                                Bill S. Preston @crunchip last edited by

                                @crunchip

                                Ein neuer Pi4 mit 8GB und M2 SSD wird heute geliefert.
                                Da werde ich dann nochmal komplett neu anfangen

                                1 Reply Last reply Reply Quote 0
                                • B
                                  Bill S. Preston @crunchip last edited by

                                  @crunchip said in Iobroker startet nicht mehr nach Restore:

                                  @bill-s-preston natürlich das ganze Kommando, hatte nur abgekürzt, da ich am Handy tippe

                                  Du meinst

                                  sudo pip uninstall
                                  

                                  ?

                                  crunchip 1 Reply Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @Bill S. Preston last edited by

                                    @bill-s-preston ja, dein motioneye

                                    B 1 Reply Last reply Reply Quote 0
                                    • B
                                      Bill S. Preston @crunchip last edited by

                                      @crunchip

                                      herke@raspberrypi:~ $ sudo pip uninstall motioneye
                                      Found existing installation: motioneye 0.43.1b1
                                      Uninstalling motioneye-0.43.1b1:
                                        Would remove:
                                          /usr/local/bin/meyectl
                                          /usr/local/bin/motioneye_init
                                          /usr/local/lib/python3.11/dist-packages/motioneye-0.43.1b1.dist-info/*
                                          /usr/local/lib/python3.11/dist-packages/motioneye/*
                                      Proceed (Y/n)? y
                                        Successfully uninstalled motioneye-0.43.1b1
                                      WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
                                      
                                      

                                      Hat geklappt

                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        Bill S. Preston last edited by

                                        Wie deinstalliere ich Shinobi?

                                        herke@raspberrypi:~ $ sudo pip uninstall shinobi
                                        WARNING: Skipping shinobi as it is not installed.
                                        WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
                                        
                                        

                                        So ging es nicht

                                        Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Bill S. Preston last edited by

                                          @bill-s-preston sagte in Iobroker startet nicht mehr nach Restore:

                                          Wie deinstalliere ich Shinobi?

                                          Dazu gibt es eine umfangreiche Anleitung auf deren Seite.

                                          1 Reply Last reply Reply Quote 0
                                          • crunchip
                                            crunchip Forum Testing Most Active @Bill S. Preston last edited by

                                            @bill-s-preston liest du dich nicht vorher ein?
                                            https://docs.shinobi.video/system/uninstall

                                            B 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            777
                                            Online

                                            31.9k
                                            Users

                                            80.3k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            59
                                            2388
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo