.zshrc File suddenly empty after Update

Grrr I’ve forgotten to check the pacnew files and now my zsh is not working and I only have this in my terminal:

X13-manjaro% _

How do I fix this again? I’ve sadly rebooted already (but I also can’t remember where the pacnew files are created and what exactly made it not work anymore…)

Thanks for the topic split

You could try setting it as the default shell, again;

chsh -s /usr/bin/zsh

I think there was a case where a .pacnew file broke a file in which all available shells are permitted and zsh was removed. I think this is what happened again.
chsh -s /usr/bin/zsh did not work. It says “shell not changed”

Found the file - it’s /etc/shells but in there zsh is still permitted… :thinking:

After digging, I found my .zshrc to be empty! :open_mouth: Was something added or updated that might’ve caused this to happen? This seems very weird to me.

Not as far as I know; and, yes, somewhat strange.

Here are the content of those files from a recently installed system, in case they are helpful;

/etc/shells
# Pathnames of valid login shells.
# See shells(5) for details.

/bin/sh
/bin/bash
/bin/rbash
/usr/bin/sh
/usr/bin/bash
/usr/bin/rbash

/usr/bin/systemd-home-fallback-shell
/bin/zsh
/usr/bin/bash
/usr/bin/git-shell
~/.zshrc
# Use powerline
USE_POWERLINE="true"
HAS_WIDECHARS="false"
# Source manjaro-zsh-configuration
if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then
  source /usr/share/zsh/manjaro-zsh-config
fi
# Use manjaro zsg prompt
if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
  source /usr/share/zsh/manjaro-zsh-prompt
fi

Which likely means zsh is already the default, albeit currently unusable.

Regards.

1 Like

How can I access the update logs? Something has to have changed my .zshrc
Any other way I can find out what happened to my zshrc?

I moved these posts to a dedicated topic as it looks like it might take some time to diagnose the actual cause (it could be anything from an incomplete update through to filesystem damage).

Add your system information in the meantime to help others identify any possible contributors. Logs might also be useful.

inxi -zv8

/var/log/pacman.log is the file
to read it from newest entry towards older ones
(the other way around will have you scrolling through entries from the beginning of time …)
tac /var/log/pacman.log | less

Perhaps there is even a GUI tool for that …

No, nothing will ever change anything in that location except you yourself.

You could first check what SHELL you are currently running - the prompt still looks like zsh.
echo $SHELL

You could check out what @soundofthunder suggested - compare your /etc/shells
with the file content he provided.

Here is mine - from a very recently installed Xfce4 minimal

cat /etc/shells

# Pathnames of valid login shells.
# See shells(5) for details.

/bin/sh
/bin/bash
/bin/rbash
/usr/bin/sh
/usr/bin/bash
/usr/bin/rbash
/usr/bin/systemd-home-fallback-shell
/bin/zsh
/usr/bin/zsh
/usr/bin/git-shell

Perhaps you are just missing
manjaro-zsh-config

Or switch to bash for the time being:
chsh -s /usr/bin/bash

1 Like

inxi -zv8

System:
  Kernel: 6.6.99-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.1.1
    clocksource: tsc avail: acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.6-x86_64
    root=UUID=5ec1417b-5839-4f9e-ad49-a218504f4848 rw quiet splash
    resume=UUID=15079d66-928e-49d1-bc68-84fc9f1861d8 udev.log_priority=3
  Desktop: KDE Plasma v: 6.3.6 tk: Qt v: N/A info: frameworks v: 6.16.0
    wm: kwin_wayland vt: 1 dm: 1: LightDM v: 1.32.0 note: stopped 2: SDDM
    Distro: Manjaro base: Arch Linux
Machine:
  Type: Convertible System: LENOVO product: 21F2CTO1WW
    v: ThinkPad X13 Yoga Gen 4 serial: <superuser required> Chassis: type: 31
    serial: <superuser required>
  Mobo: LENOVO model: 21F2CTO1WW serial: <superuser required>
    part-nu: LENOVO_MT_21F2_BU_Think_FM_ThinkPad X13 Yoga Gen 4
    uuid: <superuser required> UEFI: LENOVO v: N3OET36W (1.19 )
    date: 02/06/2025
Battery:
  ID-1: BAT0 charge: 40.8 Wh (86.4%) condition: 47.2/54.7 Wh (86.3%)
    power: 7.6 W volts: 16.8 min: 15.5 model: BYD 5B11H56369 type: Li-poly
    serial: <filter> status: discharging cycles: 181
Memory:
  System RAM: total: 32 GiB available: 31.02 GiB used: 7.89 GiB (25.4%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 32 GiB slots: 8 modules: 8 EC: None
    max-module-size: 4 GiB note: est.
  Device-1: Controller0-ChannelA type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Samsung
    part-no: K3KL9L90CM-MGCT serial: N/A
  Device-2: Controller0-ChannelB type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Samsung
    part-no: K3KL9L90CM-MGCT serial: N/A
  Device-3: Controller0-ChannelC type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Samsung
    part-no: K3KL9L90CM-MGCT serial: N/A
  Device-4: Controller0-ChannelD type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Samsung
    part-no: K3KL9L90CM-MGCT serial: N/A
  Device-5: Controller1-ChannelA type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Samsung
    part-no: K3KL9L90CM-MGCT serial: N/A
  Device-6: Controller1-ChannelB type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Samsung
    part-no: K3KL9L90CM-MGCT serial: N/A
  Device-7: Controller1-ChannelC type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Samsung
    part-no: K3KL9L90CM-MGCT serial: N/A
  Device-8: Controller1-ChannelD type: LPDDR5 detail: synchronous
    size: 4 GiB speed: spec: 6400 MT/s actual: 4800 MT/s volts: curr: 0.5
    width (bits): data: 16 total: 16 manufacturer: Samsung
    part-no: K3KL9L90CM-MGCT serial: N/A
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: 13th Gen Intel Core i5-1335U bits: 64 type: MST AMCP
    arch: Raptor Lake level: v3 note: check built: 2022+ process: Intel 7 (10nm)
    family: 6 model-id: 0xBA (186) stepping: 3 microcode: 0x4128
  Topology: cpus: 1x dies: 1 clusters: 4 cores: 10 threads: 12 mt: 2 tpc: 2
    st: 8 smt: enabled cache: L1: 928 KiB desc: d-8x32 KiB, 2x48 KiB; i-2x32
    KiB, 8x64 KiB L2: 6.5 MiB desc: 2x1.2 MiB, 2x2 MiB L3: 12 MiB
    desc: 1x12 MiB
  Speed (MHz): avg: 579 min/max: 400/4600:3400 scaling: driver: intel_pstate
    governor: powersave cores: 1: 579 2: 579 3: 579 4: 579 5: 579 6: 579 7: 579
    8: 579 9: 579 10: 579 11: 579 12: 579 bogomips: 59916
  Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat
    arch_capabilities arch_lbr arch_perfmon art avx avx2 avx_vnni bmi1 bmi2
    bts clflush clflushopt clwb cmov constant_tsc cpuid cpuid_fault cx16 cx8
    de ds_cpl dtes64 dtherm dts epb erms est f16c flush_l1d fma fpu fsgsbase
    fsrm fxsr gfni hfi ht hwp hwp_act_window hwp_epp hwp_notify hwp_pkg_req
    ibpb ibrs ibrs_enhanced ibt ida intel_pt invpcid lahf_lm lm mca mce
    md_clear mmx monitor movbe movdir64b movdiri msr mtrr nonstop_tsc nopl nx
    ospke pae pat pbe pcid pclmulqdq pdcm pdpe1gb pebs pge pku pln pni popcnt
    pse pse36 pts rdpid rdrand rdseed rdtscp rep_good sdbg sep serialize
    sha_ni smap smep smx split_lock_detect ss ssbd sse sse2 sse4_1 sse4_2
    ssse3 stibp syscall tm tm2 tsc tsc_adjust tsc_deadline_timer
    tsc_known_freq umip user_shstk vaes vme vpclmulqdq waitpkg x2apic xgetbv1
    xsave xsavec xsaveopt xsaves xtopology xtpr
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: indirect_target_selection status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: reg_file_data_sampling mitigation: Clear Register File
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow status: Not affected
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Enhanced / Automatic IBRS; IBPB:
    conditional; PBRSB-eIBRS: SW sequence; BHI: BHI_DIS_S
  Type: srbds status: Not affected
  Type: tsa status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: Intel Raptor Lake-P [Iris Xe Graphics] vendor: Lenovo driver: i915
    v: kernel arch: Xe process: Intel 7 (10nm) built: 2022+ ports: active: eDP-1
    empty: DP-1, DP-2, DP-3, DP-4, HDMI-A-1 bus-ID: 00:02.0 chip-ID: 8086:a7a1
    class-ID: 0300
  Device-2: Syntek Integrated Camera driver: uvcvideo type: USB rev: 2.0
    speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 3-4:5 chip-ID: 174f:11a8
    class-ID: fe01 serial: <filter>
  Display: wayland server: X.org v: 1.21.1.18 with: Xwayland v: 24.1.8
    compositor: kwin_wayland driver: X: loaded: modesetting
    alternate: fbdev,vesa dri: iris gpu: i915 display-ID: 0
  Monitor-1: eDP-1 model: BOE Display 0x0b86 built: 2022 res:
    mode: 1920x1200 hz: 60 scale: 100% (1) dpi: 171 gamma: 1.2 chroma: red:
    x: 0.655 y: 0.322 green: x: 0.298 y: 0.600 blue: x: 0.141 y: 0.063 white:
    x: 0.325 y: 0.345 size: 286x179mm (11.26x7.05") diag: 337mm (13.3")
    ratio: 16:10 modes: 1920x1200
  API: EGL v: 1.5 hw: drv: intel iris platforms: device: 0 drv: iris
    device: 1 drv: swrast gbm: drv: iris surfaceless: drv: iris wayland:
    drv: iris x11: drv: iris
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 25.1.6-arch1.1
    glx-v: 1.4 direct-render: yes renderer: Mesa Intel Iris Xe Graphics (RPL-U)
    device-ID: 8086:a7a1 memory: 30.3 GiB unified: yes display-ID: :1.0
  API: Vulkan v: 1.4.321 layers: 4 device: 0 type: integrated-gpu name: Intel
    Iris Xe Graphics (RPL-U) driver: mesa intel v: 25.1.6-arch1.1
    device-ID: 8086:a7a1 surfaces: N/A
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor wl: wayland-info
    x11: xdpyinfo, xprop, xrandr
Audio:
  Device-1: Intel Raptor Lake-P/U/H cAVS vendor: Lenovo
    driver: sof-audio-pci-intel-tgl
    alternate: snd_hda_intel,snd_sof_pci_intel_tgl bus-ID: 00:1f.3
    chip-ID: 8086:51ca class-ID: 0403
  API: ALSA v: k6.6.99-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 1.4.6 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Intel Raptor Lake PCH CNVi WiFi driver: iwlwifi v: kernel
    bus-ID: 00:14.3 chip-ID: 8086:51f1 class-ID: 0280
  IF: wlp0s20f3 state: up mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: dynamic noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  IF-ID-1: wwp0s20f0u2 state: down mac: <filter>
  Info: services: NetworkManager, systemd-timesyncd, wpa_supplicant
  WAN IP: <filter>
Bluetooth:
  Device-1: Intel AX211 Bluetooth driver: btusb v: 0.8 type: USB rev: 2.0
    speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 3-10:6 chip-ID: 8087:0033
    class-ID: e001
  Report: rfkill ID: hci0 rfk-id: 3 state: up address: see --recommends
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 476.94 GiB used: 182.33 GiB (38.2%)
  SMART Message: Required tool smartctl not installed. Check --recommends
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Western Digital model: WD PC
    SN740 SDDQNQD-512G-1201 size: 476.94 GiB block-size: physical: 512 B
    logical: 512 B speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter>
    fw-rev: 73117101 temp: 28.9 C scheme: GPT
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 442.51 GiB size: 434.5 GiB (98.19%)
    used: 181.42 GiB (41.8%) fs: ext4 dev: /dev/nvme0n1p2 maj-min: 259:2
    label: N/A uuid: 5ec1417b-5839-4f9e-ad49-a218504f4848
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 392 KiB (0.1%) fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:1 label: N/A
    uuid: AAC2-5A90
Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default) zswap: yes
    compressor: zstd max-pool: 20%
  ID-1: swap-1 type: partition size: 34.13 GiB used: 940.8 MiB (2.7%)
    priority: -2 dev: /dev/nvme0n1p3 maj-min: 259:3 label: swap
    uuid: 15079d66-928e-49d1-bc68-84fc9f1861d8
Unmounted:
  Message: No unmounted partitions found.
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 1 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-2: 2-0:1 info: super-speed hub ports: 3 rev: 3.1
    speed: 20 Gb/s (2.33 GiB/s) lanes: 2 mode: 3.2 gen-2x2 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-3: 3-0:1 info: hi-speed hub with single TT ports: 12 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 3-1:2 info: Logitech USB Receiver type: mouse,keyboard,HID
    driver: hid-generic,usbhid interfaces: 3 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 98mA chip-ID: 046d:c547 class-ID: 0300
  Device-2: 3-2:3 info: Quectel Wireless Solutions EM05-G
    type: communication,CDC-data driver: cdc_mbim,option,option1 interfaces: 3
    rev: 2.0 speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 500mA
    chip-ID: 2c7c:030a class-ID: 0a00
  Device-3: 3-3:4 info: Shenzhen Goodix USB2.0 MISC type: <vendor specific>
    driver: N/A interfaces: 1 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1
    mode: 1.1 power: 100mA chip-ID: 27c6:6594 class-ID: ef00 serial: <filter>
  Device-4: 3-4:5 info: Syntek Integrated Camera type: video
    driver: uvcvideo interfaces: 5 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s)
    lanes: 1 mode: 2.0 power: 500mA chip-ID: 174f:11a8 class-ID: fe01
    serial: <filter>
  Device-5: 3-10:6 info: Intel AX211 Bluetooth type: bluetooth driver: btusb
    interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1
    power: 100mA chip-ID: 8087:0033 class-ID: e001
  Hub-4: 4-0:1 info: super-speed hub ports: 4 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 40.0 C mobo: N/A
  Fan Speeds (rpm): fan-1: 0
Repos:
  Packages: 1610 pm: pacman pkgs: 1591 libs: 418 tools: pamac,paru pm: flatpak
    pkgs: 14 pm: snap pkgs: 5
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: http://ftp.uni-kl.de/pub/linux/manjaro/stable/$repo/$arch
    2: https://manjaro.mirrors.lavatech.top/stable/$repo/$arch
    3: https://ask4.mm.fcix.net/manjaro/stable/$repo/$arch
    4: https://manjaro.ynh.ovh/stable/$repo/$arch
    5: http://mirror.fcix.net/manjaro/stable/$repo/$arch
    6: https://muug.ca/mirror/manjaro/stable/$repo/$arch
    7: https://opencolo.mm.fcix.net/manjaro/stable/$repo/$arch
    8: https://mirrors.tuna.tsinghua.edu.cn/manjaro/stable/$repo/$arch
Processes:
  CPU top: 5 of 386
  1: cpu: 5.4% command: zen-bin pid: 3588 mem: 525.5 MiB (1.6%)
  2: cpu: 4.5% command: baloo_file_extractor pid: 4854 mem: 88.1 MiB (0.2%)
  3: cpu: 4.4% command: QtWebEngineProcess pid: 2431 mem: 649.7 MiB (2.0%)
  4: cpu: 3.2% command: kwin_wayland pid: 1616 mem: 256.7 MiB (0.8%)
  5: cpu: 2.6% command: zen-bin pid: 3839 mem: 345.9 MiB (1.0%)
  Memory top: 5 of 386
  1: mem: 649.7 MiB (2.0%) command: QtWebEngineProcess pid: 2431 cpu: 4.4%
  2: mem: 525.5 MiB (1.6%) command: zen-bin pid: 3588 cpu: 5.4%
  3: mem: 502.6 MiB (1.5%) command: plasmashell pid: 1821 cpu: 1.0%
  4: mem: 470.0 MiB (1.4%) command: zapzap started-by: python pid: 2013
    cpu: 1.6%
  5: mem: 352.6 MiB (1.1%) command: zen-bin pid: 7072 cpu: 0.2%
Info:
  Processes: 386 Power: uptime: 1h 35m states: freeze,mem,disk suspend: s2idle
    wakeups: 3 hibernate: platform avail: shutdown, reboot, suspend, test_resume
    image: 12.4 GiB services: org_kde_powerdevil,upowerd Init: systemd v: 257
    default: graphical tool: systemctl
  Compilers: clang: 20.1.8 gcc: 15.1.1 Shell: Zsh v: 5.9 running-in: konsole
    inxi: 3.3.38

@anon33601770 I used paclog | grep 07-22 to get the paclog of today, here’s the output:

[2025-07-22T08:20:36+0200] [PAMAC] synchronizing package lists
[2025-07-22T08:20:49+0200] [PACMAN] Running 'pacman --sync -y -u --'
[2025-07-22T08:20:49+0200] [PACMAN] synchronizing package lists
[2025-07-22T08:20:49+0200] [PACMAN] starting full system upgrade
[2025-07-22T08:22:19+0200] [ALPM] running '00-timeshift-autosnap.hook'...
[2025-07-22T08:22:19+0200] [ALPM-SCRIPTLET] ==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
[2025-07-22T08:22:19+0200] [ALPM] running '60-mkinitcpio-remove.hook'...
[2025-07-22T08:22:20+0200] [ALPM] running 'thunderbird-pre.hook'...
[2025-07-22T08:22:20+0200] [ALPM] transaction started
[2025-07-22T08:22:20+0200] [ALPM] upgraded readline (8.2.013-2 -> 8.3.001-1)
[2025-07-22T08:22:20+0200] [ALPM] upgraded bash (5.2.037-4 -> 5.3.0-1)
[2025-07-22T08:22:20+0200] [ALPM] upgraded libldap (2.6.10-1 -> 2.6.10-2)
[2025-07-22T08:22:20+0200] [ALPM] upgraded sqlite (3.50.2-1 -> 3.50.3-1)
[2025-07-22T08:22:21+0200] [ALPM] upgraded apparmor (4.1.1-1 -> 4.1.1-3)
[2025-07-22T08:22:21+0200] [ALPM] upgraded curl (8.14.1-1 -> 8.15.0-1)
[2025-07-22T08:22:21+0200] [ALPM] upgraded leancrypto (1.5.0-1 -> 1.5.1-1)
[2025-07-22T08:22:21+0200] [ALPM] upgraded gnutls (3.8.9-1 -> 3.8.10-1)
[2025-07-22T08:22:21+0200] [ALPM] upgraded libxml2 (2.14.4-2 -> 2.14.5-1)
[2025-07-22T08:22:21+0200] [ALPM] upgraded archlinux-keyring (20250707-1 -> 20250716-1)
[2025-07-22T08:22:21+0200] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2025-07-22T08:22:26+0200] [ALPM-SCRIPTLET] ==> Updating trust database...
[2025-07-22T08:22:26+0200] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2025-08-18
[2025-07-22T08:22:26+0200] [ALPM] upgraded spirv-tools (1:1.4.313.0-1 -> 1:1.4.321.0-1)
[2025-07-22T08:22:26+0200] [ALPM] upgraded llvm-libs (20.1.7-1 -> 20.1.8-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded mesa (1:25.1.5-1 -> 1:25.1.6-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded attica (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded perl (5.40.2-1 -> 5.42.0-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded automake (1.18-1 -> 1.18.1-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded kconfig (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded kcoreaddons (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded kcrash (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded kdbusaddons (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded glslang (1:1.4.313.0-1 -> 1:1.4.321.0-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded libass (0.17.3-1 -> 0.17.4-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded vulkan-icd-loader (1.4.313.0-1 -> 1.4.321.0-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded shaderc (2025.2-2 -> 2025.3-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded libplacebo (7.351.0-1 -> 7.351.0-2)
[2025-07-22T08:22:27+0200] [ALPM] upgraded libwebp (1.5.0-1 -> 1.6.0-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded x264 (3:0.164.r3108.31e19f9-2 -> 3:0.164.r3108.31e19f9-3)
[2025-07-22T08:22:27+0200] [ALPM] upgraded libogg (1.3.5-2 -> 1.3.6-1)
[2025-07-22T08:22:27+0200] [ALPM] upgraded sdl3 (3.2.16-1 -> 3.2.18-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded ffmpeg (2:7.1.1-4 -> 2:7.1.1-5)
[2025-07-22T08:22:28+0200] [ALPM] upgraded karchive (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded kcodecs (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded ki18n (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded poppler (25.06.0-1 -> 25.07.0-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded poppler-qt6 (25.06.0-1 -> 25.07.0-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded kfilemetadata (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded kidletime (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded kwindowsystem (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded kauth (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded kwidgetsaddons (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded kbookmarks (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded kguiaddons (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded kcolorscheme (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:28+0200] [ALPM] upgraded kcompletion (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:30+0200] [ALPM] upgraded breeze-icons (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:30+0200] [ALPM] upgraded kiconthemes (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:30+0200] [ALPM] upgraded kitemviews (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:30+0200] [ALPM] upgraded knotifications (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:30+0200] [ALPM] upgraded kjobwidgets (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:30+0200] [ALPM] upgraded kservice (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:30+0200] [ALPM] upgraded kwallet (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:30+0200] [ALPM] upgraded solid (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:30+0200] [ALPM] upgraded kio (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:30+0200] [ALPM] upgraded baloo (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:30+0200] [ALPM] upgraded bluez-qt (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:30+0200] [ALPM] upgraded compiler-rt (20.1.7-1 -> 20.1.8-1)
[2025-07-22T08:22:31+0200] [ALPM] upgraded clang (20.1.7-1 -> 20.1.8-1)
[2025-07-22T08:22:31+0200] [ALPM] upgraded cpupower (6.15-1 -> 6.15-2)
[2025-07-22T08:22:31+0200] [ALPM] upgraded debugedit (5.1-1 -> 5.2-1)
[2025-07-22T08:22:32+0200] [ALPM] upgraded electron35 (35.7.1-1 -> 35.7.2-1)
[2025-07-22T08:22:32+0200] [ALPM] upgraded eza (0.22.0-1 -> 0.23.0-1)
[2025-07-22T08:22:32+0200] [ALPM] upgraded kconfigwidgets (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:32+0200] [ALPM] upgraded kirigami (6.15.0-2 -> 6.16.0-2)
[2025-07-22T08:22:32+0200] [ALPM] upgraded kglobalaccel (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:32+0200] [ALPM] upgraded kxmlgui (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:32+0200] [ALPM] upgraded kcmutils (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:32+0200] [ALPM] upgraded kpackage (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:32+0200] [ALPM] upgraded syndication (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:33+0200] [ALPM] upgraded knewstuff (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:33+0200] [ALPM] upgraded frameworkintegration (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:33+0200] [ALPM] upgraded perl-error (0.17030-1 -> 0.17030-2)
[2025-07-22T08:22:33+0200] [ALPM] upgraded perl-timedate (2.33-7 -> 2.33-8)
[2025-07-22T08:22:33+0200] [ALPM] upgraded perl-mailtools (2.22-1 -> 2.22-2)
[2025-07-22T08:22:33+0200] [ALPM] upgraded git (2.50.1-1 -> 2.50.1-3)
[2025-07-22T08:22:33+0200] [ALPM] upgraded graphviz (13.0.1-1 -> 13.1.0-2)
[2025-07-22T08:22:33+0200] [ALPM] upgraded gstreamer (1.26.3-2 -> 1.26.4-1)
[2025-07-22T08:22:33+0200] [ALPM] upgraded gst-plugins-base-libs (1.26.3-2 -> 1.26.4-1)
[2025-07-22T08:22:33+0200] [ALPM] upgraded gst-libav (1.26.3-2 -> 1.26.4-1)
[2025-07-22T08:22:34+0200] [ALPM] upgraded gst-plugins-bad-libs (1.26.3-2 -> 1.26.4-1)
[2025-07-22T08:22:34+0200] [ALPM] upgraded mjpegtools (2.2.1-2 -> 2.2.1-3)
[2025-07-22T08:22:34+0200] [ALPM] upgraded neon (0.34.2-1 -> 0.35.0-1)
[2025-07-22T08:22:34+0200] [ALPM] upgraded imagemagick (7.1.1.47-2 -> 7.1.2.0-2)
[2025-07-22T08:22:34+0200] [ALPM] upgraded gst-plugins-bad (1.26.3-2 -> 1.26.4-1)
[2025-07-22T08:22:34+0200] [ALPM] upgraded gst-plugins-base (1.26.3-2 -> 1.26.4-1)
[2025-07-22T08:22:34+0200] [ALPM] upgraded gst-plugins-good (1.26.3-2 -> 1.26.4-1)
[2025-07-22T08:22:34+0200] [ALPM] upgraded gst-plugins-ugly (1.26.3-2 -> 1.26.4-1)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-encode-locale (1.05-13 -> 1.05-14)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-http-date (6.06-3 -> 6.06-4)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-file-listing (6.16-4 -> 6.16-5)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-html-tagset (3.24-2 -> 3.24-3)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-clone (0.47-1 -> 0.47-2)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-io-html (1.004-6 -> 1.004-7)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-lwp-mediatypes (6.04-6 -> 6.04-7)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-uri (5.32-1 -> 5.32-2)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-http-message (7.00-1 -> 7.00-2)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-html-parser (3.83-1 -> 3.83-2)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-http-cookies (6.11-2 -> 6.11-3)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-http-daemon (6.16-4 -> 6.16-5)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-http-cookiejar (0.014-3 -> 0.014-4)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-http-negotiate (6.01-14 -> 6.01-15)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-net-http (6.23-4 -> 6.23-5)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-try-tiny (0.32-2 -> 0.32-3)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-www-robotrules (6.02-14 -> 6.02-15)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-libwww (6.79-1 -> 6.79-2)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-xml-parser (2.47-2 -> 2.47-3)
[2025-07-22T08:22:34+0200] [ALPM] upgraded perl-xml-writer (0.900-4 -> 0.900-5)
[2025-07-22T08:22:34+0200] [ALPM] upgraded hwinfo (24.0-1 -> 25.0-1)
[2025-07-22T08:22:35+0200] [ALPM] upgraded jdk17-openjdk (17.0.15.u6-1 -> 17.0.16.u8-1)
[2025-07-22T08:22:36+0200] [ALPM] upgraded jdk21-openjdk (21.0.7.u6-1 -> 21.0.8.u9-1)
[2025-07-22T08:22:36+0200] [ALPM] upgraded kcalendarcore (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:36+0200] [ALPM] upgraded kcontacts (1:6.15.0-1 -> 1:6.16.0-1)
[2025-07-22T08:22:36+0200] [ALPM] upgraded kdav (1:6.15.0-1 -> 1:6.16.0-1)
[2025-07-22T08:22:36+0200] [ALPM] upgraded kdeclarative (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:36+0200] [ALPM] upgraded kded (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:36+0200] [ALPM] upgraded kpty (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:36+0200] [ALPM] upgraded kdesu (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:36+0200] [ALPM] upgraded kdnssd (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded kdoctools (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded kholidays (1:6.15.0-1 -> 1:6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded kimageformats (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded kitemmodels (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded kitinerary (25.04.3-1 -> 25.04.3-2)
[2025-07-22T08:22:37+0200] [ALPM] upgraded knotifyconfig (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded kparts (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded kpeople (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded kquickcharts (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded krunner (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded kstatusnotifieritem (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded ksvg (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded sonnet (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded syntax-highlighting (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded ktexteditor (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded ktexttemplate (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded ktextwidgets (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded kunitconversion (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded kuserfeedback (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded lib32-curl (8.14.1-1 -> 8.15.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded libnm (1.52.0-1 -> 1.52.1-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded lib32-libnm (1.52.0-1 -> 1.52.1-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded lib32-libxml2 (2.14.4-2 -> 2.14.5-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded lib32-spirv-tools (1:1.4.313.0-1 -> 1:1.4.321.0-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded lib32-mesa (1:25.1.5-1 -> 1:25.1.6-1)
[2025-07-22T08:22:37+0200] [ALPM] upgraded lib32-vulkan-icd-loader (1.4.313.0-1 -> 1.4.321.0-1)
[2025-07-22T08:22:38+0200] [ALPM] upgraded vulkan-intel (1:25.1.5-1 -> 1:25.1.6-1)
[2025-07-22T08:22:38+0200] [ALPM] upgraded lib32-vulkan-intel (1:25.1.5-1 -> 1:25.1.6-1)
[2025-07-22T08:22:38+0200] [ALPM] upgraded vulkan-nouveau (1:25.1.5-1 -> 1:25.1.6-1)
[2025-07-22T08:22:38+0200] [ALPM] upgraded lib32-vulkan-nouveau (1:25.1.5-1 -> 1:25.1.6-1)
[2025-07-22T08:22:38+0200] [ALPM] upgraded vulkan-radeon (1:25.1.5-1 -> 1:25.1.6-1)
[2025-07-22T08:22:38+0200] [ALPM] upgraded lib32-vulkan-radeon (1:25.1.5-1 -> 1:25.1.6-1)
[2025-07-22T08:22:38+0200] [ALPM] upgraded libcurl-gnutls (8.14.1-1 -> 8.15.0-1)
[2025-07-22T08:22:38+0200] [ALPM] upgraded libgphoto2 (2.5.32-1 -> 2.5.32-2)
[2025-07-22T08:22:38+0200] [ALPM] upgraded libmicrohttpd (1.0.1-1 -> 1.0.2-1)
[2025-07-22T08:22:38+0200] [ALPM] upgraded libngtcp2 (1.13.0-1 -> 1.13.0-2)
[2025-07-22T08:22:40+0200] [ALPM] upgraded libreoffice-still (24.8.7-3 -> 24.8.7-4)
[2025-07-22T08:22:41+0200] [ALPM] upgraded linux66 (6.6.97-1 -> 6.6.99-1)
[2025-07-22T08:22:41+0200] [ALPM] upgraded manjaro-release (25.0.5-1 -> 25.0.6-1)
[2025-07-22T08:22:41+0200] [ALPM] upgraded manjaro-settings-manager (0.5.8-5 -> 0.5.8-6)
[2025-07-22T08:22:41+0200] [ALPM] upgraded manjaro-settings-manager-knotifier (0.5.8-5 -> 0.5.8-6)
[2025-07-22T08:22:41+0200] [ALPM] upgraded mhwd (0.6.6-4 -> 0.6.6-5)
[2025-07-22T08:22:42+0200] [ALPM] upgraded mkinitcpio-openswap (0.1.0-4 -> 0.1.1-1)
[2025-07-22T08:22:42+0200] [ALPM] upgraded modemmanager-qt (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:42+0200] [ALPM] upgraded tree-sitter (0.25.6-1 -> 0.25.8-1)
[2025-07-22T08:22:42+0200] [ALPM] upgraded tree-sitter-vim (0.6.0-1 -> 0.7.0-1)
[2025-07-22T08:22:42+0200] [ALPM] upgraded neovim (0.11.2-3 -> 0.11.3-1)
[2025-07-22T08:22:42+0200] [ALPM] upgraded net-snmp (5.9.4-6 -> 5.9.4-7)
[2025-07-22T08:22:42+0200] [ALPM] upgraded networkmanager (1.52.0-1 -> 1.52.1-1)
[2025-07-22T08:22:42+0200] [ALPM] upgraded networkmanager-qt (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:42+0200] [ALPM] upgraded nodejs-lts-jod (22.17.0-1 -> 22.17.1-1)
[2025-07-22T08:22:42+0200] [ALPM] upgraded ostree (2025.2-3 -> 2025.3-1)
[2025-07-22T08:22:42+0200] [ALPM] upgraded perl-capture-tiny (0.50-2 -> 0.50-3)
[2025-07-22T08:22:42+0200] [ALPM] upgraded perl-ffi-checklib (0.31-5 -> 0.31-7)
[2025-07-22T08:22:42+0200] [ALPM] upgraded perl-file-which (1.27-6 -> 1.27-7)
[2025-07-22T08:22:42+0200] [ALPM] upgraded perl-path-tiny (0.148-1 -> 0.148-2)
[2025-07-22T08:22:43+0200] [ALPM] upgraded perl-alien-build (2.84-1 -> 2.84-3)
[2025-07-22T08:22:43+0200] [ALPM] upgraded perl-alien-libxml2 (0.20-1 -> 0.20-3)
[2025-07-22T08:22:43+0200] [ALPM] upgraded perl-dbi (1.647-1 -> 1.647-2)
[2025-07-22T08:22:43+0200] [ALPM] upgraded perl-ipc-system-simple (1.30-7 -> 1.30-8)
[2025-07-22T08:22:43+0200] [ALPM] upgraded perl-file-basedir (0.09-5 -> 0.09-6)
[2025-07-22T08:22:43+0200] [ALPM] upgraded perl-file-desktopentry (0.22-13 -> 0.22-14)
[2025-07-22T08:22:43+0200] [ALPM] upgraded perl-file-mimeinfo (0.35-2 -> 0.35-3)
[2025-07-22T08:22:43+0200] [ALPM] upgraded perl-xml-libxml (2.0210-3 -> 2.0210-4)
[2025-07-22T08:22:43+0200] [ALPM] upgraded poppler-glib (25.06.0-1 -> 25.07.0-1)
[2025-07-22T08:22:43+0200] [ALPM] upgraded prison (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:43+0200] [ALPM] upgraded purpose (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:43+0200] [ALPM] upgraded qgpgme (2.0.0-1 -> 2.0.0-2)
[2025-07-22T08:22:43+0200] [ALPM] upgraded qqc2-desktop-style (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:43+0200] [ALPM] upgraded snapd (2.70-1 -> 2.70-2)
[2025-07-22T08:22:43+0200] [ALPM] upgraded socat (1.8.0.3-1 -> 1.8.0.3-2)
[2025-07-22T08:22:43+0200] [ALPM] upgraded threadweaver (6.15.0-1 -> 6.16.0-1)
[2025-07-22T08:22:44+0200] [ALPM] upgraded thunderbird (140.0-1 -> 140.0.1-1)
[2025-07-22T08:22:44+0200] [ALPM] upgraded vulkan-tools (1.4.313.0-1 -> 1.4.321.0-1)
[2025-07-22T08:22:49+0200] [ALPM] upgraded wine (10.11-1 -> 10.12-1)
[2025-07-22T08:22:49+0200] [ALPM] upgraded wireless-regdb (2025.02.20-1 -> 2025.07.10-1)
[2025-07-22T08:22:50+0200] [ALPM] transaction completed
[2025-07-22T08:22:52+0200] [ALPM] running '20-systemd-sysusers.hook'...
[2025-07-22T08:22:52+0200] [ALPM] running '30-systemd-binfmt.hook'...
[2025-07-22T08:22:52+0200] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-07-22T08:22:53+0200] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-07-22T08:22:53+0200] [ALPM] running '30-systemd-hwdb.hook'...
[2025-07-22T08:22:54+0200] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-07-22T08:22:54+0200] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-07-22T08:22:55+0200] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-07-22T08:22:55+0200] [ALPM] running '30-systemd-update.hook'...
[2025-07-22T08:22:55+0200] [ALPM] running '30-update-mime-database.hook'...
[2025-07-22T08:22:56+0200] [ALPM] running '60-depmod.hook'...
[2025-07-22T08:22:58+0200] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-07-22T08:22:59+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
[2025-07-22T08:22:59+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-07-22T08:22:59+0200] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img
[2025-07-22T08:22:59+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.6.99-1-MANJARO'
[2025-07-22T08:22:59+0200] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-07-22T08:22:59+0200] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-07-22T08:23:00+0200] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2025-07-22T08:23:00+0200] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-07-22T08:23:01+0200] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-07-22T08:23:01+0200] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-07-22T08:23:01+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2025-07-22T08:23:01+0200] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-07-22T08:23:02+0200] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-07-22T08:23:02+0200] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-07-22T08:23:02+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-07-22T08:23:02+0200] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2025-07-22T08:23:04+0200] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2025-07-22T08:23:04+0200] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-07-22T08:23:04+0200] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-07-22T08:23:04+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-07-22T08:23:04+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
[2025-07-22T08:23:04+0200] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-07-22T08:23:05+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-07-22T08:23:05+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
[2025-07-22T08:23:05+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-07-22T08:23:05+0200] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect
[2025-07-22T08:23:05+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.6.99-1-MANJARO'
[2025-07-22T08:23:05+0200] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-07-22T08:23:05+0200] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-07-22T08:23:06+0200] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-07-22T08:23:11+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-07-22T08:23:15+0200] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-07-22T08:23:15+0200] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-07-22T08:23:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-07-22T08:23:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-07-22T08:23:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-07-22T08:23:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-07-22T08:23:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-07-22T08:23:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-07-22T08:23:17+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2025-07-22T08:23:18+0200] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-07-22T08:23:19+0200] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-07-22T08:23:19+0200] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-07-22T08:23:19+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-07-22T08:23:19+0200] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2025-07-22T08:23:21+0200] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2025-07-22T08:23:21+0200] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-07-22T08:23:23+0200] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-07-22T08:23:25+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-07-22T08:23:26+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
[2025-07-22T08:23:27+0200] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-07-22T08:23:28+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-07-22T08:23:28+0200] [ALPM] running '99-update-grub.hook'...
[2025-07-22T08:23:28+0200] [ALPM-SCRIPTLET] Generating grub configuration file ...
[2025-07-22T08:23:29+0200] [ALPM-SCRIPTLET] Found theme: /usr/share/grub/themes/manjaro/theme.txt
[2025-07-22T08:23:29+0200] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.6-x86_64
[2025-07-22T08:23:29+0200] [ALPM-SCRIPTLET] Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.6-x86_64.img
[2025-07-22T08:23:29+0200] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
[2025-07-22T08:23:29+0200] [ALPM-SCRIPTLET] Warning: os-prober will be executed to detect other bootable partitions.
[2025-07-22T08:23:29+0200] [ALPM-SCRIPTLET] Its output will be used to detect bootable binaries on them and create new boot entries.
[2025-07-22T08:23:30+0200] [ALPM-SCRIPTLET] Adding boot menu entry for UEFI Firmware Settings ...
[2025-07-22T08:23:30+0200] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2025-07-22T08:23:30+0200] [ALPM-SCRIPTLET] /usr/bin/grub-probe: warning: unknown device type nvme0n1.
[2025-07-22T08:23:30+0200] [ALPM-SCRIPTLET] Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
[2025-07-22T08:23:30+0200] [ALPM-SCRIPTLET] /usr/bin/grub-probe: warning: unknown device type nvme0n1.
[2025-07-22T08:23:30+0200] [ALPM-SCRIPTLET] done
[2025-07-22T08:23:30+0200] [ALPM] running 'dbus-reload.hook'...
[2025-07-22T08:23:30+0200] [ALPM] running 'detect-old-perl-modules.hook'...
[2025-07-22T08:23:30+0200] [ALPM] running 'fontconfig.hook'...
[2025-07-22T08:23:30+0200] [ALPM] running 'fontconfig-32.hook'...
[2025-07-22T08:23:31+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-07-22T08:23:32+0200] [ALPM] running 'networkmanager-connectivity.hook'...
[2025-07-22T08:23:32+0200] [ALPM] running 'rebuild-detector.hook'...
[2025-07-22T08:23:41+0200] [ALPM] running 'texinfo-install.hook'...
[2025-07-22T08:23:42+0200] [ALPM] running 'thunderbird-post.hook'...
[2025-07-22T08:23:42+0200] [ALPM] running 'update-desktop-database.hook'...
[2025-07-22T11:31:34+0200] [PACMAN] Running 'pacman --sync -- extra/btop'
[2025-07-22T11:31:37+0200] [ALPM] transaction started
[2025-07-22T11:31:37+0200] [ALPM] installed btop (1.4.4-1)
[2025-07-22T11:31:38+0200] [ALPM] transaction completed
[2025-07-22T11:31:38+0200] [ALPM] running '30-systemd-update.hook'...
[2025-07-22T11:31:38+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-07-22T11:31:38+0200] [ALPM] running 'update-desktop-database.hook'...
[2025-07-22T11:37:08+0200] [PACMAN] Running 'pacman --sync --noconfirm -- extra/python-pyproject-hooks extra/python-build extra/python-installer extra/python-pyqt6-sip extra/python-pyqt6 extra/python-pyqt6-webengine extra/python-annotated-types extra/python-pydantic-core extra/python-typing-inspection extra/python-pydantic'
[2025-07-22T11:37:11+0200] [ALPM] transaction started
[2025-07-22T11:37:11+0200] [ALPM] installed python-pyproject-hooks (1.2.0-3)
[2025-07-22T11:37:11+0200] [ALPM] installed python-build (1.2.2-3)
[2025-07-22T11:37:11+0200] [ALPM] installed python-installer (0.7.0-10)
[2025-07-22T11:37:11+0200] [ALPM] installed python-pyqt6-sip (13.10.2-1)
[2025-07-22T11:37:11+0200] [ALPM] installed python-pyqt6 (6.9.1-1)
[2025-07-22T11:37:11+0200] [ALPM] installed python-pyqt6-webengine (6.9.0-1)
[2025-07-22T11:37:11+0200] [ALPM] installed python-annotated-types (0.7.0-2)
[2025-07-22T11:37:11+0200] [ALPM] installed python-pydantic-core (2:2.33.2-2)
[2025-07-22T11:37:11+0200] [ALPM] installed python-typing-inspection (0.4.1-1)
[2025-07-22T11:37:11+0200] [ALPM] installed python-pydantic (2.11.7-1)
[2025-07-22T11:37:11+0200] [ALPM] transaction completed
[2025-07-22T11:37:11+0200] [ALPM] running '30-systemd-update.hook'...
[2025-07-22T11:37:11+0200] [PACMAN] Running 'pacman --database --asdeps -- python-pyproject-hooks python-build python-installer python-pyqt6-sip python-pyqt6 python-pyqt6-webengine python-annotated-types python-pydantic-core python-typing-inspection python-pydantic'
[2025-07-22T11:37:30+0200] [PACMAN] Running 'pacman --upgrade --noconfirm -- /home/butom/.cache/paru/clone/zapzap/zapzap-6.1.1~2-1-x86_64.pkg.tar.zst'
[2025-07-22T11:37:30+0200] [ALPM] transaction started
[2025-07-22T11:37:30+0200] [ALPM] installed zapzap (6.1.1~2-1)
[2025-07-22T11:37:30+0200] [ALPM] transaction completed
[2025-07-22T11:37:30+0200] [ALPM] running '30-systemd-update.hook'...
[2025-07-22T11:37:30+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-07-22T11:37:30+0200] [ALPM] running 'update-desktop-database.hook'...
[2025-07-22T11:37:30+0200] [PACMAN] Running 'pacman --database --asexplicit -- zapzap'
[2025-07-22T14:08:38+0200] [PACMAN] Running 'pacman --sync -- extra/manjaro-pacnew-checker'
[2025-07-22T14:09:17+0200] [ALPM] transaction started
[2025-07-22T14:09:17+0200] [ALPM] installed gcr-4 (4.4.0.1-1)
[2025-07-22T14:09:17+0200] [ALPM] installed libcdio-paranoia (10.2+2.0.2-1)
[2025-07-22T14:09:17+0200] [ALPM] installed gvfs (1.57.2-4)
[2025-07-22T14:09:17+0200] [ALPM] installed gtksourceview4 (4.8.4-2)
[2025-07-22T14:09:17+0200] [ALPM] installed meld (3.22.3-1)
[2025-07-22T14:09:17+0200] [ALPM] installed webkit2gtk-4.1 (2.48.3-1)
[2025-07-22T14:09:17+0200] [ALPM] installed gtksourceview3 (1:3.24.11+r30+gd880929f-1)
[2025-07-22T14:09:17+0200] [ALPM] installed gspell (1.14.0-2)
[2025-07-22T14:09:17+0200] [ALPM] installed yad (14.1-2)
[2025-07-22T14:09:17+0200] [ALPM] installed manjaro-pacnew-checker (0.6.11-1)
[2025-07-22T14:09:17+0200] [ALPM-SCRIPTLET] 
[2025-07-22T14:09:17+0200] [ALPM-SCRIPTLET] Enable pacnew-checker daemon service at boot: Reboot needed
[2025-07-22T14:09:17+0200] [ALPM-SCRIPTLET] Created symlink '/etc/systemd/user/default.target.wants/pacnew-checker.path' → '/usr/lib/systemd/user/pacnew-checker.path'.
[2025-07-22T14:09:17+0200] [ALPM-SCRIPTLET] 
[2025-07-22T14:09:17+0200] [ALPM] transaction completed
[2025-07-22T14:09:17+0200] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-07-22T14:09:17+0200] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-07-22T14:09:17+0200] [ALPM] running '30-systemd-update.hook'...
[2025-07-22T14:09:18+0200] [ALPM] running '30-update-mime-database.hook'...
[2025-07-22T14:09:18+0200] [ALPM] running 'gio-querymodules.hook'...
[2025-07-22T14:09:18+0200] [ALPM] running 'glib-compile-schemas.hook'...
[2025-07-22T14:09:18+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-07-22T14:09:18+0200] [ALPM] running 'gvfsd.hook'...
[2025-07-22T14:09:18+0200] [ALPM] running 'update-desktop-database.hook'...

echo $SHELL gives me /usr/bin/zsh
shells file looks good, here’s mine:

# Pathnames of valid login shells.
# See shells(5) for details.

/bin/sh
/bin/bash
/bin/rbash
/usr/bin/sh
/usr/bin/bash
/usr/bin/rbash

/usr/bin/systemd-home-fallback-shell
/bin/zsh
/usr/bin/zsh
/usr/bin/git-shell

I checked and manjaro-zsh-config is installed.
I’ve switched to the bash for the time being.
The root cause for my terminal looking like it is right now, is that the .zshrc is empty. The file is just completely empty. It’s 1 byte big. I’ve found 2 other files in my home, which are file from december, that are .zshrc.pre-oh-my-zsh and .zshrc.omz-uninstalled-2024-12-09_13-34-20 → both not older files created while updating / uninstalling oh-my-zsh. I use normal zsh now.

You can copy the one from /etc/skel over to your home directory… :point_down:

cp /etc/skel/.zshrc ~/

Negative. Nothing in a system update will ever overwrite files in your home directory. It must have been something you did, maybe unknowingly. :man_shrugging:

3 Likes

This seems very odd.
Here is my zsh_history from some time ago till now. Nothing should’ve changed my zshrc…

: 1752824200:0;paru
: 1752825081:0;pactl info
: 1752826074:0;pactl
: 1752826077:0;pactl info 
: 1752826081:0;paru
: 1752826084:0;bg
: 1752826103:0;paru
: 1752826111:0;bg
: 1752836294:0;ss
: 1752836358:0;ss -l
: 1752836536:0;netstat
: 1752846698:0;shutdown now
: 1753165246:0;par
: ■■■■■■■■■■■■■■■■■
: 1753165621:0;reboot
: 1753165423:0;paru
: 1753174059:0;reboot
: 1753176681:0;killall walc
: 1753176685:0;paru btop
: 1753176734:0;btop
: 1753176755:0;killall electron
: 1753177006:0;paru zapzap
: 1753183282:0;cd eist
: 1753183290:0;cd eist25l09p02-go98tas
: 1753183292:0;lazygit
: 1753184051:0;git commit -m "test"
: 1753184062:0;lazygit
: 1753184192:0;make
: 1753184825:0;./employee-manager
: 1753184900:0;lazygit
: 1753185274:0;make asan

Todays update was the one where I do paru and then reboot

I’ve had a pretty extensive .zshrc with some plugins, loads of aliases and some smaller scripts, with some environmental variables configurations.
→ No backup no mercy, but something had to delete it / empty it.
It’s not drive space (sometimes when drive space is limited, weird stuff tends to happen) , I’ve got roughly 250GBs free.

Butterfingers, or maybe something GUI -related. Maybe accidentally selected it together with a file you wanted to delete.

Deleting the file would lead to this prompt

This is the Z Shell configuration function for new users,
zsh-newuser-install.
You are seeing this message because you have no zsh startup files
(the files .zshenv, .zprofile, .zshrc, .zlogin in the directory
~).  This function can help you with a few settings that should
make your use of the shell easier.

You can:

(q)  Quit and do nothing.  The function will be run again next time.

(0)  Exit, creating the file ~/.zshrc containing just a comment.
     That will prevent this function being run again.

(1)  Continue to the main menu.

--- Type one of the keys in parentheses --- 

But the file is empty. Butterfingers ig, but I usually don’t dabble in GUI (nor do I know of a function in GUI, that lets me empty a file without deleting it)

stat ~/.zshrc

It may not be useful but at least then you may know when it happened.

and some filler text because the system doesn’t let me correct my error, posting it to the wrong person

1 Like

but at least you may know when it happened.

I’ve already changed it and copied stuff into it from other files and old versions of my file… Sadly can’t find out when something changed it.

1 Like

:wave:

It could be related to a recent NordVPN version.
If you have NordVPN installed and upgraded to the last version perhaps this link may help you to solve the problem.

:wave:

Thanks, but I don’t have nordvpn installed nor is the problem, that my terminal freezes.

1 Like

Because I’ve had similar problems with disappearing or changing files over the years, I also set up btrfs snapshots for @home.

Then you simply go to the subdirectory /home/.snapshots/28696/snapshot/andreas/ and retrieve the file. :footprints:

ls -lA /home/.snapshots/28696/snapshot/andreas/.*zsh*
.rw-r--r-- 15k andreas andreas 2025-01-02 11:40 󱆃 /home/.snapshots/28696/snapshot/andreas/.zshrc
1 Like

4 Likes

Have to reinstall my manjaro with btrfs for that - but yeah. After exams, might do it.