You are not logged in.

#1 2024-03-09 21:08:41

Monstanner
Member
Registered: 2024-03-09
Posts: 17

[SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

When I installed an update with Bauh the other day, I suddenly couldn't do anything anymore. The update also didn't finish properly. I was told that for example the xfce-whisker menu could not be found. The same goes for the terminal. I had no choice but to turn off the system completely. Since then, I have been welcomed here with:

ERROR: Root device mounted successfully, but /sbin/init does not exist.
Bailing out, you are on your own. Good luck.

sh: can't access tty; job control turned off
[rootfs ´´]#

Last edited by Monstanner (2024-03-10 21:50:41)

Offline

#2 2024-03-09 22:17:02

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,016

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

There's probably some massive or fundamental file corruption breaking systemd or dbus.
Boot the installation iso, mount the root FS and run and post

sudo LC_ALL=C pacman -root /mnt -Qkk | grep -v ', 0 altered files' > /tmp/howbadisit.txt
cat /tmp/howbadisit.txt < curl -F 'file=@-' 0x0.st

Online

#3 2024-03-09 22:37:06

Monstanner
Member
Registered: 2024-03-09
Posts: 17

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

seth wrote:

...Boot the installation iso...

I'll do it tomorrow. I have read several times during my search that you should use a live system like Linux Mint. In addition, I no longer have the installation iso of my Arch. Can I also use a new version of Arch?

Offline

#4 2024-03-09 22:39:54

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,016

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

You can download and use the latest iso, but you'll likely want something that ships pacman in case the installed version is broken, resp. you'll not be able to chroot.

Online

#5 2024-03-09 22:52:11

Monstanner
Member
Registered: 2024-03-09
Posts: 17

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

seth wrote:

You can download and use the latest iso, but you'll likely want something that ships pacman in case the installed version is broken, resp. you'll not be able to chroot.

Good to know. I'll take care of it tomorrow.

Offline

#6 2024-03-10 11:27:26

Monstanner
Member
Registered: 2024-03-09
Posts: 17

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

seth wrote:
sudo LC_ALL=C pacman -root /mnt -Qkk | grep -v ', 0 altered files' > /tmp/howbadisit.txt
cat /tmp/howbadisit.txt < curl -F 'file=@-' 0x0.st

This is what I get:

zsh: no such file or directory: curl
error: failed to initialize alpm library:
(root: oot, dbpath: oot/var/lib/pacman/)
could not find or read directorya

Offline

#7 2024-03-10 11:44:07

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,016

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

Fuck, me typo'd.
cat ... | curl ...
Not "<"

Sorry about that.
And it's --root, must have been really late.

Last edited by seth (2024-03-10 11:45:19)

Online

#8 2024-03-10 11:58:31

Monstanner
Member
Registered: 2024-03-09
Posts: 17

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

seth wrote:

Fuck, me typo'd.
cat ... | curl ...
Not "<"

Sorry about that.
And it's --root, must have been really late.

Output:

grep: cat: No such file or diretory
451 Unavailable For Legal Reasonwarning: adobe-source-code-pro-fonts: /mnt/usr/share/fonts (GID mismatch)
warning: adobe-source-code-pro-fonts: /mnt/usr/share/fonts/adobe-source-code-pro (Permissions mismatch)
warning: catarell-fonts: /mnt/usr/share/fonts (GID mismatch)
warning: catarell-fonts: /mnt/usr/share/fonts/cantarell (Permissions mismatch)

Yes there ist no space in the second line between Reason and warning.

Last edited by Monstanner (2024-03-10 12:25:19)

Offline

#9 2024-03-10 12:13:18

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,016

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

This here:

LC_ALL=C pacman --root /mnt -Qkk | grep -v ', 0 altered files' > /tmp/howbadisit.txt
cat /tmp/howbadisit.txt | curl -F 'file=@-' 0x0.st

Online

#10 2024-03-10 12:25:04

Monstanner
Member
Registered: 2024-03-09
Posts: 17

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

seth wrote:

This here:

LC_ALL=C pacman --root /mnt -Qkk | grep -v ', 0 altered files' > /tmp/howbadisit.txt
cat /tmp/howbadisit.txt | curl -F 'file=@-' 0x0.st

Output:
grep: cat: No such file or diretory
451 Unavailable For Legal Reasonwarning: adobe-source-code-pro-fonts: /mnt/usr/share/fonts (GID mismatch)
warning: adobe-source-code-pro-fonts: /mnt/usr/share/fonts/adobe-source-code-pro (Permissions mismatch)
warning: catarell-fonts: /mnt/usr/share/fonts (GID mismatch)
warning: catarell-fonts: /mnt/usr/share/fonts/cantarell (Permissions mismatch)
LC_ALL=C --root /mnt -Qkk 11.95s user 1.87s system 99% cpu 13.898 total
grep --color=auto -v ',0 altered files' cat /tmp/howbadisit.txt >    0.01s user 0.00s system 39% cpu 0.027 total
curl -F 'file=@-' 0x0.st 0.02s user 0.01s system 28% cpu 0.089 total

Offline

#11 2024-03-10 12:31:23

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,016

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

Those are two commands...

Online

#12 2024-03-10 12:57:27

Monstanner
Member
Registered: 2024-03-09
Posts: 17

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

I've now done it again individually. First with sudo and now running without sudo.

Output:

a52dec: 22 total files, 0 altered files
aalib: 88 total files, 0 altered files
abseil-cpp: 787 total files, 0 altered files
acl: 99 total files, 0 altered files
acpid: 27 total files, 0 altered files
adobe-source-code-pro-fonts: 23 total files, 2 altered files
adwaita-cursors: 128 total files, 0 altered files
adwaita-icon-theme: 807 total files, 0 altered files
alsa-card-profiles: 84 total files, 0 altered files
alsa-lib: 161 total files, 0 altered files
alsa-plugins: 78 total files, 0 altered files
alsa-tools: 103 total files, 0 altered files
alsa-topology-conf: 18 total files, 0 altered files
alsa-ucm-conf: 725 total files, 0 altered files
alsa-utils: 113 total files, 0 altered files
ant: 65 total files, 0 altered files
aom: 27 total files, 0 altered files
appstream: 1420 total files, 0 altered files
archlinux-keyring: 17 total files, 0 altered files
argon2: 14 total files, 0 altered files
aria2: 161 total files, 0 altered files
at-spi2-core: 429 total files, 0 altered files
atomicparsley: 3 total files, 0 altered files
attr: 74 total files, 0 altered files
audiofile: 59 total files, 0 altered files
audit: 229 total files, 0 altered files
autoconf: 78 total files, 0 altered files
autoconf-archive: 597 total files, 0 altered files
automake: 137 total files, 0 altered files
avahi: 324 total files, 0 altered files
bash: 257 total files, 0 altered files
bash-completion: 753 total files, 0 altered files
bc: 12 total files, 0 altered files
bchunk: 7 total files, 0 altered files
bemenu: 16 total files, 0 altered files
bemenu-x11: 4 total files, 0 altered files
binutils: 423 total files, 0 altered files
bison: 329 total files, 0 altered files
blas: 11 total files, 0 altered files
bluez-libs: 20 total files, 0 altered files
boost: 17567 total files, 0 altered files
boost-libs: 58 total files, 0 altered files
brotli: 36 total files, 0 altered files
bsdiff: 12 total files, 0 altered files
btrfs-progs: 89 total files, 0 altered files
bubblewrap: 13 total files, 0 altered files
bzip2: 28 total files, 0 altered files
c-ares: 168 total files, 0 altered files
ca-certificates: 0 total files, 0 altered files
ca-certificates-mozilla: 5 total files, 0 altered files
ca-certificates-utils: 33 total files, 0 altered files
cabextract: 7 total files, 0 altered files
cairo: 50 total files, 0 altered files
cairo-perl: 22 total files, 0 altered files
cairomm: 42 total files, 0 altered files
cantarell-fonts: 10 total files, 2 altered files
capstone: 37 total files, 0 altered files
cbindgen: 10 total files, 0 altered files
cblas: 22 total files, 0 altered files
ccache: 26 total files, 0 altered files
cdparanoia: 18 total files, 0 altered files
celt: 19 total files, 0 altered files
ceph-libs: 423 total files, 0 altered files
chrpath: 15 total files, 0 altered files
cifs-utils: 39 total files, 0 altered files
cinnamon-translations: 1109 total files, 0 altered files
clamav: 214 total files, 0 altered files
clang: 1825 total files, 0 altered files
cmake: 5479 total files, 0 altered files
cmocka: 15 total files, 0 altered files
compiler-rt: 139 total files, 0 altered files
composer: 10 total files, 0 altered files
conan: 1010 total files, 0 altered files
coreutils: 441 total files, 0 altered files
cpio: 95 total files, 0 altered files
cppdap: 25 total files, 0 altered files
cracklib: 161 total files, 0 altered files
cronie: 49 total files, 0 altered files
crypto++: 205 total files, 0 altered files
cryptsetup: 121 total files, 0 altered files
cups-filters: 83 total files, 0 altered files
curl: 537 total files, 0 altered files
cython0: 592 total files, 0 altered files
dav1d: 26 total files, 0 altered files
db: 44 total files, 0 altered files
db5.3: 50 total files, 0 altered files
dbus: 91 total files, 0 altered files
dbus-daemon-units: 7 total files, 0 altered files
dbus-glib: 51 total files, 0 altered files
dbus-python: 76 total files, 0 altered files
dconf: 77 total files, 0 altered files
default-cursors: 5 total files, 0 altered files
desktop-file-utils: 19 total files, 0 altered files
device-mapper: 39 total files, 0 altered files
dialog: 197 total files, 0 altered files
diffutils: 124 total files, 0 altered files
directx-shader-compiler: 146 total files, 0 altered files
djvulibre: 118 total files, 0 altered files
dkms: 25 total files, 0 altered files
dmraid: 39 total files, 0 altered files
dnsmasq: 67 total files, 0 altered files
dnssec-anchors: 7 total files, 0 altered files
docbook-xml: 166 total files, 0 altered files
docbook-xsl: 2528 total files, 0 altered files
dosfstools: 39 total files, 0 altered files
double-conversion: 28 total files, 0 altered files
doxygen: 14 total files, 0 altered files
dtc: 30 total files, 0 altered files
duktape: 17 total files, 0 altered files
dump_syms: 8 total files, 0 altered files
e2fsprogs: 205 total files, 0 altered files
edk2-ovmf: 62 total files, 0 altered files
element: 57 total files, 0 altered files
elementary-icon-theme: 3618 total files, 0 altered files
elfutils: 60 total files, 0 altered files
enchant: 35 total files, 0 altered files
enet: 22 total files, 0 altered files
exempi: 23 total files, 0 altered files
exfat-utils: 20 total files, 0 altered files
expat: 32 total files, 0 altered files
extra-cmake-modules: 344 total files, 0 altered files
faac: 26 total files, 0 altered files
faad2: 24 total files, 0 altered files
fakeroot: 47 total files, 0 altered files
ffmpeg: 285 total files, 0 altered files
fftw: 85 total files, 0 altered files
figlet: 75 total files, 0 altered files
file: 25 total files, 0 altered files
backup file: filesystem: /mnt/etc/fstab (Modification time mismatch)
backup file: filesystem: /mnt/etc/fstab (Size mismatch)
backup file: filesystem: /mnt/etc/fstab (MD5 checksum mismatch)
backup file: filesystem: /mnt/etc/fstab (SHA256 checksum mismatch)
backup file: filesystem: /mnt/etc/group (Modification time mismatch)
backup file: filesystem: /mnt/etc/group (Size mismatch)
backup file: filesystem: /mnt/etc/group (MD5 checksum mismatch)
backup file: filesystem: /mnt/etc/group (SHA256 checksum mismatch)
backup file: filesystem: /mnt/etc/gshadow (Modification time mismatch)
backup file: filesystem: /mnt/etc/gshadow (Size mismatch)
backup file: filesystem: /mnt/etc/gshadow (MD5 checksum mismatch)
backup file: filesystem: /mnt/etc/gshadow (SHA256 checksum mismatch)
backup file: filesystem: /mnt/etc/passwd (Modification time mismatch)
backup file: filesystem: /mnt/etc/passwd (Size mismatch)
backup file: filesystem: /mnt/etc/passwd (MD5 checksum mismatch)
backup file: filesystem: /mnt/etc/passwd (SHA256 checksum mismatch)
backup file: filesystem: /mnt/etc/resolv.conf (Modification time mismatch)
backup file: filesystem: /mnt/etc/resolv.conf (Size mismatch)
backup file: filesystem: /mnt/etc/resolv.conf (MD5 checksum mismatch)
backup file: filesystem: /mnt/etc/resolv.conf (SHA256 checksum mismatch)
backup file: filesystem: /mnt/etc/shadow (Modification time mismatch)
backup file: filesystem: /mnt/etc/shadow (Size mismatch)
backup file: filesystem: /mnt/etc/shadow (MD5 checksum mismatch)
backup file: filesystem: /mnt/etc/shadow (SHA256 checksum mismatch)
backup file: filesystem: /mnt/etc/shells (Modification time mismatch)
backup file: filesystem: /mnt/etc/shells (Size mismatch)
backup file: filesystem: /mnt/etc/shells (MD5 checksum mismatch)
backup file: filesystem: /mnt/etc/shells (SHA256 checksum mismatch)
filesystem: 121 total files, 0 altered files
findutils: 132 total files, 0 altered files
firefox: 104 total files, 0 altered files
firefox-i18n-de: 6 total files, 0 altered files
flac: 48 total files, 0 altered files
flex: 99 total files, 0 altered files
fmt: 69 total files, 0 altered files
font-manager-git: 971 total files, 0 altered files
fontconfig: 356 total files, 0 altered files
forgejo: 18 total files, 1 altered file
fpc: 3579 total files, 0 altered files
fpc-src: 20504 total files, 0 altered files
freetype2: 72 total files, 0 altered files
fribidi: 67 total files, 0 altered files
fuse-common: 2 total files, 0 altered files
fuse2: 36 total files, 0 altered files
fuse3: 28 total files, 0 altered files
garcon: 304 total files, 0 altered files
gawk: 156 total files, 0 altered files
gc: 81 total files, 0 altered files
gcab: 154 total files, 0 altered files
gcc: 2651 total files, 0 altered files
gcc-fortran: 43 total files, 0 altered files
gcc-libs: 61 total files, 0 altered files
gd: 37 total files, 0 altered files
gdb: 36 total files, 0 altered files
gdb-common: 92 total files, 0 altered files
gdbm: 76 total files, 0 altered files
gdk-pixbuf2: 367 total files, 0 altered files
gendesk: 12 total files, 0 altered files
geoclue: 116 total files, 0 altered files
geocode-glib: 51 total files, 0 altered files
geocode-glib-2: 51 total files, 0 altered files
geocode-glib-common: 18 total files, 0 altered files
gettext: 323 total files, 0 altered files
ghc-libs: 1459 total files, 1 altered file
ghostscript: 372 total files, 0 altered files
giflib: 28 total files, 0 altered files
git: 797 total files, 0 altered files
git-lfs: 45 total files, 0 altered files
glib-networking: 229 total files, 0 altered files
glib-perl: 67 total files, 0 altered files
glib2: 732 total files, 0 altered files
glib2-docs: 538 total files, 0 altered files
backup file: glibc: /mnt/etc/locale.gen (Modification time mismatch)
backup file: glibc: /mnt/etc/locale.gen (Size mismatch)
backup file: glibc: /mnt/etc/locale.gen (MD5 checksum mismatch)
backup file: glibc: /mnt/etc/locale.gen (SHA256 checksum mismatch)
glibc: 1614 total files, 0 altered files
glibmm: 465 total files, 0 altered files
glm: 1455 total files, 0 altered files
glslang: 65 total files, 0 altered files
glusterfs: 515 total files, 0 altered files
gmp: 19 total files, 0 altered files
gnome-common: 8 total files, 0 altered files
gnome-themes-extra: 3910 total files, 0 altered files
gnu-free-fonts: 16 total files, 2 altered files
gnu-netcat: 17 total files, 0 altered files
gnupg: 236 total files, 0 altered files
gnutls: 1341 total files, 0 altered files
gobject-introspection: 217 total files, 0 altered files
gobject-introspection-runtime: 20 total files, 0 altered files
gperftools: 110 total files, 0 altered files
gpgme: 182 total files, 0 altered files
gpm: 36 total files, 0 altered files
gptfdisk: 17 total files, 0 altered files
graphene: 85 total files, 0 altered files
graphite: 22 total files, 0 altered files
graphviz: 454 total files, 0 altered files
grep: 147 total files, 0 altered files
groff: 602 total files, 0 altered files
grub: 1122 total files, 0 altered files
gsasl: 139 total files, 0 altered files
gsettings-desktop-schemas: 226 total files, 0 altered files
gsfonts: 80 total files, 2 altered files
gsm: 24 total files, 0 altered files
gssdp: 30 total files, 0 altered files
gst-plugins-bad-libs: 518 total files, 0 altered files
gst-plugins-base-libs: 458 total files, 0 altered files
gstreamer: 333 total files, 0 altered files
gtest: 111 total files, 0 altered files
gtk-doc: 126 total files, 0 altered files
gtk-update-icon-cache: 14 total files, 0 altered files
gtk3: 1016 total files, 0 altered files
gtk4: 843 total files, 0 altered files
gts: 39 total files, 0 altered files
guile: 929 total files, 0 altered files
gupnp: 44 total files, 0 altered files
gupnp-igd: 34 total files, 0 altered files
gzip: 32 total files, 0 altered files
harfbuzz: 67 total files, 0 altered files
harfbuzz-icu: 14 total files, 0 altered files
haskell-aeson: 60 total files, 0 altered files
haskell-aeson-pretty: 23 total files, 0 altered files
haskell-ansi-terminal: 24 total files, 0 altered files
haskell-ansi-wl-pprint: 23 total files, 0 altered files
haskell-appar: 24 total files, 0 altered files
haskell-asn1-encoding: 32 total files, 0 altered files
haskell-asn1-parse: 20 total files, 0 altered files
haskell-asn1-types: 26 total files, 0 altered files
haskell-assoc: 21 total files, 0 altered files
haskell-async: 22 total files, 0 altered files
haskell-attoparsec: 45 total files, 0 altered files
haskell-attoparsec-iso8601: 22 total files, 0 altered files
haskell-auto-update: 25 total files, 0 altered files
haskell-base-compat: 271 total files, 0 altered files
haskell-base-compat-batteries: 332 total files, 0 altered files
haskell-base-orphans: 21 total files, 0 altered files
haskell-base-unicode-symbols: 48 total files, 0 altered files
haskell-base16-bytestring: 23 total files, 0 altered files
haskell-base64: 58 total files, 0 altered files
haskell-base64-bytestring: 26 total files, 0 altered files
haskell-basement: 115 total files, 0 altered files
haskell-bifunctors: 35 total files, 0 altered files
haskell-bitvec: 32 total files, 0 altered files
haskell-blaze-builder: 35 total files, 0 altered files
haskell-blaze-html: 52 total files, 0 altered files
haskell-blaze-markup: 26 total files, 0 altered files
haskell-boring: 19 total files, 0 altered files
haskell-bsb-http-chunked: 22 total files, 0 altered files
haskell-byteable: 21 total files, 0 altered files
haskell-byteorder: 19 total files, 0 altered files
haskell-call-stack: 21 total files, 0 altered files
haskell-case-insensitive: 22 total files, 0 altered files
haskell-cassava: 30 total files, 0 altered files
haskell-cereal: 23 total files, 0 altered files
haskell-citeproc: 31 total files, 0 altered files
haskell-cmdargs: 50 total files, 0 altered files
haskell-colour: 39 total files, 0 altered files
haskell-commonmark: 31 total files, 0 altered files
haskell-commonmark-extensions: 38 total files, 0 altered files
haskell-commonmark-pandoc: 19 total files, 0 altered files
haskell-comonad: 41 total files, 0 altered files
haskell-conduit: 37 total files, 0 altered files
haskell-conduit-extra: 35 total files, 0 altered files
haskell-connection: 21 total files, 0 altered files
haskell-constraints: 26 total files, 0 altered files
haskell-contravariant: 23 total files, 0 altered files
haskell-cookie: 19 total files, 0 altered files
haskell-crypton: 183 total files, 0 altered files
haskell-crypton-connection: 21 total files, 0 altered files
haskell-crypton-x509: 33 total files, 0 altered files
haskell-crypton-x509-store: 22 total files, 0 altered files
haskell-crypton-x509-system: 22 total files, 0 altered files
haskell-crypton-x509-validation: 25 total files, 0 altered files
haskell-cryptonite: 182 total files, 0 altered files
haskell-data-array-byte: 20 total files, 0 altered files
haskell-data-default: 19 total files, 0 altered files
haskell-data-default-class: 20 total files, 0 altered files
haskell-data-default-instances-containers: 21 total files, 0 altered files
haskell-data-default-instances-dlist: 21 total files, 0 altered files
haskell-data-default-instances-old-locale: 21 total files, 0 altered files
haskell-data-fix: 19 total files, 0 altered files
haskell-dec: 20 total files, 0 altered files
haskell-digest: 21 total files, 0 altered files
haskell-digits: 19 total files, 0 altered files
haskell-distributive: 21 total files, 0 altered files
haskell-dlist: 25 total files, 0 altered files
haskell-doclayout: 22 total files, 0 altered files
haskell-doctemplates: 25 total files, 0 altered files
haskell-easy-file: 23 total files, 0 altered files
haskell-emojis: 19 total files, 0 altered files
haskell-erf: 15 total files, 0 altered files
haskell-errors: 25 total files, 0 altered files
haskell-fast-logger: 31 total files, 0 altered files
haskell-file-embed: 19 total files, 0 altered files
haskell-foldable1-classes-compat: 20 total files, 0 altered files
haskell-generically: 20 total files, 0 altered files
haskell-ghc-bignum-orphans: 15 total files, 0 altered files
haskell-glob: 27 total files, 0 altered files
haskell-gridtables: 23 total files, 0 altered files
haskell-haddock-library: 28 total files, 0 altered files
haskell-hashable: 27 total files, 0 altered files
haskell-hourglass: 39 total files, 0 altered files
haskell-hslua: 20 total files, 0 altered files
haskell-hslua-aeson: 19 total files, 0 altered files
haskell-hslua-classes: 25 total files, 0 altered files
haskell-hslua-core: 33 total files, 0 altered files
haskell-hslua-list: 19 total files, 0 altered files
haskell-hslua-marshalling: 24 total files, 0 altered files
haskell-hslua-module-doclayout: 20 total files, 0 altered files
haskell-hslua-module-path: 20 total files, 0 altered files
haskell-hslua-module-system: 21 total files, 0 altered files
haskell-hslua-module-text: 20 total files, 0 altered files
haskell-hslua-module-version: 20 total files, 0 altered files
haskell-hslua-module-zip: 20 total files, 0 altered files
haskell-hslua-objectorientation: 21 total files, 0 altered files
haskell-hslua-packaging: 27 total files, 0 altered files
haskell-hslua-repl: 21 total files, 0 altered files
haskell-hslua-typing: 19 total files, 0 altered files
haskell-hsyaml: 33 total files, 0 altered files
haskell-http-api-data: 23 total files, 0 altered files
haskell-http-client: 41 total files, 0 altered files
haskell-http-client-tls: 21 total files, 0 altered files
haskell-http-date: 25 total files, 0 altered files
haskell-http-media: 37 total files, 0 altered files
haskell-http-types: 27 total files, 0 altered files
haskell-http2: 80 total files, 0 altered files
haskell-hunit: 25 total files, 0 altered files
haskell-indexed-traversable: 29 total files, 0 altered files
haskell-indexed-traversable-instances: 21 total files, 0 altered files
haskell-integer-logarithms: 27 total files, 0 altered files
haskell-iproute: 29 total files, 0 altered files
haskell-ipynb: 19 total files, 0 altered files
haskell-isocline: 23 total files, 0 altered files
haskell-jira-wiki-markup: 30 total files, 0 altered files
haskell-juicypixels: 63 total files, 0 altered files
haskell-lexer: 26 total files, 0 altered files
haskell-libyaml: 20 total files, 0 altered files
haskell-lpeg: 19 total files, 0 altered files
haskell-lua: 32 total files, 0 altered files
haskell-memory: 53 total files, 0 altered files
haskell-mime-types: 19 total files, 0 altered files
haskell-mmorph: 22 total files, 0 altered files
haskell-monad-control: 21 total files, 0 altered files
haskell-mono-traversable: 25 total files, 0 altered files
haskell-network: 56 total files, 0 altered files
haskell-network-byte-order: 19 total files, 0 altered files
haskell-network-uri: 22 total files, 0 altered files
haskell-old-locale: 19 total files, 0 altered files
haskell-old-time: 21 total files, 0 altered files
haskell-onetuple: 23 total files, 0 altered files
haskell-only: 20 total files, 0 altered files
haskell-optparse-applicative: 38 total files, 0 altered files
haskell-ordered-containers: 26 total files, 0 altered files
haskell-pandoc: 514 total files, 0 altered files
haskell-pandoc-lua-engine: 54 total files, 0 altered files
haskell-pandoc-lua-marshal: 47 total files, 0 altered files
haskell-pandoc-server: 20 total files, 0 altered files
haskell-pandoc-types: 26 total files, 0 altered files
haskell-pem: 23 total files, 0 altered files
haskell-pretty-show: 32 total files, 0 altered files
haskell-prettyprinter: 60 total files, 0 altered files
haskell-primitive: 36 total files, 0 altered files
haskell-psqueues: 28 total files, 0 altered files
haskell-quickcheck: 36 total files, 0 altered files
haskell-random: 23 total files, 0 altered files
haskell-recv: 25 total files, 0 altered files
haskell-regex-base: 25 total files, 0 altered files
haskell-regex-tdfa: 51 total files, 0 altered files
haskell-resourcet: 29 total files, 0 altered files
haskell-safe: 23 total files, 0 altered files
haskell-safe-exceptions: 20 total files, 0 altered files
haskell-scientific: 30 total files, 0 altered files
haskell-semialign: 25 total files, 0 altered files
haskell-semigroupoids: 55 total files, 0 altered files
haskell-servant: 57 total files, 0 altered files
haskell-servant-server: 42 total files, 0 altered files
haskell-sha: 21 total files, 0 altered files
haskell-simple-sendfile: 25 total files, 0 altered files
haskell-singleton-bool: 20 total files, 0 altered files
haskell-skylighting: 172 total files, 0 altered files
haskell-skylighting-core: 33 total files, 0 altered files
haskell-skylighting-format-ansi: 20 total files, 0 altered files
haskell-skylighting-format-blaze-html: 20 total files, 0 altered files
haskell-skylighting-format-context: 20 total files, 0 altered files
haskell-skylighting-format-latex: 20 total files, 0 altered files
haskell-socks: 26 total files, 0 altered files
haskell-some: 30 total files, 0 altered files
haskell-sop-core: 27 total files, 0 altered files
haskell-split: 22 total files, 0 altered files
haskell-splitmix: 26 total files, 0 altered files
haskell-statevar: 19 total files, 0 altered files
haskell-streaming-commons: 35 total files, 0 altered files
haskell-strict: 28 total files, 0 altered files
haskell-string-conversions: 22 total files, 0 altered files
haskell-syb: 37 total files, 0 altered files
haskell-tagged: 21 total files, 0 altered files
haskell-tagsoup: 33 total files, 0 altered files
haskell-temporary: 20 total files, 0 altered files
haskell-texmath: 45 total files, 0 altered files
haskell-text-conversions: 20 total files, 0 altered files
haskell-text-icu: 68 total files, 0 altered files
haskell-text-short: 25 total files, 0 altered files
haskell-th-abstraction: 24 total files, 0 altered files
haskell-th-compat: 22 total files, 0 altered files
haskell-th-lift: 25 total files, 0 altered files
haskell-th-lift-instances: 20 total files, 0 altered files
haskell-these: 23 total files, 0 altered files
haskell-time-compat: 54 total files, 0 altered files
haskell-time-manager: 19 total files, 0 altered files
haskell-tls: 89 total files, 0 altered files
haskell-toml-parser: 42 total files, 0 altered files
haskell-transformers-base: 20 total files, 0 altered files
haskell-transformers-compat: 28 total files, 0 altered files
haskell-type-equality: 21 total files, 0 altered files
haskell-typed-process: 23 total files, 0 altered files
haskell-typst: 33 total files, 0 altered files
haskell-typst-symbols: 21 total files, 0 altered files
haskell-unicode-collation: 29 total files, 0 altered files
haskell-unicode-data: 58 total files, 0 altered files
haskell-unicode-transforms: 27 total files, 0 altered files
haskell-uniplate: 43 total files, 0 altered files
haskell-unix-compat: 29 total files, 0 altered files
haskell-unix-time: 24 total files, 0 altered files
haskell-unliftio: 45 total files, 0 altered files
haskell-unliftio-core: 22 total files, 0 altered files
haskell-unordered-containers: 30 total files, 0 altered files
haskell-utf8-string: 29 total files, 0 altered files
haskell-uuid-types: 24 total files, 0 altered files
haskell-vault: 26 total files, 0 altered files
haskell-vector: 51 total files, 0 altered files
haskell-vector-algorithms: 33 total files, 0 altered files
haskell-vector-stream: 20 total files, 0 altered files
haskell-wai: 21 total files, 0 altered files
haskell-wai-app-static: 34 total files, 0 altered files
haskell-wai-cors: 31 total files, 0 altered files
haskell-wai-extra: 64 total files, 0 altered files
haskell-wai-logger: 24 total files, 0 altered files
haskell-warp: 56 total files, 0 altered files
haskell-witherable: 20 total files, 0 altered files
haskell-word8: 20 total files, 0 altered files
haskell-x509: 33 total files, 0 altered files
haskell-x509-store: 22 total files, 0 altered files
haskell-x509-system: 22 total files, 0 altered files
haskell-x509-validation: 25 total files, 0 altered files
haskell-xml: 27 total files, 0 altered files
haskell-xml-conduit: 28 total files, 0 altered files
haskell-xml-types: 20 total files, 0 altered files
haskell-yaml: 32 total files, 0 altered files
haskell-zip-archive: 20 total files, 0 altered files
haskell-zlib: 26 total files, 0 altered files
help2man: 161 total files, 0 altered files
hicolor-icon-theme: 371 total files, 0 altered files
hidapi: 28 total files, 0 altered files
highway: 88 total files, 0 altered files
hiredis: 32 total files, 0 altered files
hslua-cli: 21 total files, 0 altered files
htop: 16 total files, 0 altered files
http-parser: 11 total files, 0 altered files
hunspell: 186 total files, 0 altered files
hunspell-de: 50 total files, 0 altered files
hwdata: 10 total files, 0 altered files
hwinfo: 27 total files, 0 altered files
hwloc: 565 total files, 0 altered files
hyphen: 13 total files, 0 altered files
iana-etc: 11 total files, 0 altered files
icoutils: 20 total files, 0 altered files
icu: 278 total files, 0 altered files
ijs: 22 total files, 0 altered files
imagemagick: 855 total files, 0 altered files
imake: 156 total files, 0 altered files
imath: 104 total files, 0 altered files
imlib2: 82 total files, 0 altered files
inetutils: 53 total files, 0 altered files
iniparser: 11 total files, 0 altered files
innoextract: 14 total files, 0 altered files
intltool: 22 total files, 0 altered files
iproute2: 192 total files, 0 altered files
iptables: 256 total files, 0 altered files
iputils: 53 total files, 0 altered files
iso-codes: 1491 total files, 0 altered files
itstool: 15 total files, 0 altered files
jack-editor: 77 total files, 4 altered files
jansson: 15 total files, 0 altered files
java-environment-common: 23 total files, 0 altered files
java-runtime-common: 21 total files, 2 altered files
jbig2dec: 15 total files, 0 altered files
jbigkit: 20 total files, 0 altered files
jdk11-openjdk: 411 total files, 0 altered files
jq: 26 total files, 0 altered files
jre-openjdk: 329 total files, 0 altered files
jre11-openjdk: 13 total files, 0 altered files
jre11-openjdk-headless: 358 total files, 0 altered files
jre17-openjdk: 13 total files, 0 altered files
jre17-openjdk-headless: 324 total files, 0 altered files
jre8-openjdk: 23 total files, 0 altered files
jre8-openjdk-headless: 182 total files, 0 altered files
js78: 443 total files, 0 altered files
json-c: 34 total files, 0 altered files
json-glib: 216 total files, 0 altered files
jsoncpp: 26 total files, 0 altered files
jxrlib: 23 total files, 0 altered files
kbd: 815 total files, 0 altered files
keyutils: 75 total files, 0 altered files
kmod: 46 total files, 0 altered files
krb5: 204 total files, 0 altered files
l-smash: 17 total files, 0 altered files
lame: 34 total files, 0 altered files
lapack: 20 total files, 0 altered files
lazarus: 28727 total files, 0 altered files
lcms2: 27 total files, 0 altered files
ldb: 58 total files, 0 altered files
ldns: 574 total files, 0 altered files
less: 11 total files, 0 altered files
leveldb: 39 total files, 0 altered files
lib32-aalib: 5 total files, 0 altered files
lib32-acl: 7 total files, 0 altered files
lib32-alsa-lib: 11 total files, 0 altered files
lib32-alsa-plugins: 25 total files, 0 altered files
lib32-amdvlk: 12 total files, 0 altered files
lib32-attr: 7 total files, 0 altered files
lib32-brotli: 18 total files, 0 altered files
lib32-bzip2: 10 total files, 0 altered files
lib32-cairo: 30 total files, 0 altered files
lib32-cdparanoia: 8 total files, 0 altered files
lib32-cmocka: 12 total files, 0 altered files
lib32-curl: 10 total files, 0 altered files
lib32-dbus: 19 total files, 0 altered files
lib32-dbus-glib: 7 total files, 0 altered files
lib32-duktape: 14 total files, 0 altered files
lib32-e2fsprogs: 22 total files, 0 altered files
lib32-expat: 17 total files, 0 altered files
lib32-flac: 21 total files, 0 altered files
lib32-fontconfig: 17 total files, 0 altered files
lib32-freetype2: 7 total files, 0 altered files
lib32-fribidi: 7 total files, 0 altered files
lib32-gcc-libs: 44 total files, 0 altered files
lib32-gdk-pixbuf2: 14 total files, 0 altered files
lib32-gettext: 22 total files, 0 altered files
lib32-giflib: 8 total files, 0 altered files
lib32-glib-networking: 7 total files, 0 altered files
lib32-glib2: 38 total files, 0 altered files
lib32-glibc: 328 total files, 0 altered files
lib32-gmp: 14 total files, 0 altered files
lib32-gnutls: 12 total files, 0 altered files
lib32-gpm: 5 total files, 0 altered files
lib32-gstreamer: 35 total files, 0 altered files
lib32-harfbuzz: 22 total files, 0 altered files
lib32-icu: 37 total files, 0 altered files
lib32-imlib2: 38 total files, 0 altered files
lib32-json-c: 16 total files, 0 altered files
lib32-json-glib: 7 total files, 0 altered files
lib32-keyutils: 7 total files, 0 altered files
lib32-krb5: 61 total files, 0 altered files
lib32-lcms2: 10 total files, 0 altered files
lib32-libasyncns: 7 total files, 0 altered files
lib32-libavc1394: 10 total files, 0 altered files
lib32-libcap: 18 total files, 0 altered files
lib32-libcups: 11 total files, 0 altered files
lib32-libcurl-compat: 24 total files, 0 altered files
lib32-libcurl-gnutls: 17 total files, 0 altered files
lib32-libdatrie: 7 total files, 0 altered files
lib32-libdbusmenu-glib: 7 total files, 0 altered files
lib32-libdrm: 26 total files, 0 altered files
lib32-libdv: 7 total files, 0 altered files
lib32-libelf: 21 total files, 0 altered files
lib32-libepoxy: 11 total files, 0 altered files
lib32-libffi: 11 total files, 0 altered files
lib32-libgcrypt: 7 total files, 0 altered files
lib32-libgcrypt15: 4 total files, 0 altered files
lib32-libgpg-error: 7 total files, 0 altered files
lib32-libice: 10 total files, 0 altered files
lib32-libidn11: 4 total files, 0 altered files
lib32-libidn2: 7 total files, 0 altered files
lib32-libiec61883: 7 total files, 0 altered files
lib32-libjpeg-turbo: 22 total files, 0 altered files
lib32-libjpeg6-turbo: 8 total files, 0 altered files
lib32-libldap: 14 total files, 0 altered files
lib32-libltdl: 5 total files, 0 altered files
lib32-libmodplug: 10 total files, 0 altered files
lib32-libnghttp2: 11 total files, 0 altered files
lib32-libnghttp3: 11 total files, 0 altered files
lib32-libnl: 45 total files, 0 altered files
lib32-libnm: 7 total files, 0 altered files
lib32-libogg: 17 total files, 0 altered files
lib32-libpcap: 16 total files, 0 altered files
lib32-libpciaccess: 10 total files, 0 altered files
lib32-libpipewire: 12 total files, 0 altered files
lib32-libpng: 17 total files, 0 altered files
lib32-libpng12: 11 total files, 0 altered files
lib32-libproxy: 9 total files, 0 altered files
lib32-libpsl: 10 total files, 0 altered files
lib32-libraw1394: 7 total files, 0 altered files
lib32-librsvg: 11 total files, 0 altered files
lib32-librtmp0: 3 total files, 0 altered files
lib32-libshout: 10 total files, 0 altered files
lib32-libsm: 10 total files, 0 altered files
lib32-libsndfile: 19 total files, 0 altered files
lib32-libsoup: 11 total files, 0 altered files
lib32-libsoup3: 7 total files, 0 altered files
lib32-libssh2: 10 total files, 0 altered files
lib32-libtasn1: 7 total files, 0 altered files
lib32-libthai: 7 total files, 0 altered files
lib32-libtheora: 18 total files, 0 altered files
lib32-libtiff: 20 total files, 0 altered files
lib32-libtiff4: 9 total files, 0 altered files
lib32-libtirpc: 10 total files, 0 altered files
lib32-libudev0-shim: 4 total files, 0 altered files
lib32-libunistring: 5 total files, 0 altered files
lib32-libunwind: 26 total files, 0 altered files
lib32-libusb: 15 total files, 0 altered files
lib32-libvdpau: 14 total files, 0 altered files
lib32-libvorbis: 18 total files, 0 altered files
lib32-libvpx: 11 total files, 0 altered files
lib32-libvpx1.3: 9 total files, 0 altered files
lib32-libwebp: 27 total files, 0 altered files
lib32-libx11: 14 total files, 0 altered files
lib32-libxau: 10 total files, 0 altered files
lib32-libxcb: 106 total files, 0 altered files
lib32-libxcomposite: 10 total files, 0 altered files
lib32-libxcrypt: 8 total files, 0 altered files
lib32-libxcrypt-compat: 4 total files, 0 altered files
lib32-libxcursor: 10 total files, 0 altered files
lib32-libxdamage: 10 total files, 0 altered files
lib32-libxdmcp: 10 total files, 0 altered files
lib32-libxext: 10 total files, 0 altered files
lib32-libxfixes: 10 total files, 0 altered files
lib32-libxft: 10 total files, 0 altered files
lib32-libxi: 10 total files, 0 altered files
lib32-libxinerama: 10 total files, 0 altered files
lib32-libxkbcommon: 15 total files, 0 altered files
lib32-libxml2: 14 total files, 0 altered files
lib32-libxmu: 14 total files, 0 altered files
lib32-libxrandr: 10 total files, 0 altered files
lib32-libxrender: 10 total files, 0 altered files
lib32-libxshmfence: 10 total files, 0 altered files
lib32-libxslt: 21 total files, 0 altered files
lib32-libxss: 10 total files, 0 altered files
lib32-libxt: 10 total files, 0 altered files
lib32-libxtst: 10 total files, 0 altered files
lib32-libxv: 10 total files, 0 altered files
lib32-libxxf86vm: 10 total files, 0 altered files
lib32-llvm-libs: 16 total files, 0 altered files
lib32-lm_sensors: 5 total files, 0 altered files
lib32-mpg123: 22 total files, 0 altered files
lib32-ncurses: 45 total files, 0 altered files
lib32-nettle: 11 total files, 0 altered files
lib32-nspr: 8 total files, 0 altered files
lib32-nss: 15 total files, 0 altered files
lib32-ocl-icd: 12 total files, 0 altered files
lib32-openal: 12 total files, 0 altered files
lib32-openssl: 17 total files, 0 altered files
lib32-openssl-1.1: 18 total files, 0 altered files
lib32-opus: 11 total files, 0 altered files
lib32-orc: 15 total files, 0 altered files
lib32-p11-kit: 15 total files, 0 altered files
lib32-pam: 59 total files, 0 altered files
lib32-pango: 21 total files, 0 altered files
lib32-pcre: 27 total files, 0 altered files
lib32-pcre2: 23 total files, 0 altered files
lib32-pipewire: 62 total files, 0 altered files
lib32-pipewire-jack: 17 total files, 0 altered files
lib32-pixman: 10 total files, 0 altered files
lib32-popt: 10 total files, 0 altered files
lib32-readline: 11 total files, 0 altered files
lib32-rest: 11 total files, 0 altered files
lib32-speex: 11 total files, 0 altered files
lib32-sqlite: 11 total files, 0 altered files
lib32-systemd: 15 total files, 0 altered files
lib32-taglib: 19 total files, 0 altered files
lib32-tdb: 7 total files, 0 altered files
lib32-twolame: 7 total files, 0 altered files
lib32-util-linux: 23 total files, 0 altered files
lib32-vkd3d: 15 total files, 0 altered files
lib32-vulkan-icd-loader: 16 total files, 0 altered files
lib32-vulkan-validation-layers: 7 total files, 0 altered files
lib32-wavpack: 11 total files, 0 altered files
lib32-wayland: 24 total files, 0 altered files
lib32-xz: 10 total files, 0 altered files
lib32-zlib: 11 total files, 0 altered files
lib32-zstd: 17 total files, 0 altered files
libadwaita: 223 total files, 0 altered files
libaio: 27 total files, 0 altered files
libarchive: 68 total files, 0 altered files
libass: 15 total files, 0 altered files
libassuan: 22 total files, 0 altered files
libasyncns: 15 total files, 0 altered files
libatasmart: 19 total files, 0 altered files
libavc1394: 25 total files, 0 altered files
libavif: 28 total files, 0 altered files
libb2: 13 total files, 0 altered files
libblockdev: 68 total files, 0 altered files
libblockdev-crypto: 8 total files, 0 altered files
libblockdev-fs: 22 total files, 0 altered files
libblockdev-loop: 8 total files, 0 altered files
libblockdev-mdraid: 8 total files, 0 altered files
libblockdev-nvme: 8 total files, 0 altered files
libblockdev-part: 8 total files, 0 altered files
libblockdev-swap: 8 total files, 0 altered files
libbluray: 26 total files, 0 altered files
libbpf: 31 total files, 0 altered files
libbs2b: 20 total files, 0 altered files
libbsd: 286 total files, 0 altered files
libburn: 16 total files, 0 altered files
libbytesize: 121 total files, 0 altered files
libcacard: 22 total files, 0 altered files
libcamera: 64 total files, 0 altered files
libcamera-ipa: 15 total files, 0 altered files
libcap: 115 total files, 0 altered files
libcap-ng: 50 total files, 0 altered files
libcdaudio: 14 total files, 0 altered files
libcddb: 21 total files, 0 altered files
libcdio: 87 total files, 0 altered files
libcdio-paranoia: 26 total files, 0 altered files
libcloudproviders: 52 total files, 0 altered files
libcolord: 44 total files, 0 altered files
libcroco: 83 total files, 0 altered files
libcups: 30 total files, 0 altered files
libcupsfilters: 62 total files, 0 altered files
libcurl-compat: 24 total files, 0 altered files
libcurl-gnutls: 17 total files, 0 altered files
libdaemon: 21 total files, 0 altered files
libdatrie: 75 total files, 0 altered files
libdbusmenu-glib: 47 total files, 0 altered files
libdc1394: 164 total files, 0 altered files
libdca: 23 total files, 0 altered files
libde265: 20 total files, 0 altered files
libdecor: 18 total files, 0 altered files
libdeflate: 21 total files, 0 altered files
libdovi: 14 total files, 0 altered files
libdrm: 92 total files, 0 altered files
libdv: 21 total files, 0 altered files
libdvdcss: 11 total files, 0 altered files
libdvdnav: 21 total files, 0 altered files
libdvdread: 28 total files, 0 altered files
libebml: 45 total files, 0 altered files
libedit: 65 total files, 0 altered files
libelf: 49 total files, 0 altered files
libepoxy: 20 total files, 0 altered files
libevdev: 27 total files, 0 altered files
libevent: 73 total files, 0 altered files
libexif: 112 total files, 0 altered files
libfabric: 202 total files, 0 altered files
libfdk-aac: 19 total files, 0 altered files
libffi: 25 total files, 0 altered files
libfontenc: 15 total files, 0 altered files
libfreeaptx: 12 total files, 0 altered files
libgbinder: 27 total files, 0 altered files
libgbinder-debug: 13 total files, 0 altered files
libgcrypt: 24 total files, 0 altered files
libgcrypt15: 4 total files, 0 altered files
libgdiplus: 15 total files, 0 altered files
libgee: 18 total files, 0 altered files
libgig: 60 total files, 0 altered files
libgirepository: 80 total files, 0 altered files
libgit2: 113 total files, 0 altered files
libglibutil: 27 total files, 0 altered files
libglibutil-debug: 13 total files, 0 altered files
libglvnd: 58 total files, 0 altered files
libgme: 11 total files, 0 altered files
libgnome-keyring: 272 total files, 0 altered files
libgpg-error: 100 total files, 0 altered files
libgphoto2: 228 total files, 0 altered files
libgtop: 376 total files, 0 altered files
libgudev: 46 total files, 0 altered files
libgusb: 232 total files, 0 altered files
libgweather-4: 462 total files, 0 altered files
libgxps: 60 total files, 0 altered files
libheif: 43 total files, 0 altered files
libibus: 208 total files, 0 altered files
libical: 177 total files, 0 altered files
libice: 24 total files, 0 altered files
libicu50: 20 total files, 0 altered files
libid3tag: 15 total files, 0 altered files
libidn: 169 total files, 0 altered files
libidn11: 4 total files, 0 altered files
libidn2: 134 total files, 0 altered files
libiec61883: 18 total files, 0 altered files
libieee1284: 54 total files, 0 altered files
libimagequant: 13 total files, 0 altered files
libimobiledevice: 171 total files, 0 altered files
libinih: 16 total files, 0 altered files
libinstpatch: 111 total files, 0 altered files
libiscsi: 25 total files, 0 altered files
libisl: 81 total files, 0 altered files
libisofs: 10 total files, 0 altered files
libjpeg-turbo: 57 total files, 0 altered files
libjpeg6-turbo: 8 total files, 0 altered files
libjxl: 69 total files, 0 altered files
libksba: 14 total files, 0 altered files
liblc3: 17 total files, 0 altered files
libldac: 15 total files, 0 altered files
libldap: 217 total files, 0 altered files
liblockfile: 17 total files, 0 altered files
liblouis: 483 total files, 0 altered files
liblqr: 23 total files, 0 altered files
liblrdf: 20 total files, 0 altered files
liblzf: 21 total files, 0 altered files
libmad: 9 total files, 0 altered files
libmalcontent: 20 total files, 0 altered files
libmatroska: 46 total files, 0 altered files
libmd: 103 total files, 0 altered files
libmfx: 42 total files, 0 altered files
libmirage: 126 total files, 0 altered files
libmm-glib: 256 total files, 0 altered files
libmms: 14 total files, 0 altered files
libmng: 21 total files, 0 altered files
libmnl: 10 total files, 0 altered files
libmodplug: 17 total files, 0 altered files
libmpc: 10 total files, 0 altered files
libmpcdec: 18 total files, 0 altered files
libmpd: 21 total files, 0 altered files
libmpeg2: 24 total files, 0 altered files
libmspack: 9 total files, 0 altered files
libmtp: 311 total files, 0 altered files
libmusicbrainz5: 77 total files, 0 altered files
libmysofa: 24 total files, 0 altered files
libnautilus-extension: 25 total files, 0 altered files
libndp: 15 total files, 0 altered files
libnet: 126 total files, 0 altered files
libnetfilter_conntrack: 19 total files, 0 altered files
libnewt: 243 total files, 0 altered files
libnfnetlink: 12 total files, 0 altered files
libnfs: 30 total files, 0 altered files
libnftnl: 22 total files, 0 altered files
libnghttp2: 15 total files, 0 altered files
libnghttp3: 15 total files, 0 altered files
libngtcp2: 15 total files, 0 altered files
libnice: 77 total files, 0 altered files
libnl: 257 total files, 0 altered files
libnm: 141 total files, 0 altered files
libnotify: 23 total files, 0 altered files
libnsl: 22 total files, 0 altered files
libnvme: 37 total files, 0 altered files
libofa: 14 total files, 0 altered files
libogg: 112 total files, 0 altered files
libomxil-bellagio: 67 total files, 0 altered files
libopenmpt: 42 total files, 0 altered files
libp11-kit: 29 total files, 0 altered files
libpaper: 27 total files, 0 altered files
libpcap: 123 total files, 0 altered files
libpciaccess: 13 total files, 0 altered files
libpgm: 32 total files, 0 altered files
libpipewire: 237 total files, 0 altered files
libplacebo: 48 total files, 0 altered files
libplist: 38 total files, 0 altered files
libpng: 34 total files, 0 altered files
libpng12: 15 total files, 0 altered files
libppd: 38 total files, 0 altered files
libproxy: 26 total files, 0 altered files
libpsl: 37 total files, 0 altered files
libpulse: 99 total files, 0 altered files
libpwquality: 190 total files, 0 altered files
libraqm: 39 total files, 0 altered files
libraw1394: 24 total files, 0 altered files
librewolf-bin-debug: 108 total files, 0 altered files
librsvg: 33 total files, 0 altered files
librtmp0: 3 total files, 0 altered files
libsamplerate: 40 total files, 0 altered files
libsasl: 54 total files, 0 altered files
libsbsms: 15 total files, 0 altered files
libseccomp: 54 total files, 0 altered files
libsecret: 222 total files, 0 altered files
libshout: 28 total files, 0 altered files
libsidplay: 17 total files, 0 altered files
libsigc++: 49 total files, 0 altered files
libsixel: 27 total files, 0 altered files
libslirp: 15 total files, 0 altered files
libsm: 21 total files, 0 altered files
libsndfile: 61 total files, 0 altered files
libsodium: 80 total files, 0 altered files
libsoup: 288 total files, 0 altered files
libsoup3: 266 total files, 0 altered files
libsoxr: 18 total files, 0 altered files
libspectre: 17 total files, 0 altered files
libspeechd: 14 total files, 0 altered files
libspiro: 15 total files, 0 altered files
libssh: 22 total files, 0 altered files
libssh2: 200 total files, 0 altered files
libstemmer: 11 total files, 0 altered files
libsynctex: 13 total files, 0 altered files
libsysprof-capture: 24 total files, 0 altered files
libtasn1: 82 total files, 0 altered files
libteam: 35 total files, 0 altered files
libthai: 110 total files, 0 altered files
libtheora: 104 total files, 0 altered files
libtiff: 436 total files, 0 altered files
libtiff4: 10 total files, 0 altered files
libtirpc: 91 total files, 0 altered files
libtomcrypt: 25 total files, 0 altered files
libtommath: 13 total files, 0 altered files
libtool: 77 total files, 0 altered files
libtpms: 47 total files, 0 altered files
libtraceevent: 163 total files, 0 altered files
libtracefs: 233 total files, 0 altered files
libudev0-shim: 4 total files, 0 altered files
libunibreak: 19 total files, 0 altered files
libuninameslist: 13 total files, 0 altered files
libunistring: 56 total files, 0 altered files
libunwind: 70 total files, 0 altered files
liburcu: 233 total files, 0 altered files
liburing: 183 total files, 0 altered files
libusb: 16 total files, 0 altered files
libusbmuxd: 18 total files, 0 altered files
libutempter: 20 total files, 1 altered file
libuv: 27 total files, 0 altered files
libva: 66 total files, 0 altered files
libvdpau: 21 total files, 0 altered files
libverto: 19 total files, 0 altered files
libvncserver: 26 total files, 0 altered files
libvorbis: 167 total files, 0 altered files
libvpl: 57 total files, 0 altered files
libvpx: 28 total files, 0 altered files
libvpx1.3: 9 total files, 0 altered files
libwbclient: 10 total files, 0 altered files
libwebp: 59 total files, 0 altered files
libwireplumber: 53 total files, 0 altered files
libwnck3: 349 total files, 0 altered files
libx11: 1252 total files, 0 altered files
libx86emu: 11 total files, 0 altered files
libxau: 25 total files, 0 altered files
libxaw: 143 total files, 0 altered files
libxcb: 2454 total files, 0 altered files
libxcomposite: 29 total files, 0 altered files
libxcrypt: 25 total files, 0 altered files
libxcrypt-compat: 5 total files, 0 altered files
libxcursor: 77 total files, 0 altered files
libxcvt: 20 total files, 0 altered files
libxdamage: 15 total files, 0 altered files
libxdmcp: 17 total files, 0 altered files
libxdp: 33 total files, 0 altered files
libxext: 100 total files, 0 altered files
libxfce4ui: 306 total files, 0 altered files
libxfce4util: 268 total files, 0 altered files
libxfixes: 18 total files, 0 altered files
libxfont2: 15 total files, 0 altered files
libxft: 96 total files, 0 altered files
libxi: 97 total files, 0 altered files
libxinerama: 23 total files, 0 altered files
libxkbcommon: 42 total files, 0 altered files
libxkbcommon-x11: 19 total files, 0 altered files
libxkbfile: 20 total files, 0 altered files
libxklavier: 41 total files, 0 altered files
libxml2: 84 total files, 0 altered files
libxmlb: 75 total files, 0 altered files
libxmu: 45 total files, 0 altered files
libxnvctrl: 31 total files, 0 altered files
libxpm: 63 total files, 0 altered files
libxpresent: 26 total files, 0 altered files
libxrandr: 32 total files, 0 altered files
libxrender: 18 total files, 0 altered files
libxres: 23 total files, 0 altered files
libxshmfence: 14 total files, 0 altered files
libxslt: 66 total files, 0 altered files
libxss: 29 total files, 0 altered files
libxt: 340 total files, 0 altered files
libxtst: 33 total files, 0 altered files
libxv: 43 total files, 0 altered files
libxxf86vm: 40 total files, 0 altered files
libyaml: 13 total files, 0 altered files
libyuv: 35 total files, 0 altered files
libzip: 162 total files, 0 altered files
licenses: 112 total files, 0 altered files
lilv: 35 total files, 0 altered files
linux: 7231 total files, 0 altered files
linux-api-headers: 1003 total files, 0 altered files
linux-firmware: 4351 total files, 0 altered files
linux-firmware-whence: 5 total files, 0 altered files
linux-headers: 19820 total files, 0 altered files
linux-zen: 7234 total files, 0 altered files
lld: 90 total files, 0 altered files
llvm: 3594 total files, 0 altered files
llvm-libs: 16 total files, 0 altered files
lm_sensors: 48 total files, 0 altered files
lmdb: 22 total files, 0 altered files
logmein-hamachi: 20 total files, 0 altered files
lsb-release: 9 total files, 0 altered files
lsof: 17 total files, 0 altered files
lua: 48 total files, 0 altered files
lua-lpeg: 12 total files, 0 altered files
lua51: 40 total files, 0 altered files
lua53: 39 total files, 0 altered files
lua53-lpeg: 12 total files, 0 altered files
luajit: 50 total files, 0 altered files
luit: 10 total files, 0 altered files
lv2: 288 total files, 0 altered files
lwjgl: 525 total files, 0 altered files
lxc: 249 total files, 0 altered files
lz4: 28 total files, 0 altered files
lzo: 35 total files, 0 altered files
lzop: 19 total files, 0 altered files
m4: 90 total files, 0 altered files
mailcap: 13 total files, 0 altered files
make: 105 total files, 0 altered files
mallard-ducktype: 48 total files, 0 altered files
md4c: 27 total files, 0 altered files
mdadm: 39 total files, 0 altered files
mdf2iso: 3 total files, 0 altered files
mesa: 72 total files, 0 altered files
meson: 768 total files, 0 altered files
micropolis-git-debug: 14 total files, 0 altered files
micropolis-java: 17 total files, 0 altered files
mimalloc: 21 total files, 0 altered files
mingw-w64-binutils: 149 total files, 0 altered files
mingw-w64-crt: 1375 total files, 0 altered files
mingw-w64-gcc: 8018 total files, 0 altered files
mingw-w64-headers: 3255 total files, 0 altered files
mingw-w64-winpthreads: 33 total files, 0 altered files
minivmac: 3 total files, 0 altered files
minizip: 17 total files, 0 altered files
mjpegtools: 164 total files, 0 altered files
mkinitcpio: 93 total files, 0 altered files
mkinitcpio-busybox: 4 total files, 0 altered files
mobile-broadband-provider-info: 11 total files, 0 altered files
mono: 3851 total files, 0 altered files
mpfr: 30 total files, 0 altered files
mpg123: 38 total files, 0 altered files
ms-sys: 26 total files, 0 altered files
msgpack-c: 38 total files, 0 altered files
mtdev: 17 total files, 0 altered files
mtpfs: 3 total files, 0 altered files
mtr: 13 total files, 0 altered files
mujs: 25 total files, 0 altered files
multipath-tools: 113 total files, 0 altered files
nano: 184 total files, 0 altered files
backup file: nas: /mnt/etc/nas/nasd.conf (Modification time mismatch)
backup file: nas: /mnt/etc/nas/nasd.conf (Size mismatch)
backup file: nas: /mnt/etc/nas/nasd.conf (MD5 checksum mismatch)
backup file: nas: /mnt/etc/nas/nasd.conf (SHA256 checksum mismatch)
nas: 63 total files, 0 altered files
nasm: 12 total files, 0 altered files
ncompress: 13 total files, 0 altered files
ncurses: 3888 total files, 0 altered files
ndctl: 121 total files, 0 altered files
neon: 223 total files, 0 altered files
net-snmp: 694 total files, 0 altered files
netpbm: 414 total files, 0 altered files
nettle: 94 total files, 0 altered files
networkmanager: 356 total files, 0 altered files
nftables: 66 total files, 0 altered files
ninja: 28 total files, 0 altered files
nlohmann-json: 70 total files, 0 altered files
node-gyp: 1279 total files, 0 altered files
nodejs: 188 total files, 0 altered files
nodejs-nopt: 27 total files, 0 altered files
noise-suppression-for-voice: 23 total files, 0 altered files
noto-fonts: 628 total files, 2 altered files
noto-fonts-cjk: 26 total files, 2 altered files
noto-fonts-emoji: 8 total files, 2 altered files
noto-fonts-extra: 1498 total files, 2 altered files
npm: 2445 total files, 0 altered files
npth: 17 total files, 0 altered files
nspr: 72 total files, 0 altered files
nss: 142 total files, 0 altered files
ntfs-3g: 105 total files, 0 altered files
ntp: 304 total files, 0 altered files
numactl: 31 total files, 0 altered files
oath-toolkit: 231 total files, 0 altered files
ocl-icd: 26 total files, 0 altered files
oniguruma: 32 total files, 0 altered files
openal: 45 total files, 0 altered files
opencl-headers: 31 total files, 0 altered files
opencore-amr: 27 total files, 0 altered files
openexr: 214 total files, 0 altered files
openjpeg2: 549 total files, 0 altered files
openmpi: 906 total files, 0 altered files
openpmix: 251 total files, 0 altered files
backup file: openssh: /mnt/etc/ssh/sshd_config (Modification time mismatch)
openssh: 81 total files, 0 altered files
openssl: 6043 total files, 0 altered files
openssl-1.0: 108 total files, 0 altered files
openssl-1.1: 128 total files, 0 altered files
openucx: 179 total files, 0 altered files
opus: 21 total files, 0 altered files
opusfile: 23 total files, 0 altered files
orc: 97 total files, 0 altered files
ostree: 173 total files, 0 altered files
otf-manjari: 14 total files, 1 altered file
p11-kit: 246 total files, 0 altered files
p7zip: 108 total files, 0 altered files
backup file: pacman: /mnt/etc/pacman.conf (Modification time mismatch)
backup file: pacman: /mnt/etc/pacman.conf (Size mismatch)
backup file: pacman: /mnt/etc/pacman.conf (MD5 checksum mismatch)
backup file: pacman: /mnt/etc/pacman.conf (SHA256 checksum mismatch)
pacman: 408 total files, 0 altered files
backup file: pacman-mirrorlist: /mnt/etc/pacman.d/mirrorlist (Modification time mismatch)
backup file: pacman-mirrorlist: /mnt/etc/pacman.d/mirrorlist (Size mismatch)
backup file: pacman-mirrorlist: /mnt/etc/pacman.d/mirrorlist (MD5 checksum mismatch)
backup file: pacman-mirrorlist: /mnt/etc/pacman.d/mirrorlist (SHA256 checksum mismatch)
pacman-mirrorlist: 3 total files, 0 altered files
pacutils: 55 total files, 0 altered files
pahole: 50 total files, 0 altered files
backup file: pam: /mnt/etc/security/faillock.conf (Modification time mismatch)
backup file: pam: /mnt/etc/security/faillock.conf (Size mismatch)
backup file: pam: /mnt/etc/security/faillock.conf (MD5 checksum mismatch)
backup file: pam: /mnt/etc/security/faillock.conf (SHA256 checksum mismatch)
pam: 566 total files, 0 altered files
pambase: 8 total files, 0 altered files
pandoc-cli: 12 total files, 0 altered files
pango: 84 total files, 0 altered files
pango-perl: 76 total files, 0 altered files
pangomm: 73 total files, 0 altered files
parted: 128 total files, 0 altered files
paru: 78 total files, 0 altered files
patch: 7 total files, 0 altered files
pciutils: 29 total files, 0 altered files
pcre: 211 total files, 0 altered files
pcre2: 241 total files, 0 altered files
pcsclite: 46 total files, 0 altered files
perl: 2858 total files, 0 altered files
perl-cairo-gobject: 18 total files, 0 altered files
perl-clone: 14 total files, 0 altered files
perl-data-dump: 23 total files, 0 altered files
perl-encode-locale: 17 total files, 0 altered files
perl-error: 18 total files, 0 altered files
perl-extutils-depends: 17 total files, 0 altered files
perl-extutils-pkgconfig: 17 total files, 0 altered files
perl-file-listing: 17 total files, 0 altered files
perl-glib-object-introspection: 25 total files, 0 altered files
perl-html-parser: 28 total files, 0 altered files
perl-html-tagset: 17 total files, 0 altered files
perl-http-cookiejar: 20 total files, 0 altered files
perl-http-cookies: 22 total files, 0 altered files
perl-http-daemon: 17 total files, 0 altered files
perl-http-date: 17 total files, 0 altered files
perl-http-message: 35 total files, 0 altered files
perl-http-negotiate: 17 total files, 0 altered files
perl-io-html: 17 total files, 0 altered files
perl-io-socket-ssl: 26 total files, 0 altered files
perl-json: 18 total files, 0 altered files
perl-libwww: 68 total files, 0 altered files
perl-locale-gettext: 15 total files, 0 altered files
perl-log-message: 23 total files, 0 altered files
perl-log-message-simple: 18 total files, 0 altered files
perl-lwp-mediatypes: 18 total files, 0 altered files
perl-lwp-protocol-https: 19 total files, 0 altered files
perl-mailtools: 48 total files, 0 altered files
perl-mozilla-ca: 19 total files, 0 altered files
perl-net-http: 24 total files, 0 altered files
perl-net-ssleay: 101 total files, 0 altered files
perl-parse-yapp: 29 total files, 0 altered files
perl-term-readline-gnu: 63 total files, 0 altered files
perl-term-ui: 20 total files, 0 altered files
perl-text-csv: 19 total files, 0 altered files
perl-timedate: 63 total files, 0 altered files
perl-try-tiny: 20 total files, 0 altered files
perl-uri: 85 total files, 0 altered files
perl-www-robotrules: 20 total files, 0 altered files
perl-xml-parser: 57 total files, 0 altered files
perl-xml-writer: 20 total files, 0 altered files
php: 413 total files, 0 altered files
php-sodium: 5 total files, 0 altered files
pinentry: 15 total files, 0 altered files
pipewire: 270 total files, 0 altered files
pipewire-alsa: 12 total files, 0 altered files
pipewire-audio: 112 total files, 0 altered files
pipewire-docs: 1577 total files, 0 altered files
pipewire-jack: 48 total files, 0 altered files
pixman: 15 total files, 0 altered files
pkgconf: 43 total files, 0 altered files
polkit: 218 total files, 0 altered files
poppler: 182 total files, 0 altered files
poppler-data: 524 total files, 0 altered files
poppler-glib: 84 total files, 0 altered files
popt: 126 total files, 0 altered files
portaudio: 43 total files, 0 altered files
portmidi: 25 total files, 0 altered files
portsmf: 21 total files, 0 altered files
potrace: 18 total files, 0 altered files
premake: 7 total files, 0 altered files
procps-ng: 244 total files, 0 altered files
protobuf: 308 total files, 0 altered files
prrte: 157 total files, 0 altered files
psmisc: 190 total files, 0 altered files
pycryptopp-debug: 22 total files, 0 altered files
python: 3532 total files, 0 altered files
python-annotated-types: 26 total files, 0 altered files
python-anytree: 127 total files, 0 altered files
python-apipkg: 35 total files, 0 altered files
python-appdirs: 18 total files, 0 altered files
python-argcomplete: 41 total files, 0 altered files
python-async_generator: 46 total files, 0 altered files
python-attrs: 87 total files, 0 altered files
python-autocommand: 29 total files, 0 altered files
python-babel: 928 total files, 0 altered files
python-beaker: 100 total files, 0 altered files
python-beautifulsoup4: 114 total files, 0 altered files
python-bottle: 19 total files, 0 altered files
python-build: 106 total files, 0 altered files
python-cachecontrol: 57 total files, 0 altered files
python-cairo: 20 total files, 0 altered files
python-cbor: 24 total files, 0 altered files
python-certifi: 27 total files, 0 altered files
python-cffi: 76 total files, 0 altered files
python-chardet: 167 total files, 0 altered files
python-charset-normalizer: 58 total files, 0 altered files
python-click: 65 total files, 0 altered files
python-colorama: 57 total files, 0 altered files
python-commonmark: 90 total files, 0 altered files
python-configobj: 35 total files, 0 altered files
python-contextlib2: 20 total files, 0 altered files
python-contourpy: 71 total files, 0 altered files
python-cryptography: 275 total files, 0 altered files
python-cycler: 20 total files, 0 altered files
python-dateutil: 77 total files, 0 altered files
python-distlib: 51 total files, 0 altered files
python-distro: 30 total files, 0 altered files
python-distutils-extra: 32 total files, 0 altered files
python-dnspython: 452 total files, 0 altered files
python-docutils: 530 total files, 0 altered files
python-evdev: 53 total files, 0 altered files
python-exceptiongroup: 34 total files, 0 altered files
python-fasteners: 44 total files, 0 altered files
python-fastjsonschema: 50 total files, 0 altered files
python-filelock: 41 total files, 0 altered files
python-fonttools: 991 total files, 0 altered files
python-future: 682 total files, 0 altered files
python-gbinder: 10 total files, 0 altered files
python-gobject: 101 total files, 0 altered files
python-h11: 87 total files, 0 altered files
python-html2text: 30 total files, 0 altered files
python-html5lib: 125 total files, 0 altered files
python-idna: 40 total files, 0 altered files
python-importlib-metadata: 40 total files, 0 altered files
python-inflect: 35 total files, 0 altered files
python-iniconfig: 29 total files, 0 altered files
python-installer: 48 total files, 0 altered files
python-isodate: 69 total files, 0 altered files
python-jaraco.context: 19 total files, 0 altered files
python-jaraco.functools: 22 total files, 0 altered files
python-jaraco.text: 36 total files, 0 altered files
python-jinja: 93 total files, 0 altered files
python-kiwisolver: 21 total files, 0 altered files
python-lxml: 167 total files, 0 altered files
python-mako: 123 total files, 0 altered files
python-markdown: 120 total files, 0 altered files
python-markdown-it-py: 232 total files, 0 altered files
python-markupsafe: 25 total files, 0 altered files
python-matplotlib: 922 total files, 0 altered files
python-mdurl: 34 total files, 0 altered files
python-moddb: 81 total files, 0 altered files
python-more-itertools: 28 total files, 0 altered files
python-msgpack: 24 total files, 0 altered files
python-mutagen: 215 total files, 0 altered files
python-natsort: 59 total files, 0 altered files
python-neteria: 30 total files, 0 altered files
python-node-semver: 80 total files, 0 altered files
python-nspektr: 22 total files, 0 altered files
python-numpy: 2035 total files, 0 altered files
python-ordered-set: 18 total files, 0 altered files
python-outcome: 31 total files, 0 altered files
python-packaging: 56 total files, 0 altered files
python-patch-ng: 13 total files, 0 altered files
python-pep517: 50 total files, 0 altered files
python-pexpect: 48 total files, 0 altered files
python-pillow: 332 total files, 0 altered files
python-pip: 1696 total files, 0 altered files
python-pipx: 105 total files, 0 altered files
python-platformdirs: 41 total files, 0 altered files
python-pluggy: 41 total files, 0 altered files
python-pluginbase: 18 total files, 0 altered files
python-ply: 27 total files, 0 altered files
python-pretend: 17 total files, 0 altered files
python-progress: 30 total files, 0 altered files
python-prompt_toolkit: 492 total files, 0 altered files
python-ptyprocess: 23 total files, 0 altered files
python-py: 129 total files, 0 altered files
python-pyaml: 30 total files, 0 altered files
python-pycountry: 1149 total files, 0 altered files
python-pycparser: 69 total files, 0 altered files
python-pycryptodome: 476 total files, 0 altered files
python-pycryptodomex: 728 total files, 0 altered files
python-pydantic: 317 total files, 0 altered files
python-pydantic-core: 28 total files, 0 altered files
python-pygments: 1093 total files, 0 altered files
python-pyjwt: 54 total files, 0 altered files
python-pyopenssl: 33 total files, 0 altered files
python-pyparsing: 51 total files, 0 altered files
python-pyproject-hooks: 32 total files, 0 altered files
python-pyqt5-sip: 14 total files, 0 altered files
python-pyrate-limiter: 59 total files, 0 altered files
python-pysocks: 20 total files, 0 altered files
python-pytest: 250 total files, 0 altered files
python-pytmx: 23 total files, 0 altered files
python-pytz: 23 total files, 0 altered files
python-requests: 66 total files, 0 altered files
python-requests-file: 14 total files, 0 altered files
python-resolvelib: 46 total files, 0 altered files
python-retrying: 14 total files, 0 altered files
python-rich: 250 total files, 0 altered files
python-setproctitle: 20 total files, 0 altered files
python-setuptools: 403 total files, 0 altered files
python-six: 17 total files, 0 altered files
python-sniffio: 36 total files, 0 altered files
python-sortedcontainers: 23 total files, 0 altered files
python-soupsieve: 38 total files, 0 altered files
python-tldextract: 45 total files, 0 altered files
python-toml: 39 total files, 0 altered files
python-tomli: 29 total files, 0 altered files
python-toolz: 115 total files, 0 altered files
python-tqdm: 122 total files, 0 altered files
python-trio: 427 total files, 0 altered files
python-trio-websocket: 21 total files, 0 altered files
python-trove-classifiers: 18 total files, 0 altered files
python-typing_extensions: 17 total files, 0 altered files
python-uc-micro-py: 69 total files, 0 altered files
python-urllib3: 143 total files, 0 altered files
python-userpath: 40 total files, 0 altered files
python-validate-pyproject: 79 total files, 0 altered files
python-wcwidth: 35 total files, 0 altered files
python-webencodings: 25 total files, 0 altered files
python-websocket-client: 91 total files, 0 altered files
python-websockets: 386 total files, 0 altered files
python-wheel: 59 total files, 0 altered files
python-wsproto: 41 total files, 0 altered files
python-yaml: 77 total files, 0 altered files
python-zipp: 25 total files, 0 altered files
python2: 4752 total files, 0 altered files
python2-backports: 11 total files, 0 altered files
python2-coverage: 147 total files, 0 altered files
python2-more-itertools: 34 total files, 0 altered files
python2-pathlib2: 18 total files, 0 altered files
python2-pillow: 318 total files, 0 altered files
python2-pyparsing: 16 total files, 0 altered files
python2-scandir: 17 total files, 0 altered files
python2-setuptools: 286 total files, 0 altered files
python2-six: 16 total files, 0 altered files
qemu-audio-alsa: 15 total files, 0 altered files
qemu-audio-dbus: 15 total files, 0 altered files
qemu-audio-jack: 15 total files, 0 altered files
qemu-audio-oss: 15 total files, 0 altered files
qemu-audio-pipewire: 15 total files, 0 altered files
qemu-base: 12 total files, 0 altered files
qemu-block-curl: 15 total files, 0 altered files
qemu-block-dmg: 15 total files, 0 altered files
qemu-block-nfs: 15 total files, 0 altered files
qemu-block-ssh: 15 total files, 0 altered files
qemu-common: 149 total files, 0 altered files
qemu-hw-display-virtio-gpu: 15 total files, 0 altered files
qemu-hw-display-virtio-gpu-pci: 15 total files, 0 altered files
qemu-hw-display-virtio-gpu-pci-gl: 15 total files, 0 altered files
qemu-hw-display-virtio-vga: 15 total files, 0 altered files
qemu-hw-display-virtio-vga-gl: 15 total files, 0 altered files
qemu-hw-s390x-virtio-gpu-ccw: 15 total files, 0 altered files
qemu-hw-usb-host: 15 total files, 0 altered files
qemu-hw-usb-redirect: 15 total files, 0 altered files
qemu-hw-usb-smartcard: 15 total files, 0 altered files
qemu-img: 25 total files, 0 altered files
qemu-pr-helper: 22 total files, 0 altered files
qemu-system-ppc: 19 total files, 0 altered files
qemu-system-ppc-firmware: 21 total files, 0 altered files
qemu-system-x86: 23 total files, 0 altered files
qemu-system-x86-firmware: 19 total files, 0 altered files
qemu-tools: 41 total files, 0 altered files
qemu-ui-curses: 15 total files, 0 altered files
qhull: 135 total files, 0 altered files
qpdf: 104 total files, 0 altered files
qrencode: 15 total files, 0 altered files
qt5-translations: 351 total files, 0 altered files
qt6-translations: 275 total files, 0 altered files
rapidjson: 87 total files, 0 altered files
raptor: 128 total files, 0 altered files
rav1e: 17 total files, 0 altered files
re2: 17 total files, 0 altered files
readline: 55 total files, 0 altered files
rest: 71 total files, 0 altered files
rhash: 41 total files, 0 altered files
rpcbind: 24 total files, 0 altered files
rsync: 21 total files, 0 altered files
rtmpdump: 25 total files, 0 altered files
rubberband: 23 total files, 0 altered files
ruby: 427 total files, 0 altered files
ruby-abbrev: 28 total files, 0 altered files
ruby-addressable: 245 total files, 0 altered files
ruby-base64: 29 total files, 0 altered files
ruby-benchmark: 60 total files, 0 altered files
ruby-bigdecimal: 146 total files, 0 altered files
ruby-bundledgems: 0 total files, 0 altered files
ruby-bundler: 500 total files, 0 altered files
ruby-cgi: 201 total files, 0 altered files
ruby-colorator: 43 total files, 0 altered files
ruby-concurrent: 1746 total files, 0 altered files
ruby-csv: 303 total files, 0 altered files
ruby-date: 191 total files, 0 altered files
ruby-delegate: 48 total files, 0 altered files
ruby-did_you_mean: 154 total files, 0 altered files
ruby-digest: 96 total files, 0 altered files
ruby-drb: 250 total files, 0 altered files
ruby-em-websocket: 270 total files, 0 altered files
ruby-english: 25 total files, 0 altered files
ruby-erb: 84 total files, 0 altered files
ruby-etc: 53 total files, 0 altered files
ruby-eventmachine: 956 total files, 0 altered files
ruby-faraday: 625 total files, 0 altered files
ruby-faraday-em_http: 75 total files, 0 altered files
ruby-faraday-em_synchrony: 51 total files, 0 altered files
ruby-faraday-excon: 46 total files, 0 altered files
ruby-faraday-httpclient: 47 total files, 0 altered files
ruby-faraday-net_http: 51 total files, 0 altered files
ruby-faraday-net_http_persistent: 44 total files, 0 altered files
ruby-faraday-patron: 43 total files, 0 altered files
ruby-faraday-rack: 41 total files, 0 altered files
ruby-fcntl: 24 total files, 0 altered files
ruby-ffi: 350 total files, 0 altered files
ruby-fiddle: 219 total files, 0 altered files
ruby-fileutils: 136 total files, 0 altered files
ruby-find: 27 total files, 0 altered files
ruby-forwardable: 40 total files, 0 altered files
ruby-forwardable-extended: 41 total files, 0 altered files
ruby-getoptlong: 49 total files, 0 altered files
ruby-http_parser.rb: 234 total files, 0 altered files
ruby-httpclient: 913 total files, 0 altered files
ruby-i18n: 523 total files, 0 altered files
ruby-io-console: 69 total files, 0 altered files
ruby-io-nonblock: 23 total files, 0 altered files
ruby-io-wait: 31 total files, 0 altered files
ruby-ipaddr: 89 total files, 0 altered files
ruby-irb: 549 total files, 0 altered files
ruby-jekyll-gist: 39 total files, 0 altered files
ruby-jekyll-paginate: 47 total files, 0 altered files
ruby-jekyll-sass-converter: 86 total files, 0 altered files
ruby-jekyll-watch: 43 total files, 0 altered files
ruby-json: 358 total files, 0 altered files
ruby-kramdown: 473 total files, 0 altered files
ruby-kramdown-parser-gfm: 95 total files, 0 altered files
ruby-liquid: 791 total files, 0 altered files
ruby-listen: 352 total files, 0 altered files
ruby-logger: 96 total files, 0 altered files
ruby-mercenary: 125 total files, 0 altered files
ruby-minitest: 358 total files, 0 altered files
ruby-multipart-post: 109 total files, 0 altered files
ruby-mutex_m: 29 total files, 0 altered files
ruby-net-http: 445 total files, 0 altered files
ruby-octokit: 1179 total files, 0 altered files
ruby-open-uri: 54 total files, 0 altered files
ruby-pathutil: 100 total files, 0 altered files
ruby-power_assert: 135 total files, 0 altered files
ruby-psych: 431 total files, 0 altered files
ruby-public_suffix: 162 total files, 0 altered files
ruby-racc: 600 total files, 0 altered files
ruby-rack: 887 total files, 0 altered files
ruby-rake: 78 total files, 0 altered files
ruby-rb-fsevent: 52 total files, 0 altered files
ruby-rb-inotify: 92 total files, 0 altered files
ruby-rdoc: 1841 total files, 0 altered files
ruby-reline: 542 total files, 0 altered files
ruby-rexml: 87 total files, 0 altered files
ruby-rouge: 2315 total files, 0 altered files
ruby-ruby2_keywords: 36 total files, 0 altered files
ruby-safe_yaml: 216 total files, 0 altered files
ruby-sassc: 76 total files, 0 altered files
ruby-sawyer: 157 total files, 0 altered files
ruby-stdlib: 0 total files, 0 altered files
ruby-stringio: 93 total files, 0 altered files
ruby-terminal-table: 188 total files, 0 altered files
ruby-test-unit: 1133 total files, 0 altered files
ruby-time: 36 total files, 0 altered files
ruby-tmpdir: 29 total files, 0 altered files
ruby-unicode-display_width: 48 total files, 0 altered files
ruby-uri: 263 total files, 0 altered files
ruby-webrick: 53 total files, 0 altered files
rubygems: 2536 total files, 0 altered files
run-parts: 28 total files, 0 altered files
rustup: 37 total files, 0 altered files
samba: 1042 total files, 0 altered files
sane: 685 total files, 0 altered files
sbc: 14 total files, 0 altered files
schroedinger: 90 total files, 0 altered files
screen: 38 total files, 0 altered files
screenfetch: 7 total files, 0 altered files
sdl2: 112 total files, 0 altered files
seabios: 20 total files, 0 altered files
sed: 130 total files, 0 altered files
semver: 78 total files, 0 altered files
serd: 28 total files, 0 altered files
shaderc: 22 total files, 0 altered files
shadow: 588 total files, 1 altered file
shared-mime-info: 252 total files, 0 altered files
simpleini: 13 total files, 0 altered files
slang: 182 total files, 0 altered files
slurp: 13 total files, 0 altered files
smbclient: 226 total files, 0 altered files
smpq: 3 total files, 0 altered files
snappy: 22 total files, 0 altered files
sndio: 69 total files, 0 altered files
sord: 28 total files, 0 altered files
sound-theme-freedesktop: 44 total files, 0 altered files
soundfont-fluid: 11 total files, 0 altered files
soundtouch: 26 total files, 0 altered files
source-highlight: 434 total files, 0 altered files
spandsp: 157 total files, 0 altered files
spdlog: 112 total files, 0 altered files
speex: 32 total files, 0 altered files
speexdsp: 22 total files, 0 altered files
spice: 19 total files, 0 altered files
spice-protocol: 23 total files, 0 altered files
spirv-tools: 59 total files, 0 altered files
sqlcipher: 21 total files, 0 altered files
sqlite: 24 total files, 0 altered files
sratom: 19 total files, 0 altered files
srt: 21 total files, 0 altered files
startup-notification: 16 total files, 0 altered files
stk: 204 total files, 0 altered files
stormlib: 8 total files, 0 altered files
backup file: sudo: /mnt/etc/sudoers (Modification time mismatch)
backup file: sudo: /mnt/etc/sudoers (Size mismatch)
backup file: sudo: /mnt/etc/sudoers (MD5 checksum mismatch)
backup file: sudo: /mnt/etc/sudoers (SHA256 checksum mismatch)
sudo: 239 total files, 0 altered files
suil: 26 total files, 0 altered files
svt-av1: 29 total files, 0 altered files
swh-plugins: 116 total files, 0 altered files
sysfsutils: 17 total files, 0 altered files
syslinux: 238 total files, 0 altered files
systemd: 1449 total files, 1 altered file
systemd-libs: 813 total files, 0 altered files
t1lib: 19 total files, 0 altered files
taglib: 134 total files, 0 altered files
talloc: 23 total files, 0 altered files
tar: 139 total files, 0 altered files
tcl: 1179 total files, 0 altered files
tdb: 25 total files, 0 altered files
telepathy-glib: 372 total files, 0 altered files
tevent: 13 total files, 0 altered files
texinfo: 660 total files, 0 altered files
thin-provisioning-tools: 48 total files, 0 altered files
tinycompress: 18 total files, 0 altered files
tinyxml: 14 total files, 0 altered files
tk: 639 total files, 0 altered files
tolua++: 18 total files, 0 altered files
tpm2-tss: 267 total files, 0 altered files
tracker3: 298 total files, 0 altered files
tslib: 74 total files, 0 altered files
ttf-dejavu: 56 total files, 2 altered files
ttf-font-awesome: 11 total files, 2 altered files
ttf-liberation: 19 total files, 2 altered files
tumbler: 276 total files, 0 altered files
twolame: 24 total files, 0 altered files
tzdata: 2503 total files, 0 altered files
uchardet: 22 total files, 0 altered files
udisks2: 415 total files, 0 altered files
backup file: ufw: /mnt/etc/ufw/ufw.conf (Modification time mismatch)
backup file: ufw: /mnt/etc/ufw/ufw.conf (Size mismatch)
backup file: ufw: /mnt/etc/ufw/ufw.conf (MD5 checksum mismatch)
backup file: ufw: /mnt/etc/ufw/ufw.conf (SHA256 checksum mismatch)
backup file: ufw: /mnt/etc/ufw/user.rules (Modification time mismatch)
backup file: ufw: /mnt/etc/ufw/user.rules (Size mismatch)
backup file: ufw: /mnt/etc/ufw/user.rules (MD5 checksum mismatch)
backup file: ufw: /mnt/etc/ufw/user.rules (SHA256 checksum mismatch)
backup file: ufw: /mnt/etc/ufw/user6.rules (Modification time mismatch)
backup file: ufw: /mnt/etc/ufw/user6.rules (Size mismatch)
backup file: ufw: /mnt/etc/ufw/user6.rules (MD5 checksum mismatch)
backup file: ufw: /mnt/etc/ufw/user6.rules (SHA256 checksum mismatch)
ufw: 114 total files, 0 altered files
unicode: 12 total files, 0 altered files
unrar: 7 total files, 0 altered files
unshield: 18 total files, 0 altered files
unzip: 18 total files, 0 altered files
usbmuxd: 16 total files, 0 altered files
usbredir: 22 total files, 0 altered files
usbutils: 20 total files, 0 altered files
util-linux: 510 total files, 0 altered files
util-linux-libs: 64 total files, 0 altered files
v4l-utils: 832 total files, 0 altered files
vala: 441 total files, 0 altered files
vamp-plugin-sdk: 52 total files, 0 altered files
vapoursynth: 30 total files, 0 altered files
vde2: 94 total files, 0 altered files
vid.stab: 24 total files, 0 altered files
virtiofsd: 15 total files, 0 altered files
vkd3d: 34 total files, 0 altered files
vmaf: 245 total files, 0 altered files
volume_key: 126 total files, 0 altered files
voxelands-debug: 17 total files, 0 altered files
vte-common: 307 total files, 0 altered files
vulkan-headers: 68 total files, 0 altered files
vulkan-icd-loader: 16 total files, 0 altered files
vulkan-mesa-layers: 17 total files, 0 altered files
vulkan-tools: 10 total files, 0 altered files
vulkan-validation-layers: 47 total files, 0 altered files
wasi-compiler-rt: 11 total files, 0 altered files
wasi-libc: 235 total files, 0 altered files
wasi-libc++: 924 total files, 0 altered files
wasi-libc++abi: 15 total files, 0 altered files
wavpack: 33 total files, 0 altered files
wayland: 46 total files, 0 altered files
wayland-protocols: 85 total files, 0 altered files
webrtc-audio-processing: 35 total files, 0 altered files
webrtc-audio-processing-1: 54 total files, 0 altered files
wget: 180 total files, 0 altered files
which: 9 total files, 0 altered files
wildmidi: 46 total files, 0 altered files
wimlib: 74 total files, 0 altered files
wine: 4027 total files, 0 altered files
wine-gecko: 84 total files, 0 altered files
wine-mono: 3375 total files, 0 altered files
winetricks: 19 total files, 1 altered file
wireplumber: 258 total files, 0 altered files
wmctrl: 7 total files, 0 altered files
woff2: 25 total files, 0 altered files
wolfssl: 196 total files, 0 altered files
wpa_supplicant: 34 total files, 0 altered files
wxgtk-common-3.1.5: 841 total files, 0 altered files
wxwidgets-common: 1644 total files, 0 altered files
x264: 15 total files, 0 altered files
x265: 13 total files, 0 altered files
xaw3d: 92 total files, 0 altered files
xbitmaps: 81 total files, 0 altered files
xcb-proto: 74 total files, 0 altered files
xcb-util: 20 total files, 0 altered files
xcb-util-cursor: 14 total files, 0 altered files
xcb-util-image: 16 total files, 0 altered files
xcb-util-keysyms: 14 total files, 0 altered files
xcb-util-renderutil: 14 total files, 0 altered files
xcb-util-wm: 19 total files, 0 altered files
xclip: 11 total files, 0 altered files
xdelta3: 7 total files, 0 altered files
xdg-dbus-proxy: 7 total files, 0 altered files
xdg-utils: 25 total files, 0 altered files
xdotool: 17 total files, 0 altered files
xfce4-artwork: 33 total files, 0 altered files
xfce4-dev-tools: 18 total files, 0 altered files
xfce4-screensaver: 169 total files, 0 altered files
xfconf: 244 total files, 0 altered files
xfsprogs: 135 total files, 0 altered files
xidel: 3 total files, 0 altered files
xkeyboard-config: 466 total files, 0 altered files
xmlsec: 245 total files, 0 altered files
xorg-fonts-100dpi: 1905 total files, 2 altered files
xorg-fonts-75dpi: 1905 total files, 2 altered files
xorg-fonts-alias-100dpi: 8 total files, 2 altered files
xorg-fonts-alias-75dpi: 8 total files, 2 altered files
xorg-fonts-encodings: 60 total files, 3 altered files
xorg-iceauth: 10 total files, 0 altered files
xorg-server-common: 15 total files, 0 altered files
xorg-setxkbmap: 10 total files, 0 altered files
xorg-xauth: 10 total files, 0 altered files
xorg-xdpyinfo: 10 total files, 0 altered files
xorg-xhost: 10 total files, 0 altered files
xorg-xinit: 17 total files, 0 altered files
xorg-xkbcomp: 13 total files, 0 altered files
xorg-xmessage: 14 total files, 0 altered files
xorg-xmodmap: 10 total files, 0 altered files
xorg-xprop: 10 total files, 0 altered files
xorg-xrandr: 10 total files, 0 altered files
xorg-xrdb: 10 total files, 0 altered files
xorg-xset: 10 total files, 0 altered files
xorgproto: 211 total files, 0 altered files
xterm: 40 total files, 0 altered files
xvidcore: 7 total files, 0 altered files
xxhash: 26 total files, 0 altered files
xz: 365 total files, 0 altered files
yaml-cpp: 63 total files, 0 altered files
yarn: 9191 total files, 0 altered files
yasm: 51 total files, 0 altered files
yelp-tools: 32 total files, 0 altered files
yelp-xsl: 87 total files, 0 altered files
yt-dlp: 3251 total files, 0 altered files
zenity: 1186 total files, 0 altered files
zeromq: 184 total files, 0 altered files
zimg: 34 total files, 0 altered files
zip: 16 total files, 0 altered files
zita-alsa-pcmi: 15 total files, 0 altered files
zita-resampler: 19 total files, 0 altered files
zix: 34 total files, 0 altered files
zlib: 18 total files, 0 altered files
zstd: 39 total files, 0 altered files

Offline

#13 2024-03-10 14:11:56

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,016

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

"grep -v", the "-v" is important, you posted the opposite of the interesing output.

Online

#14 2024-03-10 14:24:38

Monstanner
Member
Registered: 2024-03-09
Posts: 17

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

seth wrote:

"grep -v", the "-v" is important, you posted the opposite of the interesing output.

I typed it as it was written. Also with grep -v. I don't know what to do anymore.

Offline

#15 2024-03-10 14:27:43

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,016

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

I don't know what to do anymore.

Type it again. This one's not on me,  you clearly skipped the "-v", otherwise there's not way you get this output.

Online

#16 2024-03-10 14:29:56

Monstanner
Member
Registered: 2024-03-09
Posts: 17

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

seth wrote:

I don't know what to do anymore.

Type it again. This one's not on me,  you clearly skipped the "-v", otherwise there's not way you get this output.

OK. I did check the Histroy and there is grep -v, but good. Should it be with or without sudo?

Offline

#17 2024-03-10 14:34:13

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,016

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

You can skip sudo from the installation medium, you're root anyway.
The second command btw. posts the file to 0x0.st and gets you a link you can just share here.

Online

#18 2024-03-10 14:51:33

Monstanner
Member
Registered: 2024-03-09
Posts: 17

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

seth wrote:

You can skip sudo from the installation medium, you're root anyway.
The second command btw. posts the file to 0x0.st and gets you a link you can just share here.

I've already done that with the link, but it gives me the same link over and over again without anything changing.

Offline

#19 2024-03-10 16:57:21

Monstanner
Member
Registered: 2024-03-09
Posts: 17

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

Hope that's right now.

https://0x0.st/HhBe.txt

Offline

#20 2024-03-10 17:42:05

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,016

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

0x0.st deduplicates, so it's normal to get the same link for the same upload.
The package check looks vastly unsuspicious, though - some altered font packages, libutempter is normal, nothing that would explain a filesystem issue.
From the iso:

stat /mnt/sbin/init
stat /mnt/sbin
stat /mnt/lib/systemd/systemd

Then arch-chroot into the installed system, make sure an optional /boot partition is mounted and regenerate the initramfs.

Online

#21 2024-03-10 18:06:59

Monstanner
Member
Registered: 2024-03-09
Posts: 17

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

seth wrote:
stat /mnt/sbin/init

Output:

stat: connot statx '/mnt/sbin/init': No such file or directory

seth wrote:
stat /mnt/sbin

Output:

File: /mnt/sbin -> usr/bin
Size: 7 Blocks: 0 IO Block: 4096 symbolic link
Device 8,2 Inode: 15 Links: 1
Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root)
From here come dates and times.

seth wrote:
stat /mnt/lib/systemd/systemd

Then arch-chroot into the installed system, make sure an optional /boot partition is mounted and regenerate the initramfs.

Output:

File: /mnt/lib/systemd/systrmd
Size: 10536 Blocks: 200 IO Block: 4096 regular file
Device 8,2 Inode: 1338928 Links: 1
Access: (0777/-rwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
From here come dates and times.

Offline

#22 2024-03-10 18:12:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,016

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

pacman --root=/mnt -Qikk systemd-sysvcompat

https://wiki.archlinux.org/title/System … sysvcompat
Can you boot by simply adding

init=/usr/lib/systemd/systemd

  to the kernel parameters (edit them at your bootloader)

Last edited by seth (2024-03-10 18:13:11)

Online

#23 2024-03-10 18:18:44

Monstanner
Member
Registered: 2024-03-09
Posts: 17

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

seth wrote:
pacman --root=/mnt -Qikk systemd-sysvcompat

error: package 'systemd-sysvcompat' was not found

I think Bauh destroyed the system.

Offline

#24 2024-03-10 18:22:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,016

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

You're running in open barn doors trash-talking pacman wrappers here, but you don't have systemd-sysvcompat which provides /sbin/init

pacman --sysroot=/mnt -S systemd-sysvcompat

should fix that, otherwise change the init to systemd.
(You can probably also "arch-chroot /mnt" and "pacman -S systemd-sysvcompat" from there.

Online

#25 2024-03-10 18:28:44

Monstanner
Member
Registered: 2024-03-09
Posts: 17

Re: [SOLVED] EROR: Root device mounted successfully, but /sbin/init does n

seth wrote:
pacman --sysroot=/mnt -S systemd-sysvcompat

error: GPGME error: Invalid crypto engine
error: DEB_Arch_Extra: missing required signature
error: database 'DEB_Arch_Extra' is not valid (invalid or corrupted database (PGP signature))

Last edited by Monstanner (2024-03-10 18:31:39)

Offline

Board footer

Powered by FluxBB