kRHYME7 / Hyde-cli

A HyDE CLI, wrapper, tweaks , workarounds, and more!
https://github.com/prasanthrangan/hyprdots
GNU General Public License v3.0
56 stars 4 forks source link

bug: Hyde update doesn't seem to work? #70

Closed Radrahil closed 1 week ago

Radrahil commented 1 month ago

Did you check docs and existing issues?

Hyde version

v0.5.2-49-g89544bc

Operating system/version

Arch

Describe the bug

Whenever I run anything from Hyde, I get

Checking for updates (This prompts every 3 Days or after you run Hyde update)
Updates available! 
EXEC: Hyde update

Running Hyde update, I get

❯ Hyde update
CloneDirectory: /home/rahil/.cache/hyde/Hyde-Clone
Git URL: https://github.com/prasanthrangan/hyprdots
Git Branch: hyde
Hyde version: ae00914
Modified:  Sun Apr 7 13:47:37 2024 +0530
Commit message: adding support for multiple custom wall paths
====================================================================================================================================
Pulling Hyde repo...
Your configuration specifies to merge with the ref 'refs/heads/hyde'
from the remote, but no such ref was fetched.
Checking Hyde CLI updates...
Package manager: pacman
hyde-cli-git v0.5.2.r49.89544bc-1
Already up to date
====================================================================================================================================

Is this ok? Do I need to do something?

Steps To Reproduce

use hyde

Expected Behavior

For the update to take succesfully

Radrahil commented 1 month ago

So I fixed this by running Hyde upgrade, but now kitty is obeying wallbash despite kitty.dcol not being there. WDID? Did the wallbash toggle for specific applications not get implemented again? Upon further inspection it was there, I was looking in the wrong place. It was in hyde/wallbash/wall-dcol. Removing it did the trick

Radrahil commented 1 month ago

Also since doing this a significant amount of Hyde commands like wallbash seem to work and then hang, never fully executing or not work at all and hang, occupying the process and sometimes forcing me to reboot. Switching the wallpaper makes the wallbash switch but not the image, that requires a reboot Hyde wallpaper prev :: deploying wallbash colors :: light wallpaper detected environment: line 190: /wallbashkitty.sh: No such file or directory

kRHYME7 commented 1 month ago

image

Hi all of these are as expected.

See what changed. https://github.com/prasanthrangan/hyprdots/issues/1285

And only a reboot or relogin can fix it!

Pulling Hyde repo... Your configuration specifies to merge with the ref 'refs/heads/hyde' from the remote, but no such ref was fetched.

This is the error message you need. As The CLI does not want to touch anything in the Git workspace in case you got your own configuration it will throw this error. you might need to resolve this by changing your branch back to main and be sure you have a clean Clone Directory of HyDE.

[!Caution] Please change your branch to main as your branch is the test branch it was already merge and deleted.

How? Hyde branch > choose main

https://github.com/kRHYME7/Hyde-cli/issues/70#issuecomment-2133876974

Lol this is not the CLI problem at all, you're just in between the transition of the april 7 commit and till now. Those commands above are run in parallel so the errors might just disappear. Also note that wallpaper changing is handled by the https://github.com/prasanthrangan/hyprdots repo the CLI is just invoking it.

So what can we change:

[!Note] Note that this boils down to your version of hyde and the transition is quiet rough, specially jumping 'through time'. All changes here the 'CLI' tries to be compatible upstream. This might broke the older installation(given that users do not routinely run the update)

So why can't we do some static release?

Radrahil commented 1 month ago

So, I've switched the branch to main, run Hyde update and the wallpaper problem still persists. What do I do?

kRHYME7 commented 1 month ago

did you populate the files after 'update'

Hyde restore Config to restore the Configs from repo

Radrahil commented 1 month ago

Hyde wallpaper prev gives

Hyde-cli created a directory: /run/user/1000/hyde
:: deploying wallbash colors :: dark wallpaper detected
bash: line 1: /wallbashkitty.sh: No such file or directory
Installing extensions...
Extension 'Code_Wallbash.vsix' was successfully installed.
Warning: 'ozone-platform-hint' is not in the list of known options, but still passed to Electron/Chromium.
cp: cannot create regular file '/extensions/undefined_publisher.wallbash-0.0.1/themes/wallbash-color-theme.json': No such file or directory
Error: "failed to read serialized length: Resource temporarily unavailable (os error 11)"

And also doesn't actually change the wallpaper. What do I do? Also, I have a suggestion. You could just add exec Hyde update to that systemupdate.sh utility offered by Hyprdots, so this kind of situation won't happen. I do NOT generally want to think about Hyde, only that it does its job.

kRHYME7 commented 1 month ago

You could just add exec Hyde update to that systemupdate.sh utility offered by Hyprdots,

You can open an issue to the HyDE repo for this.

Take note that Hyde update doest do anything other than pulling the changes from the repo.

You should atleast populate it using

either Hyde upgrade or Hyde restore Config (this works like ./install.sh -r but interactive )

And sorry for the confusion 'Hyprdots' is called 'HyDE now. And this repository is just a CLI wrapper

kRHYME7 commented 1 month ago

I see, now we captured the error

cp: cannot create regular file '/extensions/undefined_publisher.wallbash-0.0.1/themes/wallbash-color-theme.json': No such file or directory

This is the fix for the error. https://github.com/prasanthrangan/hyprdots/pull/1546

The reason that happened because the cp command gives an exit status, killing the whole execution. Can you try this PR or at least use the wallbashcode.sh https://github.com/prasanthrangan/hyprdots/pull/1546/files#diff-299037170198848168a5ec8060cb35a5cb14337d62c5b002bb7f8800d4035142

Radrahil commented 1 month ago

Hyde restore Config

Yes I did, although it gave

[ROOT] chattr -i /home/rahil/.cache/hyde/hyde.meta
Metadata updated.
[ROOT] chattr +i /home/rahil/.cache/hyde/hyde.meta
Backup directory: /home/rahil/.config/cfg_backups/240528_11h28m41s-_Hyde_restore_Configs
 ═════════════════════════
║Hyde-cli: Reloading Dots ║
 ═════════════════════════
100% 105:0=0s 7cd12a23084b0ad1e02b9053f9322afbd35cfb10 /home/rahil/.config/hyde/themes/Tokyo Night/wallpapers/tokyo_pink.png       
:: applying theme :: "Decay Green"
:: deploying wallbash colors :: dark wallpaper detected
bash: line 1: /wallbashkitty.sh: No such file or directory
Installing extensions...
Extension 'Code_Wallbash.vsix' was successfully installed.
Warning: 'ozone-platform-hint' is not in the list of known options, but still passed to Electron/Chromium.
cp: cannot create regular file '/extensions/undefined_publisher.wallbash-0.0.1/themes/wallbash-color-theme.json': No such file or directory

And then didn't proceed further

I see, now we captured the error

cp: cannot create regular file '/extensions/undefined_publisher.wallbash-0.0.1/themes/wallbash-color-theme.json': No such file or directory

This is the fix for the error. prasanthrangan/hyprdots#1546

The reason that happened because the cp command gives an exit status, killing the whole execution. Can you try this PR or at least use the wallbashcode.sh https://github.com/prasanthrangan/hyprdots/pull/1546/files#diff-299037170198848168a5ec8060cb35a5cb14337d62c5b002bb7f8800d4035142

What do you mean? how do I do that

Radrahil commented 1 month ago

Do you mean Hyde branch vscodium support? Doing that makes it freeze on

100% 105:0=0s 7cd12a23084b0ad1e02b9053f9322afbd35cfb10 /home/rahil/.config/hyde/themes/Tokyo Night/wallpapers/tokyo_pink.png       
:: applying theme :: "Decay Green"
:: deploying wallbash colors :: dark wallpaper detected
bash: line 1: /wallbashkitty.sh: No such file or directory
kRHYME7 commented 1 month ago

Wait one more issue here

./wallbashkitty do not exist anymore. !

You need to overwrite the ~/.config/hyde/wallbash/*` to fix this ( if you enabled wallbash). You have a problematic wallbash template

image

if you did not enable wallbash then you should reinstall the problematic theme to update the kitty template inside each theme in ~/.config/hyde/themes

Radrahil commented 1 month ago

That got rid of the error, but didn't fix any of the other problems, although I will note that pkill swww and then changing the wallpaper seems to make it work, but only for the first TWO times for some reason. This occurs whether I do so using the shortcut or via the Hyde cli. Why would it work twice and not once I have no idea. Is this an swww issue? Switching wallpaper while having command line open gives 106620ms [ERROR] (main) error sending answer to client: failed to write serialized request: Broken pipe (os error 32) and a little later Error: "failed to read serialized length: Resource temporarily unavailable (os error 11)"

kRHYME7 commented 1 month ago

Have you tried rebooting, never checked swww for a while but yeah this errors don't seemed to be HyDE related can you kill swww first then change walls?

and 1 more can you reiterate again your issues?

Radrahil commented 1 month ago
❯ pkill swww-daemon
❯ pkill swww-daemon
❯
❯ Hyde wallpaper next
Hyde-cli created a directory: /run/user/1000/hyde
:: deploying wallbash colors :: light wallpaper detected
 :: applying wall :: "/home/rahil/.config/hyde/themes/Decay Green/wallpapers/lady-light.png"
      0ms [INFO]  (main) Forced usage of wl_shm format: Xrgb
       6ms [INFO]  (main) Selected wl_shm format: Xrgb
4874
      16ms [WARN]  (cache loader) failed to load cache: there is already another swww process running
      47ms [INFO]  (transition) BumpPool with: 1 buffers. Size: 8100Kb

❯ pkill swww-daemon
   16833ms [INFO]  (main) Removed socket at "/run/user/1000/swww-wayland-1.socket"
   16833ms [INFO]  (main) Goodbye!
❯ Hyde wallpaper next
:: deploying wallbash colors :: dark wallpaper detected
       0ms [INFO]  (main) Forced usage of wl_shm format: Xrgb
:: applying wall :: "/home/rahil/.config/hyde/themes/Decay Green/wallpapers/moments_before_desk.png"
       3ms [INFO]  (main) Selected wl_shm format: Xrgb
6176
      11ms [WARN]  (cache loader) failed to load cache: there is already another swww process running
      38ms [INFO]  (transition) BumpPool with: 1 buffers. Size: 8100Kb

❯

My issues are that I can only seemingly change the wallpaper twice after pkill swww.

   42980ms [INFO]  (transition) BumpPool with: 2 buffers. Size: 16200Kb
   44902ms [INFO]  (transition) BumpPool with: 1 buffers. Size: 16200Kb
   44918ms [INFO]  (transition) BumpPool with: 2 buffers. Size: 16200Kb```
could my computer randomly taking forever to shutdown and reboot have to do with this? 
systemd-analyze blame gives
1.417s systemd-modules-load.service
 630ms ldconfig.service
 571ms dev-sda2.device
 535ms systemd-rfkill.service
 522ms modprobe@dm_mod.service
 519ms modprobe@loop.service
 480ms NetworkManager.service
 448ms systemd-binfmt.service
 315ms systemd-journal-flush.service
 199ms user@1000.service
 164ms systemd-udev-trigger.service
 153ms systemd-remount-fs.service
 153ms systemd-tmpfiles-setup-dev-early.service
 133ms systemd-tmpfiles-setup.service
  85ms systemd-journald.service
  84ms boot.mount
  73ms systemd-vconsole-setup.service
  67ms systemd-journal-catalog-update.service
  55ms bluetooth.service
  53ms systemd-timesyncd.service
  53ms polkit.service
  52ms systemd-udevd.service
  47ms systemd-logind.service
  43ms systemd-tmpfiles-setup-dev.service
  40ms sys-fs-fuse-connections.mount
  39ms sys-kernel-config.mount
  37ms systemd-hostnamed.service
  36ms dev-zram0.swap
  33ms systemd-sysctl.service
  32ms dev-hugepages.mount
  31ms dev-mqueue.mount
  30ms sys-kernel-debug.mount
  28ms kmod-static-nodes.service
  26ms modprobe@configfs.service
  26ms sys-kernel-tracing.mount
  24ms home.mount
  22ms dbus-broker.service
  21ms systemd-userdbd.service
  21ms var-cache-pacman-pkg.mount
  20ms modprobe@drm.service
  19ms systemd-update-utmp.service
  19ms modprobe@fuse.service
  18ms systemd-zram-setup@zram0.service
  17ms rtkit-daemon.service
  12ms var-log.mount
  12ms \x2esnapshots.mount
  11ms systemd-sysusers.service
   9ms systemd-update-done.service
   8ms clamav-daemon.socket
   8ms systemd-random-seed.service
   7ms systemd-user-sessions.service
   6ms proc-sys-fs-binfmt_misc.mount
   6ms user-runtime-dir@1000.service
   4ms tmp.mount

So I don't think it's anything to do with my other installs or smth. journalctl -p3 gives

-- Boot baa5f019186844aaa628a33935b520bf --
May 28 13:02:45 archlinux kernel: x86/cpu: SGX disabled by BIOS.
May 28 13:02:45 archlinux (udev-worker)[315]: could not read from '/sys/module/fjes/initstate': No such device
May 28 13:02:45 archlinux kernel:
May 28 13:02:46 archlinux kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [SMDN] at bit offset/length 32/16 exceeds size >
May 28 13:02:46 archlinux kernel: ACPI Error: Aborting method \GSA1.WMBB due to previous error (AE_AML_BUFFER_LIMIT) (20230628/pspa>
May 28 13:02:46 archlinux kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [SMDN] at bit offset/length 32/16 exceeds size >
May 28 13:02:46 archlinux kernel: ACPI Error: Aborting method \GSA1.WMBB due to previous error (AE_AML_BUFFER_LIMIT) (20230628/pspa>
May 28 13:02:46 archlinux kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [SMDN] at bit offset/length 32/16 exceeds size >
May 28 13:02:46 archlinux kernel: ACPI Error: Aborting method \GSA1.WMBB due to previous error (AE_AML_BUFFER_LIMIT) (20230628/pspa>
May 28 13:02:46 archlinux kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [SMDN] at bit offset/length 32/16 exceeds size >
May 28 13:02:46 archlinux kernel: ACPI Error: Aborting method \GSA1.WMBB due to previous error (AE_AML_BUFFER_LIMIT) (20230628/pspa>
May 28 13:02:46 archlinux kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [SMDN] at bit offset/length 32/16 exceeds size >
May 28 13:02:46 archlinux kernel: ACPI Error: Aborting method \GSA1.WMBB due to previous error (AE_AML_BUFFER_LIMIT) (20230628/pspa>
May 28 13:02:46 archlinux kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [SMDN] at bit offset/length 32/16 exceeds size >
May 28 13:02:46 archlinux kernel: ACPI Error: Aborting method \GSA1.WMBB due to previous error (AE_AML_BUFFER_LIMIT) (20230628/pspa>
May 28 13:03:52 archlinux kernel: usb 1-1: Failed to query (GET_INFO) UVC control 5 on unit 1: 0 (exp. 1).
May 28 13:03:52 archlinux kernel: usb 1-1: Failed to query (GET_INFO) UVC control 9 on unit 1: 0 (exp. 1).
May 28 13:03:52 archlinux kernel: usb 1-1: 3:1: cannot get freq at ep 0x84
May 28 13:03:55 archlinux dbus-broker-launch[586]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/sh>
May 28 13:03:55 archlinux dbus-broker-launch[586]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/sha>
May 28 13:04:02 archlinux dbus-broker-launch[619]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/sh>
May 28 13:04:02 archlinux dbus-broker-launch[619]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/sha>
May 28 13:04:03 archlinux kernel: usb 1-1: 3:1: cannot get freq at ep 0x84
May 28 13:04:03 archlinux kernel: usb 1-1: 3:1: cannot get freq at ep 0x84
May 28 13:09:42 archlinux systemd[602]: Failed to start Swaync notification daemon.
May 28 13:09:43 archlinux systemd[602]: Failed to start Swaync notification daemon.
May 28 13:09:43 archlinux systemd[602]: Failed to start Swaync notification daemon.
May 28 13:09:44 archlinux systemd[602]: Failed to start Swaync notification daemon.
May 28 13:09:44 archlinux systemd[602]: Failed to start Swaync notification daemon.
Radrahil commented 1 month ago

I think I should just do a fresh install of Hyde at this point, I don't think this is recoverable.

kRHYME7 commented 1 month ago

You can do the overwrite options to do a fresh one. Specially the scripts in ~/.local/share/bin/*

Hyde check Config to compare the repo and what is installed in your dotfiles. image

Radrahil commented 1 month ago

I think I should just do a fresh install of Hyde at this point, I don't think this is recoverable.

Okay, I did that. It fixed none of the problems in the system. Also my arch shutdown takes 30-45 seconds now compared to the 15 seconds boot time which is... Weird. This did get shave off from two minutes after switching from sddm git tho

Radrahil commented 1 month ago

You can do the overwrite options to do a fresh one. Specially the scripts in ~/.local/share/bin/*

Hyde check Config to compare the repo and what is installed in your dotfiles. image

❯ Hyde check Config
Hyde-cli created a directory: /run/user/1000/hyde
           ░░░░
         ░▒▒▒▒░░░
       ░▒▒▒▒▒▒▒░░░
     ░░▒▒▒▒▒▒░░░░▓▓          ____________
    ░░▒▒▒▒▒░░░░░▓▓        //____________/
   ░░░▒▒▒░░░░░░▓▓     _   _ _     _ ______
   ░░░▒▒▒░░░░░▓▓▓▓▓▓ | | | | |   | |  ___/
    ░░░▒▒░░░░▓▓   ▓▓ | |_| | |__/ /| |_____
     ░░░▒▒░░▓▓   ▓▓   \__  |_____/ |______/
       ░░▒▒▓▓   ▓▓  //____/
                            v0.1.0.r75.3df6c0f

=================================================================================================================================
[preserved] /home/rahil/.config/Code/User/settings.json != /home/rahil/.cache/hyde/Hyde-Clone/Configs/.config/Code/User/settings.json
[wallbash] /home/rahil/.config/Kvantum/wallbash/wallbash.kvconfig
[wallbash] /home/rahil/.config/Kvantum/wallbash/wallbash.svg
[wallbash] /home/rahil/.config/dunst/icons/hyprdots.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/muted-mic.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/muted-speaker.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/unmuted-mic.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/unmuted-speaker.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-0.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-10.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-100.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-15.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-20.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-25.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-30.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-35.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-40.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-45.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-5.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-50.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-55.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-60.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-65.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-70.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-75.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-80.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-85.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-90.svg
[wallbash] /home/rahil/.config/dunst/icons/vol/vol-95.svg
[dynamic] /home/rahil/.config/dunst/dunstrc
[wallbash] /home/rahil/.config/dunst/wallbash.conf
[missing] Directory: /home/rahil/.config/fish
[dynamic] /home/rahil/.config/gtk-3.0/settings.ini
[wallbash] /home/rahil/.config/hypr/themes/colors.conf
[dynamic] /home/rahil/.config/hypr/themes/theme.conf
[mismatch] /home/rahil/.config/hypr/hyprland.conf != /home/rahil/.cache/hyde/Hyde-Clone/Configs/.config/hypr/hyprland.conf
[preserved] /home/rahil/.config/hypr/keybindings.conf != /home/rahil/.cache/hyde/Hyde-Clone/Configs/.config/hypr/keybindings.conf
[missing] File: /home/rahil/.config/hypr/monitors.t2
[missing] File: /home/rahil/.config/hypr/userprefs.t2
[mismatch] /home/rahil/.config/kitty/kitty.conf != /home/rahil/.cache/hyde/Hyde-Clone/Configs/.config/kitty/kitty.conf
[wallbash] /home/rahil/.config/kitty/theme.conf
[missing] Directory: /home/rahil/.config/lsd
[missing] Directory: /home/rahil/.config/lsd
[missing] Directory: /home/rahil/.config/lsd
[wallbash] /home/rahil/.config/qt5ct/colors.conf
[dynamic] /home/rahil/.config/qt5ct/qt5ct.conf
[dynamic] /home/rahil/.config/qt6ct/colors.conf
[dynamic] /home/rahil/.config/qt6ct/qt6ct.conf
[wallbash] /home/rahil/.config/rofi/theme.rasi
[mismatch] /home/rahil/.config/waybar/config.ctl != /home/rahil/.cache/hyde/Hyde-Clone/Configs/.config/waybar/config.ctl
[dynamic] /home/rahil/.config/waybar/config.jsonc
[dynamic] /home/rahil/.config/waybar/style.css
[wallbash] /home/rahil/.config/waybar/theme.css
[preserved] /home/rahil/.config/Code - OSS/User/settings.json != /home/rahil/.cache/hyde/Hyde-Clone/Configs/.config/Code - OSS/User/settings.json
[mismatch] /home/rahil/.config/hyde/hyde.conf != /home/rahil/.cache/hyde/Hyde-Clone/Configs/.config/hyde/hyde.conf
[missing] Directory: /home/rahil/.config/VSCodium/User
[preserved] /home/rahil/.p10k.zsh != /home/rahil/.cache/hyde/Hyde-Clone/Configs/.p10k.zsh
[preserved] /home/rahil/.zshrc != /home/rahil/.cache/hyde/Hyde-Clone/Configs/.zshrc
=================================================================================================================================
*mismatch               Mismatched files compared to upstream and not preserved
                            ﯦ check diff by appending '--mismatch'
*preserve               Incosistency may occur if preserving files
                            ﯦ check diff regularly by appending '--preserve'
*wallbash & *dynamic     Constantly changing files
                            ﯦ pointless to diff
*missing                Missing/not installed files
kRHYME7 commented 1 month ago

Looks good in a glance, The configs are all set.

And looks like you're describing a system issue. Mostly, HyDe do not touch anything in system space, except sddm and NVIDIA (bootloader too for nvidia) on fresh installation.

But FYI HyDE added a dependency that can potentially mess up the boot time this is udiskie(not really ) but it might. It auto mounts and manages hard drives for you. It would be helpful if we can reflect what is blocking the shutdown process.

Radrahil commented 1 month ago

Are there any log commands whose outputs you'd like?

kRHYME7 commented 1 month ago

When you shutdown, is there any helpful text on the screen? When around 30 a seconds shutdown it should show the reason why the shutdown is blocked.

Radrahil commented 1 month ago

No, I just get loading linux linux and loading initial ramdisk

kRHYME7 commented 1 month ago

Hyde systeminfo please paste an output of this

also here's is my kernel version for reference image

Here's my boot time info systemd-analyze image

or append blame to see which part hangs

image

Radrahil commented 1 month ago

Startup is fine, how do I view shutdown and reboot? systemd-analyze

Startup finished in 7.062s (firmware) + 4.161s (loader) + 4.615s (kernel) + 3.524s (userspace) = 19.364s 
graphical.target reached after 3.519s in userspace.

Hyde systeminfo

**Hyde-cli version:**
Version: v0.5.2-50-ga2590af
Last commit: a2590af Tue May 28 14:26:03 2024 +0800
Commit message: 'fix: Setting meta dat borke please update'

**Hyde repository:**
CloneDirectory: /home/rahil/.cache/hyde/Hyde-Clone
Git URL: https://github.com/prasanthrangan/hyprdots
Git Branch: VsCodium_support
Hyde version: v0.1.0.r75.3df6c0f
Modified:  Sun May 26 18:39:17 2024 +0800
Commit message: feat: Vscodium  on config files

**Hyprland system information:** (hyprctl)
Hyprland, built from branch  at commit cba1ade848feac44b2eda677503900639581c3f4  (props: bump version to 0.40.0).
Date: Sat May 4 15:42:32 2024
Tag: v0.40.0, commits: 4606

flags: (if any)

System Information:
System name: Linux
Node name: archlinux
Release: 6.9.2-arch1-1
Version: #1 SMP PREEMPT_DYNAMIC Sun, 26 May 2024 01:30:29 +0000

GPU information:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] [10de:1c82] (rev a1) (prog-if 00 [VGA controller])

os-release: NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues"
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
LOGO=archlinux-logo

plugins:

uname -r


uname -r
6.9.2-arch1-1
kRHYME7 commented 1 month ago

journalctl -b-1 | grep systemd

this command looks promising. try to browse and read which part is stalling

image

kRHYME7 commented 1 month ago

journalctl -b-1 | grep systemd

this command looks promising. try to browse and read which part is stalling

image

you can also add a kernel parameter ' loglevel=4' or 5 to get a more loggin during shutdowns and boot. (do this if you know how to do it. )
image

Radrahil commented 1 month ago

Ok so I have no idea what happened but the slow shutdown fixed itself after an hour or so? I have no idea why, I am very confused. The Hyde problems are still there, especially the only 2 times wallpaper, but the shutdown seems to have fixed itself?

❯ journalctl -b-1 | grep systemd
May 28 18:32:25 archlinux systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
May 28 18:32:25 archlinux systemd[1]: systemd 255.6-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
May 28 18:32:25 archlinux systemd[1]: Detected architecture x86-64.
May 28 18:32:25 archlinux systemd[1]: bpf-lsm: LSM BPF program attached
May 28 18:32:25 archlinux systemd[1]: Queued start job for default target Graphical Interface.
May 28 18:32:25 archlinux systemd[1]: Created slice Slice /system/dirmngr.
May 28 18:32:25 archlinux systemd[1]: Created slice Slice /system/getty.
May 28 18:32:25 archlinux systemd[1]: Created slice Slice /system/gpg-agent.
May 28 18:32:25 archlinux systemd[1]: Created slice Slice /system/gpg-agent-browser.
May 28 18:32:25 archlinux systemd[1]: Created slice Slice /system/gpg-agent-extra.
May 28 18:32:25 archlinux systemd[1]: Created slice Slice /system/gpg-agent-ssh.
May 28 18:32:25 archlinux systemd[1]: Created slice Slice /system/keyboxd.
May 28 18:32:25 archlinux systemd[1]: Created slice Slice /system/modprobe.
May 28 18:32:25 archlinux systemd[1]: Created slice Slice /system/systemd-zram-setup.
May 28 18:32:25 archlinux systemd[1]: Created slice User and Session Slice.
May 28 18:32:25 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 28 18:32:25 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 28 18:32:25 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 28 18:32:25 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/387e9746-8b4a-4fbd-936c-e22c370bb425...
May 28 18:32:25 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/6AED-9350...
May 28 18:32:25 archlinux systemd[1]: Expecting device /dev/zram0...
May 28 18:32:25 archlinux systemd[1]: Reached target Local Encrypted Volumes.
May 28 18:32:25 archlinux systemd[1]: Reached target Login Prompts.
May 28 18:32:25 archlinux systemd[1]: Reached target Local Integrity Protected Volumes.
May 28 18:32:25 archlinux systemd[1]: Reached target Path Units.
May 28 18:32:25 archlinux systemd[1]: Reached target Remote File Systems.
May 28 18:32:25 archlinux systemd[1]: Reached target Slice Units.
May 28 18:32:25 archlinux systemd[1]: Reached target Local Verity Protected Volumes.
May 28 18:32:25 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 28 18:32:25 archlinux systemd[1]: Listening on Process Core Dump Socket.
May 28 18:32:25 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
May 28 18:32:25 archlinux systemd[1]: Listening on Journal Socket.
May 28 18:32:25 archlinux systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 18:32:25 archlinux systemd[1]: Listening on udev Control Socket.
May 28 18:32:25 archlinux systemd[1]: Listening on udev Kernel Socket.
May 28 18:32:25 archlinux systemd[1]: Listening on User Database Manager Socket.
May 28 18:32:25 archlinux systemd[1]: Mounting Huge Pages File System...
May 28 18:32:25 archlinux systemd[1]: Mounting POSIX Message Queue File System...
May 28 18:32:25 archlinux systemd[1]: Mounting Kernel Debug File System...
May 28 18:32:25 archlinux systemd[1]: Mounting Kernel Trace File System...
May 28 18:32:25 archlinux systemd[1]: Starting Create List of Static Device Nodes...
May 28 18:32:25 archlinux systemd[1]: Starting Load Kernel Module configfs...
May 28 18:32:25 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
May 28 18:32:25 archlinux systemd[1]: Starting Load Kernel Module drm...
May 28 18:32:25 archlinux systemd[1]: Starting Load Kernel Module fuse...
May 28 18:32:25 archlinux systemd[1]: Starting Load Kernel Module loop...
May 28 18:32:25 archlinux systemd[1]: Starting Journal Service...
May 28 18:32:25 archlinux systemd[1]: Starting Load Kernel Modules...
May 28 18:32:25 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 18:32:25 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
May 28 18:32:25 archlinux systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 18:32:25 archlinux systemd[1]: Starting Coldplug All udev Devices...
May 28 18:32:25 archlinux systemd[1]: Mounted Huge Pages File System.
May 28 18:32:25 archlinux systemd[1]: Mounted POSIX Message Queue File System.
May 28 18:32:25 archlinux systemd[1]: Mounted Kernel Debug File System.
May 28 18:32:25 archlinux systemd[1]: Mounted Kernel Trace File System.
May 28 18:32:25 archlinux systemd[1]: Finished Create List of Static Device Nodes.
May 28 18:32:25 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
May 28 18:32:25 archlinux systemd[1]: Finished Load Kernel Module configfs.
May 28 18:32:25 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
May 28 18:32:25 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
May 28 18:32:25 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
May 28 18:32:25 archlinux systemd[1]: Finished Load Kernel Module drm.
May 28 18:32:25 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
May 28 18:32:25 archlinux systemd[1]: Finished Load Kernel Module fuse.
May 28 18:32:25 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
May 28 18:32:25 archlinux systemd[1]: Finished Load Kernel Module loop.
May 28 18:32:25 archlinux systemd[1]: Mounting FUSE Control File System...
May 28 18:32:25 archlinux systemd[1]: Mounting Kernel Configuration File System...
May 28 18:32:25 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
May 28 18:32:25 archlinux systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
May 28 18:32:25 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
May 28 18:32:25 archlinux systemd-journald[267]: Collecting audit messages is disabled.
May 28 18:32:25 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
May 28 18:32:25 archlinux systemd[1]: Starting Load/Save OS Random Seed...
May 28 18:32:25 archlinux systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 18:32:25 archlinux systemd[1]: Mounted FUSE Control File System.
May 28 18:32:25 archlinux systemd[1]: Mounted Kernel Configuration File System.
May 28 18:32:25 archlinux systemd-journald[267]: Journal started
May 28 18:32:25 archlinux systemd-journald[267]: Runtime Journal (/run/log/journal/c1f8d89d85c84ab386b7393ad0386244) is 8.0M, max 796.3M, 788.3M free.
May 28 18:32:25 archlinux systemd-modules-load[268]: Inserted module 'crypto_user'
May 28 18:32:25 archlinux systemd[1]: Started Journal Service.
May 28 18:32:25 archlinux systemd[1]: Finished Load/Save OS Random Seed.
May 28 18:32:25 archlinux systemd[1]: Starting User Database Manager...
May 28 18:32:25 archlinux systemd[1]: Finished Coldplug All udev Devices.
May 28 18:32:25 archlinux systemd[1]: Started User Database Manager.
May 28 18:32:25 archlinux systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
May 28 18:32:25 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
May 28 18:32:25 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
May 28 18:32:25 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
May 28 18:32:25 archlinux systemd[1]: Reached target Preparation for Local File Systems.
May 28 18:32:25 archlinux systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
May 28 18:32:25 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
May 28 18:32:25 archlinux systemd-udevd[302]: Using default interface naming scheme 'v255'.
May 28 18:32:25 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
May 28 18:32:25 archlinux systemd[1]: Found device /dev/zram0.
May 28 18:32:25 archlinux systemd[1]: Starting Create swap on /dev/zram0...
May 28 18:32:25 archlinux systemd-makefs[332]: /dev/zram0 successfully formatted as swap (label "zram0", uuid fce5e41b-56c1-4745-9e1c-5f584362db3a)
May 28 18:32:25 archlinux systemd[1]: Finished Create swap on /dev/zram0.
May 28 18:32:25 archlinux systemd[1]: Activating swap Compressed Swap on /dev/zram0...
May 28 18:32:25 archlinux systemd[1]: Found device WD_Green_2.5_480GB 1.
May 28 18:32:25 archlinux systemd[1]: Mounting /boot...
May 28 18:32:25 archlinux systemd[1]: Activated swap Compressed Swap on /dev/zram0.
May 28 18:32:25 archlinux systemd[1]: Found device WD_Green_2.5_480GB 2.
May 28 18:32:25 archlinux systemd[1]: Mounted /boot.
May 28 18:32:25 archlinux systemd[1]: Reached target Swaps.
May 28 18:32:25 archlinux systemd[1]: Mounting /.snapshots...
May 28 18:32:25 archlinux systemd[1]: Mounting /home...
May 28 18:32:25 archlinux systemd[1]: Mounting Temporary Directory /tmp...
May 28 18:32:25 archlinux systemd[1]: Mounting /var/cache/pacman/pkg...
May 28 18:32:25 archlinux systemd[1]: Mounting /var/log...
May 28 18:32:25 archlinux systemd[1]: Mounted /.snapshots.
May 28 18:32:25 archlinux systemd[1]: Mounted /home.
May 28 18:32:25 archlinux systemd[1]: Mounted Temporary Directory /tmp.
May 28 18:32:25 archlinux systemd[1]: Mounted /var/cache/pacman/pkg.
May 28 18:32:25 archlinux systemd[1]: Mounted /var/log.
May 28 18:32:25 archlinux systemd[1]: Reached target Local File Systems.
May 28 18:32:25 archlinux systemd[1]: Listening on System Extension Image Management (Varlink).
May 28 18:32:25 archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
May 28 18:32:25 archlinux systemd[1]: Starting Set Up Additional Binary Formats...
May 28 18:32:25 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
May 28 18:32:25 archlinux systemd[1]: Starting Flush Journal to Persistent Storage...
May 28 18:32:25 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 367 (systemd-binfmt)
May 28 18:32:25 archlinux systemd-journald[267]: Time spent on flushing to /var/log/journal/c1f8d89d85c84ab386b7393ad0386244 is 270.244ms for 909 entries.
May 28 18:32:25 archlinux systemd-journald[267]: System Journal (/var/log/journal/c1f8d89d85c84ab386b7393ad0386244) is 442.5M, max 4.0G, 3.5G free.
May 28 18:32:25 archlinux systemd-journald[267]: Received client request to flush runtime journal.
May 28 18:32:25 archlinux systemd-journald[267]: /var/log/journal/c1f8d89d85c84ab386b7393ad0386244/system.journal: Journal file uses a different sequence number ID, rotating.
May 28 18:32:25 archlinux systemd-journald[267]: Rotating system journal.
May 28 18:32:25 archlinux systemd[1]: Starting Virtual Console Setup...
May 28 18:32:25 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 28 18:32:25 archlinux systemd[1]: Finished Virtual Console Setup.
May 28 18:32:25 archlinux systemd[1]: Finished Flush Journal to Persistent Storage.
May 28 18:32:25 archlinux systemd[1]: Starting Create Volatile Files and Directories...
May 28 18:32:26 archlinux systemd[1]: Finished Create Volatile Files and Directories.
May 28 18:32:26 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
May 28 18:32:26 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
May 28 18:32:26 archlinux systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
May 28 18:32:26 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
May 28 18:32:26 archlinux systemd[1]: Starting Network Time Synchronization...
May 28 18:32:26 archlinux systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
May 28 18:32:26 archlinux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
May 28 18:32:26 archlinux systemd[1]: Mounting Arbitrary Executable File Formats File System...
May 28 18:32:26 archlinux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
May 28 18:32:26 archlinux systemd[1]: Mounted Arbitrary Executable File Formats File System.
May 28 18:32:26 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 395 ((imesyncd))
May 28 18:32:26 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active?
May 28 18:32:26 archlinux systemd[1]: Finished Set Up Additional Binary Formats.
May 28 18:32:26 archlinux systemd-timesyncd[395]: The system is configured to read the RTC time in the local time zone. This mode cannot be fully supported. All system time to RTC updates are disabled.
May 28 18:32:26 archlinux systemd[1]: Started Network Time Synchronization.
May 28 18:32:26 archlinux systemd[1]: Reached target System Time Set.
May 28 18:32:26 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
May 28 18:32:26 archlinux systemd[1]: Reached target Sound Card.
May 28 18:32:26 archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
May 28 18:32:26 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
May 28 18:32:26 archlinux systemd[1]: Starting Load Kernel Module loop...
May 28 18:32:26 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
May 28 18:32:26 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
May 28 18:32:26 archlinux systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
May 28 18:32:26 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 18:32:26 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
May 28 18:32:26 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
May 28 18:32:26 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
May 28 18:32:26 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
May 28 18:32:26 archlinux systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 18:32:26 archlinux systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 18:32:26 archlinux systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
May 28 18:32:26 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
May 28 18:32:26 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
May 28 18:32:26 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
May 28 18:32:26 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
May 28 18:32:26 archlinux systemd[1]: Finished Load Kernel Module loop.
May 28 18:32:26 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
May 28 18:32:26 archlinux systemd-modules-load[268]: Inserted module 'nvidia_uvm'
May 28 18:32:26 archlinux systemd[1]: Finished Load Kernel Modules.
May 28 18:32:26 archlinux systemd[1]: Starting Apply Kernel Variables...
May 28 18:32:26 archlinux systemd[1]: Finished Apply Kernel Variables.
May 28 18:32:26 archlinux systemd[1]: Reached target System Initialization.
May 28 18:32:26 archlinux systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
May 28 18:32:26 archlinux systemd[1]: Started Daily man-db regeneration.
May 28 18:32:26 archlinux systemd[1]: Started Daily verification of password and group files.
May 28 18:32:26 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
May 28 18:32:26 archlinux systemd[1]: Reached target Timer Units.
May 28 18:32:26 archlinux systemd[1]: Starting Socket for Clam AntiVirus userspace daemon...
May 28 18:32:26 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
May 28 18:32:26 archlinux systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
May 28 18:32:26 archlinux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
May 28 18:32:26 archlinux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
May 28 18:32:26 archlinux systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
May 28 18:32:26 archlinux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
May 28 18:32:26 archlinux systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
May 28 18:32:26 archlinux systemd[1]: Listening on Nix Daemon Socket.
May 28 18:32:26 archlinux systemd[1]: Starting D-Bus System Message Bus...
May 28 18:32:26 archlinux systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 18:32:26 archlinux systemd[1]: Listening on Socket for Clam AntiVirus userspace daemon.
May 28 18:32:26 archlinux systemd[1]: Reached target Socket Units.
May 28 18:32:26 archlinux systemd[1]: Started D-Bus System Message Bus.
May 28 18:32:26 archlinux systemd[1]: Reached target Basic System.
May 28 18:32:26 archlinux systemd[1]: System is tainted: local-hwclock
May 28 18:32:26 archlinux systemd[1]: Starting Network Manager...
May 28 18:32:26 archlinux systemd[1]: Starting Bluetooth service...
May 28 18:32:26 archlinux systemd[1]: Started Clam AntiVirus userspace daemon.
May 28 18:32:26 archlinux systemd[1]: Starting User Login Management...
May 28 18:32:26 archlinux systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 18:32:27 archlinux systemd-logind[494]: Watching system buttons on /dev/input/event2 (Power Button)
May 28 18:32:27 archlinux systemd-logind[494]: Watching system buttons on /dev/input/event1 (Power Button)
May 28 18:32:27 archlinux systemd-logind[494]: Watching system buttons on /dev/input/event0 (Sleep Button)
May 28 18:32:27 archlinux systemd-logind[494]: Watching system buttons on /dev/input/event5 (Gaming Mouse Keyboard)
May 28 18:32:27 archlinux systemd-logind[494]: Watching system buttons on /dev/input/event7 (Dell KB216 Wired Keyboard)
May 28 18:32:27 archlinux systemd-logind[494]: Watching system buttons on /dev/input/event13 (Dell KB216 Wired Keyboard System Control)
May 28 18:32:27 archlinux systemd-logind[494]: New seat seat0.
May 28 18:32:27 archlinux systemd[1]: Started User Login Management.
May 28 18:32:27 archlinux systemd[1]: Started Bluetooth service.
May 28 18:32:27 archlinux systemd[1]: Reached target Bluetooth Support.
May 28 18:32:27 archlinux systemd[1]: Starting Hostname Service...
May 28 18:32:27 archlinux systemd[1]: Started Hostname Service.
May 28 18:32:27 archlinux NetworkManager[491]: <info>  [1716901347.1373] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
May 28 18:32:27 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
May 28 18:32:27 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
May 28 18:32:27 archlinux systemd[1]: Started Network Manager.
May 28 18:32:27 archlinux systemd[1]: Reached target Network.
May 28 18:32:27 archlinux systemd[1]: Starting Permit User Sessions...
May 28 18:32:27 archlinux systemd[1]: Finished Permit User Sessions.
May 28 18:32:27 archlinux systemd[1]: Reached target Multi-User System.
May 28 18:32:27 archlinux systemd[1]: Started Simple Desktop Display Manager.
May 28 18:32:27 archlinux systemd[1]: Reached target Graphical Interface.
May 28 18:32:27 archlinux systemd[1]: Startup finished in 7.163s (firmware) + 7.063s (loader) + 4.549s (kernel) + 3.633s (userspace) = 22.409s.
May 28 18:32:28 archlinux systemd-logind[494]: New session c1 of user sddm.
May 28 18:32:28 archlinux systemd[1]: Created slice User Slice of UID 969.
May 28 18:32:28 archlinux systemd[1]: Starting User Runtime Directory /run/user/969...
May 28 18:32:28 archlinux systemd[1]: Finished User Runtime Directory /run/user/969.
May 28 18:32:28 archlinux systemd[1]: Starting User Manager for UID 969...
May 28 18:32:28 archlinux dbus-broker-launch[489]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
May 28 18:32:28 archlinux (systemd)[560]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
May 28 18:32:28 archlinux (systemd)[560]: pam_unix(systemd-user:session): session opened for user sddm(uid=969) by sddm(uid=0)
May 28 18:32:28 archlinux systemd[560]: Queued start job for default target Main User Target.
May 28 18:32:29 archlinux systemd[560]: Created slice User Application Slice.
May 28 18:32:29 archlinux systemd[560]: Reached target Paths.
May 28 18:32:29 archlinux systemd[560]: Reached target Timers.
May 28 18:32:29 archlinux systemd[560]: Starting D-Bus User Message Bus Socket...
May 28 18:32:29 archlinux systemd[560]: Listening on GnuPG network certificate management daemon.
May 28 18:32:29 archlinux systemd[560]: Starting GCR ssh-agent wrapper...
May 28 18:32:29 archlinux systemd[560]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 28 18:32:29 archlinux systemd[560]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 28 18:32:29 archlinux systemd[560]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 28 18:32:29 archlinux systemd[560]: Listening on GnuPG cryptographic agent and passphrase cache.
May 28 18:32:29 archlinux systemd[560]: Listening on GnuPG public key management service.
May 28 18:32:29 archlinux systemd[560]: Listening on p11-kit server.
May 28 18:32:29 archlinux systemd[560]: Listening on PipeWire PulseAudio.
May 28 18:32:29 archlinux systemd[560]: Listening on PipeWire Multimedia System Sockets.
May 28 18:32:29 archlinux systemd[560]: Listening on D-Bus User Message Bus Socket.
May 28 18:32:29 archlinux systemd[560]: Listening on GCR ssh-agent wrapper.
May 28 18:32:29 archlinux systemd[560]: Reached target Sockets.
May 28 18:32:29 archlinux systemd[560]: Reached target Basic System.
May 28 18:32:29 archlinux systemd[1]: Started User Manager for UID 969.
May 28 18:32:29 archlinux systemd[560]: Starting Update XDG user dir configuration...
May 28 18:32:29 archlinux systemd[1]: Started Session c1 of User sddm.
May 28 18:32:29 archlinux systemd[560]: Finished Update XDG user dir configuration.
May 28 18:32:29 archlinux systemd[560]: Reached target Main User Target.
May 28 18:32:29 archlinux systemd[560]: Startup finished in 228ms.
May 28 18:32:29 archlinux systemd[560]: Created slice User Core Session Slice.
May 28 18:32:29 archlinux systemd[560]: Starting D-Bus User Message Bus...
May 28 18:32:29 archlinux systemd[560]: Started D-Bus User Message Bus.
May 28 18:32:31 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
May 28 18:32:32 archlinux dbus-broker-launch[489]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
May 28 18:32:32 archlinux systemd[1]: Created slice User Slice of UID 1000.
May 28 18:32:32 archlinux systemd[1]: Starting User Runtime Directory /run/user/1000...
May 28 18:32:32 archlinux systemd-logind[494]: New session 2 of user rahil.
May 28 18:32:32 archlinux systemd[1]: Finished User Runtime Directory /run/user/1000.
May 28 18:32:32 archlinux systemd[1]: Starting User Manager for UID 1000...
May 28 18:32:32 archlinux (systemd)[594]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[rahil] ruser=[<unknown>] rhost=[<unknown>]
May 28 18:32:32 archlinux (systemd)[594]: pam_unix(systemd-user:session): session opened for user rahil(uid=1000) by rahil(uid=0)
May 28 18:32:32 archlinux systemd[1]: session-c1.scope: Deactivated successfully.
May 28 18:32:32 archlinux systemd-logind[494]: Session c1 logged out. Waiting for processes to exit.
May 28 18:32:32 archlinux systemd-logind[494]: Removed session c1.
May 28 18:32:32 archlinux systemd[594]: Queued start job for default target Main User Target.
May 28 18:32:32 archlinux systemd-journald[267]: /var/log/journal/c1f8d89d85c84ab386b7393ad0386244/user-1000.journal: Journal file uses a different sequence number ID, rotating.
May 28 18:32:32 archlinux systemd[594]: Created slice User Application Slice.
May 28 18:32:32 archlinux systemd[594]: Created slice User Core Session Slice.
May 28 18:32:32 archlinux systemd[594]: Reached target Paths.
May 28 18:32:32 archlinux systemd[594]: Reached target Timers.
May 28 18:32:32 archlinux systemd[594]: Starting D-Bus User Message Bus Socket...
May 28 18:32:32 archlinux systemd[594]: Listening on GnuPG network certificate management daemon.
May 28 18:32:32 archlinux systemd[594]: Starting GCR ssh-agent wrapper...
May 28 18:32:32 archlinux systemd[594]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 28 18:32:32 archlinux systemd[594]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 28 18:32:32 archlinux systemd[594]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 28 18:32:32 archlinux systemd[594]: Listening on GnuPG cryptographic agent and passphrase cache.
May 28 18:32:32 archlinux systemd[594]: Listening on GnuPG public key management service.
May 28 18:32:32 archlinux systemd[594]: Listening on p11-kit server.
May 28 18:32:32 archlinux systemd[594]: Listening on PipeWire PulseAudio.
May 28 18:32:32 archlinux systemd[594]: Listening on PipeWire Multimedia System Sockets.
May 28 18:32:32 archlinux systemd[594]: Listening on D-Bus User Message Bus Socket.
May 28 18:32:32 archlinux systemd[594]: Listening on GCR ssh-agent wrapper.
May 28 18:32:32 archlinux systemd[594]: Reached target Sockets.
May 28 18:32:32 archlinux systemd[594]: Reached target Basic System.
May 28 18:32:32 archlinux systemd[1]: Started User Manager for UID 1000.
May 28 18:32:32 archlinux systemd[1]: Started Session 2 of User rahil.
May 28 18:32:32 archlinux systemd[594]: Started PipeWire Multimedia Service.
May 28 18:32:32 archlinux systemd[594]: Started Multimedia Service Session Manager.
May 28 18:32:32 archlinux systemd[594]: Started PipeWire PulseAudio.
May 28 18:32:32 archlinux systemd[594]: Starting Update XDG user dir configuration...
May 28 18:32:32 archlinux systemd[594]: Finished Update XDG user dir configuration.
May 28 18:32:32 archlinux systemd[594]: Reached target Main User Target.
May 28 18:32:32 archlinux systemd[594]: Startup finished in 222ms.
May 28 18:32:32 archlinux systemd[594]: Starting D-Bus User Message Bus...
May 28 18:32:32 archlinux systemd[594]: Started D-Bus User Message Bus.
May 28 18:32:32 archlinux systemd[1]: Starting RealtimeKit Scheduling Policy Service...
May 28 18:32:32 archlinux systemd[1]: Started RealtimeKit Scheduling Policy Service.
May 28 18:32:32 archlinux systemd[1]: Starting Authorization Manager...
May 28 18:32:32 archlinux systemd[1]: Started Authorization Manager.
May 28 18:32:34 archlinux systemd[594]: Starting User preferences database...
May 28 18:32:34 archlinux systemd[594]: Started User preferences database.
May 28 18:32:34 archlinux systemd[594]: Starting Accessibility services bus...
May 28 18:32:34 archlinux systemd[1]: Starting Disk Manager...
May 28 18:32:34 archlinux systemd[594]: Started Accessibility services bus.
May 28 18:32:34 archlinux systemd[594]: Starting Virtual filesystem service...
May 28 18:32:34 archlinux systemd[594]: Started Virtual filesystem service.
May 28 18:32:35 archlinux systemd[1]: Started Disk Manager.
May 28 18:32:35 archlinux systemd[594]: Starting Portal service...
May 28 18:32:35 archlinux systemd[594]: Created slice Slice /app/dbus-:1.34-org.a11y.atspi.Registry.
May 28 18:32:35 archlinux systemd[594]: Started dbus-:1.34-org.a11y.atspi.Registry@0.service.
May 28 18:32:35 archlinux systemd[594]: Starting flatpak document portal service...
May 28 18:32:35 archlinux systemd[594]: Starting sandboxed app permission store...
May 28 18:32:35 archlinux systemd[594]: Started sandboxed app permission store.
May 28 18:32:35 archlinux systemd[594]: Started flatpak document portal service.
May 28 18:32:35 archlinux systemd[594]: Starting Portal service (GTK/GNOME implementation)...
May 28 18:32:35 archlinux systemd[594]: Started Portal service (GTK/GNOME implementation).
May 28 18:32:35 archlinux systemd[594]: Starting Portal service (Hyprland implementation)...
May 28 18:32:35 archlinux systemd[594]: Started Portal service (Hyprland implementation).
May 28 18:32:35 archlinux systemd[594]: Starting Portal service (Hyprland implementation)...
May 28 18:32:35 archlinux systemd[594]: Started Portal service (Hyprland implementation).
May 28 18:32:35 archlinux systemd[594]: Started Portal service.
May 28 18:32:37 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 28 18:32:38 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
May 28 18:32:38 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
May 28 18:32:42 archlinux systemd[1]: Stopping User Manager for UID 969...
May 28 18:32:42 archlinux systemd[560]: Activating special unit Exit the Session...
May 28 18:32:42 archlinux systemd[560]: Stopped target Main User Target.
May 28 18:32:42 archlinux systemd[560]: Stopped target Basic System.
May 28 18:32:42 archlinux systemd[560]: Stopped target Paths.
May 28 18:32:42 archlinux systemd[560]: Stopped target Sockets.
May 28 18:32:42 archlinux systemd[560]: Stopped target Timers.
May 28 18:32:42 archlinux systemd[560]: Closed GnuPG network certificate management daemon.
May 28 18:32:42 archlinux systemd[560]: Closed GCR ssh-agent wrapper.
May 28 18:32:42 archlinux systemd[560]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 28 18:32:42 archlinux systemd[560]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
May 28 18:32:42 archlinux systemd[560]: Closed GnuPG cryptographic agent (ssh-agent emulation).
May 28 18:32:42 archlinux systemd[560]: Closed GnuPG cryptographic agent and passphrase cache.
May 28 18:32:42 archlinux systemd[560]: Closed GnuPG public key management service.
May 28 18:32:42 archlinux systemd[560]: Closed p11-kit server.
May 28 18:32:42 archlinux systemd[560]: Closed PipeWire PulseAudio.
May 28 18:32:42 archlinux systemd[560]: Closed PipeWire Multimedia System Sockets.
May 28 18:32:42 archlinux systemd[560]: Stopping D-Bus User Message Bus...
May 28 18:32:42 archlinux systemd[560]: Stopped D-Bus User Message Bus.
May 28 18:32:42 archlinux systemd[560]: Removed slice User Core Session Slice.
May 28 18:32:42 archlinux systemd[560]: Closed D-Bus User Message Bus Socket.
May 28 18:32:42 archlinux systemd[560]: Removed slice User Application Slice.
May 28 18:32:42 archlinux systemd[560]: Reached target Shutdown.
May 28 18:32:42 archlinux systemd[560]: Finished Exit the Session.
May 28 18:32:42 archlinux systemd[560]: Reached target Exit the Session.
May 28 18:32:42 archlinux (sd-pam)[562]: pam_unix(systemd-user:session): session closed for user sddm
May 28 18:32:42 archlinux systemd[1]: user@969.service: Deactivated successfully.
May 28 18:32:42 archlinux systemd[1]: Stopped User Manager for UID 969.
May 28 18:32:42 archlinux systemd[1]: Stopping User Runtime Directory /run/user/969...
May 28 18:32:42 archlinux systemd[1]: run-user-969.mount: Deactivated successfully.
May 28 18:32:42 archlinux systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
May 28 18:32:42 archlinux systemd[1]: Stopped User Runtime Directory /run/user/969.
May 28 18:32:42 archlinux systemd[1]: Removed slice User Slice of UID 969.
May 28 18:32:46 archlinux systemd-logind[494]: The system will power off now!
May 28 18:32:46 archlinux systemd-logind[494]: System is powering down.
May 28 18:32:46 archlinux systemd[1]: Stopping Session 2 of User rahil...
May 28 18:32:46 archlinux systemd[1]: Removed slice Slice /system/getty.
May 28 18:32:46 archlinux systemd[1]: Removed slice Slice /system/modprobe.
May 28 18:32:46 archlinux systemd[1]: Stopped target Bluetooth Support.
May 28 18:32:46 archlinux systemd[1]: Stopped target Graphical Interface.
May 28 18:32:46 archlinux systemd[1]: Stopped target Multi-User System.
May 28 18:32:46 archlinux systemd[1]: Stopped target Login Prompts.
May 28 18:32:46 archlinux systemd[1]: Stopped target Sound Card.
May 28 18:32:46 archlinux systemd[1]: Stopped target Timer Units.
May 28 18:32:46 archlinux systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
May 28 18:32:46 archlinux systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
May 28 18:32:46 archlinux systemd[1]: man-db.timer: Deactivated successfully.
May 28 18:32:46 archlinux systemd[1]: Stopped Daily man-db regeneration.
May 28 18:32:46 archlinux systemd[1]: shadow.timer: Deactivated successfully.
May 28 18:32:46 archlinux systemd[1]: Stopped Daily verification of password and group files.
May 28 18:32:46 archlinux systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
May 28 18:32:46 archlinux systemd[1]: Stopped Daily Cleanup of Temporary Directories.
May 28 18:32:46 archlinux systemd[1]: Stopped target System Time Set.
May 28 18:32:46 archlinux systemd[1]: systemd-rfkill.socket: Deactivated successfully.
May 28 18:32:46 archlinux systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 28 18:32:46 archlinux systemd[1]: Stopping Network Manager Script Dispatcher Service...
May 28 18:32:46 archlinux systemd[1]: Stopping Bluetooth service...
May 28 18:32:46 archlinux systemd[1]: Stopping Clam AntiVirus userspace daemon...
May 28 18:32:46 archlinux systemd[1]: Starting Generate shutdown-ramfs...
May 28 18:32:46 archlinux systemd[1]: Stopping Authorization Manager...
May 28 18:32:46 archlinux systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
May 28 18:32:46 archlinux systemd[1]: Stopping Simple Desktop Display Manager...
May 28 18:32:46 archlinux systemd[1]: Stopping Hostname Service...
May 28 18:32:46 archlinux systemd[1]: Stopping Load/Save OS Random Seed...
May 28 18:32:46 archlinux systemd[1]: Stopping Disk Manager...
May 28 18:32:46 archlinux systemd[1]: bluetooth.service: Deactivated successfully.
May 28 18:32:46 archlinux systemd[1]: Stopped Bluetooth service.
May 28 18:32:46 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 28 18:32:46 archlinux systemd[1]: Stopped Network Manager Script Dispatcher Service.
May 28 18:32:47 archlinux systemd-logind[494]: Session 2 logged out. Waiting for processes to exit.
May 28 18:32:47 archlinux systemd[1]: systemd-random-seed.service: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Stopped Load/Save OS Random Seed.
May 28 18:32:47 archlinux systemd[1]: rtkit-daemon.service: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
May 28 18:32:47 archlinux systemd[594]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
May 28 18:32:47 archlinux systemd[594]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
May 28 18:32:47 archlinux systemd[1]: session-2.scope: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Stopped Session 2 of User rahil.
May 28 18:32:47 archlinux systemd[1]: session-2.scope: Consumed 13.820s CPU time.
May 28 18:32:47 archlinux systemd[1]: udisks2.service: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Stopped Disk Manager.
May 28 18:32:47 archlinux systemd[1]: sddm.service: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Stopped Simple Desktop Display Manager.
May 28 18:32:47 archlinux systemd[1]: Stopping User Login Management...
May 28 18:32:47 archlinux systemd[1]: Stopping User Manager for UID 1000...
May 28 18:32:47 archlinux systemd[594]: Activating special unit Exit the Session...
May 28 18:32:47 archlinux systemd[594]: Stopped target Main User Target.
May 28 18:32:47 archlinux systemd[594]: Stopping Accessibility services bus...
May 28 18:32:47 archlinux systemd[594]: Stopping dbus-:1.34-org.a11y.atspi.Registry@0.service...
May 28 18:32:47 archlinux systemd[594]: Stopping User preferences database...
May 28 18:32:47 archlinux systemd[594]: Stopping Virtual filesystem service...
May 28 18:32:47 archlinux systemd[594]: Stopping PipeWire PulseAudio...
May 28 18:32:47 archlinux systemd[594]: Stopping flatpak document portal service...
May 28 18:32:47 archlinux systemd[594]: Stopping sandboxed app permission store...
May 28 18:32:47 archlinux systemd[1]: run-user-1000-gvfs.mount: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Unmounted /run/user/1000/gvfs.
May 28 18:32:47 archlinux systemd[594]: Stopped User preferences database.
May 28 18:32:47 archlinux systemd[594]: Stopped dbus-:1.34-org.a11y.atspi.Registry@0.service.
May 28 18:32:47 archlinux systemd[594]: Removed slice Slice /app/dbus-:1.34-org.a11y.atspi.Registry.
May 28 18:32:47 archlinux systemd[594]: Stopped PipeWire PulseAudio.
May 28 18:32:47 archlinux systemd[1]: run-user-1000-doc.mount: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Unmounted /run/user/1000/doc.
May 28 18:32:47 archlinux systemd[594]: Stopped sandboxed app permission store.
May 28 18:32:47 archlinux systemd[594]: Stopped Accessibility services bus.
May 28 18:32:47 archlinux systemd[594]: Stopped flatpak document portal service.
May 28 18:32:47 archlinux systemd[594]: Stopping Multimedia Service Session Manager...
May 28 18:32:47 archlinux systemd[594]: Stopped Virtual filesystem service.
May 28 18:32:47 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Stopped Hostname Service.
May 28 18:32:47 archlinux systemd-logind[494]: Removed session 2.
May 28 18:32:47 archlinux systemd[594]: Stopped Multimedia Service Session Manager.
May 28 18:32:47 archlinux systemd[594]: Stopping PipeWire Multimedia Service...
May 28 18:32:47 archlinux systemd[1]: polkit.service: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Stopped Authorization Manager.
May 28 18:32:47 archlinux systemd[594]: Stopped PipeWire Multimedia Service.
May 28 18:32:47 archlinux systemd[594]: Stopped target Basic System.
May 28 18:32:47 archlinux systemd[594]: Stopped target Paths.
May 28 18:32:47 archlinux systemd[594]: Stopped target Sockets.
May 28 18:32:47 archlinux systemd[594]: Stopped target Timers.
May 28 18:32:47 archlinux systemd[594]: Closed GnuPG network certificate management daemon.
May 28 18:32:47 archlinux systemd[594]: Closed GCR ssh-agent wrapper.
May 28 18:32:47 archlinux systemd[594]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 28 18:32:47 archlinux systemd[594]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
May 28 18:32:47 archlinux systemd[594]: Closed GnuPG cryptographic agent (ssh-agent emulation).
May 28 18:32:47 archlinux systemd[594]: Closed GnuPG cryptographic agent and passphrase cache.
May 28 18:32:47 archlinux systemd[594]: Closed GnuPG public key management service.
May 28 18:32:47 archlinux systemd[594]: Closed p11-kit server.
May 28 18:32:47 archlinux systemd[594]: Closed PipeWire PulseAudio.
May 28 18:32:47 archlinux systemd[594]: Closed PipeWire Multimedia System Sockets.
May 28 18:32:47 archlinux systemd[594]: Stopping D-Bus User Message Bus...
May 28 18:32:47 archlinux systemd[594]: Stopped D-Bus User Message Bus.
May 28 18:32:47 archlinux systemd[594]: Removed slice User Core Session Slice.
May 28 18:32:47 archlinux systemd[594]: Closed D-Bus User Message Bus Socket.
May 28 18:32:47 archlinux systemd[594]: Removed slice User Application Slice.
May 28 18:32:47 archlinux systemd[594]: Reached target Shutdown.
May 28 18:32:47 archlinux systemd[594]: Finished Exit the Session.
May 28 18:32:47 archlinux systemd[594]: Reached target Exit the Session.
May 28 18:32:47 archlinux (sd-pam)[596]: pam_unix(systemd-user:session): session closed for user rahil
May 28 18:32:47 archlinux systemd[1]: user@1000.service: Deactivated successfully.
May 28 18:32:47 archlinux (sd-pam)[596]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[rahil] ruser=[<unknown>] rhost=[<unknown>]
May 28 18:32:47 archlinux systemd[1]: Stopped User Manager for UID 1000.
May 28 18:32:47 archlinux systemd[1]: user@1000.service: Consumed 1.226s CPU time.
May 28 18:32:47 archlinux systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Finished Generate shutdown-ramfs.
May 28 18:32:47 archlinux systemd[1]: systemd-logind.service: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Stopped User Login Management.
May 28 18:32:47 archlinux systemd[1]: Stopping Permit User Sessions...
May 28 18:32:47 archlinux systemd[1]: Stopping User Runtime Directory /run/user/1000...
May 28 18:32:47 archlinux systemd[1]: systemd-user-sessions.service: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Stopped Permit User Sessions.
May 28 18:32:47 archlinux systemd[1]: Stopped target Network.
May 28 18:32:47 archlinux systemd[1]: Stopped target Remote File Systems.
May 28 18:32:47 archlinux systemd[1]: Stopping Network Manager...
May 28 18:32:47 archlinux systemd[1]: run-user-1000.mount: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Unmounted /run/user/1000.
May 28 18:32:47 archlinux systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Stopped User Runtime Directory /run/user/1000.
May 28 18:32:47 archlinux systemd[1]: Removed slice User Slice of UID 1000.
May 28 18:32:47 archlinux systemd[1]: user-1000.slice: Consumed 15.058s CPU time.
May 28 18:32:47 archlinux systemd[1]: NetworkManager.service: Deactivated successfully.
May 28 18:32:47 archlinux systemd[1]: Stopped Network Manager.
May 28 18:32:48 archlinux systemd[1]: clamav-daemon.service: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Stopped Clam AntiVirus userspace daemon.
May 28 18:32:48 archlinux systemd[1]: clamav-daemon.service: Consumed 16.367s CPU time.
May 28 18:32:48 archlinux systemd[1]: Stopped target Basic System.
May 28 18:32:48 archlinux systemd[1]: Stopped target Path Units.
May 28 18:32:48 archlinux systemd[1]: Stopped target Slice Units.
May 28 18:32:48 archlinux systemd[1]: Removed slice User and Session Slice.
May 28 18:32:48 archlinux systemd[1]: user.slice: Consumed 15.623s CPU time.
May 28 18:32:48 archlinux systemd[1]: Stopped target Socket Units.
May 28 18:32:48 archlinux systemd[1]: clamav-daemon.socket: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Closed Socket for Clam AntiVirus userspace daemon.
May 28 18:32:48 archlinux systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
May 28 18:32:48 archlinux systemd[1]: Removed slice Slice /system/dirmngr.
May 28 18:32:48 archlinux systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
May 28 18:32:48 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-browser.
May 28 18:32:48 archlinux systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
May 28 18:32:48 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-extra.
May 28 18:32:48 archlinux systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
May 28 18:32:48 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
May 28 18:32:48 archlinux systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
May 28 18:32:48 archlinux systemd[1]: Removed slice Slice /system/gpg-agent.
May 28 18:32:48 archlinux systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
May 28 18:32:48 archlinux systemd[1]: Removed slice Slice /system/keyboxd.
May 28 18:32:48 archlinux systemd[1]: nix-daemon.socket: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Closed Nix Daemon Socket.
May 28 18:32:48 archlinux systemd[1]: Stopping D-Bus System Message Bus...
May 28 18:32:48 archlinux systemd[1]: dbus-broker.service: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Stopped D-Bus System Message Bus.
May 28 18:32:48 archlinux systemd[1]: dbus.socket: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Closed D-Bus System Message Bus Socket.
May 28 18:32:48 archlinux systemd[1]: Stopped target System Initialization.
May 28 18:32:48 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
May 28 18:32:48 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
May 28 18:32:48 archlinux systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
May 28 18:32:48 archlinux systemd[1]: Stopped target Local Integrity Protected Volumes.
May 28 18:32:48 archlinux systemd[1]: Stopped target Local Verity Protected Volumes.
May 28 18:32:48 archlinux systemd[1]: Stopping Set Up Additional Binary Formats...
May 28 18:32:48 archlinux systemd[1]: systemd-sysctl.service: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Stopped Apply Kernel Variables.
May 28 18:32:48 archlinux systemd[1]: systemd-coredump.socket: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Closed Process Core Dump Socket.
May 28 18:32:48 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Stopped Load Kernel Modules.
May 28 18:32:48 archlinux systemd[1]: systemd-modules-load.service: Consumed 1.137s CPU time.
May 28 18:32:48 archlinux systemd[1]: Stopping Network Time Synchronization...
May 28 18:32:48 archlinux systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
May 28 18:32:48 archlinux systemd[1]: systemd-binfmt.service: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Stopped Set Up Additional Binary Formats.
May 28 18:32:48 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
May 28 18:32:48 archlinux systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: systemd-update-utmp.service: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
May 28 18:32:48 archlinux systemd[1]: systemd-timesyncd.service: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Stopped Network Time Synchronization.
May 28 18:32:48 archlinux systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
May 28 18:32:48 archlinux systemd[1]: Stopped Create Volatile Files and Directories.
May 28 18:32:48 archlinux systemd[1]: Stopped target Local File Systems.
May 28 18:32:48 archlinux systemd[1]: Unmounting /.snapshots...
May 28 18:32:48 archlinux systemd[1]: Unmounting /boot...
May 28 18:32:48 archlinux systemd[1]: Unmounting /home...
May 28 18:32:48 archlinux systemd[1]: Unmounting Temporary Directory /tmp...
May 28 18:32:48 archlinux systemd[1]: Unmounting /var/cache/pacman/pkg...
May 28 18:32:48 archlinux systemd[1]: Stopping Flush Journal to Persistent Storage...
❯ find ~ -name "lady-light.png"
/home/rahil/.config/cfg_backups/240527_22h23m49s/.config/hyde/themes/Catppuccin Latte/wallpapers/lady-light.png
/home/rahil/.config/cfg_backups/240527_22h23m49s/.config/hyde/themes/Decay Green/wallpapers/lady-light.png
/home/rahil/.config/cfg_backups/240527_22h26m25s-_Hyde_restore_Configs/.config/hyde/themes/Catppuccin Latte/wallpapers/lady-light.png
/home/rahil/.config/cfg_backups/240527_22h26m25s-_Hyde_restore_Configs/.config/hyde/themes/Decay Green/wallpapers/lady-light.png
/home/rahil/.config/cfg_backups/240527_22h29m07s/.config/hyde/themes/Catppuccin Latte/wallpapers/lady-light.png
/home/rahil/.config/cfg_backups/240527_22h29m07s/.config/hyde/themes/Decay Green/wallpapers/lady-light.png
/home/rahil/.config/cfg_backups/240527_22h29m59s/.config/hyde/themes/Catppuccin Latte/wallpapers/lady-light.png
/home/rahil/.config/cfg_backups/240527_22h29m59s/.config/hyde/themes/Decay Green/wallpapers/lady-light.png
/home/rahil/.config/cfg_backups/240527_22h44m24s-_Hyde_restore_Configs/.config/hyde/themes/Catppuccin Latte/wallpapers/lady-light.png
/home/rahil/.config/cfg_backups/240527_22h44m24s-_Hyde_restore_Configs/.config/hyde/themes/Decay Green/wallpapers/lady-light.png
/home/rahil/.config/swww/Decay-Green/lady-light.png
/home/rahil/.config/hyde/themes/Catppuccin Latte/wallpapers/lady-light.png
/home/rahil/.config/hyde/themes/Decay Green/wallpapers/lady-light.png
find: ‘/home/rahil/.cache/paru/clone/foliate-git/pkg’: Permission denied
find: ‘/home/rahil/.cache/paru/clone/icu56/pkg’: Permission denied
find: ‘/home/rahil/.cache/paru/clone/ftl-sdk/pkg’: Permission denied
/home/rahil/.cache/hyprdots/Decay-Green/lady-light.png
Radrahil commented 1 month ago

IMG_20240528_191026.jpg

I found the culprit. Why is the uid the thing? This occurs when everything else isn't shutdown apparently. I have no idea what to do here. This was causing the delays for shutdown and reboot.

kRHYME7 commented 1 month ago

I found the culprit. Why is the uid the thing? This occurs when everything else isn't shutdown apparently. I have no idea what to do here. This was causing the delays for shutdown and reboot.

If it is '1000' it's likely your UUID. There were processes that were not killed. I guess you can make the log level higher to make it more verbose.

I am assuming some possible culprit, usually they are daemons.

example check if you're using the stable swww just inscase . image

also try to disable udiskie or uninstall it for a while

Rest assured that the only daemon Hyde invokes are the swww-daemon and udiskie.

Radrahil commented 1 month ago

I found the culprit. Why is the uid the thing? This occurs when everything else isn't shutdown apparently. I have no idea what to do here. This was causing the delays for shutdown and reboot.

If it is '1000' it's likely your UUID. There were processes that were not killed. I guess you can make the log level higher to make it more verbose.

Ok, I'll try that tomorrow. Am tired now.

Radrahil commented 1 month ago
❯ journalctl -rb -1
May 30 19:44:20 archlinux systemd[1]: Unmounted /var/cache/pacman/pkg.
May 30 19:44:20 archlinux systemd[1]: var-cache-pacman-pkg.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted Temporary Directory /tmp.
May 30 19:44:20 archlinux systemd[1]: tmp.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /home.
May 30 19:44:20 archlinux systemd[1]: Unmounted /var/cache/pacman/pkg.
May 30 19:44:20 archlinux systemd[1]: var-cache-pacman-pkg.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted Temporary Directory /tmp.
May 30 19:44:20 archlinux systemd[1]: tmp.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /home.
May 30 19:44:20 archlinux systemd[1]: home.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /boot.
May 30 19:44:20 archlinux systemd[1]: boot.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /.snapshots.
May 30 19:44:20 archlinux systemd[1]: \x2esnapshots.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Flush Journal to Persistent Storage...
May 30 19:44:20 archlinux systemd[1]: Unmounting /var/cache/pacman/pkg...
May 30 19:44:20 archlinux systemd[1]: Unmounting Temporary Directory /tmp...
May 30 19:44:20 archlinux systemd[1]: Unmounting /home...
May 30 19:44:20 archlinux systemd[1]: Unmounting /boot...
May 30 19:44:20 archlinux systemd[1]: Unmounting /.snapshots...
May 30 19:44:20 archlinux systemd[1]: Stopped target Local File Systems.
May 30 19:44:20 archlinux systemd[1]: Stopped Create Volatile Files and Directories.
May 30 19:44:20 archlinux systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Network Time Synchronization.
May 30 19:44:20 archlinux systemd[1]: systemd-timesyncd.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
May 30 19:44:20 archlinux systemd[1]: systemd-update-utmp.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
May 30 19:44:20 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Set Up Additional Binary Formats.
May 30 19:44:20 archlinux systemd[1]: systemd-binfmt.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
May 30 19:44:20 archlinux systemd[1]: Stopped Rebuild Journal Catalog.
May 30 19:44:20 archlinux systemd[1]: systemd-journal-catalog-update.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Rebuild Dynamic Linker Cache.
May 30 19:44:20 archlinux systemd[1]: ldconfig.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Update is Completed.
May 30 19:44:20 archlinux systemd[1]: systemd-update-done.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Network Time Synchronization...
May 30 19:44:20 archlinux systemd[1]: systemd-modules-load.service: Consumed 1.186s CPU time.
May 30 19:44:20 archlinux systemd[1]: Stopped Load Kernel Modules.
May 30 19:44:20 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Closed Process Core Dump Socket.
May 30 19:44:20 archlinux systemd[1]: systemd-coredump.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Apply Kernel Variables.
May 30 19:44:20 archlinux systemd[1]: systemd-sysctl.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Set Up Additional Binary Formats...
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Verity Protected Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Integrity Protected Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
May 30 19:44:20 archlinux systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
May 30 19:44:20 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped target System Initialization.
May 30 19:44:20 archlinux systemd[1]: Closed D-Bus System Message Bus Socket.
May 30 19:44:20 archlinux systemd[1]: dbus.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped D-Bus System Message Bus.
May 30 19:44:20 archlinux systemd[1]: dbus-broker.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping D-Bus System Message Bus...
May 30 19:44:20 archlinux dbus-broker[512]: Dispatched 1467 messages @ 3(±5)μs / message.
May 30 19:44:20 archlinux systemd[1]: Closed Nix Daemon Socket.
May 30 19:44:20 archlinux systemd[1]: nix-daemon.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/keyboxd.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-extra.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-browser.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pac>
May 30 19:44:20 archlinux systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/dirmngr.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Closed Socket for Clam AntiVirus userspace daemon.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped target Socket Units.
May 30 19:44:20 archlinux systemd[1]: Removed slice User and Session Slice.
May 30 19:44:20 archlinux systemd[1]: Stopped target Slice Units.
May 30 19:44:20 archlinux systemd[1]: Stopped target Path Units.
May 30 19:44:20 archlinux systemd[1]: Stopped target Basic System.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.service: Consumed 15.656s CPU time.
May 30 19:44:20 archlinux systemd[1]: Stopped Clam AntiVirus userspace daemon.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.service: Deactivated successfully.
May 30 19:44:20 archlinux clamd[515]: Thu May 30 19:44:20 2024 -> --- Stopped at Thu May 30 19:44:20 2024
May 30 19:44:20 archlinux clamd[515]: Thu May 30 19:44:20 2024 -> Pid file removed.
May 30 19:44:20 archlinux systemd[1]: Stopped Network Manager.
May 30 19:44:20 archlinux systemd[1]: NetworkManager.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped User Login Management.
May 30 19:44:20 archlinux systemd[1]: systemd-logind.service: Deactivated successfully.
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1156] exiting (success)
May 30 19:44:20 archlinux systemd[1]: Stopped Network Manager.
May 30 19:44:20 archlinux systemd[1]: NetworkManager.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped User Login Management.
May 30 19:44:20 archlinux systemd[1]: systemd-logind.service: Deactivated successfully.
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1156] exiting (success)
May 30 19:44:20 archlinux dbus-broker-launch[511]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
May 30 19:44:20 archlinux systemd[1]: Stopping Network Manager...
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1084] manager: NetworkManager state is now CONNECTED_SITE
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): state changed no lease
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): activation: beginning transaction (timeou>
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): canceled DHCP transaction
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): state changed no lease
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): activation: beginning transaction (timeou>
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): canceled DHCP transaction
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1077] caught SIGTERM, shutting down normally.
May 30 19:44:20 archlinux systemd[1]: Stopped target Remote File Systems.
May 30 19:44:20 archlinux systemd[1]: Stopped target Network.
May 30 19:44:20 archlinux systemd[1]: Stopped Permit User Sessions.
May 30 19:44:20 archlinux systemd[1]: systemd-user-sessions.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Permit User Sessions...
May 30 19:44:20 archlinux systemd[1]: Stopping User Login Management...
May 30 19:44:20 archlinux systemd[1]: Stopped Simple Desktop Display Manager.
May 30 19:44:20 archlinux systemd[1]: sddm.service: Deactivated successfully.
May 30 19:44:20 archlinux sddm[564]: Running display stop script  QList("/usr/share/sddm/scripts/Xstop")
May 30 19:44:20 archlinux sddm[564]: Display server stopped.
May 30 19:44:19 archlinux systemd[1]: Finished Generate shutdown-ramfs.
May 30 19:44:19 archlinux systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
May 30 19:44:19 archlinux mkinitcpio[618]: ==> Build complete.
May 30 19:44:19 archlinux systemd[1]: Removed slice User Slice of UID 969.
May 30 19:44:19 archlinux systemd[1]: Stopped User Runtime Directory /run/user/969.
May 30 19:44:19 archlinux systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Unmounted /run/user/969.
May 30 19:44:19 archlinux systemd[1]: run-user-969.mount: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopping User Runtime Directory /run/user/969...
May 30 19:44:19 archlinux mkinitcpio[618]:   -> Running build hook: [sd-shutdown]
May 30 19:44:19 archlinux mkinitcpio[618]: ==> Starting build: 'none'
May 30 19:44:19 archlinux systemd[1]: Stopped User Manager for UID 969.
May 30 19:44:19 archlinux systemd[1]: user@969.service: Deactivated successfully.
May 30 19:44:19 archlinux (sd-pam)[578]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-u>
May 30 19:44:19 archlinux (sd-pam)[578]: pam_unix(systemd-user:session): session closed for user sddm
May 30 19:44:19 archlinux systemd[576]: Reached target Exit the Session.
May 30 19:44:19 archlinux systemd[576]: Finished Exit the Session.
May 30 19:44:19 archlinux systemd[576]: Reached target Shutdown.
May 30 19:44:19 archlinux systemd[576]: Removed slice User Application Slice.
May 30 19:44:19 archlinux systemd[576]: Closed D-Bus User Message Bus Socket.
May 30 19:44:19 archlinux systemd[576]: Removed slice User Core Session Slice.
May 30 19:44:19 archlinux systemd[576]: Stopped D-Bus User Message Bus.
May 30 19:44:19 archlinux systemd[576]: Stopping D-Bus User Message Bus...
May 30 19:44:19 archlinux dbus-broker[594]: Dispatched 13 messages @ 7(±4)μs / message.
May 30 19:44:19 archlinux systemd[576]: Closed PipeWire Multimedia System Sockets.
May 30 19:44:19 archlinux systemd[576]: Closed PipeWire PulseAudio.
May 30 19:44:19 archlinux systemd[576]: Closed p11-kit server.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG public key management service.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent (ssh-agent emulation).
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 30 19:44:19 archlinux systemd[576]: Closed GCR ssh-agent wrapper.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG network certificate management daemon.
May 30 19:44:19 archlinux systemd[576]: Stopped target Timers.
May 30 19:44:19 archlinux systemd[576]: Stopped target Sockets.
May 30 19:44:19 archlinux systemd[576]: Stopped target Paths.
May 30 19:44:19 archlinux systemd[576]: Stopped target Basic System.
May 30 19:44:19 archlinux systemd[576]: Stopped target Main User Target.
May 30 19:44:19 archlinux systemd[576]: Activating special unit Exit the Session...
May 30 19:44:19 archlinux systemd-logind[516]: Removed session c1.
May 30 19:44:19 archlinux systemd[1]: Stopping User Manager for UID 969...
May 30 19:44:19 archlinux systemd[1]: Stopped Load/Save OS Random Seed.
May 30 19:44:19 archlinux systemd[1]: systemd-random-seed.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd-logind[516]: Session c1 logged out. Waiting for processes to exit.
May 30 19:44:19 archlinux systemd[1]: Stopped Session c1 of User sddm.
May 30 19:44:19 archlinux systemd[1]: session-c1.scope: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Bluetooth service.
May 30 19:44:19 archlinux systemd[1]: bluetooth.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopping Load/Save OS Random Seed...
May 30 19:44:19 archlinux sddm[564]: Display server stopping...
May 30 19:44:19 archlinux sddm[564]: Socket server stopped.
May 30 19:44:19 archlinux sddm[564]: Socket server stopping...
May 30 19:44:19 archlinux sddm[564]: Signal received: SIGTERM
May 30 19:44:19 archlinux systemd[1]: Stopping Simple Desktop Display Manager...
May 30 19:44:19 archlinux systemd-logind[516]: Removed session c1.
May 30 19:44:19 archlinux systemd[1]: Stopping User Manager for UID 969...
May 30 19:44:19 archlinux systemd[1]: Stopped Load/Save OS Random Seed.
May 30 19:44:19 archlinux systemd[1]: systemd-random-seed.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd-logind[516]: Session c1 logged out. Waiting for processes to exit.
May 30 19:44:19 archlinux systemd-logind[516]: Removed session c1.
May 30 19:44:19 archlinux systemd[1]: Stopping User Manager for UID 969...
May 30 19:44:19 archlinux systemd[1]: Stopped Load/Save OS Random Seed.
May 30 19:44:19 archlinux systemd[1]: systemd-random-seed.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd-logind[516]: Session c1 logged out. Waiting for processes to exit.
May 30 19:44:19 archlinux systemd[1]: Stopped Session c1 of User sddm.
May 30 19:44:19 archlinux systemd[1]: session-c1.scope: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Bluetooth service.
May 30 19:44:19 archlinux systemd[1]: bluetooth.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopping Load/Save OS Random Seed...
May 30 19:44:19 archlinux sddm[564]: Display server stopping...
May 30 19:44:19 archlinux sddm[564]: Socket server stopped.
May 30 19:44:19 archlinux sddm[564]: Socket server stopping...
May 30 19:44:19 archlinux sddm[564]: Signal received: SIGTERM
May 30 19:44:19 archlinux systemd[1]: Stopping Simple Desktop Display Manager...
May 30 19:44:19 archlinux systemd[1]: Starting Generate shutdown-ramfs...
May 30 19:44:19 archlinux systemd[1]: Stopping Clam AntiVirus userspace daemon...
May 30 19:44:19 archlinux systemd[1]: Stopping Bluetooth service...
May 30 19:44:19 archlinux systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 30 19:44:19 archlinux systemd[1]: systemd-rfkill.socket: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target System Time Set.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily Cleanup of Temporary Directories.
May 30 19:44:19 archlinux systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily verification of password and group files.
May 30 19:44:19 archlinux systemd[1]: shadow.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily man-db regeneration.
May 30 19:44:19 archlinux systemd[1]: man-db.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
May 30 19:44:19 archlinux systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target Timer Units.
May 30 19:44:19 archlinux systemd[1]: Stopped target Sound Card.
May 30 19:44:19 archlinux systemd[1]: Stopped target Login Prompts.
May 30 19:44:19 archlinux systemd[1]: Stopped target Multi-User System.
May 30 19:44:19 archlinux sddm[564]: Greeter stopped. SDDM::Auth::HELPER_AUTH_ERROR
May 30 19:44:19 archlinux systemd[1]: Stopped target Graphical Interface.
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper exited with 1
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper (--socket /tmp/sddm-auth-4bacbec0-e1c5-45d1-be59-10af5e6e29f5 --id 2 --star>
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux bluetoothd[514]: Exit
May 30 19:44:19 archlinux systemd[1]: Stopped target Bluetooth Support.
May 30 19:44:19 archlinux bluetoothd[514]: Stopping SDP server
May 30 19:44:19 archlinux systemd[1]: Removed slice Slice /system/modprobe.
May 30 19:44:19 archlinux bluetoothd[514]: Battery Provider Manager destroyed
May 30 19:44:19 archlinux systemd[1]: Removed slice Slice /system/getty.
May 30 19:44:19 archlinux systemd[1]: Stopping Session c1 of User sddm...
May 30 19:44:19 archlinux bluetoothd[514]: Terminating
May 30 19:44:19 archlinux sddm-helper[572]: Signal received: SIGTERM
May 30 19:44:19 archlinux sddm-greeter[589]: Signal received: SIGTERM
May 30 19:44:19 archlinux systemd-logind[516]: System is powering down.
May 30 19:44:19 archlinux systemd-logind[516]: The system will power off now!
May 30 19:44:19 archlinux sddm[564]: Message received from greeter: PowerOff
May 30 19:43:00 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
May 30 19:43:00 archlinux systemd-timesyncd[449]: Initial clock synchronization to Thu 2024-05-30 19:43:00.408068 IST.
May 30 19:43:00 archlinux systemd-timesyncd[449]: Contacted time server 162.159.200.1:123 (2.arch.pool.ntp.org).
May 30 19:42:27 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Self checking every 600 seconds.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> OneNote support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> HWP3 support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> XMLDOCS support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> HTML support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> SWF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> PDF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> OLE2 support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Mail files support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> ELF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Portable Executable support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Heuristic alerts enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> AlertExceedsMax heuristic detection disabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Archive support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: PCREMaxFileSize limit set to 104857600.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: PCRERecMatchLimit limit set to 2000.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: PCREMatchLimit limit set to 100000.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxRecHWP3 limit set to 16.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxIconsPE limit set to 100.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxPartitions limit set to 50.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxZipTypeRcg limit set to 1048576 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxScriptNormalize limit set to 20971520 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxHTMLNoTags limit set to 8388608 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxHTMLNormalize limit set to 41943040 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxEmbeddedPE limit set to 41943040 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: Files limit set to 10000.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: Recursion level limit set to 17.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: File size limit set to 104857600 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: Global size limit set to 419430400 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: Global time limit set to 120000 milliseconds.
May 30 19:42:17 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
May 30 19:42:17 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
May 30 19:42:17 archlinux NetworkManager[513]: <info>  [1717078337.6217] manager: NetworkManager state is now CONNECTED_GLOBAL
May 30 19:42:17 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /var/cache/pacman/pkg.
May 30 19:44:20 archlinux systemd[1]: var-cache-pacman-pkg.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted Temporary Directory /tmp.
May 30 19:44:20 archlinux systemd[1]: tmp.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /home.
May 30 19:44:20 archlinux systemd[1]: home.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /boot.
May 30 19:44:20 archlinux systemd[1]: boot.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /.snapshots.
May 30 19:44:20 archlinux systemd[1]: \x2esnapshots.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Flush Journal to Persistent Storage...
May 30 19:44:20 archlinux systemd[1]: Unmounting /var/cache/pacman/pkg...
May 30 19:44:20 archlinux systemd[1]: Unmounting Temporary Directory /tmp...
May 30 19:44:20 archlinux systemd[1]: Unmounting /home...
May 30 19:44:20 archlinux systemd[1]: Unmounting /boot...
May 30 19:44:20 archlinux systemd[1]: Unmounting /.snapshots...
May 30 19:44:20 archlinux systemd[1]: Stopped target Local File Systems.
May 30 19:44:20 archlinux systemd[1]: Stopped Create Volatile Files and Directories.
May 30 19:44:20 archlinux systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Network Time Synchronization.
May 30 19:44:20 archlinux systemd[1]: systemd-timesyncd.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
May 30 19:44:20 archlinux systemd[1]: systemd-update-utmp.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
May 30 19:44:20 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Set Up Additional Binary Formats.
May 30 19:44:20 archlinux systemd[1]: systemd-binfmt.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
May 30 19:44:20 archlinux systemd[1]: Stopped Rebuild Journal Catalog.
May 30 19:44:20 archlinux systemd[1]: systemd-journal-catalog-update.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Rebuild Dynamic Linker Cache.
May 30 19:44:20 archlinux systemd[1]: ldconfig.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Update is Completed.
May 30 19:44:20 archlinux systemd[1]: systemd-update-done.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Network Time Synchronization...
May 30 19:44:20 archlinux systemd[1]: systemd-modules-load.service: Consumed 1.186s CPU time.
May 30 19:44:20 archlinux systemd[1]: Stopped Load Kernel Modules.
May 30 19:44:20 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Closed Process Core Dump Socket.
May 30 19:44:20 archlinux systemd[1]: systemd-coredump.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Apply Kernel Variables.
May 30 19:44:20 archlinux systemd[1]: systemd-sysctl.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Set Up Additional Binary Formats...
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Verity Protected Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Integrity Protected Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
May 30 19:44:20 archlinux systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
May 30 19:44:20 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped target System Initialization.
May 30 19:44:20 archlinux systemd[1]: Closed D-Bus System Message Bus Socket.
May 30 19:44:20 archlinux systemd[1]: dbus.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped D-Bus System Message Bus.
May 30 19:44:20 archlinux systemd[1]: dbus-broker.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping D-Bus System Message Bus...
May 30 19:44:20 archlinux dbus-broker[512]: Dispatched 1467 messages @ 3(±5)μs / message.
May 30 19:44:20 archlinux systemd[1]: Closed Nix Daemon Socket.
May 30 19:44:20 archlinux systemd[1]: nix-daemon.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/keyboxd.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-extra.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-browser.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pac>
May 30 19:44:20 archlinux systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/dirmngr.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Closed Socket for Clam AntiVirus userspace daemon.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped target Socket Units.
May 30 19:44:20 archlinux systemd[1]: Removed slice User and Session Slice.
May 30 19:44:20 archlinux systemd[1]: Stopped target Slice Units.
May 30 19:44:20 archlinux systemd[1]: Stopped target Path Units.
May 30 19:44:20 archlinux systemd[1]: Stopped target Basic System.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.service: Consumed 15.656s CPU time.
May 30 19:44:20 archlinux systemd[1]: Stopped Clam AntiVirus userspace daemon.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.service: Deactivated successfully.
May 30 19:44:20 archlinux clamd[515]: Thu May 30 19:44:20 2024 -> --- Stopped at Thu May 30 19:44:20 2024
May 30 19:44:20 archlinux clamd[515]: Thu May 30 19:44:20 2024 -> Pid file removed.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.service: Consumed 15.656s CPU time.
May 30 19:44:20 archlinux systemd[1]: Stopped Clam AntiVirus userspace daemon.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.service: Deactivated successfully.
May 30 19:44:20 archlinux clamd[515]: Thu May 30 19:44:20 2024 -> --- Stopped at Thu May 30 19:44:20 2024
May 30 19:44:20 archlinux clamd[515]: Thu May 30 19:44:20 2024 -> Pid file removed.
May 30 19:44:20 archlinux systemd[1]: Stopped Network Manager.
May 30 19:44:20 archlinux systemd[1]: NetworkManager.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped User Login Management.
May 30 19:44:20 archlinux systemd[1]: systemd-logind.service: Deactivated successfully.
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1156] exiting (success)
May 30 19:44:20 archlinux dbus-broker-launch[511]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
May 30 19:44:20 archlinux systemd[1]: Stopping Network Manager...
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1084] manager: NetworkManager state is now CONNECTED_SITE
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): state changed no lease
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): activation: beginning transaction (timeou>
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): canceled DHCP transaction
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): state changed no lease
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): activation: beginning transaction (timeou>
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): canceled DHCP transaction
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1077] caught SIGTERM, shutting down normally.
May 30 19:44:20 archlinux systemd[1]: Stopped target Remote File Systems.
May 30 19:44:20 archlinux systemd[1]: Stopped target Network.
May 30 19:44:20 archlinux systemd[1]: Stopped Permit User Sessions.
May 30 19:44:20 archlinux systemd[1]: systemd-user-sessions.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Permit User Sessions...
May 30 19:44:20 archlinux systemd[1]: Stopping User Login Management...
May 30 19:44:20 archlinux systemd[1]: Stopped Simple Desktop Display Manager.
May 30 19:44:20 archlinux systemd[1]: sddm.service: Deactivated successfully.
May 30 19:44:20 archlinux sddm[564]: Running display stop script  QList("/usr/share/sddm/scripts/Xstop")
May 30 19:44:20 archlinux sddm[564]: Display server stopped.
May 30 19:44:19 archlinux systemd[1]: Finished Generate shutdown-ramfs.
May 30 19:44:19 archlinux systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
May 30 19:44:19 archlinux mkinitcpio[618]: ==> Build complete.
May 30 19:44:19 archlinux systemd[1]: Removed slice User Slice of UID 969.
May 30 19:44:19 archlinux systemd[1]: Stopped User Runtime Directory /run/user/969.
May 30 19:44:19 archlinux systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Unmounted /run/user/969.
May 30 19:44:19 archlinux systemd[1]: run-user-969.mount: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopping User Runtime Directory /run/user/969...
May 30 19:44:19 archlinux mkinitcpio[618]:   -> Running build hook: [sd-shutdown]
May 30 19:44:19 archlinux mkinitcpio[618]: ==> Starting build: 'none'
May 30 19:44:19 archlinux systemd[1]: Stopped User Manager for UID 969.
May 30 19:44:19 archlinux systemd[1]: user@969.service: Deactivated successfully.
May 30 19:44:19 archlinux (sd-pam)[578]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-u>
May 30 19:44:19 archlinux (sd-pam)[578]: pam_unix(systemd-user:session): session closed for user sddm
May 30 19:44:19 archlinux systemd[576]: Reached target Exit the Session.
May 30 19:44:19 archlinux systemd[576]: Finished Exit the Session.
May 30 19:44:19 archlinux systemd[576]: Reached target Shutdown.
May 30 19:44:19 archlinux systemd[576]: Removed slice User Application Slice.
May 30 19:44:19 archlinux systemd[576]: Closed D-Bus User Message Bus Socket.
May 30 19:44:19 archlinux systemd[576]: Removed slice User Core Session Slice.
May 30 19:44:19 archlinux systemd[576]: Stopped D-Bus User Message Bus.
May 30 19:44:19 archlinux systemd[576]: Stopping D-Bus User Message Bus...
May 30 19:44:19 archlinux dbus-broker[594]: Dispatched 13 messages @ 7(±4)μs / message.
May 30 19:44:19 archlinux systemd[576]: Closed PipeWire Multimedia System Sockets.
May 30 19:44:19 archlinux systemd[576]: Closed PipeWire PulseAudio.
May 30 19:44:19 archlinux systemd[576]: Closed p11-kit server.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG public key management service.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent (ssh-agent emulation).
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 30 19:44:19 archlinux systemd[576]: Closed GCR ssh-agent wrapper.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG network certificate management daemon.
May 30 19:44:19 archlinux systemd[576]: Stopped target Timers.
May 30 19:44:19 archlinux systemd[576]: Stopped target Sockets.
May 30 19:44:19 archlinux systemd[576]: Stopped target Paths.
May 30 19:44:19 archlinux systemd[576]: Stopped target Basic System.
May 30 19:44:19 archlinux systemd[576]: Stopped target Main User Target.
May 30 19:44:19 archlinux systemd[576]: Activating special unit Exit the Session...
May 30 19:44:19 archlinux systemd-logind[516]: Removed session c1.
May 30 19:44:19 archlinux systemd[1]: Stopping User Manager for UID 969...
May 30 19:44:19 archlinux systemd[1]: Stopped Load/Save OS Random Seed.
May 30 19:44:19 archlinux systemd[1]: systemd-random-seed.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd-logind[516]: Session c1 logged out. Waiting for processes to exit.
May 30 19:44:19 archlinux systemd[1]: Stopped Session c1 of User sddm.
May 30 19:44:19 archlinux systemd[1]: session-c1.scope: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Bluetooth service.
May 30 19:44:19 archlinux systemd[1]: bluetooth.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopping Load/Save OS Random Seed...
May 30 19:44:19 archlinux sddm[564]: Display server stopping...
May 30 19:44:19 archlinux sddm[564]: Socket server stopped.
May 30 19:44:19 archlinux sddm[564]: Socket server stopping...
May 30 19:44:19 archlinux sddm[564]: Signal received: SIGTERM
May 30 19:44:19 archlinux systemd[1]: Stopping Simple Desktop Display Manager...
May 30 19:44:19 archlinux systemd[1]: Starting Generate shutdown-ramfs...
May 30 19:44:19 archlinux systemd[1]: Stopping Clam AntiVirus userspace daemon...
May 30 19:44:19 archlinux systemd[1]: Stopping Bluetooth service...
May 30 19:44:19 archlinux systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 30 19:44:19 archlinux systemd[1]: systemd-rfkill.socket: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target System Time Set.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily Cleanup of Temporary Directories.
May 30 19:44:19 archlinux systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily verification of password and group files.
May 30 19:44:19 archlinux systemd[1]: shadow.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily man-db regeneration.
May 30 19:44:19 archlinux systemd[1]: man-db.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
May 30 19:44:19 archlinux systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target Timer Units.
May 30 19:44:19 archlinux systemd[1]: Stopped target Sound Card.
May 30 19:44:19 archlinux systemd[1]: Stopped target Login Prompts.
May 30 19:44:19 archlinux systemd[1]: Stopped target Multi-User System.
May 30 19:44:19 archlinux sddm[564]: Greeter stopped. SDDM::Auth::HELPER_AUTH_ERROR
May 30 19:44:19 archlinux systemd[1]: Stopped target Graphical Interface.
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper exited with 1
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper (--socket /tmp/sddm-auth-4bacbec0-e1c5-45d1-be59-10af5e6e29f5 --id 2 --star>
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux bluetoothd[514]: Exit
May 30 19:44:19 archlinux systemd[1]: Stopped target Bluetooth Support.
May 30 19:44:19 archlinux bluetoothd[514]: Stopping SDP server
May 30 19:44:19 archlinux systemd[1]: Removed slice Slice /system/modprobe.
May 30 19:44:19 archlinux bluetoothd[514]: Battery Provider Manager destroyed
May 30 19:44:19 archlinux systemd[1]: Removed slice Slice /system/getty.
May 30 19:44:19 archlinux systemd[1]: Stopping Session c1 of User sddm...
May 30 19:44:19 archlinux bluetoothd[514]: Terminating
May 30 19:44:19 archlinux sddm-helper[572]: Signal received: SIGTERM
May 30 19:44:19 archlinux sddm-greeter[589]: Signal received: SIGTERM
May 30 19:44:19 archlinux systemd-logind[516]: System is powering down.
May 30 19:44:19 archlinux systemd-logind[516]: The system will power off now!
May 30 19:44:19 archlinux sddm[564]: Message received from greeter: PowerOff
May 30 19:43:00 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
May 30 19:43:00 archlinux systemd-timesyncd[449]: Initial clock synchronization to Thu 2024-05-30 19:43:00.408068 IST.
May 30 19:43:00 archlinux systemd-timesyncd[449]: Contacted time server 162.159.200.1:123 (2.arch.pool.ntp.org).
May 30 19:42:27 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Self checking every 600 seconds.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> OneNote support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> HWP3 support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> XMLDOCS support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> HTML support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> SWF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> PDF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> OLE2 support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Mail files support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> ELF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Portable Executable support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Heuristic alerts enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> AlertExceedsMax heuristic detection disabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Archive support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: PCREMaxFileSize limit set to 104857600.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: PCRERecMatchLimit limit set to 2000.
May 30 19:44:19 archlinux systemd[1]: Stopping Clam AntiVirus userspace daemon...
May 30 19:44:19 archlinux systemd[1]: Stopping Bluetooth service...
May 30 19:44:19 archlinux systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 30 19:44:19 archlinux systemd[1]: systemd-rfkill.socket: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target System Time Set.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily Cleanup of Temporary Directories.
May 30 19:44:19 archlinux systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily verification of password and group files.
May 30 19:44:19 archlinux systemd[1]: shadow.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily man-db regeneration.
May 30 19:44:19 archlinux systemd[1]: man-db.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
May 30 19:44:19 archlinux systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target Timer Units.
May 30 19:44:19 archlinux systemd[1]: Stopped target Sound Card.
May 30 19:44:19 archlinux systemd[1]: Stopped target Login Prompts.
May 30 19:44:19 archlinux systemd[1]: Stopped target Multi-User System.
May 30 19:44:19 archlinux sddm[564]: Greeter stopped. SDDM::Auth::HELPER_AUTH_ERROR
May 30 19:44:19 archlinux systemd[1]: Stopped target Graphical Interface.
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper exited with 1
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper (--socket /tmp/sddm-auth-4bacbec0-e1c5-45d1-be59-10af5e6e29f5 --id 2 --star>
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux bluetoothd[514]: Exit
May 30 19:44:19 archlinux systemd[1]: Stopped target Bluetooth Support.
May 30 19:44:19 archlinux bluetoothd[514]: Stopping SDP server
May 30 19:44:19 archlinux systemd[1]: Removed slice Slice /system/modprobe.
May 30 19:44:19 archlinux bluetoothd[514]: Battery Provider Manager destroyed
❯ journalctl -rb -1
May 30 19:44:20 archlinux systemd[1]: Unmounted /var/cache/pacman/pkg.
May 30 19:44:20 archlinux systemd[1]: var-cache-pacman-pkg.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted Temporary Directory /tmp.
May 30 19:44:20 archlinux systemd[1]: tmp.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /home.
May 30 19:44:20 archlinux systemd[1]: home.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /boot.
May 30 19:44:20 archlinux systemd[1]: boot.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /.snapshots.
May 30 19:44:20 archlinux systemd[1]: \x2esnapshots.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Flush Journal to Persistent Storage...
May 30 19:44:20 archlinux systemd[1]: Unmounting /var/cache/pacman/pkg...
May 30 19:44:20 archlinux systemd[1]: Unmounting Temporary Directory /tmp...
May 30 19:44:20 archlinux systemd[1]: Unmounting /home...
May 30 19:44:20 archlinux systemd[1]: Unmounting /boot...
May 30 19:44:20 archlinux systemd[1]: Unmounting /.snapshots...
May 30 19:44:20 archlinux systemd[1]: Stopped target Local File Systems.
May 30 19:44:20 archlinux systemd[1]: Stopped Create Volatile Files and Directories.
May 30 19:44:20 archlinux systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Network Time Synchronization.
May 30 19:44:20 archlinux systemd[1]: systemd-timesyncd.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
May 30 19:44:20 archlinux systemd[1]: systemd-update-utmp.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
May 30 19:44:20 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Set Up Additional Binary Formats.
May 30 19:44:20 archlinux systemd[1]: systemd-binfmt.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
May 30 19:44:20 archlinux systemd[1]: Stopped Rebuild Journal Catalog.
May 30 19:44:20 archlinux systemd[1]: systemd-journal-catalog-update.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Rebuild Dynamic Linker Cache.
May 30 19:44:20 archlinux systemd[1]: ldconfig.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Update is Completed.
May 30 19:44:20 archlinux systemd[1]: systemd-update-done.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Network Time Synchronization...
May 30 19:44:20 archlinux systemd[1]: systemd-modules-load.service: Consumed 1.186s CPU time.
May 30 19:44:20 archlinux systemd[1]: Stopped Load Kernel Modules.
May 30 19:44:20 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Closed Process Core Dump Socket.
May 30 19:44:20 archlinux systemd[1]: systemd-coredump.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Apply Kernel Variables.
May 30 19:44:20 archlinux systemd[1]: systemd-sysctl.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Set Up Additional Binary Formats...
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Verity Protected Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Integrity Protected Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
May 30 19:44:20 archlinux systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
May 30 19:44:20 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped target System Initialization.
May 30 19:44:20 archlinux systemd[1]: Closed D-Bus System Message Bus Socket.
May 30 19:44:20 archlinux systemd[1]: dbus.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped D-Bus System Message Bus.
May 30 19:44:20 archlinux systemd[1]: dbus-broker.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping D-Bus System Message Bus...
May 30 19:44:20 archlinux dbus-broker[512]: Dispatched 1467 messages @ 3(±5)μs / message.
May 30 19:44:20 archlinux systemd[1]: Closed Nix Daemon Socket.
May 30 19:44:20 archlinux systemd[1]: nix-daemon.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/keyboxd.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-extra.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-browser.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pac>
May 30 19:44:20 archlinux systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/dirmngr.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Closed Socket for Clam AntiVirus userspace daemon.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped target Socket Units.
May 30 19:44:20 archlinux systemd[1]: Removed slice User and Session Slice.
May 30 19:44:20 archlinux systemd[1]: Stopped target Slice Units.
May 30 19:44:20 archlinux systemd[1]: Stopped target Path Units.
May 30 19:44:20 archlinux systemd[1]: Stopped target Basic System.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.service: Consumed 15.656s CPU time.
May 30 19:44:20 archlinux systemd[1]: Stopped Clam AntiVirus userspace daemon.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.service: Deactivated successfully.
May 30 19:44:20 archlinux clamd[515]: Thu May 30 19:44:20 2024 -> --- Stopped at Thu May 30 19:44:20 2024
May 30 19:44:20 archlinux clamd[515]: Thu May 30 19:44:20 2024 -> Pid file removed.
May 30 19:44:20 archlinux systemd[1]: Stopped Network Manager.
May 30 19:44:20 archlinux systemd[1]: NetworkManager.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped User Login Management.
May 30 19:44:20 archlinux systemd[1]: systemd-logind.service: Deactivated successfully.
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1156] exiting (success)
May 30 19:44:20 archlinux dbus-broker-launch[511]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
May 30 19:44:20 archlinux systemd[1]: Stopping Network Manager...
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1084] manager: NetworkManager state is now CONNECTED_SITE
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): state changed no lease
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): activation: beginning transaction (timeou>
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): canceled DHCP transaction
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): state changed no lease
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): activation: beginning transaction (timeou>
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): canceled DHCP transaction
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1077] caught SIGTERM, shutting down normally.
May 30 19:44:20 archlinux systemd[1]: Stopped target Remote File Systems.
May 30 19:44:20 archlinux systemd[1]: Stopped target Network.
May 30 19:44:20 archlinux systemd[1]: Stopped Permit User Sessions.
May 30 19:44:20 archlinux systemd[1]: systemd-user-sessions.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Permit User Sessions...
May 30 19:44:20 archlinux systemd[1]: Stopping User Login Management...
May 30 19:44:20 archlinux systemd[1]: Stopped Simple Desktop Display Manager.
May 30 19:44:20 archlinux systemd[1]: sddm.service: Deactivated successfully.
May 30 19:44:20 archlinux sddm[564]: Running display stop script  QList("/usr/share/sddm/scripts/Xstop")
May 30 19:44:20 archlinux sddm[564]: Display server stopped.
May 30 19:44:19 archlinux systemd[1]: Finished Generate shutdown-ramfs.
May 30 19:44:19 archlinux systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
May 30 19:44:19 archlinux mkinitcpio[618]: ==> Build complete.
May 30 19:44:19 archlinux systemd[1]: Removed slice User Slice of UID 969.
May 30 19:44:19 archlinux systemd[1]: Stopped User Runtime Directory /run/user/969.
May 30 19:44:19 archlinux systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Unmounted /run/user/969.
May 30 19:44:19 archlinux systemd[1]: run-user-969.mount: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopping User Runtime Directory /run/user/969...
May 30 19:44:19 archlinux mkinitcpio[618]:   -> Running build hook: [sd-shutdown]
May 30 19:44:19 archlinux mkinitcpio[618]: ==> Starting build: 'none'
May 30 19:44:19 archlinux systemd[1]: Stopped User Manager for UID 969.
May 30 19:44:19 archlinux systemd[1]: user@969.service: Deactivated successfully.
May 30 19:44:19 archlinux (sd-pam)[578]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-u>
May 30 19:44:19 archlinux (sd-pam)[578]: pam_unix(systemd-user:session): session closed for user sddm
May 30 19:44:19 archlinux systemd[576]: Reached target Exit the Session.
May 30 19:44:19 archlinux systemd[576]: Finished Exit the Session.
May 30 19:44:19 archlinux systemd[576]: Reached target Shutdown.
May 30 19:44:19 archlinux systemd[576]: Removed slice User Application Slice.
May 30 19:44:19 archlinux systemd[576]: Closed D-Bus User Message Bus Socket.
May 30 19:44:19 archlinux systemd[576]: Removed slice User Core Session Slice.
May 30 19:44:19 archlinux systemd[576]: Stopped D-Bus User Message Bus.
May 30 19:44:19 archlinux systemd[576]: Stopping D-Bus User Message Bus...
May 30 19:44:19 archlinux dbus-broker[594]: Dispatched 13 messages @ 7(±4)μs / message.
May 30 19:44:19 archlinux systemd[576]: Closed PipeWire Multimedia System Sockets.
May 30 19:44:19 archlinux systemd[576]: Closed PipeWire PulseAudio.
May 30 19:44:19 archlinux systemd[576]: Closed p11-kit server.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG public key management service.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent (ssh-agent emulation).
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 30 19:44:19 archlinux systemd[576]: Closed GCR ssh-agent wrapper.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG network certificate management daemon.
May 30 19:44:19 archlinux systemd[576]: Stopped target Timers.
May 30 19:44:19 archlinux systemd[576]: Stopped target Sockets.
May 30 19:44:19 archlinux systemd[576]: Stopped target Paths.
May 30 19:44:19 archlinux systemd[576]: Stopped target Basic System.
May 30 19:44:19 archlinux systemd[576]: Stopped target Main User Target.
May 30 19:44:19 archlinux systemd[576]: Activating special unit Exit the Session...
May 30 19:44:19 archlinux systemd-logind[516]: Removed session c1.
May 30 19:44:19 archlinux systemd[1]: Stopping User Manager for UID 969...
May 30 19:44:19 archlinux systemd[1]: Stopped Load/Save OS Random Seed.
May 30 19:44:19 archlinux systemd[1]: systemd-random-seed.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd-logind[516]: Session c1 logged out. Waiting for processes to exit.
May 30 19:44:19 archlinux systemd[1]: Stopped Session c1 of User sddm.
May 30 19:44:19 archlinux systemd[1]: session-c1.scope: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Bluetooth service.
May 30 19:44:19 archlinux systemd[1]: bluetooth.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopping Load/Save OS Random Seed...
May 30 19:44:19 archlinux sddm[564]: Display server stopping...
May 30 19:44:19 archlinux sddm[564]: Socket server stopped.
May 30 19:44:19 archlinux sddm[564]: Socket server stopping...
May 30 19:44:19 archlinux sddm[564]: Signal received: SIGTERM
May 30 19:44:19 archlinux systemd[1]: Stopping Simple Desktop Display Manager...
May 30 19:44:19 archlinux systemd[1]: Starting Generate shutdown-ramfs...
May 30 19:44:19 archlinux systemd[1]: Stopping Clam AntiVirus userspace daemon...
May 30 19:44:19 archlinux systemd[1]: Stopping Bluetooth service...
May 30 19:44:19 archlinux systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 30 19:44:19 archlinux systemd[1]: systemd-rfkill.socket: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target System Time Set.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily Cleanup of Temporary Directories.
May 30 19:44:19 archlinux systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily verification of password and group files.
May 30 19:44:19 archlinux systemd[1]: shadow.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily man-db regeneration.
May 30 19:44:19 archlinux systemd[1]: man-db.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
May 30 19:44:19 archlinux systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target Timer Units.
May 30 19:44:19 archlinux systemd[1]: Stopped target Sound Card.
May 30 19:44:19 archlinux systemd[1]: Stopped target Login Prompts.
May 30 19:44:19 archlinux systemd[1]: Stopped target Multi-User System.
May 30 19:44:19 archlinux sddm[564]: Greeter stopped. SDDM::Auth::HELPER_AUTH_ERROR
May 30 19:44:19 archlinux systemd[1]: Stopped target Graphical Interface.
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper exited with 1
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper (--socket /tmp/sddm-auth-4bacbec0-e1c5-45d1-be59-10af5e6e29f5 --id 2 --star>
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux bluetoothd[514]: Exit
May 30 19:44:19 archlinux systemd[1]: Stopped target Bluetooth Support.
May 30 19:44:19 archlinux bluetoothd[514]: Stopping SDP server
May 30 19:44:19 archlinux systemd[1]: Removed slice Slice /system/modprobe.
May 30 19:44:19 archlinux bluetoothd[514]: Battery Provider Manager destroyed
May 30 19:44:19 archlinux systemd[1]: Removed slice Slice /system/getty.
May 30 19:44:19 archlinux systemd[1]: Stopping Session c1 of User sddm...
May 30 19:44:19 archlinux bluetoothd[514]: Terminating
May 30 19:44:19 archlinux sddm-helper[572]: Signal received: SIGTERM
May 30 19:44:19 archlinux sddm-greeter[589]: Signal received: SIGTERM
May 30 19:44:19 archlinux systemd-logind[516]: System is powering down.
May 30 19:44:19 archlinux systemd-logind[516]: The system will power off now!
May 30 19:44:19 archlinux sddm[564]: Message received from greeter: PowerOff
May 30 19:43:00 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
May 30 19:43:00 archlinux systemd-timesyncd[449]: Initial clock synchronization to Thu 2024-05-30 19:43:00.408068 IST.
May 30 19:43:00 archlinux systemd-timesyncd[449]: Contacted time server 162.159.200.1:123 (2.arch.pool.ntp.org).
May 30 19:42:27 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Self checking every 600 seconds.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> OneNote support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> HWP3 support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> XMLDOCS support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> HTML support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> SWF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> PDF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> OLE2 support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Mail files support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> ELF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Portable Executable support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Heuristic alerts enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> AlertExceedsMax heuristic detection disabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Archive support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: PCREMaxFileSize limit set to 104857600.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: PCRERecMatchLimit limit set to 2000.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: PCREMatchLimit limit set to 100000.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxRecHWP3 limit set to 16.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxIconsPE limit set to 100.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxPartitions limit set to 50.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxZipTypeRcg limit set to 1048576 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxScriptNormalize limit set to 20971520 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxHTMLNoTags limit set to 8388608 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxHTMLNormalize limit set to 41943040 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxEmbeddedPE limit set to 41943040 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: Files limit set to 10000.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: Recursion level limit set to 17.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: File size limit set to 104857600 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: Global size limit set to 419430400 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: Global time limit set to 120000 milliseconds.
May 30 19:42:17 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
May 30 19:42:17 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
May 30 19:42:17 archlinux NetworkManager[513]: <info>  [1717078337.6217] manager: NetworkManager state is now CONNECTED_GLOBAL
May 30 19:42:17 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 30 19:42:13 archlinux NetworkManager[513]: <info>  [1717078333.8891] policy: set 'Wired connection 1' (enp2s0) as default for >
May 30 19:42:13 archlinux NetworkManager[513]: <info>  [1717078333.8891] manager: NetworkManager state is now CONNECTED_SITE
May 30 19:42:13 archlinux NetworkManager[513]: <info>  [1717078333.8889] dhcp4 (enp2s0): state changed new lease, address=192.168.>
May 30 19:42:13 archlinux NetworkManager[513]: <info>  [1717078333.7558] dhcp4 (enp2s0): state changed new lease, address=192.168.>
May 30 19:42:11 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1885] manager: startup complete
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1882] device (enp2s0): Activation: successful, device activated.
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1881] manager: NetworkManager state is now CONNECTED_LOCAL
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1879] device (enp2s0): state change: secondaries -> activated (>
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1878] device (enp2s0): state change: ip-check -> secondaries (r>
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1869] device (enp2s0): state change: ip-config -> ip-check (rea>
May 30 19:42:11 archlinux dbus-broker-launch[511]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbu>
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1759] dhcp6 (enp2s0): state changed new lease
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1570] dhcp6 (enp2s0): activation: beginning transaction (timeou>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5638] dhcp4 (enp2s0): activation: beginning transaction (timeou>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5636] device (enp2s0): state change: config -> ip-config (reaso>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5632] device (enp2s0): state change: prepare -> config (reason >
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5631] manager: NetworkManager state is now CONNECTING
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5630] device (enp2s0): state change: disconnected -> prepare (r>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5630] device (enp2s0): Activation: starting connection 'Wired c>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5628] policy: auto-activating connection 'Wired connection 1' (>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5625] device (enp2s0): state change: unavailable -> disconnecte>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5623] device (enp2s0): carrier: link connected
May 30 19:42:09 archlinux kernel: r8169 0000:02:00.0 enp2s0: Link is Up - 1Gbps/Full - flow control off
May 30 19:42:09 archlinux sddm-greeter[589]: Message received from daemon: HostName
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: Message received from daemon: Capabilities
May 30 19:42:09 archlinux sddm-greeter[589]: Adding view for "HDMI-0" QRect(0,0 1920x1080)
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SessionButton.qml:38:5: Unable to assi>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/Input.qml:561:5: QML Connections: Impl>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/VirtualKeyboard.qml:26:1: module "QtQu>
May 30 19:42:09 archlinux sddm-greeter[589]: Loading file:///usr/share/sddm/themes/Candy/Main.qml...
May 30 19:42:09 archlinux sddm[564]: Message received from greeter: Connect
May 30 19:42:09 archlinux sddm-greeter[589]: Connected to the daemon.
May 30 19:42:09 archlinux dbus-broker-launch[593]: Ready
May 30 19:42:09 archlinux systemd[576]: Started D-Bus User Message Bus.
May 30 19:42:09 archlinux dbus-broker-launch[593]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropp>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropp>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is n>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/sh>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service'>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/s>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.knopwob.dunst.service' is not nam>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.erikreider.swaync.service' is not>
May 30 19:42:09 archlinux systemd[576]: Starting D-Bus User Message Bus...
May 30 19:42:09 archlinux systemd[576]: Created slice User Core Session Slice.
May 30 19:42:09 archlinux sddm-greeter[589]: Loading theme configuration from "/usr/share/sddm/themes/Candy/theme.conf"
May 30 19:42:09 archlinux sddm-greeter[589]: Reading from "/usr/share/wayland-sessions/hyprland.desktop"
May 30 19:44:20 archlinux systemd[1]: sddm.service: Deactivated successfully.
May 30 19:44:20 archlinux sddm[564]: Running display stop script  QList("/usr/share/sddm/scripts/Xstop")
May 30 19:44:20 archlinux sddm[564]: Display server stopped.
May 30 19:44:19 archlinux systemd[1]: Finished Generate shutdown-ramfs.
May 30 19:44:19 archlinux systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
May 30 19:44:19 archlinux mkinitcpio[618]: ==> Build complete.
May 30 19:44:19 archlinux systemd[1]: Removed slice User Slice of UID 969.
May 30 19:44:19 archlinux systemd[1]: Stopped User Runtime Directory /run/user/969.
May 30 19:44:19 archlinux systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Unmounted /run/user/969.
May 30 19:44:19 archlinux systemd[1]: run-user-969.mount: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopping User Runtime Directory /run/user/969...
May 30 19:44:19 archlinux mkinitcpio[618]:   -> Running build hook: [sd-shutdown]
May 30 19:44:19 archlinux mkinitcpio[618]: ==> Starting build: 'none'
May 30 19:44:19 archlinux systemd[1]: Stopped User Manager for UID 969.
May 30 19:44:19 archlinux systemd[1]: user@969.service: Deactivated successfully.
May 30 19:44:19 archlinux (sd-pam)[578]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-u>
May 30 19:44:19 archlinux (sd-pam)[578]: pam_unix(systemd-user:session): session closed for user sddm
May 30 19:44:19 archlinux systemd[576]: Reached target Exit the Session.
May 30 19:44:19 archlinux systemd[576]: Finished Exit the Session.
May 30 19:44:19 archlinux systemd[576]: Reached target Shutdown.
May 30 19:44:19 archlinux systemd[576]: Removed slice User Application Slice.
May 30 19:44:19 archlinux systemd[576]: Closed D-Bus User Message Bus Socket.
May 30 19:44:19 archlinux systemd[576]: Removed slice User Core Session Slice.
May 30 19:44:19 archlinux systemd[576]: Stopped D-Bus User Message Bus.
May 30 19:44:19 archlinux systemd[576]: Stopping D-Bus User Message Bus...
May 30 19:44:19 archlinux dbus-broker[594]: Dispatched 13 messages @ 7(±4)μs / message.
May 30 19:44:19 archlinux systemd[576]: Closed PipeWire Multimedia System Sockets.
May 30 19:44:19 archlinux systemd[576]: Closed PipeWire PulseAudio.
May 30 19:44:19 archlinux systemd[576]: Closed p11-kit server.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG public key management service.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent (ssh-agent emulation).
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 30 19:44:19 archlinux systemd[576]: Closed GCR ssh-agent wrapper.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG network certificate management daemon.
May 30 19:44:19 archlinux systemd[576]: Stopped target Timers.
May 30 19:44:19 archlinux systemd[576]: Stopped target Sockets.
May 30 19:44:19 archlinux systemd[576]: Stopped target Paths.
May 30 19:44:19 archlinux systemd[576]: Stopped target Basic System.
May 30 19:44:19 archlinux systemd[576]: Stopped target Main User Target.
May 30 19:44:19 archlinux systemd[576]: Activating special unit Exit the Session...
May 30 19:44:19 archlinux systemd-logind[516]: Removed session c1.
May 30 19:44:19 archlinux systemd[1]: Stopping User Manager for UID 969...
May 30 19:44:19 archlinux systemd[1]: Stopped Load/Save OS Random Seed.
May 30 19:44:19 archlinux systemd[1]: systemd-random-seed.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd-logind[516]: Session c1 logged out. Waiting for processes to exit.
May 30 19:44:19 archlinux systemd[1]: Stopped Session c1 of User sddm.
May 30 19:44:19 archlinux systemd[1]: session-c1.scope: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Bluetooth service.
May 30 19:44:19 archlinux systemd[1]: bluetooth.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopping Load/Save OS Random Seed...
May 30 19:44:19 archlinux sddm[564]: Display server stopping...
May 30 19:44:19 archlinux sddm[564]: Socket server stopped.
May 30 19:44:19 archlinux sddm[564]: Socket server stopping...
May 30 19:44:19 archlinux sddm[564]: Signal received: SIGTERM
May 30 19:44:19 archlinux systemd[1]: Stopping Simple Desktop Display Manager...
May 30 19:44:19 archlinux systemd[1]: Starting Generate shutdown-ramfs...
May 30 19:44:19 archlinux systemd[1]: Stopping Clam AntiVirus userspace daemon...
May 30 19:44:19 archlinux systemd[1]: Stopping Bluetooth service...
May 30 19:44:19 archlinux systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 30 19:44:19 archlinux systemd[1]: systemd-rfkill.socket: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target System Time Set.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily Cleanup of Temporary Directories.
May 30 19:44:19 archlinux systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily verification of password and group files.
May 30 19:44:19 archlinux systemd[1]: shadow.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily man-db regeneration.
May 30 19:44:19 archlinux systemd[1]: man-db.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
May 30 19:44:19 archlinux systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target Timer Units.
May 30 19:44:19 archlinux systemd[1]: Stopped target Sound Card.
May 30 19:44:19 archlinux systemd[1]: Stopped target Login Prompts.
May 30 19:44:19 archlinux systemd[1]: Stopped target Multi-User System.
May 30 19:44:19 archlinux sddm[564]: Greeter stopped. SDDM::Auth::HELPER_AUTH_ERROR
May 30 19:44:19 archlinux systemd[1]: Stopped target Graphical Interface.
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper exited with 1
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper (--socket /tmp/sddm-auth-4bacbec0-e1c5-45d1-be59-10af5e6e29f5 --id 2 --star>
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux bluetoothd[514]: Exit
May 30 19:44:19 archlinux systemd[1]: Stopped target Bluetooth Support.
May 30 19:44:20 archlinux systemd[1]: Unmounted /var/cache/pacman/pkg.
May 30 19:44:20 archlinux systemd[1]: var-cache-pacman-pkg.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted Temporary Directory /tmp.
May 30 19:44:20 archlinux systemd[1]: tmp.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /home.
May 30 19:44:20 archlinux systemd[1]: home.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /boot.
May 30 19:44:20 archlinux systemd[1]: boot.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /.snapshots.
May 30 19:44:20 archlinux systemd[1]: \x2esnapshots.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Flush Journal to Persistent Storage...
May 30 19:44:20 archlinux systemd[1]: Unmounting /var/cache/pacman/pkg...
May 30 19:44:20 archlinux systemd[1]: Unmounting Temporary Directory /tmp...
May 30 19:44:20 archlinux systemd[1]: Unmounting /home...
May 30 19:44:20 archlinux systemd[1]: Unmounting /boot...
May 30 19:44:20 archlinux systemd[1]: Unmounting /.snapshots...
May 30 19:44:20 archlinux systemd[1]: Stopped target Local File Systems.
May 30 19:44:20 archlinux systemd[1]: Stopped Create Volatile Files and Directories.
May 30 19:44:20 archlinux systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Network Time Synchronization.
May 30 19:44:20 archlinux systemd[1]: systemd-timesyncd.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
May 30 19:44:20 archlinux systemd[1]: systemd-update-utmp.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
May 30 19:44:20 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Set Up Additional Binary Formats.
May 30 19:44:20 archlinux systemd[1]: systemd-binfmt.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
May 30 19:44:20 archlinux systemd[1]: Stopped Rebuild Journal Catalog.
May 30 19:44:20 archlinux systemd[1]: systemd-journal-catalog-update.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Rebuild Dynamic Linker Cache.
May 30 19:44:20 archlinux systemd[1]: ldconfig.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Update is Completed.
May 30 19:44:20 archlinux systemd[1]: systemd-update-done.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Network Time Synchronization...
May 30 19:44:20 archlinux systemd[1]: systemd-modules-load.service: Consumed 1.186s CPU time.
May 30 19:44:20 archlinux systemd[1]: Stopped Load Kernel Modules.
May 30 19:44:20 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Closed Process Core Dump Socket.
May 30 19:44:20 archlinux systemd[1]: systemd-coredump.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Apply Kernel Variables.
May 30 19:44:20 archlinux systemd[1]: systemd-sysctl.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Set Up Additional Binary Formats...
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Verity Protected Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Integrity Protected Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
May 30 19:44:20 archlinux systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
May 30 19:44:20 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped target System Initialization.
May 30 19:44:20 archlinux systemd[1]: Closed D-Bus System Message Bus Socket.
May 30 19:44:20 archlinux systemd[1]: dbus.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped D-Bus System Message Bus.
May 30 19:44:20 archlinux systemd[1]: dbus-broker.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping D-Bus System Message Bus...
May 30 19:44:20 archlinux dbus-broker[512]: Dispatched 1467 messages @ 3(±5)μs / message.
May 30 19:44:20 archlinux systemd[1]: Closed Nix Daemon Socket.
May 30 19:44:20 archlinux systemd[1]: nix-daemon.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/keyboxd.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-extra.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-browser.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pac>
May 30 19:44:20 archlinux systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/dirmngr.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Closed Socket for Clam AntiVirus userspace daemon.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped target Socket Units.
May 30 19:44:20 archlinux systemd[1]: Removed slice User and Session Slice.
May 30 19:44:20 archlinux systemd[1]: Stopped target Slice Units.
May 30 19:44:20 archlinux systemd[1]: Stopped target Path Units.
May 30 19:44:20 archlinux systemd[1]: Stopped target Basic System.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.service: Consumed 15.656s CPU time.
May 30 19:44:20 archlinux systemd[1]: Stopped Clam AntiVirus userspace daemon.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.service: Deactivated successfully.
May 30 19:44:20 archlinux clamd[515]: Thu May 30 19:44:20 2024 -> --- Stopped at Thu May 30 19:44:20 2024
May 30 19:44:20 archlinux clamd[515]: Thu May 30 19:44:20 2024 -> Pid file removed.
May 30 19:44:20 archlinux systemd[1]: Stopped Network Manager.
May 30 19:44:20 archlinux systemd[1]: NetworkManager.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped User Login Management.
May 30 19:44:20 archlinux systemd[1]: systemd-logind.service: Deactivated successfully.
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1156] exiting (success)
May 30 19:44:20 archlinux dbus-broker-launch[511]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
May 30 19:44:20 archlinux systemd[1]: Stopping Network Manager...
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1084] manager: NetworkManager state is now CONNECTED_SITE
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): state changed no lease
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): activation: beginning transaction (timeou>
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): canceled DHCP transaction
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): state changed no lease
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): activation: beginning transaction (timeou>
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): canceled DHCP transaction
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1077] caught SIGTERM, shutting down normally.
May 30 19:44:20 archlinux systemd[1]: Stopped target Remote File Systems.
May 30 19:44:20 archlinux systemd[1]: Stopped target Network.
May 30 19:44:20 archlinux systemd[1]: Stopped Permit User Sessions.
May 30 19:44:20 archlinux systemd[1]: systemd-user-sessions.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Permit User Sessions...
May 30 19:44:20 archlinux systemd[1]: Stopping User Login Management...
May 30 19:44:20 archlinux systemd[1]: Stopped Simple Desktop Display Manager.
May 30 19:44:20 archlinux systemd[1]: sddm.service: Deactivated successfully.
May 30 19:44:20 archlinux sddm[564]: Running display stop script  QList("/usr/share/sddm/scripts/Xstop")
May 30 19:44:20 archlinux sddm[564]: Display server stopped.
May 30 19:44:19 archlinux systemd[1]: Finished Generate shutdown-ramfs.
May 30 19:44:19 archlinux systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
May 30 19:44:19 archlinux mkinitcpio[618]: ==> Build complete.
May 30 19:44:19 archlinux systemd[1]: Removed slice User Slice of UID 969.
May 30 19:44:19 archlinux systemd[1]: Stopped User Runtime Directory /run/user/969.
May 30 19:44:19 archlinux systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Unmounted /run/user/969.
May 30 19:44:19 archlinux systemd[1]: run-user-969.mount: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopping User Runtime Directory /run/user/969...
May 30 19:44:19 archlinux mkinitcpio[618]:   -> Running build hook: [sd-shutdown]
May 30 19:44:19 archlinux mkinitcpio[618]: ==> Starting build: 'none'
May 30 19:44:19 archlinux systemd[1]: Stopped User Manager for UID 969.
May 30 19:44:19 archlinux systemd[1]: user@969.service: Deactivated successfully.
May 30 19:44:19 archlinux (sd-pam)[578]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-u>
May 30 19:44:19 archlinux (sd-pam)[578]: pam_unix(systemd-user:session): session closed for user sddm
May 30 19:44:19 archlinux systemd[576]: Reached target Exit the Session.
May 30 19:44:19 archlinux systemd[576]: Finished Exit the Session.
May 30 19:44:19 archlinux systemd[576]: Reached target Shutdown.
May 30 19:44:19 archlinux systemd[576]: Removed slice User Application Slice.
May 30 19:44:19 archlinux systemd[576]: Closed D-Bus User Message Bus Socket.
May 30 19:44:19 archlinux systemd[576]: Removed slice User Core Session Slice.
May 30 19:44:19 archlinux systemd[576]: Stopped D-Bus User Message Bus.
May 30 19:44:19 archlinux systemd[576]: Stopping D-Bus User Message Bus...
May 30 19:44:19 archlinux dbus-broker[594]: Dispatched 13 messages @ 7(±4)μs / message.
May 30 19:44:19 archlinux systemd[576]: Closed PipeWire Multimedia System Sockets.
May 30 19:44:19 archlinux systemd[576]: Closed PipeWire PulseAudio.
May 30 19:44:19 archlinux systemd[576]: Closed p11-kit server.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG public key management service.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent (ssh-agent emulation).
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 30 19:44:19 archlinux systemd[576]: Closed GCR ssh-agent wrapper.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG network certificate management daemon.
May 30 19:44:19 archlinux systemd[576]: Stopped target Timers.
May 30 19:44:19 archlinux systemd[576]: Stopped target Sockets.
May 30 19:44:19 archlinux systemd[576]: Stopped target Paths.
May 30 19:44:19 archlinux systemd[576]: Stopped target Basic System.
May 30 19:44:19 archlinux systemd[576]: Stopped target Main User Target.
May 30 19:44:19 archlinux systemd[576]: Activating special unit Exit the Session...
May 30 19:44:19 archlinux systemd-logind[516]: Removed session c1.
May 30 19:44:19 archlinux systemd[1]: Stopping User Manager for UID 969...
May 30 19:44:19 archlinux systemd[1]: Stopped Load/Save OS Random Seed.
May 30 19:44:19 archlinux systemd[1]: systemd-random-seed.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd-logind[516]: Session c1 logged out. Waiting for processes to exit.
May 30 19:44:19 archlinux systemd[1]: Stopped Session c1 of User sddm.
May 30 19:44:19 archlinux systemd[1]: session-c1.scope: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Bluetooth service.
May 30 19:44:19 archlinux systemd[1]: bluetooth.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopping Load/Save OS Random Seed...
May 30 19:44:19 archlinux sddm[564]: Display server stopping...
May 30 19:44:19 archlinux sddm[564]: Socket server stopped.
May 30 19:44:19 archlinux sddm[564]: Socket server stopping...
May 30 19:44:19 archlinux sddm[564]: Signal received: SIGTERM
May 30 19:44:19 archlinux systemd[1]: Stopping Simple Desktop Display Manager...
May 30 19:44:19 archlinux systemd[1]: Starting Generate shutdown-ramfs...
May 30 19:44:19 archlinux systemd[1]: Stopping Clam AntiVirus userspace daemon...
May 30 19:44:19 archlinux systemd[1]: Stopping Bluetooth service...
May 30 19:44:19 archlinux systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 30 19:44:19 archlinux systemd[1]: systemd-rfkill.socket: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target System Time Set.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily Cleanup of Temporary Directories.
May 30 19:44:19 archlinux systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily verification of password and group files.
May 30 19:44:19 archlinux systemd[1]: shadow.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily man-db regeneration.
May 30 19:44:19 archlinux systemd[1]: man-db.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
May 30 19:44:19 archlinux systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target Timer Units.
May 30 19:44:19 archlinux systemd[1]: Stopped target Sound Card.
May 30 19:44:19 archlinux systemd[1]: Stopped target Login Prompts.
May 30 19:44:19 archlinux systemd[1]: Stopped target Multi-User System.
May 30 19:44:19 archlinux sddm[564]: Greeter stopped. SDDM::Auth::HELPER_AUTH_ERROR
May 30 19:44:19 archlinux systemd[1]: Stopped target Graphical Interface.
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper exited with 1
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper (--socket /tmp/sddm-auth-4bacbec0-e1c5-45d1-be59-10af5e6e29f5 --id 2 --star>
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux bluetoothd[514]: Exit
May 30 19:44:19 archlinux systemd[1]: Stopped target Bluetooth Support.
May 30 19:44:19 archlinux bluetoothd[514]: Stopping SDP server
May 30 19:44:19 archlinux systemd[1]: Removed slice Slice /system/modprobe.
May 30 19:44:19 archlinux bluetoothd[514]: Battery Provider Manager destroyed
May 30 19:44:19 archlinux systemd[1]: Removed slice Slice /system/getty.
May 30 19:44:19 archlinux systemd[1]: Stopping Session c1 of User sddm...
May 30 19:44:19 archlinux bluetoothd[514]: Terminating
May 30 19:44:19 archlinux sddm-helper[572]: Signal received: SIGTERM
May 30 19:44:19 archlinux sddm-greeter[589]: Signal received: SIGTERM
May 30 19:44:19 archlinux systemd-logind[516]: System is powering down.
May 30 19:44:19 archlinux systemd-logind[516]: The system will power off now!
May 30 19:44:19 archlinux sddm[564]: Message received from greeter: PowerOff
May 30 19:43:00 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
May 30 19:43:00 archlinux systemd-timesyncd[449]: Initial clock synchronization to Thu 2024-05-30 19:43:00.408068 IST.
May 30 19:43:00 archlinux systemd-timesyncd[449]: Contacted time server 162.159.200.1:123 (2.arch.pool.ntp.org).
May 30 19:42:27 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Self checking every 600 seconds.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> OneNote support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> HWP3 support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> XMLDOCS support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> HTML support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> SWF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> PDF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> OLE2 support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Mail files support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> ELF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Portable Executable support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Heuristic alerts enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> AlertExceedsMax heuristic detection disabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Archive support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: PCREMaxFileSize limit set to 104857600.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: PCRERecMatchLimit limit set to 2000.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: PCREMatchLimit limit set to 100000.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxRecHWP3 limit set to 16.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxIconsPE limit set to 100.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxPartitions limit set to 50.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxZipTypeRcg limit set to 1048576 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxScriptNormalize limit set to 20971520 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxHTMLNoTags limit set to 8388608 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxHTMLNormalize limit set to 41943040 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: MaxEmbeddedPE limit set to 41943040 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: Files limit set to 10000.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: Recursion level limit set to 17.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: File size limit set to 104857600 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: Global size limit set to 419430400 bytes.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Limits: Global time limit set to 120000 milliseconds.
May 30 19:42:17 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
May 30 19:42:17 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
May 30 19:42:17 archlinux NetworkManager[513]: <info>  [1717078337.6217] manager: NetworkManager state is now CONNECTED_GLOBAL
May 30 19:42:17 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 30 19:42:13 archlinux NetworkManager[513]: <info>  [1717078333.8891] policy: set 'Wired connection 1' (enp2s0) as default for >
May 30 19:42:13 archlinux NetworkManager[513]: <info>  [1717078333.8891] manager: NetworkManager state is now CONNECTED_SITE
May 30 19:42:13 archlinux NetworkManager[513]: <info>  [1717078333.8889] dhcp4 (enp2s0): state changed new lease, address=192.168.>
May 30 19:42:13 archlinux NetworkManager[513]: <info>  [1717078333.7558] dhcp4 (enp2s0): state changed new lease, address=192.168.>
May 30 19:42:11 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1885] manager: startup complete
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1882] device (enp2s0): Activation: successful, device activated.
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1881] manager: NetworkManager state is now CONNECTED_LOCAL
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1879] device (enp2s0): state change: secondaries -> activated (>
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1878] device (enp2s0): state change: ip-check -> secondaries (r>
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1869] device (enp2s0): state change: ip-config -> ip-check (rea>
May 30 19:42:11 archlinux dbus-broker-launch[511]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbu>
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1759] dhcp6 (enp2s0): state changed new lease
May 30 19:42:11 archlinux NetworkManager[513]: <info>  [1717078331.1570] dhcp6 (enp2s0): activation: beginning transaction (timeou>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5638] dhcp4 (enp2s0): activation: beginning transaction (timeou>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5636] device (enp2s0): state change: config -> ip-config (reaso>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5632] device (enp2s0): state change: prepare -> config (reason >
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5631] manager: NetworkManager state is now CONNECTING
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5630] device (enp2s0): state change: disconnected -> prepare (r>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5630] device (enp2s0): Activation: starting connection 'Wired c>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5628] policy: auto-activating connection 'Wired connection 1' (>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5625] device (enp2s0): state change: unavailable -> disconnecte>
May 30 19:42:09 archlinux NetworkManager[513]: <info>  [1717078329.5623] device (enp2s0): carrier: link connected
May 30 19:42:09 archlinux kernel: r8169 0000:02:00.0 enp2s0: Link is Up - 1Gbps/Full - flow control off
May 30 19:42:09 archlinux sddm-greeter[589]: Message received from daemon: HostName
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: Message received from daemon: Capabilities
May 30 19:42:09 archlinux sddm-greeter[589]: Adding view for "HDMI-0" QRect(0,0 1920x1080)
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SessionButton.qml:38:5: Unable to assi>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/SystemButtons.qml:70:13: Unable to ass>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/Input.qml:561:5: QML Connections: Impl>
May 30 19:42:09 archlinux sddm-greeter[589]: file:///usr/share/sddm/themes/Candy/Components/VirtualKeyboard.qml:26:1: module "QtQu>
May 30 19:42:09 archlinux sddm-greeter[589]: Loading file:///usr/share/sddm/themes/Candy/Main.qml...
May 30 19:42:09 archlinux sddm[564]: Message received from greeter: Connect
May 30 19:42:09 archlinux sddm-greeter[589]: Connected to the daemon.
May 30 19:42:09 archlinux dbus-broker-launch[593]: Ready
May 30 19:42:09 archlinux systemd[576]: Started D-Bus User Message Bus.
May 30 19:42:09 archlinux dbus-broker-launch[593]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropp>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropp>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is n>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/sh>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service'>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/s>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.knopwob.dunst.service' is not nam>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'>
May 30 19:42:09 archlinux dbus-broker-launch[593]: Service file '/usr/share//dbus-1/services/org.erikreider.swaync.service' is not>
May 30 19:42:09 archlinux systemd[576]: Starting D-Bus User Message Bus...
May 30 19:42:09 archlinux systemd[576]: Created slice User Core Session Slice.
May 30 19:42:09 archlinux sddm-greeter[589]: Loading theme configuration from "/usr/share/sddm/themes/Candy/theme.conf"
May 30 19:42:09 archlinux sddm-greeter[589]: Reading from "/usr/share/wayland-sessions/hyprland.desktop"
May 30 19:42:09 archlinux sddm-greeter[589]: Reading from "/usr/local/share/wayland-sessions/hyprland.desktop"
May 30 19:42:09 archlinux sddm-greeter[589]: High-DPI autoscaling Enabled
May 30 19:42:08 archlinux sddm[564]: Greeter session started successfully
May 30 19:42:08 archlinux systemd[576]: Startup finished in 206ms.
May 30 19:42:08 archlinux systemd[576]: Reached target Main User Target.
May 30 19:42:08 archlinux systemd[576]: Finished Update XDG user dir configuration.
May 30 19:42:08 archlinux sddm-helper[572]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-AsOCIa --theme />
May 30 19:42:08 archlinux sddm-helper[572]: Writing cookie to "/tmp/xauth_wfRSHZ"
May 30 19:42:08 archlinux systemd[1]: Started Session c1 of User sddm.
May 30 19:42:08 archlinux systemd[576]: Starting Update XDG user dir configuration...
May 30 19:42:08 archlinux systemd[1]: Started User Manager for UID 969.
May 30 19:42:08 archlinux systemd[576]: Reached target Basic System.
May 30 19:42:08 archlinux systemd[576]: Reached target Sockets.
May 30 19:42:08 archlinux systemd[576]: Listening on GCR ssh-agent wrapper.
May 30 19:42:08 archlinux systemd[576]: Listening on D-Bus User Message Bus Socket.
May 30 19:42:08 archlinux systemd[576]: Listening on PipeWire Multimedia System Sockets.
May 30 19:42:08 archlinux systemd[576]: Listening on PipeWire PulseAudio.
May 30 19:42:08 archlinux systemd[576]: Listening on p11-kit server.
May 30 19:42:08 archlinux systemd[576]: Listening on GnuPG public key management service.
May 30 19:42:08 archlinux systemd[576]: Listening on GnuPG cryptographic agent and passphrase cache.
May 30 19:42:08 archlinux systemd[576]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 30 19:42:08 archlinux systemd[576]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 30 19:42:08 archlinux systemd[576]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 30 19:42:08 archlinux systemd[576]: Starting GCR ssh-agent wrapper...
May 30 19:42:08 archlinux systemd[576]: Listening on GnuPG network certificate management daemon.
May 30 19:42:08 archlinux systemd[576]: Starting D-Bus User Message Bus Socket...
May 30 19:42:08 archlinux systemd[576]: Reached target Timers.
May 30 19:42:08 archlinux systemd[576]: Reached target Paths.
May 30 19:42:08 archlinux systemd[576]: Created slice User Application Slice.
May 30 19:42:08 archlinux systemd[576]: Queued start job for default target Main User Target.
May 30 19:42:08 archlinux (systemd)[576]: pam_unix(systemd-user:session): session opened for user sddm(uid=969) by sddm(uid=0)
May 30 19:42:08 archlinux (systemd)[576]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd->
May 30 19:42:08 archlinux dbus-broker-launch[511]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-o>
May 30 19:42:08 archlinux systemd[1]: Starting User Manager for UID 969...
May 30 19:42:08 archlinux systemd[1]: Finished User Runtime Directory /run/user/969.
May 30 19:42:08 archlinux systemd[1]: Starting User Runtime Directory /run/user/969...
May 30 19:42:08 archlinux systemd[1]: Created slice User Slice of UID 969.
May 30 19:42:08 archlinux systemd-logind[516]: New session c1 of user sddm.
May 30 19:42:08 archlinux sddm-helper[572]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=969) by (uid=0)
May 30 19:42:08 archlinux sddm-helper[572]: [PAM] returning.
May 30 19:42:08 archlinux sddm-helper[572]: [PAM] Authenticating...
May 30 19:42:08 archlinux sddm-helper[572]: [PAM] Starting...
May 30 19:42:08 archlinux sddm[564]: Greeter starting...
May 30 19:42:08 archlinux sddm[564]: Loading theme configuration from "/usr/share/sddm/themes/Candy/theme.conf"
May 30 19:42:08 archlinux sddm[564]: Socket server started.
May 30 19:42:08 archlinux sddm[564]: Socket server starting...
May 30 19:42:08 archlinux sddm[564]: Display server started.
May 30 19:42:08 archlinux sddm[564]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
May 30 19:42:08 archlinux sddm[564]: Could not setup default cursor
May 30 19:42:08 archlinux sddm[564]: Setting default cursor
May 30 19:42:07 archlinux sddm[564]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_ROSy>
May 30 19:42:07 archlinux sddm[564]: Writing cookie to "/run/sddm/xauth_ROSywv"
May 30 19:42:07 archlinux sddm[564]: Display server starting...
May 30 19:42:07 archlinux sddm[564]: Using VT 2
May 30 19:42:07 archlinux sddm[564]: Xauthority path: "/run/sddm/xauth_ROSywv"
May 30 19:42:07 archlinux sddm[564]: Loaded empty theme configuration
May 30 19:42:07 archlinux sddm[564]: Adding new display...
May 30 19:42:07 archlinux sddm[564]: Logind interface found
May 30 19:42:07 archlinux sddm[564]: Starting...
May 30 19:42:07 archlinux sddm[564]: Initializing...
May 30 19:42:07 archlinux systemd[1]: Startup finished in 6.956s (firmware) + 7.145s (loader) + 4.651s (kernel) + 3.865s (userspac>
May 30 19:42:07 archlinux systemd[1]: Reached target Graphical Interface.
May 30 19:42:07 archlinux systemd[1]: Started Simple Desktop Display Manager.
May 30 19:42:07 archlinux systemd[1]: Reached target Multi-User System.
May 30 19:42:07 archlinux systemd[1]: Finished Permit User Sessions.
May 30 19:42:07 archlinux systemd[1]: Starting Permit User Sessions...
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.3919] device (lo): Activation: successful, device activated.
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.3916] device (lo): state change: secondaries -> activated (reas>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.3915] device (lo): state change: ip-check -> secondaries (reaso>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.3905] device (lo): state change: ip-config -> ip-check (reason >
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.3896] device (lo): state change: config -> ip-config (reason 'n>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.3895] device (lo): state change: prepare -> config (reason 'non>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.3894] device (lo): state change: disconnected -> prepare (reaso>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.3893] ovsdb: disconnected from ovsdb
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.3888] bus-manager: acquired D-Bus service "org.freedesktop.Netw>
May 30 19:42:07 archlinux kernel: r8169 0000:02:00.0 enp2s0: Link is Down
May 30 19:42:07 archlinux systemd[1]: Reached target Network.
May 30 19:42:07 archlinux systemd[1]: Started Network Manager.
May 30 19:42:07 archlinux kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, >
May 30 19:42:07 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
May 30 19:42:07 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1692] device (enp2s0): state change: unmanaged -> unavailable (>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1692] settings: (enp2s0): created default wired connection 'Wir>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1683] manager: (enp2s0): new Ethernet device (/org/freedesktop/>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1678] device (lo): Activation: starting connection 'lo' (46b58d>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1674] device (lo): state change: unavailable -> disconnected (r>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1672] device (lo): state change: unmanaged -> unavailable (reas>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1663] manager: (lo): new Loopback device (/org/freedesktop/Netw>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1662] dhcp: init: Using DHCP client 'internal'
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1657] settings: Loaded settings plugin: keyfile (internal)
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1653] manager: Networking is enabled by state file
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1652] manager: rfkill: WWAN enabled by radio killswitch; enable>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1652] manager: rfkill: Wi-Fi enabled by radio killswitch; enabl>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1650] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkMana>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1643] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkMana>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1628] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkMana>
May 30 19:42:07 archlinux clamd[515]: LibClamAV Warning: **************************************************
May 30 19:42:07 archlinux clamd[515]: LibClamAV Warning: ***   Please update it as soon as possible.    ***
May 30 19:42:07 archlinux clamd[515]: LibClamAV Warning: ***  The virus database is older than 7 days!  ***
May 30 19:42:07 archlinux clamd[515]: LibClamAV Warning: **************************************************
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1277] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManag>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.1041] Loaded device plugin: NMBluezManager (/usr/lib/NetworkMan>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.0770] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManag>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.0662] manager[0x5aec44278010]: rfkill: WWAN hardware radio set >
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.0661] manager[0x5aec44278010]: rfkill: Wi-Fi hardware radio set>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.0655] dns-mgr: init: dns=default,systemd-resolved rc-manager=sy>
May 30 19:42:07 archlinux kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.0653] hostname: static hostname changed from (none) to "archlin>
May 30 19:42:07 archlinux NetworkManager[513]: <info>  [1717078327.0652] hostname: hostname: using hostnamed
May 30 19:42:07 archlinux systemd[1]: Started Hostname Service.
May 30 19:42:07 archlinux systemd[1]: Starting Hostname Service...
May 30 19:42:07 archlinux kernel: NET: Registered PF_ALG protocol family
May 30 19:42:06 archlinux kernel: Bluetooth: MGMT ver 1.22
May 30 19:42:06 archlinux bluetoothd[514]: Battery Provider Manager created
May 30 19:42:06 archlinux bluetoothd[514]: Bluetooth management interface 1.22 initialized
May 30 19:42:06 archlinux bluetoothd[514]: src/plugin.c:init_plugin() System does not support csip plugin
May 30 19:42:06 archlinux bluetoothd[514]: src/plugin.c:init_plugin() System does not support ccp plugin
May 30 19:42:06 archlinux bluetoothd[514]: src/plugin.c:init_plugin() System does not support micp plugin
May 30 19:42:06 archlinux bluetoothd[514]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
May 30 19:42:06 archlinux bluetoothd[514]: src/plugin.c:init_plugin() System does not support vcp plugin
May 30 19:42:06 archlinux bluetoothd[514]: src/plugin.c:init_plugin() System does not support mcp plugin
May 30 19:42:06 archlinux bluetoothd[514]: src/plugin.c:init_plugin() System does not support bass plugin
May 30 19:42:06 archlinux bluetoothd[514]: src/plugin.c:init_plugin() System does not support bap plugin
May 30 19:42:06 archlinux kernel: Bluetooth: BNEP socket layer initialized
May 30 19:42:06 archlinux kernel: Bluetooth: BNEP filters: protocol multicast
May 30 19:42:06 archlinux kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
May 30 19:42:06 archlinux NetworkManager[513]: <info>  [1717078326.9929] manager[0x5aec44278010]: monitoring kernel firmware direc>
May 30 19:42:06 archlinux systemd[1]: Reached target Bluetooth Support.
May 30 19:42:06 archlinux bluetoothd[514]: Starting SDP server
May 30 19:42:06 archlinux NetworkManager[513]: <info>  [1717078326.9883] Read config: /etc/NetworkManager/NetworkManager.conf (lib>
May 30 19:42:06 archlinux NetworkManager[513]: <info>  [1717078326.9882] NetworkManager (version 1.46.0-2) is starting... (boot:9d>
May 30 19:42:06 archlinux systemd[1]: Started Bluetooth service.
May 30 19:42:06 archlinux systemd[1]: Started User Login Management.
May 30 19:42:06 archlinux systemd-logind[516]: New seat seat0.
May 30 19:42:06 archlinux systemd-logind[516]: Watching system buttons on /dev/input/event8 (Dell KB216 Wired Keyboard System Cont>
May 30 19:42:06 archlinux systemd-logind[516]: Watching system buttons on /dev/input/event7 (Dell KB216 Wired Keyboard)
May 30 19:42:06 archlinux systemd-logind[516]: Watching system buttons on /dev/input/event5 (Gaming Mouse Keyboard)
May 30 19:42:06 archlinux systemd-logind[516]: Watching system buttons on /dev/input/event0 (Sleep Button)
May 30 19:42:06 archlinux bluetoothd[514]: Bluetooth daemon 5.76
May 30 19:42:06 archlinux systemd-logind[516]: Watching system buttons on /dev/input/event1 (Power Button)
May 30 19:44:20 archlinux systemd[1]: Unmounted /var/cache/pacman/pkg.
May 30 19:44:20 archlinux systemd[1]: var-cache-pacman-pkg.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted Temporary Directory /tmp.
May 30 19:44:20 archlinux systemd[1]: tmp.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /home.
May 30 19:44:20 archlinux systemd[1]: home.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /boot.
May 30 19:44:20 archlinux systemd[1]: boot.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unmounted /.snapshots.
May 30 19:44:20 archlinux systemd[1]: \x2esnapshots.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Flush Journal to Persistent Storage...
May 30 19:44:20 archlinux systemd[1]: Unmounting /var/cache/pacman/pkg...
May 30 19:44:20 archlinux systemd[1]: Unmounting Temporary Directory /tmp...
May 30 19:44:20 archlinux systemd[1]: Unmounting /home...
May 30 19:44:20 archlinux systemd[1]: Unmounting /boot...
May 30 19:44:20 archlinux systemd[1]: Unmounting /.snapshots...
May 30 19:44:20 archlinux systemd[1]: Stopped target Local File Systems.
May 30 19:44:20 archlinux systemd[1]: Stopped Create Volatile Files and Directories.
May 30 19:44:20 archlinux systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Network Time Synchronization.
May 30 19:44:20 archlinux systemd[1]: systemd-timesyncd.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
May 30 19:44:20 archlinux systemd[1]: systemd-update-utmp.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
May 30 19:44:20 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Set Up Additional Binary Formats.
May 30 19:44:20 archlinux systemd[1]: systemd-binfmt.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
May 30 19:44:20 archlinux systemd[1]: Stopped Rebuild Journal Catalog.
May 30 19:44:20 archlinux systemd[1]: systemd-journal-catalog-update.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Rebuild Dynamic Linker Cache.
May 30 19:44:20 archlinux systemd[1]: ldconfig.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Update is Completed.
May 30 19:44:20 archlinux systemd[1]: systemd-update-done.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Network Time Synchronization...
May 30 19:44:20 archlinux systemd[1]: systemd-modules-load.service: Consumed 1.186s CPU time.
May 30 19:44:20 archlinux systemd[1]: Stopped Load Kernel Modules.
May 30 19:44:20 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Closed Process Core Dump Socket.
May 30 19:44:20 archlinux systemd[1]: systemd-coredump.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Apply Kernel Variables.
May 30 19:44:20 archlinux systemd[1]: systemd-sysctl.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Set Up Additional Binary Formats...
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Verity Protected Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Integrity Protected Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
May 30 19:44:20 archlinux systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
May 30 19:44:20 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
May 30 19:44:20 archlinux systemd[1]: Stopped target System Initialization.
May 30 19:44:20 archlinux systemd[1]: Closed D-Bus System Message Bus Socket.
May 30 19:44:20 archlinux systemd[1]: dbus.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped D-Bus System Message Bus.
May 30 19:44:20 archlinux systemd[1]: dbus-broker.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping D-Bus System Message Bus...
May 30 19:44:20 archlinux dbus-broker[512]: Dispatched 1467 messages @ 3(±5)μs / message.
May 30 19:44:20 archlinux systemd[1]: Closed Nix Daemon Socket.
May 30 19:44:20 archlinux systemd[1]: nix-daemon.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/keyboxd.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-extra.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-browser.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pac>
May 30 19:44:20 archlinux systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Removed slice Slice /system/dirmngr.
May 30 19:44:20 archlinux systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
May 30 19:44:20 archlinux systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Closed Socket for Clam AntiVirus userspace daemon.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.socket: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped target Socket Units.
May 30 19:44:20 archlinux systemd[1]: Removed slice User and Session Slice.
May 30 19:44:20 archlinux systemd[1]: Stopped target Slice Units.
May 30 19:44:20 archlinux systemd[1]: Stopped target Path Units.
May 30 19:44:20 archlinux systemd[1]: Stopped target Basic System.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.service: Consumed 15.656s CPU time.
May 30 19:44:20 archlinux systemd[1]: Stopped Clam AntiVirus userspace daemon.
May 30 19:44:20 archlinux systemd[1]: clamav-daemon.service: Deactivated successfully.
May 30 19:44:20 archlinux clamd[515]: Thu May 30 19:44:20 2024 -> --- Stopped at Thu May 30 19:44:20 2024
May 30 19:44:20 archlinux clamd[515]: Thu May 30 19:44:20 2024 -> Pid file removed.
May 30 19:44:20 archlinux systemd[1]: Stopped Network Manager.
May 30 19:44:20 archlinux systemd[1]: NetworkManager.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopped User Login Management.
May 30 19:44:20 archlinux systemd[1]: systemd-logind.service: Deactivated successfully.
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1156] exiting (success)
May 30 19:44:20 archlinux dbus-broker-launch[511]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
May 30 19:44:20 archlinux systemd[1]: Stopping Network Manager...
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1084] manager: NetworkManager state is now CONNECTED_SITE
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): state changed no lease
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): activation: beginning transaction (timeou>
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1083] dhcp6 (enp2s0): canceled DHCP transaction
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): state changed no lease
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): activation: beginning transaction (timeou>
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1082] dhcp4 (enp2s0): canceled DHCP transaction
May 30 19:44:20 archlinux NetworkManager[513]: <info>  [1717078460.1077] caught SIGTERM, shutting down normally.
May 30 19:44:20 archlinux systemd[1]: Stopped target Remote File Systems.
May 30 19:44:20 archlinux systemd[1]: Stopped target Network.
May 30 19:44:20 archlinux systemd[1]: Stopped Permit User Sessions.
May 30 19:44:20 archlinux systemd[1]: systemd-user-sessions.service: Deactivated successfully.
May 30 19:44:20 archlinux systemd[1]: Stopping Permit User Sessions...
May 30 19:44:20 archlinux systemd[1]: Stopping User Login Management...
May 30 19:44:20 archlinux systemd[1]: Stopped Simple Desktop Display Manager.
May 30 19:44:20 archlinux systemd[1]: sddm.service: Deactivated successfully.
May 30 19:44:20 archlinux sddm[564]: Running display stop script  QList("/usr/share/sddm/scripts/Xstop")
May 30 19:44:20 archlinux sddm[564]: Display server stopped.
May 30 19:44:19 archlinux systemd[1]: Finished Generate shutdown-ramfs.
May 30 19:44:19 archlinux systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
May 30 19:44:19 archlinux mkinitcpio[618]: ==> Build complete.
May 30 19:44:19 archlinux systemd[1]: Removed slice User Slice of UID 969.
May 30 19:44:19 archlinux systemd[1]: Stopped User Runtime Directory /run/user/969.
May 30 19:44:19 archlinux systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Unmounted /run/user/969.
May 30 19:44:19 archlinux systemd[1]: run-user-969.mount: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopping User Runtime Directory /run/user/969...
May 30 19:44:19 archlinux mkinitcpio[618]:   -> Running build hook: [sd-shutdown]
May 30 19:44:19 archlinux mkinitcpio[618]: ==> Starting build: 'none'
May 30 19:44:19 archlinux systemd[1]: Stopped User Manager for UID 969.
May 30 19:44:19 archlinux systemd[1]: user@969.service: Deactivated successfully.
May 30 19:44:19 archlinux (sd-pam)[578]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-u>
May 30 19:44:19 archlinux (sd-pam)[578]: pam_unix(systemd-user:session): session closed for user sddm
May 30 19:44:19 archlinux systemd[576]: Reached target Exit the Session.
May 30 19:44:19 archlinux systemd[576]: Finished Exit the Session.
May 30 19:44:19 archlinux systemd[576]: Reached target Shutdown.
May 30 19:44:19 archlinux systemd[576]: Removed slice User Application Slice.
May 30 19:44:19 archlinux systemd[576]: Closed D-Bus User Message Bus Socket.
May 30 19:44:19 archlinux systemd[576]: Removed slice User Core Session Slice.
May 30 19:44:19 archlinux systemd[576]: Stopped D-Bus User Message Bus.
May 30 19:44:19 archlinux systemd[576]: Stopping D-Bus User Message Bus...
May 30 19:44:19 archlinux dbus-broker[594]: Dispatched 13 messages @ 7(±4)μs / message.
May 30 19:44:19 archlinux systemd[576]: Closed PipeWire Multimedia System Sockets.
May 30 19:44:19 archlinux systemd[576]: Closed PipeWire PulseAudio.
May 30 19:44:19 archlinux systemd[576]: Closed p11-kit server.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG public key management service.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent (ssh-agent emulation).
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 30 19:44:19 archlinux systemd[576]: Closed GCR ssh-agent wrapper.
May 30 19:44:19 archlinux systemd[576]: Closed GnuPG network certificate management daemon.
May 30 19:44:19 archlinux systemd[576]: Stopped target Timers.
May 30 19:44:19 archlinux systemd[576]: Stopped target Sockets.
May 30 19:44:19 archlinux systemd[576]: Stopped target Paths.
May 30 19:44:19 archlinux systemd[576]: Stopped target Basic System.
May 30 19:44:19 archlinux systemd[576]: Stopped target Main User Target.
May 30 19:44:19 archlinux systemd[576]: Activating special unit Exit the Session...
May 30 19:44:19 archlinux systemd-logind[516]: Removed session c1.
May 30 19:44:19 archlinux systemd[1]: Stopping User Manager for UID 969...
May 30 19:44:19 archlinux systemd[1]: Stopped Load/Save OS Random Seed.
May 30 19:44:19 archlinux systemd[1]: systemd-random-seed.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd-logind[516]: Session c1 logged out. Waiting for processes to exit.
May 30 19:44:19 archlinux systemd[1]: Stopped Session c1 of User sddm.
May 30 19:44:19 archlinux systemd[1]: session-c1.scope: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Bluetooth service.
May 30 19:44:19 archlinux systemd[1]: bluetooth.service: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopping Load/Save OS Random Seed...
May 30 19:44:19 archlinux sddm[564]: Display server stopping...
May 30 19:44:19 archlinux sddm[564]: Socket server stopped.
May 30 19:44:19 archlinux sddm[564]: Socket server stopping...
May 30 19:44:19 archlinux sddm[564]: Signal received: SIGTERM
May 30 19:44:19 archlinux systemd[1]: Stopping Simple Desktop Display Manager...
May 30 19:44:19 archlinux systemd[1]: Starting Generate shutdown-ramfs...
May 30 19:44:19 archlinux systemd[1]: Stopping Clam AntiVirus userspace daemon...
May 30 19:44:19 archlinux systemd[1]: Stopping Bluetooth service...
May 30 19:44:19 archlinux systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 30 19:44:19 archlinux systemd[1]: systemd-rfkill.socket: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target System Time Set.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily Cleanup of Temporary Directories.
May 30 19:44:19 archlinux systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily verification of password and group files.
May 30 19:44:19 archlinux systemd[1]: shadow.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Daily man-db regeneration.
May 30 19:44:19 archlinux systemd[1]: man-db.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
May 30 19:44:19 archlinux systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
May 30 19:44:19 archlinux systemd[1]: Stopped target Timer Units.
May 30 19:44:19 archlinux systemd[1]: Stopped target Sound Card.
May 30 19:44:19 archlinux systemd[1]: Stopped target Login Prompts.
May 30 19:44:19 archlinux systemd[1]: Stopped target Multi-User System.
May 30 19:44:19 archlinux sddm[564]: Greeter stopped. SDDM::Auth::HELPER_AUTH_ERROR
May 30 19:44:19 archlinux systemd[1]: Stopped target Graphical Interface.
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper exited with 1
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux sddm[564]: Auth: sddm-helper (--socket /tmp/sddm-auth-4bacbec0-e1c5-45d1-be59-10af5e6e29f5 --id 2 --star>
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux bluetoothd[514]: Exit
May 30 19:44:19 archlinux systemd[1]: Stopped target Bluetooth Support.
May 30 19:44:19 archlinux bluetoothd[514]: Stopping SDP server
May 30 19:44:19 archlinux systemd[1]: Removed slice Slice /system/modprobe.
May 30 19:44:19 archlinux bluetoothd[514]: Battery Provider Manager destroyed
May 30 19:44:19 archlinux systemd[1]: Removed slice Slice /system/getty.
May 30 19:44:19 archlinux systemd[1]: Stopping Session c1 of User sddm...
May 30 19:44:19 archlinux bluetoothd[514]: Terminating
May 30 19:44:19 archlinux sddm-helper[572]: Signal received: SIGTERM
May 30 19:44:19 archlinux sddm-greeter[589]: Signal received: SIGTERM
May 30 19:44:19 archlinux systemd-logind[516]: System is powering down.
May 30 19:44:19 archlinux systemd-logind[516]: The system will power off now!
May 30 19:44:19 archlinux sddm[564]: Message received from greeter: PowerOff
May 30 19:43:00 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
May 30 19:43:00 archlinux systemd-timesyncd[449]: Initial clock synchronization to Thu 2024-05-30 19:43:00.408068 IST.
May 30 19:43:00 archlinux systemd-timesyncd[449]: Contacted time server 162.159.200.1:123 (2.arch.pool.ntp.org).
May 30 19:42:27 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Self checking every 600 seconds.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> OneNote support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> HWP3 support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> XMLDOCS support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> HTML support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> SWF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> PDF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> OLE2 support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Mail files support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> ELF support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Portable Executable support enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> Heuristic alerts enabled.
May 30 19:42:21 archlinux clamd[515]: Thu May 30 19:42:21 2024 -> AlertExceedsMax heuristic detection disabled.
May 30 19:44:19 archlinux sddm[564]: Error from greeter session: "Process crashed"
May 30 19:44:19 archlinux bluetoothd[514]: Exit
May 30 19:44:19 archlinux systemd[1]: Stopped target Bluetooth Support.
May 30 19:44:19 archlinux bluetoothd[514]: Stopping SDP server
May 30 19:44:19 archlinux systemd[1]: Removed slice Slice /system/modprobe.
May 30 19:44:19 archlinux bluetoothd[514]: Battery Provider Manager destroyed
May 30 19:44:19 archlinux systemd[1]: Removed slice Slice /system/getty.
May 30 19:44:19 archlinux systemd[1]: Stopping Session c1 of User sddm...
May 30 19:44:19 archlinux bluetoothd[514]: Terminating
May 30 19:44:19 archlinux sddm-helper[572]: Signal received: SIGTERM
May 30 19:44:19 archlinux sddm-greeter[589]: Signal received: SIGTERM
May 30 19:44:19 archlinux systemd-logind[516]: System is powering down.
May 30 19:44:19 archlinux systemd-logind[516]: The system will power off now!
May 30 19:44:19 archlinux sddm[564]: Message received from greeter: PowerOff

I think this is an sddm issue? And since HyDe does affect sddm, is it a hyde issue or a different thing altogether?

kRHYME7 commented 1 month ago

try to disable sddm.service first reboot then login in TTY run Hyprland. try to shutdown.

rubiin commented 1 month ago

lets move this to discussion