Rasperry PI 4 Powermanagement: Ubuntu fährt PI4 automatisch nach 10 Minute runter

Heute ist Stammtischzeit:
Jeden Donnerstag 20:30 Uhr hier im Chat.
Wer Lust hat, kann sich gerne beteiligen. ;)
  • Hallo zusammen,

    nach meiner ersten Raspberry Installation mit anschließender Ansible

    Konfiguration habe ich das Problem, dass irgendwer oder was die

    Hardware nach 10 Minuten komplett runterfährt. Der Raspi hängt am

    Ethernet, kein WLAN konfiguriert. Powerversorgung erfolgt über USB-C

    mit einem Raspi-Netzteil und es hängt auch noch nichts am USB. Danach

    läuft nur noch der Lüfter, keine Power LED mehr. Durch Ein-/

    Ausschalten lässt sich das Teil wieder für 10 Minuten zum Leben erwecken.


    Letze Einträge von kern.log:

    [...]

    Feb 3 07:41:26 raspi kernel: [ 1247.196108] PM: suspend entry (s2idle)

    Feb 3 07:41:26 raspi kernel: [ 1247.434032] Filesystems sync: 0.237 seconds

    Feb 3 07:41:26 raspi kernel: [ 1247.452706] rfkill: input handler enabled

    Timeout, server raspi.fritz.box not responding.


    syslog:

    [...]

    Feb 3 07:41:25 raspi gnome-shell[3198]: Screen lock is locked down, not locking

    Feb 3 07:41:25 raspi systemd-networkd[1780]: wlan0: Link DOWN

    Feb 3 07:41:25 raspi NetworkManager[1818]: <info> [1612334485.9563] manager: NetworkManager state is now ASLEEP

    Feb 3 07:41:25 raspi wpa_supplicant[1863]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0

    Feb 3 07:41:25 raspi systemd[1]: Reached target Sleep.

    Feb 3 07:41:25 raspi systemd[1]: Starting resolvconf-pull-resolved.service...

    Feb 3 07:41:25 raspi systemd[1]: Starting Suspend...

    Feb 3 07:41:26 raspi systemd[1]: resolvconf-pull-resolved.service: Succeeded.

    Feb 3 07:41:26 raspi systemd[1]: Finished resolvconf-pull-resolved.service.

    Feb 3 07:41:26 raspi kernel: [ 1247.196108] PM: suspend entry (s2idle)

    Feb 3 07:41:26 raspi systemd-sleep[11752]: Suspending system...

    Feb 3 07:41:26 raspi wpa_supplicant[1863]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0

    Feb 3 07:41:26 raspi kernel: [ 1247.434032] Filesystems sync: 0.237 seconds

    Feb 3 07:41:26 raspi systemd-udevd[1007]: Network interface NamePolicy= disabled on kernel command line, ignoring.

    Feb 3 07:41:26 raspi kernel: [ 1247.452706] rfkill: input handler enabled

    Timeout, server raspi not responding.


    Hat wer eine Idee?

    (Während der ca 10 Minuten habe ich nicht viel Zeit zur Diagnose)

    TIA -- Peter

  • Rasperry PI 4 Powermanagement: Ubuntu fährt PI4 automatisch nach 10 Minute runter? Schau mal ob du hier fündig wirst!

  • Welches Betriebssystem hast Du auf deinem PI? Wie hast Du Ansible installiert?

    Wie schaltest Du ein und aus?

    Poste mal die Ausgabe von:

    Code
    systemctl status resolvconf-pull-resolved.service

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p3 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

  • Installiert habe ich Ubuntu Server 20.04 LTS mit RPI Imager. Auschalten macht das Ding von alleine :-(. Der angesteckte Lüfter läuft noch, beide LEDs sind aus.

    Einschalten mit Strom an/ Strom aus.

  • .../ Strom aus.

    Code
    Jul 31 19:11:36 raspi systemd[1]: Starting resolvconf-pull-resolved.service...
    Jul 31 19:11:37 raspi systemd[1]: resolvconf-pull-resolved.service: Succeeded.
    Jul 31 19:11:37 raspi systemd[1]: Finished resolvconf-pull-resolved.service.
    peter@raspi:~:1>

    Hast Du vor dem "Strom aus", ein "sudo shutdown -h now" (oder gleichwertig) gemacht?

    Versuch mal mit:

    Code
    sudo systemctl stop resolvconf-pull-resolved.service
    sudo systemctl disable resolvconf-pull-resolved.service
    sudo reboot

    EDIT.

    Hast Du resolvconf absichtlich installiert oder war das per default dabei?

    Wie ist die Ausgabe von:

    Code
    apt-cache policy resolvconf

    ?

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p3 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

    Einmal editiert, zuletzt von rpi444 (3. Februar 2021 um 12:40)

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!