Having a problem with updating using pamac/pacman/yay

I’ve been having this problem for a while now, and just hit a roadblock I can’t get past, so here I am.

Somewhere along the line, pamac stopped working without sudo. Not that it won’t ask me for my password, it won’t even start without it:

❯ pamac update 
Preparing...
==== AUTHENTICATING FOR org.manjaro.pamac.commit ====
Authentication is required to install, update, or remove packages
Authenticating as: ********
==== AUTHENTICATION FAILED ====
Error: Authentication failed

That’s not asking me for a sudo password. It’s never asks me for it. That’s just failing out of the command because it doesn’t already have it. So, I run it with sudo. It goes through. So that’s what I’ve been doing. I assumed something got changed. What do I know? But it always fails out when it gets to the AUR packages.

It’ll do some of them, and after I’ve been sitting here for half an hour, it’ll give me this on one of the last ones and just stop what it was doing.

==> Starting prepare()...
System.IO.IOException: Read-only file system : '/.dotnet'
   at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
   at System.IO.Directory.CreateDirectory(String path)
   at Microsoft.Extensions.EnvironmentAbstractions.DirectoryWrapper.CreateDirectory(String path)
   at Microsoft.DotNet.Configurer.FileSystemExtensions.<>c__DisplayClass0_0.<CreateIfNotExists>b__0()
   at Microsoft.DotNet.Cli.Utils.FileAccessRetrier.RetryOnIOException(Action action)
   at Microsoft.DotNet.Configurer.DotnetFirstTimeUseConfigurer.Configure()
   at Microsoft.DotNet.Cli.Program.ConfigureDotNetForFirstTimeUse(IFirstTimeUseNoticeSentinel firstTimeUseNoticeSentinel, IAspNetCertificateSentinel aspNetCertificateSentinel, IFileSentinel toolPathSentinel, Boolean isDotnetBeingInvokedFromNativeInstaller, DotnetFirstRunConfiguration dotnetFirstRunConfiguration, IEnvironmentProvider environmentProvider, Dictionary`2 performanceMeasurements)
   at Microsoft.DotNet.Cli.Program.ProcessArgs(String[] args, TimeSpan startupTime, ITelemetry telemetryClient)
   at Microsoft.DotNet.Cli.Program.Main(String[] args)
==> ERROR: A failure occurred in prepare().
    Aborting...
          Finished with result: exit-code                         
Main processes terminated with: code=exited, status=4/NOPERMISSION
               Service runtime: 17.889s
             CPU time consumed: 7.744s
                   Memory peak: 54M

Pacman works as usual and as expected every time, but obviously, just for the normal stuff. If I try yay for AUR, I get the same thing every time:

❯ yay -Syu
[sudo] password for ************: 
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 multilib is up to date
:: Searching AUR for updates...
:: Searching databases for updates...
 -> Packages not in AUR: ext4magic  gnome-shell-extension-material-shell  gnome-shell-maia  lib32-libva-vdpau-driver  lighter-gnome  systemd-fsck-silent
:: 8 packages to upgrade/install.
8  aur/bazarr                    1.5.6-1            -> 1.5.6-2
7  aur/emby-server-beta          4.10.0.4-1         -> 4.10.0.11-1
6  aur/nomachine                 9.3.7-1            -> 9.5.7-1
5  aur/prowlarr                  2.3.0.5236-1       -> 2.3.5.5327-1
4  aur/radarr                    6.0.4.10291-1      -> 6.1.1.10360-1
3  aur/reiserfsprogs             3.6.27-6           -> 3.6.27-7
2  aur/sonarr                    4.0.16.2944-1      -> 4.0.17.2952-1
1  aur/spectre-meltdown-checker  0.46+23+g0f2edb1-1 -> 26.33.0420460-1
==> Packages to exclude: (eg: "1 2 3", "1-3", "^4" or repo name)
 -> Excluding packages may cause partial upgrades and break systems
==> 
AUR Explicit (8): bazarr-1.5.6-2, prowlarr-2.3.5.5327-1, radarr-6.1.1.10360-1, reiserfsprogs-3.6.27-7, spectre-meltdown-checker-26.33.0420460-1, emby-server-beta-4.10.0.11-1, nomachine-9.5.7-1, sonarr-4.0.17.2952-1
:: PKGBUILD up to date, skipping download: sonarr
:: PKGBUILD up to date, skipping download: prowlarr
:: PKGBUILD up to date, skipping download: reiserfsprogs
:: PKGBUILD up to date, skipping download: spectre-meltdown-checker
:: PKGBUILD up to date, skipping download: nomachine
:: (0/3) Failed to download PKGBUILD: radarr
:: (0/3) Failed to download PKGBUILD: bazarr
:: (0/3) Failed to download PKGBUILD: emby-server-beta
 -> error fetching radarr: fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). 
	 context: exit status 128

error fetching bazarr: fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). 
	 context: exit status 128

error fetching emby-server-beta: fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). 
	 context: exit status 128

It’ll run with sudo, but when it gets to a point, it fails out because you can’t run makepkg as root.

Searching for that error message (error fetching blah blah blah exit status 128) just leads me to git forums and stack overflow and stuff. I’m not using git, per se, I’m using pamac and yay.

So I have a bunch of AUR stuff I haven’t updated since like September or October.

How do I fix this?

pamac should never be used with sudo. The fact that it now requires sudo is undoubtedly a result of you having used it with sudo in the first place, which has messed up your permissions.

I would recommend reinstalling pamac and yay, but to be honest, I don’t know whether that will remedy the permissions issues.

I suspect that your problem with yay would be of the same nature.

Provided that you get pamac going again first, make a list of all your AUR packages, uninstall them, and then reinstall them. Most of them will need either updating or rebuilding against the later system libraries anyway. :backhand_index_pointing_down:

pacman -Qmq > aurpkgs.txt
sudo pacman -Rns < aurpkgs.txt
pamac build < aurpkgs.txt

You may then also want to remove your orphans… :backhand_index_pointing_down:

sudo pacman -Rns $(pacman -Qdtq)
1 Like

You are unfortunately not keeping your system very well maintained. Besides what Aragorn said, i highly doubt you use ReiserFS. And Spectre-Meltdown checker is unmaintained, so it has to go too. And it is probably the thing from Git.

I won’t even mention the stable branch and AUR which is a bad idea, but probably not so much as running pamac with sudo and keeping bunch of aur orphans.

Now, since when didn’t you update the core system (sudo pacman-mirrors -f && sudo pacman -Syu )? And do you read the announcements? Looks to me you have the Polkit problem. Which was in January… (it does not help that you filled your profile with ??? so that nobody knows what kernel do you use…or at least provide inxi -zv8)

2 Likes

reiserfs itself is also unmaintained. It was dropped from the kernel quite a while ago already, although it is always possible that the OP still has reiserfs partitions — e.g. from an earlier distribution.

I too have used reiserfs for quite a number of years — I still have it on my old laptops — before I switched to xfs, and then ultimately (when I started using Manjaro) btrfs. So it’s possible that the OP still has a couple of reiserfs partitions sitting around, and that they’d be using an old kernel which still has reiserfs support.

1 Like

Delete the cached directories for those packages, then you should be able to update with yay.

rm -r ~/.cache/yay/{radarr,bazarr,emby-server-beta}
1 Like

I know, I know. Clearly I did it at some point. All I can say is, “whoops.” Lesson learned.

That part usually usually runs fine. It’s just AUR stuff that’s been causing issues.

Not usually.

System:
  Kernel: 6.1.165-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.2.1
    clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.1-x86_64
    root=UUID=95c9445f-bf66-46c4-829f-89221de99b6a rw quiet splash apparmor=1
    security=apparmor acpi_enforce_resources=lax
    resume=UUID=bb88e9e2-4648-413b-b2e0-f37d05df7c9d udev.log_priority=3
  Desktop: GNOME v: 49.5 tk: GTK v: 3.24.51 wm: gnome-shell
    tools: gsd-screensaver-proxy avail: xfce4-screensaver dm: 1: GDM v: 49.2
    2: LightDM v: 1.32.0 note: stopped Distro: Manjaro base: Arch Linux
Machine:
  Type: Desktop System: Gigabyte product: X570 AORUS ELITE v: -CF
    serial: <superuser required>
  Mobo: Gigabyte model: X570 AORUS ELITE serial: <superuser required>
    uuid: <superuser required> Firmware: UEFI vendor: American Megatrends LLC.
    v: F38b date: 03/23/2023
Battery:
  Message: No system battery data found. Is one present?
Memory:
  System RAM: total: 64 GiB available: 62.72 GiB used: 10.77 GiB (17.2%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 128 GiB slots: 4 modules: 2 EC: None
    max-module-size: 32 GiB note: est.
  Device-1: Channel-A DIMM 0 type: no module installed
  Device-2: Channel-A DIMM 1 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 32 GiB speed: 3600 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: N/A
    part-no: 3600 C18 Series serial: <filter>
  Device-3: Channel-B DIMM 0 type: no module installed
  Device-4: Channel-B DIMM 1 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 32 GiB speed: 3600 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: N/A
    part-no: 3600 C18 Series serial: <filter>
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: AMD Ryzen 9 3900X bits: 64 type: MT MCP arch: Zen 2 gen: 2
    level: v3 note: check built: 2020-22 process: TSMC n7 (7nm)
    family: 0x17 (23) model-id: 0x71 (113) stepping: 0 microcode: 0x8701034
  Topology: cpus: 1x dies: 1 clusters: 1 cores: 12 threads: 24 tpc: 2
    smt: enabled cache: L1: 768 KiB desc: d-12x32 KiB; i-12x32 KiB L2: 6 MiB
    desc: 12x512 KiB L3: 64 MiB desc: 4x16 MiB
  Speed (MHz): avg: 3594 min/max: 2200/4673 boost: enabled scaling:
    driver: acpi-cpufreq governor: schedutil cores: 1: 3594 2: 3594 3: 3594
    4: 3594 5: 3594 6: 3594 7: 3594 8: 3594 9: 3594 10: 3594 11: 3594 12: 3594
    13: 3594 14: 3594 15: 3594 16: 3594 17: 3594 18: 3594 19: 3594 20: 3594
    21: 3594 22: 3594 23: 3594 24: 3594 bogomips: 182127
  Flags: 3dnowprefetch abm adx aes aperfmperf apic arat avic avx avx2 bmi1
    bmi2 bpext cat_l3 cdp_l3 clflush clflushopt clwb clzero cmov cmp_legacy
    constant_tsc cpb cpuid cqm cqm_llc cqm_mbm_local cqm_mbm_total
    cqm_occup_llc cr8_legacy cx16 cx8 de decodeassists extapic extd_apicid
    f16c flushbyasid fma fpu fsgsbase fxsr fxsr_opt ht hw_pstate ibpb
    ibpb_exit_to_user ibs irperf lahf_lm lbrv lm mba mca mce misalignsse mmx
    mmxext monitor movbe msr mtrr mwaitx nonstop_tsc nopl npt nrip_save nx
    osvw overflow_recov pae pat pausefilter pclmulqdq pdpe1gb perfctr_core
    perfctr_llc perfctr_nb pfthreshold pge pni popcnt pse pse36 rapl rdpid
    rdpru rdrand rdseed rdt_a rdtscp rep_good sep sev sev_es sha_ni skinit
    smap smca smep ssbd sse sse2 sse4_1 sse4_2 sse4a ssse3 stibp succor svm
    svm_lock syscall tce topoext tsc tsc_scale umip v_spec_ctrl
    v_vmsave_vmload vgif vmcb_clean vme vmmcall wbnoinvd wdt x2apic xgetbv1
    xsave xsavec xsaveerptr xsaveopt
  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 status: Not affected
  Type: retbleed mitigation: untrained return thunk; SMT enabled with STIBP
    protection
  Type: spec_rstack_overflow mitigation: safe RET
  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: Retpolines; IBPB: conditional; STIBP:
    always-on; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected
  Type: srbds status: Not affected
  Type: tsa status: Not affected
  Type: tsx_async_abort status: Not affected
  Type: vmscape mitigation: IBPB before exit to userspace
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600
    XT / 5700/5700 XT] vendor: XFX Pine driver: amdgpu v: kernel arch: RDNA-1
    code: Navi-1x process: TSMC n7 (7nm) built: 2019-20 pcie: gen: 4
    speed: 16 GT/s lanes: 16 ports: active: DP-1,DP-2 empty: DP-3,HDMI-A-1
    bus-ID: 0b:00.0 chip-ID: 1002:731f class-ID: 0300
  Display: wayland server: X.org v: 1.21.1.21 with: Xwayland v: 24.1.9
    compositor: gnome-shell driver: X: loaded: amdgpu
    unloaded: modesetting,radeon alternate: fbdev,vesa dri: radeonsi
    gpu: amdgpu display-ID: 0
  Monitor-1: DP-1 model: Sceptre T24 built: 2019 res: 1920x1080 dpi: 94
    gamma: 1.2 chroma: red: x: 0.639 y: 0.337 green: x: 0.314 y: 0.627 blue:
    x: 0.157 y: 0.055 white: x: 0.314 y: 0.329 size: 520x320mm (20.47x12.6")
    diag: 611mm (24") ratio: 16:10 modes: 1920x1080, 1280x1440, 1680x1050,
    1280x1024, 1440x900, 1280x960, 1280x800, 1280x720, 1024x768, 832x624,
    800x600, 720x576, 720x480, 640x480, 720x400
  Monitor-2: DP-2 model: Sceptre T24 built: 2019 res: 1920x1080 dpi: 94
    gamma: 1.2 chroma: red: x: 0.639 y: 0.337 green: x: 0.314 y: 0.627 blue:
    x: 0.157 y: 0.055 white: x: 0.314 y: 0.329 size: 520x320mm (20.47x12.6")
    diag: 611mm (24") ratio: 16:10 modes: 1920x1080, 1280x1440, 1680x1050,
    1280x1024, 1440x900, 1280x960, 1280x800, 1280x720, 1024x768, 832x624,
    800x600, 720x576, 720x480, 640x480, 720x400
  API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi
    device: 1 drv: swrast gbm: drv: kms_swrast surfaceless: drv: radeonsi
    wayland: drv: radeonsi x11: drv: radeonsi
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 26.0.2-arch1.1
    glx-v: 1.4 direct-render: yes renderer: AMD Radeon RX 5700 XT (radeonsi
    navi10 ACO DRM 3.49 6.1.165-1-MANJARO) device-ID: 1002:731f
    memory: 7.81 GiB unified: no display-ID: :0.0
  Info: Tools: api: eglinfo,glxinfo de: xfce4-display-settings
    x11: xdpyinfo, xprop, xrandr
Audio:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 10 HDMI Audio
    driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16
    bus-ID: 0b:00.1 chip-ID: 1002:ab38 class-ID: 0403
  Device-2: Advanced Micro Devices [AMD] Starship/Matisse HD Audio
    vendor: Gigabyte driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s
    lanes: 16 bus-ID: 0d:00.4 chip-ID: 1022:1487 class-ID: 0403
  API: ALSA v: k6.1.165-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: sndiod v: N/A status: off tools: aucat,midicat,sndioctl
  Server-2: JACK v: 1.9.22 status: off tools: N/A
  Server-3: PipeWire v: 1.6.2 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 I211 Gigabit Network vendor: Gigabyte driver: igb v: kernel
    pcie: gen: 1 speed: 2.5 GT/s lanes: 1 port: f000 bus-ID: 04:00.0
    chip-ID: 8086:1539 class-ID: 0200
  IF: enp4s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  Device-2: Intel Dual Band Wireless-AC 3168NGW [Stone Peak] driver: iwlwifi
    v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 1 bus-ID: 05:00.0
    chip-ID: 8086:24fb class-ID: 0280
  IF: wlp5s0 state: down mac: <filter>
  IF-ID-1: wgpia0 state: unknown speed: N/A duplex: N/A mac: N/A
  IP v4: <filter> scope: global
  Info: services: mld, NetworkManager, sshd, systemd-timesyncd,
    wpa_supplicant
  WAN IP: <filter>
Bluetooth:
  Message: No bluetooth data found.
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 3.66 TiB used: 1.91 TiB (52.2%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Intel model: SSDPEKNW010T8
    size: 953.87 GiB block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s
    lanes: 4 tech: SSD serial: <filter> fw-rev: 002C temp: 41.9 C scheme: GPT
  ID-2: /dev/sda maj-min: 8:0 vendor: Seagate model: ST3000DM008-2DM166
    size: 2.73 TiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
    tech: HDD rpm: 7200 serial: <filter> fw-rev: CC26 scheme: GPT
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 953.58 GiB size: 937.53 GiB (98.32%)
    used: 37.11 GiB (4.0%) fs: ext4 dev: /dev/nvme0n1p2 maj-min: 259:2
    label: N/A uuid: 95c9445f-bf66-46c4-829f-89221de99b6a
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 288 KiB (0.1%) fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:1 label: N/A
    uuid: 1EF8-9213
  ID-3: /home raw-size: 2.7 TiB size: 2.66 TiB (98.39%)
    used: 1.87 TiB (70.5%) fs: ext4 dev: /dev/sda2 maj-min: 8:2 label: N/A
    uuid: 84c8eb1f-b3cb-464d-9292-dd4e2e196964
Swap:
  Alert: No swap data was found.
Unmounted:
  ID-1: /dev/sda1 maj-min: 8:1 size: 31.25 GiB fs: swap label: N/A
    uuid: bb88e9e2-4648-413b-b2e0-f37d05df7c9d
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 6 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: 1-1:2 info: INSTANT USB GAMING MOUSE type: mouse,keyboard
    driver: hid-generic,usbhid interfaces: 2 rev: 1.1
    speed: 1.5 Mb/s (183 KiB/s) lanes: 1 mode: 1.0 power: 100mA
    chip-ID: 30fa:1701 class-ID: 0300
  Hub-2: 1-3:3 info: Genesys Logic Hub ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 05e3:0608 class-ID: 0900
  Device-1: 1-4:4 info: Integrated Express IT8297 RGB LED Controller
    type: keyboard driver: hid-generic,usbhid interfaces: 1 rev: 2.0
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 100mA
    chip-ID: 048d:8297 class-ID: 0301
  Hub-3: 2-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
  Device-1: 2-2:2 info: Genesys Logic All-in-One Cardreader
    type: mass storage driver: usb-storage interfaces: 1 rev: 3.1
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 power: 896mA
    chip-ID: 05e3:0748 class-ID: 0806 serial: <filter>
  Hub-4: 3-0:1 info: hi-speed hub with single TT ports: 6 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-5: 3-6:2 info: Genesys Logic Hub ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 05e3:0608 class-ID: 0900
  Hub-6: 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
  Hub-7: 5-0:1 info: hi-speed hub with single TT ports: 4 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: 5-1:2 info: ROYUAN Gaming KB F75 type: 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: 498mA chip-ID: 3151:4010 class-ID: 0300
  Hub-8: 5-2:3 info: Hitachi ports: 4 rev: 2.1 speed: 480 Mb/s (57.2 MiB/s)
    lanes: 1 mode: 2.0 chip-ID: 045b:0209 class-ID: 0900
  Hub-9: 5-2.1:4 info: Hitachi ports: 4 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 045b:0209
    class-ID: 0900
  Device-1: 5-2.4:41 info: MediaTek Armor 9 type: <vendor specific>
    driver: usbfs interfaces: 2 rev: 2.1 speed: 480 Mb/s (57.2 MiB/s) lanes: 1
    mode: 2.0 power: 500mA chip-ID: 0e8d:201d class-ID: 0000 serial: <filter>
  Hub-10: 6-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
  Hub-11: 6-2:2 info: Hitachi ports: 4 rev: 3.0 speed: 5 Gb/s (596.0 MiB/s)
    lanes: 1 mode: 3.2 gen-1x1 chip-ID: 045b:0210 class-ID: 0900
  Hub-12: 6-2.1:3 info: Hitachi ports: 4 rev: 3.0
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 045b:0210
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 54.8 C mobo: 30.0 C gpu: amdgpu temp: 52.0 C
    mem: 60.0 C
  Fan Speeds (rpm): N/A gpu: amdgpu fan: 739
Repos:
  Packages: 2090 pm: dpkg pkgs: 0 pm: pacman pkgs: 2083 libs: 502
    tools: gnome-software,pamac,yay pm: rpm pkgs: 0 pm: flatpak pkgs: 7
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://nocix.mm.fcix.net/manjaro/stable/$repo/$arch
    2: https://cofractal-ewr.mm.fcix.net/manjaro/stable/$repo/$arch
    3: https://codingflyboy.mm.fcix.net/manjaro/stable/$repo/$arch
    4: https://mirror.math.princeton.edu/pub/manjaro/stable/$repo/$arch
    5: https://ohioix.mm.fcix.net/manjaro/stable/$repo/$arch
    6: https://mirrors.ocf.berkeley.edu/manjaro/stable/$repo/$arch
    7: https://irltoolkit.mm.fcix.net/manjaro/stable/$repo/$arch
    8: https://ziply.mm.fcix.net/manjaro/stable/$repo/$arch
    9: https://southfront.mm.fcix.net/manjaro/stable/$repo/$arch
    10: https://repo.ialab.dsu.edu/manjaro/stable/$repo/$arch
    11: https://opencolo.mm.fcix.net/manjaro/stable/$repo/$arch
    12: https://forksystems.mm.fcix.net/manjaro/stable/$repo/$arch
    13: https://nnenix.mm.fcix.net/manjaro/stable/$repo/$arch
    14: https://volico.mm.fcix.net/manjaro/stable/$repo/$arch
Processes:
  CPU top: 5 of 513
  1: cpu: 100% command: ps pid: 3455660 mem: 4.05 MiB (0.0%)
  2: cpu: 22.2% command: localsearch-extractor-3 pid: 3455641
    mem: 45.1 MiB (0.0%)
  3: cpu: 6.1% command: firefox pid: 3446330 mem: 412.8 MiB (0.6%)
  4: cpu: 5.5% command: gnome-shell pid: 38470 mem: 987.3 MiB (1.5%)
  5: cpu: 3.1% command: firefox pid: 3263585 mem: 932.5 MiB (1.4%)
  Memory top: 5 of 513
  1: mem: 987.3 MiB (1.5%) command: gnome-shell pid: 38470 cpu: 5.5%
  2: mem: 932.5 MiB (1.4%) command: firefox pid: 3263585 cpu: 3.1%
  3: mem: 791.8 MiB (1.2%) command: firefox pid: 3265063 cpu: 0.6%
  4: mem: 573.4 MiB (0.8%) command: gnome-software pid: 38801 cpu: 0.0%
  5: mem: 458.8 MiB (0.7%) command: chromium pid: 3424678 cpu: 1.0%
Info:
  Processes: 513 Power: uptime: 12d 18h 42m states: freeze,mem,disk
    suspend: deep avail: s2idle wakeups: 17 hibernate: platform avail: shutdown,
    reboot, suspend, test_resume image: 25.07 GiB services: gsd-power,
    power-profiles-daemon, upowerd Init: systemd v: 259 default: graphical
    tool: systemctl
  Compilers: clang: 22.1.1 gcc: 15.2.1 Shell: Zsh v: 5.9
    running-in: gnome-terminal inxi: 3.3.40

Probably not, no. But this is an old PC - a Phenom II x6 that I got in like 2010. It’s a 24/7 uptime media server/NAS kind of thing. 99.9% of the time it does what I need it to do, so I mostly leave it alone. I only update it once or twice a year. Which is probably also a bad idea, but it’s been chugging along since like 2018, so I don’t know.

I only have a vague memory that it’s some kind of filesystem. I can’t say I ever used it for any reason. I have no idea why or how it’s listed there. I can only assume something I did (or was doing or possibly am still doing) pulled it in as a dep for something else.
The PC in question is actually ext4 on everything.

This worked and got me back normal yay operation, and I was able to update all those programs. Thanks!

2 Likes

Good to know.

You think? :slight_smile:

Among other things, that leaves you in an unsupported state, which is never helpful when suddenly experiencing a problem.

The SbK Manjaro Server spin might be of interest:

Regards.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.