Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Pflege des Betriebssystems
    5. [gelöst] raspi-config.service not found

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [gelöst] raspi-config.service not found

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Meister Mopper last edited by Thomas Braun

      @meister-mopper

      Programme, die nicht via systemd oder andere Init-Systeme beim Systemstart ausgeführt werden müssen ruft man auf, indem man nur den Programmnamen eingibt. Dann durchläuft dein Terminal (die sog. 'shell') die in der Umgebungsvariablen $PATH hinterlegten Verzeichnisse und sucht das ausführbare Programm und startet es.

      Den Inhalt von $PATH kannst du dir z. B. mit

      echo $PATH
      

      anschauen.

      Wenn ein Programm weder beim Systemstart über ein Init-System gestartet wird noch im $PATH liegt muss/kann das Programm mit dem vollständigem Pfad aufgerufen werden. Machen manche Dinge, die z. B. nur im /home/ des users installiert wurden.

      raspi-config ist also ein Befehl, der üblicherweise im $PATH eines users liegt.

      Meister Mopper 2 Replies Last reply Reply Quote 0
      • Meister Mopper
        Meister Mopper @Thomas Braun last edited by

        @thomas-braun

        OK,

        thomas@rpizigbee:~ $ echo $PATH
        /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
        

        Kannst du mir sagen, wie ich den Aufruf des raspi-config.service abschalten kann?

        1 Reply Last reply Reply Quote 0
        • Meister Mopper
          Meister Mopper @Thomas Braun last edited by

          @thomas-braun

          Ok, die Google-KI hat empfohlen, die Meldung zu ignorieren, wenn keine anderen Funktionsstörungen auftreten.

          Tut es nicht, und ich lasse es mal so, wie es ist. 🤷‍♂️

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

            @meister-mopper

            Geht so:

            https://superuser.com/questions/513159/how-to-remove-systemd-services

            Meister Mopper 1 Reply Last reply Reply Quote 0
            • Meister Mopper
              Meister Mopper @Thomas Braun last edited by

              @thomas-braun sagte in raspi-config.service not found:

              @meister-mopper

              Geht so:

              https://superuser.com/questions/513159/how-to-remove-systemd-services

              Joa, hatte ich ja alles schon ausgeführt. Endergebnis => nüscht

              thomas@rpizigbee:~ $ ls -lh /etc/systemd/raspi-config.service
              ls: Zugriff auf '/etc/systemd/raspi-config.service' nicht möglich: Datei oder Verzeichnis nicht gefunden
              

              Auf einem baugleichen RPI mit gleichem Betriebssystem habe ich das nicht. Bin ratlos, aber der innere Monk macht mich irgendwie unruhig. 😀

              Marc Berg 1 Reply Last reply Reply Quote 0
              • Marc Berg
                Marc Berg Most Active @Meister Mopper last edited by

                @meister-mopper sagte in raspi-config.service not found:

                ls -lh /etc/systemd/raspi-config.service

                da fehlt meiner Meinung auch das "system" im Pfad

                ls -lh /etc/systemd/system/raspi-config.service
                
                Meister Mopper 1 Reply Last reply Reply Quote 0
                • Meister Mopper
                  Meister Mopper @Marc Berg last edited by

                  @marc-berg sagte in raspi-config.service not found:

                  ls -lh /etc/systemd/system/raspi-config.service

                  thomas@rpizigbee:~ $ ls -lh /etc/systemd/system/raspi-config.service
                  ls: Zugriff auf '/etc/systemd/system/raspi-config.service' nicht möglich: Datei oder Verzeichnis nicht gefunden
                  

                  🤷

                  Marc Berg 1 Reply Last reply Reply Quote 0
                  • Marc Berg
                    Marc Berg Most Active @Meister Mopper last edited by

                    @meister-mopper sagte in raspi-config.service not found:

                    ls -lh /etc/systemd/system/raspi-config.service

                    und

                    ls -lh /usr/lib/systemd/system/raspi-config.service
                    

                    ?

                    Meister Mopper 1 Reply Last reply Reply Quote 0
                    • Meister Mopper
                      Meister Mopper @Marc Berg last edited by

                      @marc-berg sagte in raspi-config.service not found:

                      ls -lh /usr/lib/systemd/system/raspi-config.service

                      Auch da ist der Service nicht zu finden:

                      thomas@rpizigbee:~ $ ls -lh /usr/lib/systemd/system/raspi-config.service
                      ls: Zugriff auf '/usr/lib/systemd/system/raspi-config.service' nicht möglich: Datei oder Verzeichnis nicht gefunden
                      
                      haselchen 1 Reply Last reply Reply Quote 0
                      • haselchen
                        haselchen Most Active @Meister Mopper last edited by

                        @meister-mopper

                        Und wenn Du es noch mal „drüber“ installierst?

                        sudo apt install raspi-config

                        Und dann noch mal nach dem Service schaust?

                        Meister Mopper 1 Reply Last reply Reply Quote 0
                        • Meister Mopper
                          Meister Mopper @haselchen last edited by

                          @haselchen sagte in raspi-config.service not found:

                          @meister-mopper

                          Und wenn Du es noch mal „drüber“ installierst?

                          sudo apt install raspi-config

                          Und dann noch mal nach dem Service schaust?

                          thomas@rpizigbee:~ $ sudo apt update && sudo apt install raspi-config
                          OK:1 http://deb.debian.org/debian bookworm InRelease
                          OK:2 http://deb.debian.org/debian-security bookworm-security InRelease
                          OK:3 http://archive.raspberrypi.com/debian bookworm InRelease
                          OK:4 http://deb.debian.org/debian bookworm-updates InRelease
                          OK:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                          Paketlisten werden gelesen… Fertig
                          Abhängigkeitsbaum wird aufgebaut… Fertig
                          Statusinformationen werden eingelesen… Fertig
                          Alle Pakete sind aktuell.
                          Paketlisten werden gelesen… Fertig
                          Abhängigkeitsbaum wird aufgebaut… Fertig
                          Statusinformationen werden eingelesen… Fertig
                          raspi-config ist schon die neueste Version (20241210).
                          0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                          
                          thomas@rpizigbee:~ $ systemctl status raspi-config.service
                          Unit raspi-config.service could not be found.
                          
                          Meister Mopper 1 Reply Last reply Reply Quote 0
                          • Meister Mopper
                            Meister Mopper @Meister Mopper last edited by

                            Jetzt wird es spooky.

                            Ich habe mal mit systemctl --type=service --all alle services anzeigen lassen und der `raspi-config.service taucht nicht mehr auf.

                            thomas@rpizigbee:~ $ systemctl --type=service --all
                              UNIT                                                        LOAD      ACTIVE   SUB     DESCRIPTION                   >
                              alsa-restore.service                                        loaded    active   exited  Save/Restore Sound Card State
                              alsa-state.service                                          loaded    inactive dead    Manage Sound Card State (resto>
                              apparmor.service                                            loaded    inactive dead    Load AppArmor profiles
                              apt-daily-upgrade.service                                   loaded    inactive dead    Daily apt upgrade and clean ac>
                              apt-daily.service                                           loaded    inactive dead    Daily apt download activities
                            ● auditd.service                                              not-found inactive dead    auditd.service
                              auth-rpcgss-module.service                                  loaded    inactive dead    Kernel Module supporting RPCSE>
                              avahi-daemon.service                                        loaded    active   running Avahi mDNS/DNS-SD Stack
                              bluetooth.service                                           loaded    active   running Bluetooth service
                            ● connman.service                                             not-found inactive dead    connman.service
                            ● console-screen.service                                      not-found inactive dead    console-screen.service
                              console-setup.service                                       loaded    active   exited  Set console font and keymap
                              cpufrequtils.service                                        loaded    active   exited  LSB: set CPUFreq kernel parame>
                              cron.service                                                loaded    active   running Regular background program pro>
                              dbus.service                                                loaded    active   running D-Bus System Message Bus
                            ● display-manager.service                                     not-found inactive dead    display-manager.service
                              dphys-swapfile.service                                      loaded    active   exited  dphys-swapfile - set up, mount>
                              dpkg-db-backup.service                                      loaded    inactive dead    Daily dpkg database backup ser>
                              e2scrub_all.service                                         loaded    inactive dead    Online ext4 Metadata Check for>
                              e2scrub_reap.service                                        loaded    inactive dead    Remove Stale Online ext4 Metad>
                              emergency.service                                           loaded    inactive dead    Emergency Shell
                              fake-hwclock.service                                        loaded    active   exited  Restore / save the current clo>
                              fstrim.service                                              loaded    inactive dead    Discard unused blocks on files>
                              getty-static.service                                        loaded    inactive dead    getty on tty2-tty6 if dbus and>
                              getty@tty1.service                                          loaded    active   running Getty on tty1
                            ● gssproxy.service                                            not-found inactive dead    gssproxy.service
                              ifupdown-pre.service                                        loaded    active   exited  Helper to synchronize boot up >
                            ● influxdb.service                                            not-found inactive dead    influxdb.service
                              initrd-cleanup.service                                      loaded    inactive dead    Cleaning Up and Shutting Down >
                              initrd-parse-etc.service                                    loaded    inactive dead    Mountpoints Configured in the >
                              initrd-switch-root.service                                  loaded    inactive dead    Switch Root
                              initrd-udevadm-cleanup-db.service                           loaded    inactive dead    Cleanup udev Database
                              iobroker.service                                            loaded    active   running ioBroker Server
                            ● kbd.service                                                 not-found inactive dead    kbd.service
                              keyboard-setup.service                                      loaded    active   exited  Set the console keyboard layout
                              kmod-static-nodes.service                                   loaded    active   exited  Create List of Static Device N>
                              loadcpufreq.service                                         loaded    active   exited  LSB: Load kernel modules neede>
                              logrotate.service                                           loaded    inactive dead    Rotate log files
                              man-db.service                                              loaded    inactive dead    Daily man-db regeneration
                            ● mariadb-server.service                                      not-found inactive dead    mariadb-server.service
                              modprobe@configfs.service                                   loaded    inactive dead    Load Kernel Module configfs
                              modprobe@dm_mod.service                                     loaded    inactive dead    Load Kernel Module dm_mod
                              modprobe@drm.service                                        loaded    inactive dead    Load Kernel Module drm
                              modprobe@efi_pstore.service                                 loaded    inactive dead    Load Kernel Module efi_pstore
                              modprobe@fuse.service                                       loaded    inactive dead    Load Kernel Module fuse
                              modprobe@loop.service                                       loaded    inactive dead    Load Kernel Module loop
                            ● mysql-server.service                                        not-found inactive dead    mysql-server.service
                              networking.service                                          loaded    active   exited  Raise network interfaces
                              NetworkManager-wait-online.service                          loaded    active   exited  Network Manager Wait Online
                              NetworkManager.service                                      loaded    active   running Network Manager
                            ● nfs-server.service                                          not-found inactive dead    nfs-server.service
                              nfs-utils.service                                           loaded    inactive dead    NFS server and client services
                              nut-monitor.service                                         loaded    active   running Network UPS Tools - power devi>
                            ● nut-server.service                                          not-found inactive dead    nut-server.service
                            ● plymouth-quit-wait.service                                  not-found inactive dead    plymouth-quit-wait.service
                            ● plymouth-start.service                                      not-found inactive dead    plymouth-start.service
                              polkit.service                                              loaded    active   running Authorization Manager
                            ● raspberrypi-net-mods.service                                not-found inactive dead    raspberrypi-net-mods.service
                              rc-local.service                                            loaded    active   exited  /etc/rc.local Compatibility
                            ● redis.service                                               not-found inactive dead    redis.service
                              regenerate_ssh_host_keys.service                            loaded    inactive dead    Regenerate SSH host keys
                              rescue.service                                              loaded    inactive dead    Rescue Shell
                              rpc-gssd.service                                            loaded    inactive dead    RPC security service for NFS c>
                              rpc-statd-notify.service                                    loaded    active   exited  Notify NFS peers of a restart
                              rpc-svcgssd.service                                         loaded    inactive dead    RPC security service for NFS s>
                              rpi-eeprom-update.service                                   loaded    active   exited  Check for Raspberry Pi EEPROM >
                              ssh.service                                                 loaded    active   running OpenBSD Secure Shell server
                              sshswitch.service                                           loaded    inactive dead    Turn on SSH if /boot/ssh or /b>
                            ● syslog.service                                              not-found inactive dead    syslog.service
                              systemd-ask-password-console.service                        loaded    inactive dead    Dispatch Password Requests to >
                              systemd-ask-password-wall.service                           loaded    inactive dead    Forward Password Requests to W>
                              systemd-binfmt.service                                      loaded    active   exited  Set Up Additional Binary Forma>
                              systemd-firstboot.service                                   loaded    inactive dead    First Boot Wizard
                              systemd-fsck-root.service                                   loaded    inactive dead    File System Check on Root Devi>
                              systemd-fsck@dev-disk-by\x2dpartuuid-e5746a7c\x2d01.service loaded    active   exited  File System Check on /dev/disk>
                              systemd-fsckd.service                                       loaded    inactive dead    File System Check Daemon to re>
                            ● systemd-hwdb-update.service                                 not-found inactive dead    systemd-hwdb-update.service
                              systemd-initctl.service                                     loaded    inactive dead    initctl Compatibility Daemon
                              systemd-journal-flush.service                               loaded    active   exited  Flush Journal to Persistent St>
                              systemd-journald.service                                    loaded    active   running Journal Service
                              systemd-logind.service                                      loaded    active   running User Login Management
                              systemd-machine-id-commit.service                           loaded    inactive dead    Commit a transient machine-id >
                              systemd-modules-load.service                                loaded    active   exited  Load Kernel Modules
                              systemd-networkd.service                                    loaded    inactive dead    Network Configuration
                            ● systemd-oomd.service                                        not-found inactive dead    systemd-oomd.service
                              systemd-pcrphase-initrd.service                             loaded    inactive dead    TPM2 PCR Barrier (initrd)
                              systemd-pcrphase-sysinit.service                            loaded    inactive dead    TPM2 PCR Barrier (Initializati>
                              systemd-pcrphase.service                                    loaded    inactive dead    TPM2 PCR Barrier (User)
                              systemd-pstore.service                                      loaded    inactive dead    Platform Persistent Storage Ar>
                              systemd-quotacheck.service                                  loaded    inactive dead    File System Quota Check
                              systemd-random-seed.service                                 loaded    active   exited  Load/Save Random Seed
                              systemd-remount-fs.service                                  loaded    active   exited  Remount Root and Kernel File S>
                              systemd-repart.service                                      loaded    inactive dead    Repartition Root Disk
                              systemd-rfkill.service                                      loaded    inactive dead    Load/Save RF Kill Switch Status
                              systemd-sysctl.service                                      loaded    active   exited  Apply Kernel Variables
                              systemd-sysext.service                                      loaded    inactive dead    Merge System Extension Images >
                              systemd-sysusers.service                                    loaded    active   exited  Create System Users
                              systemd-timesyncd.service                                   loaded    active   running Network Time Synchronization
                              systemd-tmpfiles-clean.service                              loaded    inactive dead    Cleanup of Temporary Directori>
                              systemd-tmpfiles-setup-dev.service                          loaded    active   exited  Create Static Device Nodes in >
                              systemd-tmpfiles-setup.service                              loaded    active   exited  Create System Files and Direct>
                              systemd-udev-settle.service                                 loaded    inactive dead    Wait for udev To Complete Devi>
                              systemd-udev-trigger.service                                loaded    active   exited  Coldplug All udev Devices
                              systemd-udevd.service                                       loaded    active   running Rule-based Manager for Device >
                            ● systemd-update-done.service                                 not-found inactive dead    systemd-update-done.service
                              systemd-update-utmp-runlevel.service                        loaded    inactive dead    Record Runlevel Change in UTMP
                              systemd-update-utmp.service                                 loaded    active   exited  Record System Boot/Shutdown in>
                              systemd-user-sessions.service                               loaded    active   exited  Permit User Sessions
                            ● systemd-vconsole-setup.service                              not-found inactive dead    systemd-vconsole-setup.service
                              triggerhappy.service                                        loaded    active   running triggerhappy global hotkey dae>
                              udisks2.service                                             loaded    inactive dead    Disk Manager
                              user-runtime-dir@1000.service                               loaded    active   exited  User Runtime Directory /run/us>
                              user@1000.service                                           loaded    active   running User Manager for UID 1000
                              wpa_supplicant.service                                      loaded    active   running WPA supplicant
                            

                            Seitdem wird er auch mit systemctl --type=service nicht mehr angezeigt.

                            thomas@rpizigbee:~ $ systemctl --type=service
                              UNIT                                                        LOAD   ACTIVE SUB     DESCRIPTION
                              alsa-restore.service                                        loaded active exited  Save/Restore Sound Card State
                              avahi-daemon.service                                        loaded active running Avahi mDNS/DNS-SD Stack
                              bluetooth.service                                           loaded active running Bluetooth service
                              console-setup.service                                       loaded active exited  Set console font and keymap
                              cpufrequtils.service                                        loaded active exited  LSB: set CPUFreq kernel parameters
                              cron.service                                                loaded active running Regular background program processing daemon
                              dbus.service                                                loaded active running D-Bus System Message Bus
                              dphys-swapfile.service                                      loaded active exited  dphys-swapfile - set up, mount/unmount, and delete a swap file
                              fake-hwclock.service                                        loaded active exited  Restore / save the current clock
                              getty@tty1.service                                          loaded active running Getty on tty1
                              ifupdown-pre.service                                        loaded active exited  Helper to synchronize boot up for ifupdown
                              iobroker.service                                            loaded active running ioBroker Server
                              keyboard-setup.service                                      loaded active exited  Set the console keyboard layout
                              kmod-static-nodes.service                                   loaded active exited  Create List of Static Device Nodes
                              loadcpufreq.service                                         loaded active exited  LSB: Load kernel modules needed to enable cpufreq scaling
                              networking.service                                          loaded active exited  Raise network interfaces
                              NetworkManager-wait-online.service                          loaded active exited  Network Manager Wait Online
                              NetworkManager.service                                      loaded active running Network Manager
                              nut-monitor.service                                         loaded active running Network UPS Tools - power device monitor and shutdown controller
                              polkit.service                                              loaded active running Authorization Manager
                              rc-local.service                                            loaded active exited  /etc/rc.local Compatibility
                              rpc-statd-notify.service                                    loaded active exited  Notify NFS peers of a restart
                              rpi-eeprom-update.service                                   loaded active exited  Check for Raspberry Pi EEPROM updates
                              ssh.service                                                 loaded active running OpenBSD Secure Shell server
                              systemd-binfmt.service                                      loaded active exited  Set Up Additional Binary Formats
                              systemd-fsck@dev-disk-by\x2dpartuuid-e5746a7c\x2d01.service loaded active exited  File System Check on /dev/disk/by-partuuid/e5746a7c-01
                              systemd-journal-flush.service                               loaded active exited  Flush Journal to Persistent Storage
                              systemd-journald.service                                    loaded active running Journal Service
                              systemd-logind.service                                      loaded active running User Login Management
                              systemd-modules-load.service                                loaded active exited  Load Kernel Modules
                              systemd-random-seed.service                                 loaded active exited  Load/Save Random Seed
                              systemd-remount-fs.service                                  loaded active exited  Remount Root and Kernel File Systems
                              systemd-sysctl.service                                      loaded active exited  Apply Kernel Variables
                              systemd-sysusers.service                                    loaded active exited  Create System Users
                              systemd-timesyncd.service                                   loaded active running Network Time Synchronization
                              systemd-tmpfiles-setup-dev.service                          loaded active exited  Create Static Device Nodes in /dev
                              systemd-tmpfiles-setup.service                              loaded active exited  Create System Files and Directories
                              systemd-udev-trigger.service                                loaded active exited  Coldplug All udev Devices
                              systemd-udevd.service                                       loaded active running Rule-based Manager for Device Events and Files
                              systemd-update-utmp.service                                 loaded active exited  Record System Boot/Shutdown in UTMP
                              systemd-user-sessions.service                               loaded active exited  Permit User Sessions
                              triggerhappy.service                                        loaded active running triggerhappy global hotkey daemon
                              user-runtime-dir@1000.service                               loaded active exited  User Runtime Directory /run/user/1000
                              user@1000.service                                           loaded active running User Manager for UID 1000
                              wpa_supplicant.service                                      loaded active running WPA supplicant
                            

                            @Thomas-Braun
                            Und ich dachte immer, dass nur GUI's lügen. Hier flunkert auch die Konsole ab und an 😕

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

                              @meister-mopper sagte in [gelöst] raspi-config.service not found:

                              und der `raspi-config.service taucht nicht mehr auf.

                              Das ist ja auch richtig.

                              Und ich dachte immer, dass nur GUI's lügen. Hier flunkert auch die Konsole ab und an

                              ??? Wo stolperst du denn über eine Meldung mit dem fehlenden Service überhaupt?

                              Meister Mopper 1 Reply Last reply Reply Quote 0
                              • Meister Mopper
                                Meister Mopper @Thomas Braun last edited by Meister Mopper

                                @thomas-braun sagte in [gelöst] raspi-config.service not found:

                                ??? Wo stolperst du denn über eine Meldung mit dem fehlenden Service überhaupt?

                                Na ja, jetzt überhaupt nicht mehr. KA, was da los war.

                                Ich checke halt ab und an, ob alle services laufen, bin sozusagen ein control freak.

                                Den Ausfall von z. B. nut-clients lass' ich mir als Warnung ausgeben.

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

                                  @meister-mopper sagte in [gelöst] raspi-config.service not found:

                                  Na ja, jetzt überhaupt nicht mehr. KA, was da los war.

                                  Dann lügt doch die Konsole nicht. 😉

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

                                  Support us

                                  ioBroker
                                  Community Adapters
                                  Donate

                                  937
                                  Online

                                  31.7k
                                  Users

                                  79.7k
                                  Topics

                                  1.3m
                                  Posts

                                  raspberry-config
                                  4
                                  18
                                  629
                                  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