All my documents have just vanished (deleted by magic)

Perhaps it was some kind of pebkac althought it doesn’t mean that @pebcak is to be blamed for this. :rofl:

6 Likes

Who knows at this point honestly I don’t think this can be solved unless the OP can remember a lot more because what has been described was vague and I am yet to reproduce it

3 Likes

Man i didn’t know this was a thing, I just warned my buddy who is on plasma to not go installing any themes, not that i thought he would tbh, default eos plasma theme is pretty solid.

it’s a real shame that there’s no quality control in the kde store and this kinda thing can just happen.

It doesn’t even have to be deliberately malicious

rm -rf ./* a fairly harmless ‘delete everything in the current folder recursively’ command can easily be mistakenly written as rm -rf …/* and delete everything in the folder above instead.

These kinds of commands can fairly commonly be included in basic shell scripts i mean…

if [ $(ls -1q | wc -l) == 1 ] && [ $(ls -1qd */ | wc -l) == 1 ] ; then
	if mv -f ./* ../ ; then
		cd ../
		rm -r "$subfolder"
	else
		mv ./*/* ./
		mv ./*/.* ./
		rm -r "$subfolder"
	fi
fi

That’s a snippet from my own script, It’s rather harmless, under a condition where the current directory contains only 1 subdirectory and no other files outside of that subdirectory, it moves that subdirectory up out of the current directory, moves itself out of the directory and deletes the original directory.

But if i fcked up my code and somehow there was a condition where $subfolder could become just “/” i’d be in some real trouble, dangerous but necessary command.

I was sharing my screen with Vencord (package via aur), as usual. I was showing how good was KDE and the number of possibility of customization (what an irony).

You may be right, I may bark on the wrong tree. But the timing is damn good. When I’ll have recovered every files in my recovery drive, I’ll show my bash history. It’s going to be “yay”, “order66” (for deleting orphan packages).

I would be unlucky if I downloaded malicious update.
If it isn’t from pacman / yay, I don’t see where the bug or hack (if so, but unlikelier than a bug that snapped everything) happened.

This happened as I said in direct when I was sharing my screen, I was trying with my friend splashscreens. I thought it was a ram corruption (as it can happened from time to time) and I wasn’t able to start anything even console or system monitoring. But it wasn’t.

You don’t have to apologies. I should thank you for helping me.

Maybe it was pebcak. But how, I didn’t open my terminal.

Sorry if I’m vague, how can I describe it more accurately ?

Shell scripting is fragile and when I write a bash (zsh) shell script I usually add

set -eu
set -o pipefail

in the beginning. I don’t claim that in this case it would have helped but it usually makes things better.

It would require you to remember every change you made during that login (don’t expect you to though, my memory is pretty bad) Wasn’t have a go at you it is just that this issue could be anything and the suggestion that it is a splash screen without knowing which has made people look that way although I still think it is something else as I am still unable to reproduce it

1 Like

Ok, I just wanted to know if at least you had this issue : when installing a splashscreen, 2 same splashsceens appear ? (like a duplication)

If so, did you try to remove 1 and keep the other one ? Then after testing put back to default splashscreen and then removing the last one ?

This can be awkward, but the most strange behavior was that.

An update of my recovery:
image

Only when testing and I’ve forgotten to change the name it the metadata.json file

1 Like

That one is OK, nothing special in it.

All we know is your user-directory got wiped - it looks by something that has only your user’s permission, which means the installation and other drives are probably fine.

I would try to find out when it happened. If you rebooted right away that should be easy. Check if something shows up in the journalctl in the minutes before.

his user probably has access to other drives, but they wouldn’t be mounted under /home which might have been enough to save them.

From reading the thread it seems other mounts (DATA) were affected too? I’m not sure.

But yeah, if you can’t reason about what happened burn in with fire and reinstall.

1 Like

In your case it may be safer to use rmdir which fails on non-empty directory and use rm without -r (and especially -f) if you intend to delete files.
Or even better use unlink for file and symlink deletion in scripts.
rm -rf is nice short command if you delete files in interactive shell.
In script rmdir and unlink can be called multiple times recursively without an issue.

3 Likes

Is “order66” an alias? If so, for what command? Had you recently removed orphans before this happened?

4 Likes

thanks for the tip.

no I believe his Windows on another drive got mostly wiped out plus some personal stuff on a backup drive. it’s significant there was access to all attached media.

I would look into hardware issues. I’ve never had or heard of ram corruption, but if that’s a thing for you, other hardware may be failing too.

Wrong, not only my user-directory. Also my media directory was wiped.
I’ll do it when finished

Sorry I was tired I forgot my English :sweat_smile:. I mean in rarely occasion, the ram is messing. I’ve done already several test (Memtest86 and friends) and nothing appear.

sudo pacman -Rsn $(pacman -Qdtq)·. Yes

1 Like

Well, that shouldn’t have caused this damage.

I see your .bash_history still exists; it would be of interest to look at the end of your .bash_history, and also the .bash_history for the root account, to see if there are any commands that contain, for example, rm.

1 Like

user history :

[eaa@eaa ~]$ history
    1  yay -Ss betterbird
    2  yay -S betterbird-fr-bin <- This is the moment when i was showing to my friend betterbird, after installing splashscreens. I made my final download and removed all the unused downloaded splashscreens
    3. reboot
    4  journalctl
    5  cat journalctl
    6  journalctl
    7  ls
    8  ls
    9  ls
   10  cd Core/
   11  ls
   12  cd ../
   13  cd ../
   14  cd ~/
   15  ls
   16  ls -a
   17  cd Bureau/
   18  ls
   19  ls -a
   20  cd ../Vidéos/
   21  ls -a
   22  ls -la
   23  cd ..
   24  ls
   25  ls -la
   26  cd Bureau/
   27  ls -la
   28  cd /home
   29  ls -la
   30  systemd-journald
   31  cd /var/log/journal
   32  ls
   33  cd 3a4d08d89b4a44cc89c5bc24a9dcf9f0/
   34  ls
   35  cat user-1000
   36  cat user-1000.journal 
   37  journalctl --list-boot
   38  journalctl --list-boot
   39   journalctl --disk-usage
   40  journalctl --since="2024-05-21"
   41  journalctl --since="2024-05-21" > ~/issue
   42  history

root history :

[root@eaa eaa]# history
    1  grub-install
    2  mkinitcpio -P
    3  mkinitcpio -P
    4  yay
    5  ls /boot/*
    6  ls /boot/*
    7  man grub-install 
    8  grub-install --efi-directory=/boot/efi 
    9  sudo grub-install --efi-directory=/boot/efi 
   10  ls /boot/efi
   11  cd /boot/efi
   12  ls
   13  cd /boot
   14  ls
   15  exit
   16  ls
   17  mkinitcpio -P
   18  ls boot
   19  sudo grub-install --efi-directory=/boot/efi 
   20  grub-install --efi-directory=/boot/efi 
   21  ls /boot
   22  ls EFI
   23  ls
   24  cd /boot
   25  ls
   26  cd efi
   27  ls
   28  cd ../
   29  ls
   30  exit
   31  grub-install --efi-directory=/boot/efi 
   32  cd /boot/grub/
   33  ls
   34  ls
   35  fdisk -l
   36  ls
   37  nano grub.cfg
   38  mkinitcpio -P
   39  ls
   40  cd root/
   41  ls
   42  cd ../
   43  ls
   44  cd boot/
   45  ls
   46  sudo nano /etc/mkinitcpio.conf
   47  sudo pacman -Sy lvm2
   48  sudo pacman -Syu
   49  sudo mkinitcpio -P
   50  sudo nano /etc/mkinitcpio.conf
   51  sudo pacman -Sy lvm2
   52  sudo mkinitcpio -P
   53  ls
   54  fdisk
   55  fdisk -l
   56  sudo fdisk
   57  sudo mkinitcpio -P
   58  ls -l /dev/disk/by-uuid/
   59  sudo nano /etc/mkinitcpio.conf
   60  cat /etc/fstab 
   61  cat /etc/fstab 
   62  cat /boot/grub/grub.cfg
   63  sudo nano /boot/grub/grub.cfg
   64  sudo cp /boot/grub/grub.cfg /boot/grub/grub.cfg.backup
   65  sudo nano /boot/grub/grub.cfg
   66  sudo nano /boot/grub/grub.cfg
   67  grub-mkconfig -o /boot/grub/grub.cfg
   68  sudo grub-mkconfig -o /boot/grub/grub.cfg
   69  ls
   70  sudo mkinitcpio -P
   71  clear
   72  cat /boot/efi/grub/
   73  ls /boot/efi/grub/
   74  cd /boot/efi/
   75  ls
   76  cd grub
   77  ls
   78  cd ../EFI/
   79  ls
   80  cd boot/
   81  ls
   82  cd ../../
   83  ls
   84  cd ../
   85  ls
   86  sudo nano grub/grub.conf
   87  cd /grub
   88  ls
   89  cd ../
   90  l
   91  s
   92  lms
   93  ls
   94  cd boot
   95  ls
   96  cd grub/
   97  ls
   98  sudo nano grub.cfg
   99  cat grub.cfg
  100  cleare
  101  clear
  102  cat grub.cfg
  103  clear
  104  lsblk -o name,type,fstype,size,uuid
  105  clear
  106  cat /etc/
  107  lsblk -o name,type,fstype,size,uuid
  108  sudo lsblk -o name,type,fstype,size,uuid
  109  sudo mkinitcpio -P
  110  clear
  111  cat /etc/mkinitcpio.conf
  112  exit
  113  ls
  114  sudo pacman -Syu
  115  yay
  116  sudo nano /etc/mkinitcpio.conf
  117  sudo mkinitcpio -P
  118  sudo nano /etc/mkinitcpio.conf
  119  sudo mkinitcpio -P
  120  sudo nano /etc/mkinitcpio.
  121  sudo nano /etc/mkinitcpio.conf
  122  sudo mkinitcpio -P
  123  sudo mkinitcpio -P
  124  sudo nano /etc/mkinitcpio.conf
  125  sudo nano /etc/mkinitcpio.conf
  126  sudo nano /etc/mkinitcpio.conf
  127  sudo mkinitcpio -P
  128  mkinitcpio -P
  129  ls
  130  cd ../
  131  ls
  132  cd root
  133  # required dependencies
  134  pacman -S git emacs ripgrep
  135  # optional dependencies
  136  pacman -S fd
  137  sudo pacman -S ripgrep
  138  pacman -S fd
  139  exit
  140  systemd-cryptenroll --fido2-device=auto /dev/nvme0n1p3
  141  systemd-cryptenroll --fido2-device=auto /dev/mapper/luks-b8455122-3e78-4e8d-9aed-b528b43cf73d
  142  systemd-cryptenroll --fido2-device=list
  143  systemd-cryptenroll --fido2-device=
  144  systemd-cryptenroll --fido2-device=auto /dev/nvme0n1p3
  145  systemd-cryptenroll --fido2-device=auto b8455122-3e78-4e8d-9aed-b528b43cf73d
  146  sudo nano /etc/cryptabs
  147  sudo nano /etc/tabs
  148  sudo nano /etc/crypttab 
  149  systemd-cryptenroll --fido2-device=auto luks-b8455122-3e78-4e8d-9aed-b528b43cf73d
  150  systemd-cryptenroll --fido2-device=auto b8455122-3e78-4e8d-9aed-b528b43cf73d
  151  sudo nano /etc/crypttab 
  152  systemd-cryptenroll --fido2-device=auto /dev/mapper/luks-b8455122-3e78-4e8d-9aed-b528b43cf73d
  153  sudo cryptsetup luksDump /dev/nvme1n1p3
  154  sudo cryptsetup luksDump /dev/nvme1n1p3 /dev/mapper/luks-b8455122-3e78-4e8d-9aed-b528b43cf73d
  155  sudo cryptsetup luksDump /dev/nvme1n0p3 /dev/mapper/luks-b8455122-3e78-4e8d-9aed-b528b43cf73d
  156  systemd-cryptenroll --fido2-device=auto /dev/nvme0n1p3
  157  cryptsetup luksDump /dev/nvme1n1p3
  158  sudo cryptsetup luksDump /dev/nvme1n0p3
  159  sudo cryptsetup luksDump /dev/nvme0n1p3
  160  systemd-cryptenroll --fido2-device=auto b8455122-3e78-4e8d-9aed-b528b43cf73d
  161  systemd-cryptenroll --fido2-device=auto b8455122-3e78-4e8d-9aed-b528b43cf73d
  162  systemd-cryptenroll --fido2-device=auto /dev/mapper/luks-b8455122-3e78-4e8d-9aed-b528b43cf73d
  163  systemd-cryptenroll 
  164  systemd-cryptenroll --help
  165  man systemd-cryptenroll
  166  ls
  167  cd /efi
  168  ls
  169  cd efi
  170  ls
  171  cd EFI
  172  ls
  173  cd ../
  174  ls
  175  cd loader
  176  ls
  177  cd entries
  178  ls
  179  sudo pacman -S edk2-shell
  180  sudo cp /usr/share/edk2-shell/x64/Shell.efi efi/shellx64.efi
  181  sudo cp /usr/share/edk2-shell/x64/Shell.efi /efi/shellx64.efi
  182  sudo blkid | grep vfat
  183  cd /efi
  184  ls
  185  nano 3a4d08d89b4a44cc89c5bc24a9dcf9f0/
  186  cd loader
  187  cd entries/
  188  ls
  189  nano 3a4d08d89b4a44cc89c5bc24a9dcf9f0-6.8.1-arch1-1
  190  nano 3a4d08d89b4a44cc89c5bc24a9dcf9f0-6.8.1-arch1-1.conf 
  191  nano 3a4d08d89b4a44cc89c5bc24a9dcf9f0-6.8.1-arch1-1.conf 
  192  cd ../
  193  ls
  194  cd ../
  195  ls
  196  mkdir tools
  197  mv shellx64.efi tools/
  198  ls
  199  nano windows.nsh
  200  cd loader/entries/
  201  nano windows.conf
  202  echo “hostonly=yes” > /etc/dracut.conf.d/10-hostonly.conf
  203  dracut -f
  204  systemd-cryptenroll -fido2-device=list
  205  systemd-cryptenroll --fido2-device=list
  206  reboot
  207  ls
  208  cd /efi
  209  ls
  210  nano windows.nsh 
  211  cd EFI
  212  ls
  213  cd BOOT
  214  ls
  215  cd ../
  216  ls
  217  cd ../
  218  ls
  219  nano windows.nsh 
  220  cd
  221  ls
  222  cd /efi/loader
  223  ls
  224  nano loader.conf 
  225  nano loader.conf 
  226  history
[root@eaa ~]# ls -la
total 48
drwxr-x---  8 root root 4096 15 avril 23:54 .
drwxr-xr-x 19 root root 4096  8 avril 00:42 ..
-rw-------  1 root root 4360 13 avril 23:32 .bash_history
[eaa@eaa ~]$ ls -la
total 1772
drwx--x---+ 18 eaa  eaa     4096 22 mai   03:19 .
drwxr-xr-x   3 root root    4096 23 déc.  06:00 ..
-rw-------   1 eaa  eaa      677 22 mai   03:24 .bash_history
...

As you can see, my user history has been deleted, but not my root one.

Now let’s have a look up at pacman :

[2024-05-20T02:33:13+0200] [PACMAN] Running 'pacman -S -y --noconfirm --config /etc/pacman.conf --'
[2024-05-20T02:33:13+0200] [PACMAN] synchronizing package lists
[2024-05-20T02:33:20+0200] [PACMAN] Running 'pacman -S -y -u --noconfirm --config /etc/pacman.conf -- extra/asar extra/prettier'
[2024-05-20T02:33:20+0200] [PACMAN] synchronizing package lists
[2024-05-20T02:33:20+0200] [PACMAN] starting full system upgrade
[2024-05-20T02:33:35+0200] [ALPM] running '90-kernel-remove.hook'...
[2024-05-20T02:33:35+0200] [ALPM-SCRIPTLET] :: kernel-install removing kernel 6.6.30-2-lts
[2024-05-20T02:33:35+0200] [ALPM] transaction started
[2024-05-20T02:33:36+0200] [ALPM] upgraded icu (74.2-2 -> 75.1-1)
[2024-05-20T02:33:36+0200] [ALPM] upgraded nodejs (22.0.0-1 -> 22.2.0-1)
[2024-05-20T02:33:36+0200] [ALPM] installed asar (3.2.8-1)
[2024-05-20T02:33:36+0200] [ALPM] installed prettier (3.2.5-1)
[2024-05-20T02:33:36+0200] [ALPM] upgraded bluez (5.75-1 -> 5.76-1)
[2024-05-20T02:33:36+0200] [ALPM] upgraded bluez-libs (5.75-1 -> 5.76-1)
[2024-05-20T02:33:36+0200] [ALPM] upgraded bluez-utils (5.75-1 -> 5.76-1)
[2024-05-20T02:33:36+0200] [ALPM] upgraded boost-libs (1.83.0-7 -> 1.83.0-8)
[2024-05-20T02:33:36+0200] [ALPM] upgraded brltty (6.6-7 -> 6.6-8)
[2024-05-20T02:33:36+0200] [ALPM-SCRIPTLET] Please add your user to the brlapi group.
[2024-05-20T02:33:36+0200] [ALPM] upgraded cjson (1.7.17-1 -> 1.7.18-1)
[2024-05-20T02:33:36+0200] [ALPM] upgraded harfbuzz (8.4.0-2 -> 8.5.0-1)
[2024-05-20T02:33:36+0200] [ALPM] upgraded libxml2 (2.12.6-2 -> 2.12.7-1)
[2024-05-20T02:33:36+0200] [ALPM] upgraded tracker3 (3.7.3-1 -> 3.7.3-2)
[2024-05-20T02:33:36+0200] [ALPM] upgraded raptor (2.0.16-4 -> 2.0.16-5)
[2024-05-20T02:33:36+0200] [ALPM] upgraded darktable (2:4.6.1-2 -> 2:4.6.1-3)
[2024-05-20T02:33:36+0200] [ALPM] upgraded electron28 (28.3.1-2 -> 28.3.1-3)
[2024-05-20T02:33:37+0200] [ALPM] upgraded electron29 (29.4.0-1 -> 29.4.0-2)
[2024-05-20T02:33:37+0200] [ALPM] upgraded enchant (2.7.3-1 -> 2.7.3-2)
[2024-05-20T02:33:37+0200] [ALPM] upgraded harfbuzz-icu (8.4.0-2 -> 8.5.0-1)
[2024-05-20T02:33:37+0200] [ALPM] upgraded webkit2gtk-4.1 (2.44.1-1 -> 2.44.2-1)
[2024-05-20T02:33:37+0200] [ALPM] upgraded freerdp (2:3.5.1-1 -> 2:3.5.1-2)
[2024-05-20T02:33:37+0200] [ALPM] upgraded ghostscript (10.03.0-2 -> 10.03.1-1)
[2024-05-20T02:33:37+0200] [ALPM] installed python-annotated-types (0.6.0-3)
[2024-05-20T02:33:37+0200] [ALPM] installed python-pydantic-core (1:2.18.2-2)
[2024-05-20T02:33:37+0200] [ALPM] installed python-pydantic (2.7.1-2)
[2024-05-20T02:33:37+0200] [ALPM] upgraded python-packaging (23.2-3 -> 24.0-1)
[2024-05-20T02:33:37+0200] [ALPM] upgraded glances (3.4.0.5-3 -> 4.0.5-1)
[2024-05-20T02:33:37+0200] [ALPM] upgraded gspell (1.12.2-2 -> 1.12.2-3)
[2024-05-20T02:33:37+0200] [ALPM] upgraded qt6-base (6.7.0-6 -> 6.7.0-7)
[2024-05-20T02:33:37+0200] [ALPM] upgraded qt6-5compat (6.7.0-1 -> 6.7.0-2)
[2024-05-20T02:33:37+0200] [ALPM] upgraded haruna (1.1.0-1 -> 1.1.1-1)
[2024-05-20T02:33:37+0200] [ALPM] upgraded qt5-base (5.15.13+kde+r145-1 -> 5.15.13+kde+r145-2)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kcoreaddons5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kconfig5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kactivities5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded karchive5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kauth5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kwindowsystem5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kglobalaccel5 (5.115.0-3 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kcodecs5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kguiaddons5 (5.115.0-2 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded ki18n5 (5.115.1-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kwidgetsaddons5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kconfigwidgets5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kiconthemes5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kitemviews5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kxmlgui5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kbookmarks5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kcompletion5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kcrash5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kdbusaddons5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded solid5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kjobwidgets5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded knotifications5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kservice5 (5.115.0-2 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kwallet5 (5.115.0-2 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded sonnet5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded ktextwidgets5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kded5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kio5 (5.115.0-3 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kpackage5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kdeclarative5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kunitconversion5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kitemmodels5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kemoticons (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kparts5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded kdelibs4support (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded libqalculate (5.1.1-1 -> 5.1.1-2)
[2024-05-20T02:33:38+0200] [ALPM] upgraded xorg-xwayland (23.2.7-1 -> 24.1.0-1)
[2024-05-20T02:33:38+0200] [ALPM] upgraded libwbclient (4.20.1-1 -> 4.20.1-2)
[2024-05-20T02:33:38+0200] [ALPM] upgraded smbclient (4.20.1-1 -> 4.20.1-2)
[2024-05-20T02:33:39+0200] [ALPM] upgraded plasma-workspace (6.0.4-1 -> 6.0.4-2)
[2024-05-20T02:33:39+0200] [ALPM] upgraded kdeplasma-addons (6.0.4-1 -> 6.0.4-2)
[2024-05-20T02:33:39+0200] [ALPM] upgraded kdoctools5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:39+0200] [ALPM] upgraded kimageformats5 (5.115.0-2 -> 5.116.0-1)
[2024-05-20T02:33:39+0200] [ALPM] upgraded kinit (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:39+0200] [ALPM] upgraded kirigami2 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:39+0200] [ALPM] upgraded konsole (24.02.2-1 -> 24.02.2-2)
[2024-05-20T02:33:39+0200] [ALPM] upgraded kwayland5 (5.115.0-1 -> 5.116.0-1)
[2024-05-20T02:33:39+0200] [ALPM] upgraded lib32-harfbuzz (8.4.0-2 -> 8.5.0-1)
[2024-05-20T02:33:39+0200] [ALPM] upgraded lib32-icu (74.2-1 -> 75.1-1)
[2024-05-20T02:33:39+0200] [ALPM] upgraded lib32-libxml2 (2.12.6-1 -> 2.12.7-1)
[2024-05-20T02:33:39+0200] [ALPM] upgraded libcdr (0.1.7-7 -> 0.1.7-8)
[2024-05-20T02:33:39+0200] [ALPM] upgraded libjuice (1.4.1-1 -> 1.4.2-1)
[2024-05-20T02:33:39+0200] [ALPM] upgraded libdatachannel (0.21.0-1 -> 0.21.1-1)
[2024-05-20T02:33:39+0200] [ALPM] upgraded libe-book (0.1.3-15 -> 0.1.3-16)
[2024-05-20T02:33:39+0200] [ALPM] upgraded libimagequant (4.3.0-1 -> 4.3.1-1)
[2024-05-20T02:33:39+0200] [ALPM] upgraded libmspub (0.1.4-15 -> 0.1.4-16)
[2024-05-20T02:33:39+0200] [ALPM] upgraded libqxp (0.0.2-11 -> 0.0.2-12)
[2024-05-20T02:33:39+0200] [ALPM] upgraded libvisio (0.1.7-10 -> 0.1.7-11)
[2024-05-20T02:33:39+0200] [ALPM] upgraded libzmf (0.0.2-15 -> 0.0.2-16)
[2024-05-20T02:33:40+0200] [ALPM] upgraded libreoffice-fresh (24.2.3-2 -> 24.2.3-3)
[2024-05-20T02:33:41+0200] [ALPM] upgraded linux-lts (6.6.30-2 -> 6.6.31-1)
[2024-05-20T02:33:42+0200] [ALPM] upgraded linux-lts-headers (6.6.30-2 -> 6.6.31-1)
[2024-05-20T02:33:42+0200] [ALPM] upgraded m17n-lib (1.8.4-2 -> 1.8.4-3)
[2024-05-20T02:33:42+0200] [ALPM] upgraded nftables (1:1.0.9-2 -> 1:1.0.9-3)
[2024-05-20T02:33:42+0200] [ALPM] installed composefs (1.0.3-1)
[2024-05-20T02:33:42+0200] [ALPM] upgraded ostree (2024.5-1 -> 2024.6-1)
[2024-05-20T02:33:42+0200] [ALPM] upgraded plasma-desktop (6.0.4-1 -> 6.0.4-2)
[2024-05-20T02:33:42+0200] [ALPM] upgraded plasma-framework5 (5.115.0-3 -> 5.116.0-1)
[2024-05-20T02:33:42+0200] [ALPM] upgraded postgresql-libs (16.2-3 -> 16.2-4)
[2024-05-20T02:33:43+0200] [ALPM] upgraded qt6-webengine (6.7.0-1 -> 6.7.0-2)
[2024-05-20T02:33:43+0200] [ALPM] upgraded thunderbird (115.10.2-1 -> 115.11.0-4)
[2024-05-20T02:33:43+0200] [ALPM] upgraded vte-common (0.76.1-1 -> 0.76.1-2)
[2024-05-20T02:33:43+0200] [ALPM] upgraded vte3 (0.76.1-1 -> 0.76.1-2)
[2024-05-20T02:33:43+0200] [ALPM] upgraded webkit2gtk (2.44.1-1 -> 2.44.2-1)
[2024-05-20T02:33:43+0200] [ALPM] upgraded welcome (24.5.8-1 -> 24.5.9-1)
[2024-05-20T02:33:43+0200] [ALPM] upgraded xfsprogs (6.7.0-1 -> 6.8.0-2)
[2024-05-20T02:33:43+0200] [ALPM] transaction completed
[2024-05-20T02:33:44+0200] [ALPM] running '20-systemd-sysusers.hook'...
[2024-05-20T02:33:45+0200] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2024-05-20T02:33:45+0200] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2024-05-20T02:33:45+0200] [ALPM] running '30-systemd-tmpfiles.hook'...
[2024-05-20T02:33:45+0200] [ALPM] running '30-systemd-udev-reload.hook'...
[2024-05-20T02:33:45+0200] [ALPM] running '30-systemd-update.hook'...
[2024-05-20T02:33:46+0200] [ALPM] running '30-update-mime-database.hook'...
[2024-05-20T02:33:46+0200] [ALPM] running '60-depmod.hook'...
[2024-05-20T02:33:47+0200] [ALPM] running '90-kernel-install.hook'...
[2024-05-20T02:33:47+0200] [ALPM-SCRIPTLET] Running kernel-install for 6.9.1-zen1-1-zen
[2024-05-20T02:33:50+0200] [ALPM-SCRIPTLET] dracut[I]: Executing: /usr/bin/dracut --no-hostonly --force /efi/3a4d08d89b4a44cc89c5bc24a9dcf9f0/6.9.1-zen1-1-zen/initrd-fallback 6.9.1-zen1-1-zen
[2024-05-20T02:33:51+0200] [ALPM-SCRIPTLET] dracut[I]: memstrack is not available
[2024-05-20T02:33:51+0200] [ALPM-SCRIPTLET] dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
[2024-05-20T02:33:51+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd ***
[2024-05-20T02:33:51+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-initrd ***
[2024-05-20T02:33:51+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-udevd ***
[2024-05-20T02:33:51+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: modsign ***
[2024-05-20T02:33:51+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: i18n ***
[2024-05-20T02:33:51+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: btrfs ***
[2024-05-20T02:33:51+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: crypt ***
[2024-05-20T02:33:51+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dm ***
[2024-05-20T02:33:51+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dmraid ***
[2024-05-20T02:33:51+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules-extra ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lvm ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: mdraid ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: multipath ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: nvdimm ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu-net ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fido2 ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lunmask ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: resume ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: rootfs-block ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: terminfo ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: udev-rules ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: virtiofs ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dracut-systemd ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: usrmount ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: base ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fs-lib ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shutdown ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including modules done ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies done ***
[2024-05-20T02:33:53+0200] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies ***
[2024-05-20T02:33:54+0200] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies done ***
[2024-05-20T02:33:54+0200] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files ***
[2024-05-20T02:33:54+0200] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files done ***
[2024-05-20T02:33:54+0200] [ALPM-SCRIPTLET] dracut[I]: *** Generating early-microcode cpio image ***
[2024-05-20T02:33:54+0200] [ALPM-SCRIPTLET] dracut[I]: *** Constructing GenuineIntel.bin ***
[2024-05-20T02:33:54+0200] [ALPM-SCRIPTLET] dracut[I]: *** Store current command line parameters ***
[2024-05-20T02:33:54+0200] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files ***
[2024-05-20T02:33:54+0200] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files done ***
[2024-05-20T02:33:54+0200] [ALPM-SCRIPTLET] dracut[I]: *** Creating image file '/efi/3a4d08d89b4a44cc89c5bc24a9dcf9f0/6.9.1-zen1-1-zen/initrd-fallback' ***
[2024-05-20T02:33:57+0200] [ALPM-SCRIPTLET] dracut[I]: *** Creating initramfs image file '/efi/3a4d08d89b4a44cc89c5bc24a9dcf9f0/6.9.1-zen1-1-zen/initrd-fallback' done ***
[2024-05-20T02:33:57+0200] [ALPM-SCRIPTLET] dracut[I]: Executing: /usr/bin/dracut --hostonly --no-hostonly-cmdline -f /efi/3a4d08d89b4a44cc89c5bc24a9dcf9f0/6.9.1-zen1-1-zen/initrd 6.9.1-zen1-1-zen
[2024-05-20T02:33:58+0200] [ALPM-SCRIPTLET] dracut[I]: memstrack is not available
[2024-05-20T02:33:58+0200] [ALPM-SCRIPTLET] dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
[2024-05-20T02:33:58+0200] [ALPM-SCRIPTLET] dracut[I]: memstrack is not available
[2024-05-20T02:33:58+0200] [ALPM-SCRIPTLET] dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
[2024-05-20T02:33:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd ***
[2024-05-20T02:33:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-initrd ***
[2024-05-20T02:33:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-udevd ***
[2024-05-20T02:33:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: i18n ***
[2024-05-20T02:33:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: crypt ***
[2024-05-20T02:33:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dm ***
[2024-05-20T02:33:58+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules-extra ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fido2 ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: rootfs-block ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: terminfo ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: udev-rules ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dracut-systemd ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: usrmount ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: base ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fs-lib ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shutdown ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including modules done ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies done ***
[2024-05-20T02:33:59+0200] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies ***
[2024-05-20T02:34:00+0200] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies done ***
[2024-05-20T02:34:00+0200] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files ***
[2024-05-20T02:34:00+0200] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files done ***
[2024-05-20T02:34:00+0200] [ALPM-SCRIPTLET] dracut[I]: *** Generating early-microcode cpio image ***
[2024-05-20T02:34:00+0200] [ALPM-SCRIPTLET] dracut[I]: *** Constructing GenuineIntel.bin ***
[2024-05-20T02:34:00+0200] [ALPM-SCRIPTLET] dracut[I]: *** Store current command line parameters ***
[2024-05-20T02:34:00+0200] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files ***
[2024-05-20T02:34:00+0200] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files done ***
[2024-05-20T02:34:00+0200] [ALPM-SCRIPTLET] dracut[I]: *** Creating image file '/efi/3a4d08d89b4a44cc89c5bc24a9dcf9f0/6.9.1-zen1-1-zen/initrd' ***
[2024-05-20T02:34:02+0200] [ALPM-SCRIPTLET] dracut[I]: *** Creating initramfs image file '/efi/3a4d08d89b4a44cc89c5bc24a9dcf9f0/6.9.1-zen1-1-zen/initrd' done ***
[2024-05-20T02:34:02+0200] [ALPM-SCRIPTLET] Running kernel-install for 6.6.31-1-lts
[2024-05-20T02:34:03+0200] [ALPM-SCRIPTLET] dracut[I]: Executing: /usr/bin/dracut --no-hostonly --force /efi/3a4d08d89b4a44cc89c5bc24a9dcf9f0/6.6.31-1-lts/initrd-fallback 6.6.31-1-lts
[2024-05-20T02:34:03+0200] [ALPM-SCRIPTLET] dracut[I]: memstrack is not available
[2024-05-20T02:34:03+0200] [ALPM-SCRIPTLET] dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
[2024-05-20T02:34:03+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd ***
[2024-05-20T02:34:03+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-initrd ***
[2024-05-20T02:34:03+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-udevd ***
[2024-05-20T02:34:03+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: modsign ***
[2024-05-20T02:34:03+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: i18n ***
[2024-05-20T02:34:04+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: btrfs ***
[2024-05-20T02:34:04+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: crypt ***
[2024-05-20T02:34:04+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dm ***
[2024-05-20T02:34:04+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dmraid ***
[2024-05-20T02:34:04+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules ***
[2024-05-20T02:34:05+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules-extra ***
[2024-05-20T02:34:05+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lvm ***
[2024-05-20T02:34:05+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: mdraid ***
[2024-05-20T02:34:05+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: multipath ***
[2024-05-20T02:34:05+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: nvdimm ***
[2024-05-20T02:34:05+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu ***
[2024-05-20T02:34:05+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: qemu-net ***
[2024-05-20T02:34:05+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fido2 ***
[2024-05-20T02:34:05+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: lunmask ***
[2024-05-20T02:34:05+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: resume ***
[2024-05-20T02:34:05+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: rootfs-block ***
[2024-05-20T02:34:05+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: terminfo ***
[2024-05-20T02:34:05+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: udev-rules ***
[2024-05-20T02:34:06+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: virtiofs ***
[2024-05-20T02:34:06+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dracut-systemd ***
[2024-05-20T02:34:06+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: usrmount ***
[2024-05-20T02:34:06+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: base ***
[2024-05-20T02:34:06+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fs-lib ***
[2024-05-20T02:34:06+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shutdown ***
[2024-05-20T02:34:06+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including modules done ***
[2024-05-20T02:34:06+0200] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies ***
[2024-05-20T02:34:06+0200] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies done ***
[2024-05-20T02:34:06+0200] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies ***
[2024-05-20T02:34:07+0200] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies done ***
[2024-05-20T02:34:07+0200] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files ***
[2024-05-20T02:34:07+0200] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files done ***
[2024-05-20T02:34:07+0200] [ALPM-SCRIPTLET] dracut[I]: *** Generating early-microcode cpio image ***
[2024-05-20T02:34:07+0200] [ALPM-SCRIPTLET] dracut[I]: *** Constructing GenuineIntel.bin ***
[2024-05-20T02:34:07+0200] [ALPM-SCRIPTLET] dracut[I]: *** Store current command line parameters ***
[2024-05-20T02:34:07+0200] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files ***
[2024-05-20T02:34:07+0200] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files done ***
[2024-05-20T02:34:07+0200] [ALPM-SCRIPTLET] dracut[I]: *** Creating image file '/efi/3a4d08d89b4a44cc89c5bc24a9dcf9f0/6.6.31-1-lts/initrd-fallback' ***
[2024-05-20T02:34:09+0200] [ALPM-SCRIPTLET] dracut[I]: *** Creating initramfs image file '/efi/3a4d08d89b4a44cc89c5bc24a9dcf9f0/6.6.31-1-lts/initrd-fallback' done ***
[2024-05-20T02:34:09+0200] [ALPM-SCRIPTLET] dracut[I]: Executing: /usr/bin/dracut --hostonly --no-hostonly-cmdline -f /efi/3a4d08d89b4a44cc89c5bc24a9dcf9f0/6.6.31-1-lts/initrd 6.6.31-1-lts
[2024-05-20T02:34:10+0200] [ALPM-SCRIPTLET] dracut[I]: memstrack is not available
[2024-05-20T02:34:10+0200] [ALPM-SCRIPTLET] dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
[2024-05-20T02:34:10+0200] [ALPM-SCRIPTLET] dracut[I]: memstrack is not available
[2024-05-20T02:34:10+0200] [ALPM-SCRIPTLET] dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
[2024-05-20T02:34:10+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd ***
[2024-05-20T02:34:10+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-initrd ***
[2024-05-20T02:34:10+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: systemd-udevd ***
[2024-05-20T02:34:10+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: i18n ***
[2024-05-20T02:34:10+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: crypt ***
[2024-05-20T02:34:10+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dm ***
[2024-05-20T02:34:10+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: kernel-modules-extra ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fido2 ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: rootfs-block ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: terminfo ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: udev-rules ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: dracut-systemd ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: usrmount ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: base ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: fs-lib ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including module: shutdown ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Including modules done ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Installing kernel module dependencies done ***
[2024-05-20T02:34:11+0200] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies ***
[2024-05-20T02:34:12+0200] [ALPM-SCRIPTLET] dracut[I]: *** Resolving executable dependencies done ***
[2024-05-20T02:34:12+0200] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files ***
[2024-05-20T02:34:12+0200] [ALPM-SCRIPTLET] dracut[I]: *** Hardlinking files done ***
[2024-05-20T02:34:12+0200] [ALPM-SCRIPTLET] dracut[I]: *** Generating early-microcode cpio image ***
[2024-05-20T02:34:12+0200] [ALPM-SCRIPTLET] dracut[I]: *** Constructing GenuineIntel.bin ***
[2024-05-20T02:34:12+0200] [ALPM-SCRIPTLET] dracut[I]: *** Store current command line parameters ***
[2024-05-20T02:34:12+0200] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files ***
[2024-05-20T02:34:12+0200] [ALPM-SCRIPTLET] dracut[I]: *** Stripping files done ***
[2024-05-20T02:34:12+0200] [ALPM-SCRIPTLET] dracut[I]: *** Creating image file '/efi/3a4d08d89b4a44cc89c5bc24a9dcf9f0/6.6.31-1-lts/initrd' ***
[2024-05-20T02:34:14+0200] [ALPM-SCRIPTLET] dracut[I]: *** Creating initramfs image file '/efi/3a4d08d89b4a44cc89c5bc24a9dcf9f0/6.6.31-1-lts/initrd' done ***
[2024-05-20T02:34:14+0200] [ALPM] running 'dbus-reload.hook'...
[2024-05-20T02:34:14+0200] [ALPM] running 'eos-reboot-required.hook'...
[2024-05-20T02:34:14+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2024-05-20T02:34:14+0200] [ALPM] running 'rebuild-detector.hook'...
[2024-05-20T02:34:18+0200] [ALPM-SCRIPTLET] foreign     khotkeys
[2024-05-20T02:34:18+0200] [ALPM-SCRIPTLET] foreign     libpdfium-nojs
[2024-05-20T02:34:18+0200] [ALPM-SCRIPTLET] foreign     megasync
[2024-05-20T02:34:18+0200] [ALPM-SCRIPTLET] foreign     organicmaps-git
[2024-05-20T02:34:18+0200] [ALPM-SCRIPTLET] foreign     python-pyenum
[2024-05-20T02:34:18+0200] [ALPM-SCRIPTLET] foreign     python-pymboot
[2024-05-20T02:34:18+0200] [ALPM-SCRIPTLET] foreign     ungoogled-chromium-xdg-bin
[2024-05-20T02:34:18+0200] [ALPM-SCRIPTLET] foreign     youtube-dl
[2024-05-20T02:34:18+0200] [ALPM] running 'update-desktop-database.hook'...
[2024-05-20T02:34:18+0200] [PACMAN] Running 'pacman -D -q --asdeps --noconfirm --config /etc/pacman.conf -- asar prettier'
[2024-05-20T02:34:18+0200] [PACMAN] Running 'pacman -S -y -u --noconfirm --config /etc/pacman.conf --'
[2024-05-20T02:34:18+0200] [PACMAN] synchronizing package lists
[2024-05-20T02:34:18+0200] [PACMAN] starting full system upgrade
[2024-05-20T02:35:36+0200] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/eaa/.cache/yay/deezer/deezer-6.0.130-1-any.pkg.tar.zst /home/eaa/.cache/yay/librewolf-bin/librewolf-bin-126.0-1-x86_64.pkg.tar.zst /home/eaa/.cache/yay/librewolf-bin/librewolf-bin-debug-126.0-1-x86_64.pkg.tar.zst'
[2024-05-20T02:35:36+0200] [ALPM] transaction started
[2024-05-20T02:35:36+0200] [ALPM] upgraded deezer (6.0.120-1 -> 6.0.130-1)
[2024-05-20T02:35:36+0200] [ALPM] upgraded librewolf-bin (125.0.3-1.1 -> 126.0-1)
[2024-05-20T02:35:36+0200] [ALPM-SCRIPTLET] >>    Remember to check for changes in /usr/lib/librewolf/librewolf.cfg.pacnew
[2024-05-20T02:35:36+0200] [ALPM-SCRIPTLET] >>    as those will not automatically overwrite your existing librewolf.cfg.
[2024-05-20T02:35:36+0200] [ALPM-SCRIPTLET] >>    
[2024-05-20T02:35:36+0200] [ALPM-SCRIPTLET] >>    We would encourage you to migrate your own changes to the new overrides file
[2024-05-20T02:35:36+0200] [ALPM-SCRIPTLET] >>    at ~/.librewolf/librewolf.overrides.cfg instead, so making changes directly
[2024-05-20T02:35:36+0200] [ALPM-SCRIPTLET] >>    in your librewolf.cfg is not necessary anymore (in most cases at least).
[2024-05-20T02:35:36+0200] [ALPM-SCRIPTLET] >>    
[2024-05-20T02:35:36+0200] [ALPM-SCRIPTLET] >>    Check out https://gitlab.com/librewolf-community/settings/-/merge_requests/13
[2024-05-20T02:35:36+0200] [ALPM-SCRIPTLET] >>    for more information on this.
[2024-05-20T02:35:36+0200] [ALPM] installed librewolf-bin-debug (126.0-1)
[2024-05-20T02:35:36+0200] [ALPM] transaction completed
[2024-05-20T02:35:36+0200] [ALPM] running '30-systemd-update.hook'...
[2024-05-20T02:35:36+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2024-05-20T02:35:36+0200] [ALPM] running 'rebuild-detector.hook'...
[2024-05-20T02:35:37+0200] [ALPM-SCRIPTLET] foreign     librewolf-bin
[2024-05-20T02:35:37+0200] [ALPM-SCRIPTLET] foreign     python-pyenum
[2024-05-20T02:35:37+0200] [ALPM-SCRIPTLET] foreign     python-pymboot
[2024-05-20T02:35:37+0200] [ALPM-SCRIPTLET] foreign     youtube-dl
[2024-05-20T02:35:37+0200] [ALPM] running 'update-desktop-database.hook'...
[2024-05-20T02:35:37+0200] [PACMAN] Running 'pacman -D -q --asdeps --noconfirm --config /etc/pacman.conf -- librewolf-bin-debug'
[2024-05-20T02:35:37+0200] [PACMAN] Running 'pacman -D -q --asexplicit --noconfirm --config /etc/pacman.conf -- deezer librewolf-bin'
[2024-05-20T04:09:37+0200] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2024-05-20T04:09:37+0200] [PACMAN] synchronizing package lists
[2024-05-20T21:28:14+0200] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- extra/dotnet-sdk'
[2024-05-20T21:28:16+0200] [ALPM] transaction started
[2024-05-20T21:28:16+0200] [ALPM] installed netstandard-targeting-pack (8.0.4.sdk104-1)
[2024-05-20T21:28:16+0200] [ALPM] installed dotnet-targeting-pack (8.0.4.sdk104-1)
[2024-05-20T21:28:17+0200] [ALPM] installed dotnet-sdk (8.0.4.sdk104-1)
[2024-05-20T21:28:17+0200] [ALPM] transaction completed
[2024-05-20T21:28:17+0200] [ALPM] running '30-systemd-update.hook'...
[2024-05-20T21:28:17+0200] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- dotnet-sdk'
[2024-05-20T21:31:33+0200] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/eaa/.cache/yay/vscodium-marketplace/vscodium-marketplace-1.65.0-1-any.pkg.tar.zst'
[2024-05-20T21:31:34+0200] [ALPM] transaction started
[2024-05-20T21:31:34+0200] [ALPM] installed vscodium-marketplace (1.65.0-1)
[2024-05-20T21:31:34+0200] [ALPM] transaction completed
[2024-05-20T21:31:34+0200] [ALPM] running '30-systemd-update.hook'...
[2024-05-20T21:31:34+0200] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- vscodium-marketplace'
[2024-05-20T21:44:04+0200] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- extra/gendesk'
[2024-05-20T21:44:05+0200] [ALPM] transaction started
[2024-05-20T21:44:05+0200] [ALPM] installed gendesk (1.0.9-4)
[2024-05-20T21:44:05+0200] [ALPM] transaction completed
[2024-05-20T21:44:05+0200] [ALPM] running '30-systemd-update.hook'...
[2024-05-20T21:44:05+0200] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- gendesk'
[2024-05-20T21:52:07+0200] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/eaa/.cache/yay/rider/rider-1:2024.1.2-1-x86_64.pkg.tar.zst'
[2024-05-20T21:52:09+0200] [ALPM] transaction started
[2024-05-20T21:52:09+0200] [ALPM] error: could not extract /usr/share/rider/jbr/lib/libcef.so (Truncated zstd input)
[2024-05-20T21:52:09+0200] [ALPM] error: problem occurred while installing rider
[2024-05-20T21:52:09+0200] [ALPM] installed rider (1:2024.1.2-1)
[2024-05-20T21:52:09+0200] [ALPM] transaction failed
[2024-05-20T21:52:33+0200] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/eaa/.cache/yay/rider/rider-1:2024.1.2-1-x86_64.pkg.tar.zst'
[2024-05-20T21:52:34+0200] [ALPM] transaction started
[2024-05-20T21:52:34+0200] [ALPM] error: could not extract /usr/share/rider/jbr/lib/libcef.so (Truncated zstd input)
[2024-05-20T21:52:34+0200] [ALPM] error: problem occurred while upgrading rider
[2024-05-20T21:52:34+0200] [ALPM] reinstalled rider (1:2024.1.2-1)
[2024-05-20T21:52:34+0200] [ALPM] transaction failed
[2024-05-20T22:01:49+0200] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/eaa/.cache/yay/rider/rider-1:2024.1.2-1-x86_64.pkg.tar.zst'
[2024-05-20T22:01:49+0200] [ALPM] transaction started
[2024-05-20T22:01:55+0200] [ALPM] reinstalled rider (1:2024.1.2-1)
[2024-05-20T22:01:55+0200] [ALPM] transaction completed
[2024-05-20T22:01:55+0200] [ALPM] running '30-systemd-update.hook'...
[2024-05-20T22:01:55+0200] [ALPM] running 'rebuild-detector.hook'...
[2024-05-20T22:01:56+0200] [ALPM-SCRIPTLET] foreign     python-pyenum
[2024-05-20T22:01:56+0200] [ALPM-SCRIPTLET] foreign     python-pymboot
[2024-05-20T22:01:56+0200] [ALPM-SCRIPTLET] foreign     rider
[2024-05-20T22:01:56+0200] [ALPM-SCRIPTLET] foreign     youtube-dl
[2024-05-20T22:01:56+0200] [ALPM] running 'update-desktop-database.hook'...
[2024-05-20T22:01:57+0200] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- rider'
[2024-05-21T00:19:57+0200] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/eaa/.cache/yay/betterbird-fr-bin/betterbird-fr-bin-115.11.0-1-x86_64.pkg.tar.zst /home/eaa/.cache/yay/betterbird-fr-bin/betterbird-fr-bin-debug-115.11.0-1-x86_64.pkg.tar.zst'
[2024-05-21T00:19:58+0200] [ALPM] transaction started
[2024-05-21T00:19:58+0200] [ALPM] installed betterbird-fr-bin (115.11.0-1) <- Showing to my friend how cool is betterbird
[2024-05-21T00:19:58+0200] [ALPM] installed betterbird-fr-bin-debug (115.11.0-1)
[2024-05-21T00:19:58+0200] [ALPM] transaction completed
[2024-05-21T00:19:58+0200] [ALPM] running '30-systemd-update.hook'...
[2024-05-21T00:19:58+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2024-05-21T00:19:58+0200] [ALPM] running 'update-desktop-database.hook'...
[2024-05-21T00:19:58+0200] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- betterbird-fr-bin-debug'
[2024-05-21T00:19:58+0200] [PACMAN] Running 'pacman -D --asexplicit -q --config /etc/pacman.conf -- betterbird-fr-bin'

In can also announce that Winslow is not concerned about the leak (except for the desktop folder who was moved into DATA folder…). But my installation and program files are not vanished

1 Like