Új hozzászólás Aktív témák

  • ubyegon2

    nagyúr

    válasz Bici #69805 üzenetére

    # systemd - leállás vizsgálata

    journalctl -b -1 | curl -F 'f:1=<-' ix.io

    Ha ezt lefuttatod, a terminalban létrehozott linket böngészőbe másolva is meg tudod nézni, valóban mutatja a leállást:

    ........
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Stopped Network Time Synchronization.
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Stopped Create Volatile Files and Directories.
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Stopped target Local File Systems.
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Stopped target Local File Systems (Pre).
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Stopped Create Static Device Nodes in /dev.
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Stopping LVM2 metadata daemon...
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Stopped LVM2 metadata daemon.
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Deactivated swap /swapfile.
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Reached target Unmount All Filesystems.
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Stopped Remount Root and Kernel File Systems.
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Reached target Shutdown.
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Starting Shuts down the "live" preinstalled system cleanly...
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Started Shuts down the "live" preinstalled system cleanly.
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Reached target Final Step.
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Starting Power-Off...
    dec 30 06:22:47 LM191Cin-8570p systemd[1]: Shutting down.
    dec 30 06:22:47 LM191Cin-8570p kernel: printk: systemd-shutdow: 42 output lines suppressed due to ratelimiting
    dec 30 06:22:47 LM191Cin-8570p systemd-shutdown[1]: Syncing filesystems and block devices.
    dec 30 06:22:47 LM191Cin-8570p systemd-shutdown[1]: Sending SIGTERM to remaining processes...
    dec 30 06:22:47 LM191Cin-8570p systemd-journald[436]: Journal stopped

    Teljes fagyáskor nem biztos, hogy mutat majd valamit, de még arra érdemes figyelni, hogy a /etc/systemd/journald.conf fálban Storage=persistent legyen. (nálam auto mód van, az is jó)

    Utána systemctl restart systemd-journald

    Úgy látom az elmentett szövegben írnak reboot-ot is.

    [ Szerkesztve ]

Új hozzászólás Aktív témák