Optimus Laptop won't fully shutdown

really nothing suspicious there …
check if there is a bios update available
also check in bios for acpi/power management/wakeup/sleep state options settings
and in fedora the shutdown works normally?

As far as I can tell, there may be an update for my laptop, according to this Archwiki, but the link is dead. I have found this .exe installer through some searching, but I’m a little reluctant to install this.

Especially since, yes, when booting Fedora 36 from a USB it just shuts down regularly. I tried that tonight. It works normally. Whereas booting Manjaro from a usb gives the same behaviour: not properly powering off after shutdown.

I don’t know if this is relevant, but restarting works just fine.

Oh I forgot to write that in the BIOS there are only poweroptions for wake with keyboard, wake when opening lid and power for usb devices. Nothing else on powermanagement or sleep state options.

i see you have a xiaomi … so rather not risk it with the bios update…
and did you checked the bios power management/acpi/sleep/wake settings, if there are any?

Yes there are not really any options besides wake from keyboard, wake when opening lid and power for USB devices.

is tlp installed?:
pacman -Qs tlp
and is still optimus installed:
pacman -Qs optimus

Optimus was installed. Tlp wasnt but is now installed. Anything I can do with it? Instelling it hasnt fixed the problem.

no, if tlp was installed i wanted you to uninstall it and try without it …
so if there is no longer optimus, install envycontrol:
pamac build envycontrol
when its installed run this command:
sudo envycontrol -s integrated
it will prompt you for reboot so do it, then when you boot - hopefully youll not end up with a blackscreen - shutdown your pc and see if it shutdowns properly …
envycontrol completely disables nvidia, its no longer powered or detected, so that we can rule out if its related to it

To be sure, I uninstalled tlp and I also unstalled both optimus and the gdm with prime support (installed regular gdm).

Then I build envycontrol, ran de comment, rebooted and shutdown regularly. But the problem persists: I shutdown without fully powering off.

check if nvidia was succesfully disabled:
nvidia-smi

NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

so it is completely disabled, and at least you know its not related to nvidia …
check in bios if:
secure boot is disabled
Optane Memory and Rapid Storage Technology RST is disabled
Fast Boot is disabled
you may not have some of these options in bios …

Well that’s something, because I kinda thought it would be related.

I checked bios and I only had the secure boot option, which was disabled. No such things as optane memory and rapid storage technology or fast boot. I don’t know if it helps, but yesterday I booted into Windows and turned of fast boot in the windows settings because I read somewhere that could help.

i thougth too, but nvidia is not being even right now detected, so its not it …
the manjaro live usb that you tried was gnome? you could try for example boot into manjaro kde usb and test with it …
you could also try reseting your bios to defaults, save the changes and shutdown your pc from bios, then boot into bios again, disable secure boot if it was reseted, and boot into manjaro and try shutdown …
fast startup needs to be disabled in windows, it can cause all kinds of issues in linux

It has the same problem: shutdown but no poweroff.

I did notice a similar message that I get in my gnome setup:

sd-umount: Failed to unmount /oldroot: Device or resource busy
sd-umount: Failed to unmount /oldroot/sys: Device or resource busy
shutdown[1]: Failed to finalize file system, ignoring.

That is similar to this thread. Could that be related?

This didn’t resolve the issue either.

if tis the same in kde, so its probably an arch/manjaro thing and not a linux one, since it works on fedora …

and these messages are probably related to nvidia, had them too, until i disabled nvidia completely with envycontrol …
post again logs:
journalctl -b-1 | grep -E 'error|fail'
sudo dmesg | grep -E 'error|fail'

1 Like
❯ journalctl -b-1 | grep -E 'error|fail'
sudo dmesg | grep -E 'error|fail'
sep 10 10:38:43 laptopje kernel: platform MSFT0101:00: failed to claim resource 1: [mem 0xfed40000-0xfed40fff]
sep 10 10:38:43 laptopje kernel: acpi MSFT0101:00: platform device creation failed: -16
sep 10 10:38:43 laptopje kernel: pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
sep 10 10:38:43 laptopje systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
sep 10 10:38:43 laptopje systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
sep 10 10:38:43 laptopje systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
sep 10 10:38:43 laptopje systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
sep 10 10:38:43 laptopje systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
sep 10 10:38:43 laptopje kernel: acpi_call: module verification failed: signature and/or required key missing - tainting kernel
sep 10 10:38:43 laptopje systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
sep 10 10:38:43 laptopje systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of a failed condition check (ConditionKernelVersion=<5.6).
sep 10 10:38:43 laptopje systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
sep 10 10:38:44 laptopje kernel: EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: errors=remount-ro. Quota mode: none.
sep 10 10:38:44 laptopje systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
sep 10 10:38:44 laptopje systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
sep 10 10:38:44 laptopje systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).
sep 10 10:38:44 laptopje systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
sep 10 10:38:44 laptopje systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
sep 10 10:38:44 laptopje systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
sep 10 10:38:44 laptopje systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
sep 10 10:38:46 laptopje systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
sep 10 10:38:46 laptopje systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of a failed condition check (ConditionKernelVersion=<5.6).
sep 10 10:38:46 laptopje systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
sep 10 10:38:46 laptopje systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
sep 10 10:38:46 laptopje systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
sep 10 10:38:46 laptopje systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
sep 10 10:38:46 laptopje systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
sep 10 10:38:46 laptopje systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
sep 10 10:38:46 laptopje systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).
sep 10 10:38:46 laptopje systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
sep 10 10:38:46 laptopje systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
sep 10 10:38:46 laptopje systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
sep 10 10:38:46 laptopje systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
sep 10 10:38:46 laptopje systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
sep 10 10:38:46 laptopje systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of a failed condition check (ConditionKernelVersion=<5.6).
sep 10 10:38:46 laptopje systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
sep 10 10:38:46 laptopje systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
sep 10 10:38:46 laptopje systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
sep 10 10:38:46 laptopje systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
sep 10 10:38:46 laptopje systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
sep 10 10:38:46 laptopje systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
sep 10 10:38:46 laptopje systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).
sep 10 10:38:46 laptopje systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
sep 10 10:38:46 laptopje systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
sep 10 10:38:46 laptopje systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
sep 10 10:38:46 laptopje systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
sep 10 10:38:46 laptopje kernel: thermal thermal_zone3: failed to read out thermal zone (-61)
sep 10 10:38:46 laptopje systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
sep 10 10:38:46 laptopje systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of a failed condition check (ConditionKernelVersion=<5.6).
sep 10 10:38:46 laptopje systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
sep 10 10:38:46 laptopje systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
sep 10 10:38:46 laptopje systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
sep 10 10:38:46 laptopje systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
sep 10 10:38:46 laptopje systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
sep 10 10:38:46 laptopje systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
sep 10 10:38:46 laptopje systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).
sep 10 10:38:46 laptopje systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
sep 10 10:38:46 laptopje systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
sep 10 10:38:46 laptopje systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
sep 10 10:38:46 laptopje systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
sep 10 10:38:47 laptopje kernel: Bluetooth: hci0: Reading supported features failed (-16)
sep 10 10:38:47 laptopje systemd[1]: Manage Sound Card State (restore and store) was skipped because of a failed condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
sep 10 10:38:48 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 10 10:38:48 laptopje audit[594]: CRED_ACQ pid=594 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sep 10 10:38:48 laptopje gnome-session[621]: gnome-session-binary[621]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
sep 10 10:38:48 laptopje gnome-session[621]: gnome-session-binary[621]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
sep 10 10:38:48 laptopje gnome-session-binary[621]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
sep 10 10:38:48 laptopje gnome-session-binary[621]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
sep 10 10:38:48 laptopje gnome-shell[629]: g_hash_table_destroy: assertion 'hash_table != NULL' failed
sep 10 10:38:48 laptopje gnome-session-binary[621]: Unrecoverable failure in required component org.gnome.Shell.desktop
sep 10 10:38:48 laptopje gdm-launch-environment][576]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
sep 10 10:38:48 laptopje gdm[559]: Gdm: GdmDisplay: Session never registered, failing
sep 10 10:38:48 laptopje gdm[559]: Gdm: GdmDisplay: Session never registered, failing
sep 10 10:38:48 laptopje /usr/lib/gdm-x-session[647]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
sep 10 10:38:49 laptopje /usr/lib/gdm-x-session[647]: (EE) systemd-logind: failed to take device /dev/dri/card0: Device or resource busy
sep 10 10:38:49 laptopje /usr/lib/gdm-x-session[647]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
sep 10 10:38:49 laptopje /usr/lib/gdm-x-session[647]: (EE) modeset(0): drmSetMaster failed: Permission denied
sep 10 10:38:49 laptopje /usr/lib/gdm-x-session[647]: Fatal server error:
sep 10 10:38:49 laptopje /usr/lib/gdm-x-session[647]: (EE) AddScreen/ScreenInit failed for driver 0
sep 10 10:38:49 laptopje /usr/lib/gdm-x-session[647]: (EE) Server terminated with error (1). Closing log file.
sep 10 10:38:49 laptopje gdm[559]: Gdm: GdmDisplay: Session never registered, failing
sep 10 10:38:49 laptopje gdm-launch-environment][642]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
sep 10 10:38:49 laptopje gdm[559]: Gdm: GdmDisplay: Session never registered, failing
sep 10 10:38:49 laptopje /usr/lib/gdm-x-session[659]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
sep 10 10:38:49 laptopje /usr/lib/gdm-x-session[659]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
sep 10 10:38:50 laptopje gnome-session[676]: gnome-session-binary[676]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
sep 10 10:38:50 laptopje gnome-session[676]: gnome-session-binary[676]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
sep 10 10:38:50 laptopje gnome-session-binary[676]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
sep 10 10:38:50 laptopje gnome-session-binary[676]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
sep 10 10:38:52 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
sep 10 10:38:52 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
sep 10 10:38:52 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
sep 10 10:38:52 laptopje /usr/lib/gdm-x-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
sep 10 10:38:53 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
sep 10 10:38:54 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
sep 10 10:38:55 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
sep 10 10:38:55 laptopje /usr/lib/gdm-x-session[675]: dbus-daemon[675]: [session uid=120 pid=675] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
sep 10 10:38:57 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 10 10:39:00 laptopje gdm-password][1025]: pam_unix(gdm-password:auth): authentication failure; logname= uid=0 euid=0 tty=/dev/tty1 ruser= rhost=  user=user
sep 10 10:39:00 laptopje audit[1025]: USER_AUTH pid=1025 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=? acct="user" exe="/usr/lib/gdm-session-worker" hostname=laptopje addr=? terminal=/dev/tty1 res=failed'
sep 10 10:39:00 laptopje kernel: audit: type=1100 audit(1662799140.296:150): pid=1025 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=? acct="user" exe="/usr/lib/gdm-session-worker" hostname=laptopje addr=? terminal=/dev/tty1 res=failed'
sep 10 10:39:02 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 10 10:39:05 laptopje audit[1035]: USER_AUTH pid=1035 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="user" exe="/usr/lib/gdm-session-worker" hostname=laptopje addr=? terminal=/dev/tty1 res=success'
sep 10 10:39:05 laptopje kernel: audit: type=1100 audit(1662799145.166:151): pid=1035 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="user" exe="/usr/lib/gdm-session-worker" hostname=laptopje addr=? terminal=/dev/tty1 res=success'
sep 10 10:39:05 laptopje audit[1035]: CRED_ACQ pid=1035 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="user" exe="/usr/lib/gdm-session-worker" hostname=laptopje addr=? terminal=/dev/tty1 res=success'
sep 10 10:39:05 laptopje kernel: audit: type=1103 audit(1662799145.169:153): pid=1035 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="user" exe="/usr/lib/gdm-session-worker" hostname=laptopje addr=? terminal=/dev/tty1 res=success'
sep 10 10:39:05 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 10 10:39:05 laptopje audit[1040]: CRED_ACQ pid=1040 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="user" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sep 10 10:39:05 laptopje kernel: audit: type=1103 audit(1662799145.206:157): pid=1040 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="user" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sep 10 10:39:05 laptopje systemd-xdg-autostart-generator[1049]: /home/user/.config/autostart/expressvpn-agent.desktop: stat() failed, ignoring: No such file or directory
sep 10 10:39:05 laptopje systemd-xdg-autostart-generator[1049]: /home/user/.config/autostart/mailspring.desktop: not generating unit, error parsing Exec= line: No such file or directory
sep 10 10:39:05 laptopje systemd-xdg-autostart-generator[1049]: /home/user/.config/autostart/libinput-gestures.desktop: not generating unit, error parsing Exec= line: No such file or directory
sep 10 10:39:05 laptopje systemd-xdg-autostart-generator[1049]: /home/user/.config/autostart/check-aur.desktop: not generating unit, error parsing Exec= line: No such file or directory
sep 10 10:39:06 laptopje /usr/lib/gdm-x-session[1065]: _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
sep 10 10:39:06 laptopje /usr/lib/gdm-x-session[1065]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
sep 10 10:39:06 laptopje /usr/lib/gdm-x-session[1065]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
sep 10 10:39:10 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
sep 10 10:39:14 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:14 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:14 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:14 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:14 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:14 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:14 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:14 laptopje goa-daemon[1191]: goa_ews_client_autodiscover() failed: 2 — Fout bij oplossen van ‘autodiscover.outlook.office365.com’: Naam of dienst is niet bekend
sep 10 10:39:15 laptopje goa-daemon[1191]: goa_ews_client_autodiscover() failed: 401 — 
sep 10 10:39:15 laptopje goa-daemon[1191]: /org/gnome/OnlineAccounts/Accounts/account_1587716544_0: Setting AttentionNeeded to TRUE because EnsureCredentials() failed with: Ongeldig wachtwoord bij gebruikersnaam “anonimized” (goa-error-quark, 4): Aanmelden mislukt (goa-error-quark, 4)
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:15 laptopje gnome-shell[1150]: meta_display_get_monitor_in_fullscreen: assertion 'monitor >= 0 && monitor < n_logical_monitors' failed
sep 10 10:39:17 laptopje gsd-color[776]: failed to set xrandr-Fujitsu Siemens Computers GmbH-B24-9 TS-YVDC603119 color transform matrix: failed to load file: Fout bij het openen van bestand /home/user/.local/share/icc/edid-6d09303f8795e546b84fa6b3f40762dc.icc: Toegang geweigerd
sep 10 10:39:17 laptopje gsd-color[1316]: failed to connect to device: Failed to connect to missing device /org/freedesktop/ColorManager/devices/xrandr_Fujitsu_Siemens_Computers_GmbH_B24_9_TS_YVDC603119_gdm_120
sep 10 10:39:17 laptopje gsd-color[1316]: failed to connect to device: Failed to connect to missing device /org/freedesktop/ColorManager/devices/xrandr_Sharp_Corporation_gdm_120
sep 10 10:39:17 laptopje gdm-launch-environment][654]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:18 laptopje gnome-shell[1150]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
sep 10 10:39:22 laptopje evolution-calen[1228]: Error setting property 'ConnectionStatus' on interface org.gnome.evolution.dataserver.Source: De verbinding is gesloten (g-io-error-quark, 18)
sep 10 10:39:22 laptopje evolution-calen[1228]: Error setting property 'ConnectionStatus' on interface org.gnome.evolution.dataserver.Source: De verbinding is gesloten (g-io-error-quark, 18)
sep 10 10:39:22 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'accounts-daemon.service': Refusing activation, D-Bus is shutting down.
sep 10 10:39:22 laptopje audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sep 10 10:39:22 laptopje systemd[1]: Tell Plymouth To Jump To initramfs was skipped because of a failed condition check (ConditionPathExists=/run/initramfs/bin/sh).
sep 10 10:39:23 laptopje /usr/lib/gdm-x-session[1065]: (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
sep 10 10:39:23 laptopje /usr/lib/gdm-x-session[1065]: (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
sep 10 10:39:23 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
sep 10 10:39:23 laptopje dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
[sudo] wachtwoord voor user: 
[    0.397084] platform MSFT0101:00: failed to claim resource 1: [mem 0xfed40000-0xfed40fff]
[    0.397090] acpi MSFT0101:00: platform device creation failed: -16
[    0.474335] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
[    2.206916] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    2.213109] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    2.235237] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    2.235635] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    2.244743] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    2.251682] acpi_call: module verification failed: signature and/or required key missing - tainting kernel
[    2.326862] systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
[    2.326901] systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of a failed condition check (ConditionKernelVersion=<5.6).
[    3.406732] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: errors=remount-ro. Quota mode: none.
[    5.346881] thermal thermal_zone2: failed to read out thermal zone (-61)
[    7.144367] Bluetooth: hci0: Reading supported features failed (-16)
[   59.035471] audit: type=1100 audit(1662799270.819:165): pid=1027 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="user" exe="/usr/lib/gdm-session-worker" hostname=laptopje addr=? terminal=/dev/tty1 res=success'
[   59.037377] audit: type=1103 audit(1662799270.822:167): pid=1027 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="user" exe="/usr/lib/gdm-session-worker" hostname=laptopje addr=? terminal=/dev/tty1 res=success'

doesnt look suspicious to me … if you want to use linux, just install what works, in this case it would be fedora … who knows if those failed shutdowns cant damage your hardware, its just too risky …

Thanks for all your ideas and suggestions.

I have been using Fedora since about 2015 and Manjaro since about 2020. I have been wondering whether I’ve in the meantime become proficient enough to give arch a try, but was always like: Manjaro just works. Since that’s no longer the case, I might see if Arch has this issue and if not, switch to that. Otherwise, a return to fedora is always an option.

One more update for future reference.

I am now running Arch. After install, I had the same issue: shutdown would not result in poweroff, indicated by a power led staying on. However, I installed linux-lts 5.15.67-1 and this seems to have solved the issue. Interestingly, I tried different lts kernels via the gui of manjaro settings, which didn’t fix the issue.

Something else I noticed: yesterday before installing, out of curiosity, I installed an old Manjaro iso from 2020 which also didn’t have the problem.

I no longer have this issue on arch with linux-lts 5.15.67-1. So for me it’s solved.

1 Like

In recent time, i also observed the same issue with HP Laptop