Issue with sudo, systemd-logind, and systemd

Running a command with sudo consistently results in two warning messages:

Jul 03 14:08:58 host-one systemd-logind[643]: Existing logind session ID 4 used by new audit session, ignoring.
Jul 03 14:08:58 host-one sudo[86144]: pam_systemd(sudo:session): Failed to check if /run/user/0/bus exists, ignoring: Permission denied

In this case, the sudo command was sudo /usr/bin/bash -c 'echo $PATH'
Note that every occurrence of my user name was changed to userx. Since these are warning messages, I’m not in a panic but the full log from running this command reveals something that I believe is an issue:

Jul 03 14:08:58 host-one sudo[86144]:    userx : TTY=pts/0 ; PWD=/home/userx ; USER=root ; COMMAND=/usr/bin/bash -c 'echo $PATH'
Jul 03 14:08:58 host-one systemd-logind[643]: Existing logind session ID 4 used by new audit session, ignoring.
Jul 03 14:08:58 host-one systemd-logind[643]: New session 'c12' of user 'root' with class 'user-early' and type 'tty'.
Jul 03 14:08:58 host-one systemd[1]: Created slice User Slice of UID 0.
Jul 03 14:08:58 host-one systemd[1]: Starting User Runtime Directory /run/user/0...
Jul 03 14:08:58 host-one systemd[1]: Finished User Runtime Directory /run/user/0.
Jul 03 14:08:58 host-one systemd[1]: Starting User Manager for UID 0...
Jul 03 14:08:58 host-one (systemd)[86151]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Jul 03 14:08:58 host-one systemd-logind[643]: New session '15' of user 'root' with class 'manager-early' and type 'unspecified'.
Jul 03 14:08:58 host-one (systemd)[86151]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
Jul 03 14:08:58 host-one systemd-xdg-autostart-generator[86158]: Exec binary 'desktop-items' does not exist: No such file or directory
Jul 03 14:08:58 host-one systemd-xdg-autostart-generator[86158]: /root/.config/autostart/live-session.desktop: not generating unit, executable specified in Exec= does not exist.
Jul 03 14:08:58 host-one systemd-xdg-autostart-generator[86158]: Exec binary 'disable-dpms' does not exist: No such file or directory
Jul 03 14:08:58 host-one systemd-xdg-autostart-generator[86158]: /root/.config/autostart/disable-dpms.desktop: not generating unit, executable specified in Exec= does not exist.
Jul 03 14:08:58 host-one systemd[86151]: Queued start job for default target Main User Target.
Jul 03 14:08:58 host-one systemd[86151]: Created slice User Application Slice.
Jul 03 14:08:58 host-one systemd[86151]: Reached target Paths.
Jul 03 14:08:58 host-one systemd[86151]: Reached target Timers.
Jul 03 14:08:58 host-one systemd[86151]: Starting D-Bus User Message Bus Socket...
Jul 03 14:08:58 host-one systemd[86151]: Listening on GnuPG network certificate management daemon.
Jul 03 14:08:58 host-one systemd[86151]: Listening on GNOME Keyring daemon.
Jul 03 14:08:58 host-one systemd[86151]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 03 14:08:58 host-one systemd[86151]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 03 14:08:58 host-one systemd[86151]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 03 14:08:58 host-one systemd[86151]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 03 14:08:58 host-one systemd[86151]: Listening on GnuPG public key management service.
Jul 03 14:08:58 host-one systemd[86151]: Listening on p11-kit server.
Jul 03 14:08:58 host-one systemd[86151]: PipeWire PulseAudio skipped, unmet condition check ConditionUser=!root
Jul 03 14:08:58 host-one systemd[86151]: PipeWire Multimedia System Sockets skipped, unmet condition check ConditionUser=!root
Jul 03 14:08:58 host-one systemd[86151]: Listening on Query the User Interactively for a Password.
Jul 03 14:08:58 host-one systemd[86151]: Listening on Disk Image Download Service Socket.
Jul 03 14:08:58 host-one systemd[86151]: Listening on Journal Log Access Socket.
Jul 03 14:08:58 host-one systemd[86151]: Listening on Virtual Machine and Container Registration Service Socket.
Jul 03 14:08:58 host-one systemd[86151]: Listening on D-Bus User Message Bus Socket.
Jul 03 14:08:58 host-one systemd[86151]: Reached target Sockets.
Jul 03 14:08:58 host-one systemd[86151]: Reached target Basic System.
Jul 03 14:08:58 host-one systemd[86151]: Reached target Main User Target.
Jul 03 14:08:58 host-one systemd[1]: Started User Manager for UID 0.
Jul 03 14:08:58 host-one systemd[86151]: Startup finished in 162ms.
Jul 03 14:08:58 host-one systemd[1]: Started Session c12 of User root.
Jul 03 14:08:58 host-one sudo[86144]: pam_systemd(sudo:session): Failed to check if /run/user/0/bus exists, ignoring: Permission denied
Jul 03 14:08:58 host-one sudo[86144]: pam_unix(sudo:session): session opened for user root(uid=0) by userx(uid=1000)
Jul 03 14:08:58 host-one sudo[86144]: pam_unix(sudo:session): session closed for user root
Jul 03 14:08:58 host-one systemd-logind[643]: Session c12 logged out. Waiting for processes to exit.
Jul 03 14:08:58 host-one systemd[1]: session-c12.scope: Deactivated successfully.
Jul 03 14:08:58 host-one systemd-logind[643]: Removed session c12.
Jul 03 14:09:08 host-one systemd[1]: Stopping User Manager for UID 0...
Jul 03 14:09:08 host-one systemd[86151]: Activating special unit Exit the Session...
Jul 03 14:09:08 host-one systemd[86151]: Stopped target Main User Target.
Jul 03 14:09:08 host-one systemd[86151]: Stopped target Basic System.
Jul 03 14:09:08 host-one systemd[86151]: Stopped target Paths.
Jul 03 14:09:08 host-one systemd[86151]: Stopped target Sockets.
Jul 03 14:09:08 host-one systemd[86151]: Stopped target Timers.
Jul 03 14:09:08 host-one systemd[86151]: Closed D-Bus User Message Bus Socket.
Jul 03 14:09:08 host-one systemd[86151]: Closed GnuPG network certificate management daemon.
Jul 03 14:09:08 host-one systemd[86151]: Closed GNOME Keyring daemon.
Jul 03 14:09:08 host-one systemd[86151]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 03 14:09:08 host-one systemd[86151]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jul 03 14:09:08 host-one systemd[86151]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jul 03 14:09:08 host-one systemd[86151]: Closed GnuPG cryptographic agent and passphrase cache.
Jul 03 14:09:08 host-one systemd[86151]: Closed GnuPG public key management service.
Jul 03 14:09:08 host-one systemd[86151]: Closed p11-kit server.
Jul 03 14:09:08 host-one systemd[86151]: Closed Query the User Interactively for a Password.
Jul 03 14:09:08 host-one systemd[86151]: Closed Disk Image Download Service Socket.
Jul 03 14:09:08 host-one systemd[86151]: Closed Journal Log Access Socket.
Jul 03 14:09:08 host-one systemd[86151]: Closed Virtual Machine and Container Registration Service Socket.
Jul 03 14:09:08 host-one systemd[86151]: Removed slice User Application Slice.
Jul 03 14:09:08 host-one systemd[86151]: Reached target Shutdown.
Jul 03 14:09:08 host-one systemd[86151]: Finished Exit the Session.
Jul 03 14:09:08 host-one systemd[86151]: Reached target Exit the Session.
Jul 03 14:09:08 host-one systemd-logind[643]: Removed session 15.
Jul 03 14:09:08 host-one systemd[1]: user@0.service: Deactivated successfully.
Jul 03 14:09:08 host-one systemd[1]: Stopped User Manager for UID 0.
Jul 03 14:09:08 host-one systemd[1]: Stopping User Runtime Directory /run/user/0...
Jul 03 14:09:08 host-one systemd[1]: run-user-0.mount: Deactivated successfully.
Jul 03 14:09:08 host-one systemd[1]: user-runtime-dir@0.service: Deactivated successfully.
Jul 03 14:09:08 host-one systemd[1]: Stopped User Runtime Directory /run/user/0.
Jul 03 14:09:08 host-one systemd[1]: Removed slice User Slice of UID 0.

On another host that is running the same version of Manjaro, no warning messages are logged and the full log when running sudo /usr/bin/bash -c 'echo $PATH' follows:

Jul 03 18:02:28 host-two sudo[65002]:    userx : TTY=pts/0 ; PWD=/home/userx ; USER=root ; COMMAND=/usr/bin/bash -c 'echo $PATH'
Jul 03 18:02:28 host-two sudo[65002]: pam_unix(sudo:session): session opened for user root(uid=0) by userx(uid=1000)
Jul 03 18:02:28 host-two sudo[65002]: pam_unix(sudo:session): session closed for user root

Both hosts are updated when updates are published.

DISTRIB_ID="ManjaroLinux"
DISTRIB_RELEASE="26.1.0-pre"
DISTRIB_CODENAME="Bian-May"
DISTRIB_DESCRIPTION="Manjaro Linux"

I would greatly appreciate thoughts on how to troubleshoot and possibly narrow in on what is causing the issue.

 $ sudo bash -c 'echo $PATH'
/usr/local/sbin:/usr/local/bin:/usr/bin
 $ sudo /usr/bin/bash -c 'echo $PATH'
[sudo] password for fh: 
/usr/local/sbin:/usr/local/bin:/usr/bin

It is impossible to guess - have you been playing with pam?

Or polkit?

I don’t know anyone named Pam.

2 Likes

@linux-aarhus
I appended

password        optional        pam_gnome_keyring.so

to /etc/pam.d/passwd on both host-one and host-two and that change was made well before I started seeing this issue with sudo on host-one.

Thanks for the quick reply. I was hoping that the log output I included from host-one, which was a result of running the command sudo /usr/bin/bash -c 'echo $PATH', could provide hints to someone more familiar with pam, systemd-logind, etc., than I am.

@pwx
The following processes are running:

/usr/lib/polkit-1/polkitd --no-debug --log-level=notice
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1

but I have made no explicit changes to polkit.

Mod edit: Consecutive posts merged.

1 Like

Please provide the output of:

inxi --filter --verbosity=8

or the short form (preferred):

inxi -zv8
Running `inxi` in `chroot`
Providing `inxi` when you cannot access your desktop environment

To verify if your changes has anything to do with it - I suggest you revert the change and restart your system.

Then run the command again.

2 Likes

Output from running inxi -zv8 on host-one which has the issue:

System:
  Kernel: 6.18.36-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 16.1.1
    clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.18-x86_64
    root=UUID=4f9de4a5-6bf4-40c6-a168-39171afa9ff9 rw
    resume=UUID=fabb4f55-ea89-453b-9ff3-45ad90a15d31 udev.log_priority=3
    mmio_stale_data=full amdgpu.gpu_recovery=1
  Desktop: Xfce v: 4.20.2 tk: Gtk v: 3.24.52 wm: xfwm4 v: 4.20.0
    with: xfce4-panel tools: xfce4-screensaver vt: 7 dm: LightDM v: 1.32.0
    Distro: Manjaro base: Arch Linux
Machine:
  Type: Desktop System: ASUS product: N/A v: N/A serial: <superuser required>
  Mobo: ASUSTeK model: PRIME H510M-E v: Rev 1.xx
    serial: <superuser required> part-nu: SKU uuid: <superuser required>
    Firmware: UEFI vendor: American Megatrends v: 2803 date: 12/09/2025
Battery:
  Message: No system battery data found. Is one present?
Memory:
  System RAM: total: 16 GiB available: 15.43 GiB used: 1.39 GiB (9.0%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 32 GiB slots: 2 modules: 2 EC: None
    max-module-size: 16 GiB note: est.
  Device-1: Controller0-ChannelA type: DDR4 detail: synchronous size: 8 GiB
    speed: spec: 2133 MT/s actual: 2666 MT/s volts: note: check curr: 1 min: 1
    max: 1 width (bits): data: 64 total: 64 manufacturer: Corsair
    part-no: CMK16GX4M2E3200C16 serial: N/A
  Device-2: Controller0-ChannelB type: DDR4 detail: synchronous size: 8 GiB
    speed: spec: 2133 MT/s actual: 2666 MT/s volts: note: check curr: 1 min: 1
    max: 1 width (bits): data: 64 total: 64 manufacturer: Corsair
    part-no: CMK16GX4M2E3200C16 serial: N/A
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: Intel Core i5-10400 bits: 64 type: MT MCP arch: Comet Lake
    gen: core 10 level: v3 note: check built: 2020 process: Intel 14nm family: 6
    model-id: 0xA5 (165) stepping: 3 microcode: 0x100
  Topology: cpus: 1x dies: 1 clusters: 6 cores: 6 threads: 12 tpc: 2
    smt: enabled cache: L1: 384 KiB desc: d-6x32 KiB; i-6x32 KiB L2: 1.5 MiB
    desc: 6x256 KiB L3: 12 MiB desc: 1x12 MiB
  Speed (MHz): avg: 800 min/max: 800/4300 scaling: driver: intel_pstate
    governor: powersave cores: 1: 800 2: 800 3: 800 4: 800 5: 800 6: 800 7: 800
    8: 800 9: 800 10: 800 11: 800 12: 800 bogomips: 69597
  Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat
    arch_capabilities arch_perfmon art avx avx2 bmi1 bmi2 bts clflush
    clflushopt cmov constant_tsc cpuid cpuid_fault cx16 cx8 de ds_cpl dtes64
    dtherm dts epb ept ept_ad erms est f16c flexpriority flush_l1d fma fpu
    fsgsbase fxsr ht hwp hwp_act_window hwp_epp hwp_notify ibpb ibrs
    ibrs_enhanced ida intel_pt invpcid lahf_lm lm mca mce md_clear mmx
    monitor movbe mpx msr mtrr nonstop_tsc nopl nx pae pat pbe pcid pclmulqdq
    pdcm pdpe1gb pebs pge pln pni popcnt pse pse36 pts rdrand rdseed rdtscp
    rep_good sdbg sep smap smep ss ssbd sse sse2 sse4_1 sse4_2 ssse3 stibp
    syscall tm tm2 tpr_shadow tsc tsc_adjust tsc_deadline_timer vme vmx vnmi
    vpid x2apic xgetbv1 xsave xsavec xsaveopt xsaves xtopology xtpr
  Vulnerabilities:
  Type: gather_data_sampling mitigation: Microcode
  Type: ghostwrite status: Not affected
  Type: indirect_target_selection mitigation: Aligned branch/return thunks
  Type: itlb_multihit status: KVM: Split huge pages
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data mitigation: Clear CPU buffers; SMT vulnerable
  Type: old_microcode status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed mitigation: Enhanced IBRS
  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: SW loop, KVM: SW loop
  Type: srbds mitigation: Microcode
  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] Lexa PRO [Radeon
    540/540X/550/550X / RX 540X/550/550X] vendor: Micro-Star MSI
    driver: amdgpu v: kernel arch: GCN-4 code: Arctic Islands process: GF 14nm
    built: 2016-20 pcie: gen: 3 speed: 8 GT/s lanes: 8 ports: active: DVI-D-1
    empty: DP-1,HDMI-A-1 bus-ID: 01:00.0 chip-ID: 1002:699f class-ID: 0300
    temp: 35.0 C
  Display: x11 server: X.org v: 1.21.1.23 compositor: xfwm4 v: 4.20.0
    driver: X: loaded: amdgpu unloaded: modesetting alternate: fbdev,vesa
    dri: radeonsi gpu: amdgpu display-ID: :0.0
    note: <missing: xdpyinfo/xrandr>
  Monitor-1: DVI-D-1 model: Dell E2314H serial: <filter> built: 2013
    res: 1920x1080 dpi: 96 gamma: 1.2 chroma: red: x: 0.639 y: 0.333 green:
    x: 0.310 y: 0.627 blue: x: 0.153 y: 0.071 white: x: 0.314 y: 0.329
    size: 509x286mm (20.04x11.26") diag: 584mm (23") ratio: 16:9
    modes: 1920x1080, 1600x900, 1280x1024, 1152x864, 1024x768, 800x600,
    640x480, 720x400
  API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi
    device: 1 drv: swrast gbm: drv: radeonsi surfaceless: drv: radeonsi x11:
    drv: radeonsi inactive: wayland
  API: OpenGL v: 4.6 vendor: amd mesa v: 26.1.2-arch1.2 glx-v: 1.4
    direct-render: yes renderer: AMD Radeon RX 550 / 550 Series (radeonsi
    polaris12 ACO DRM 3.64 6.18.36-1-MANJARO) device-ID: 1002:699f
    memory: 3.91 GiB unified: no
  Info: Tools: api: eglinfo,glxinfo de: xfce4-display-settings x11: xprop
Audio:
  Device-1: Intel vendor: ASUSTeK driver: snd_hda_intel v: kernel
    alternate: snd_soc_avs bus-ID: 00:1f.3 chip-ID: 8086:f0c8 class-ID: 0403
  Device-2: Advanced Micro Devices [AMD/ATI] Baffin HDMI/DP Audio [Radeon
    RX 550 640SP / 560/560X] vendor: Micro-Star MSI driver: snd_hda_intel
    v: kernel pcie: gen: 3 speed: 8 GT/s lanes: 8 bus-ID: 01:00.1
    chip-ID: 1002:aae0 class-ID: 0403
  Device-3: GN Netcom DELL PRO STEREO HEADSET UC350
    driver: jabra,snd-usb-audio,usbhid type: USB rev: 2.0 speed: 12 Mb/s
    lanes: 1 mode: 1.1 bus-ID: 1-3:2 chip-ID: 0b0e:a509 class-ID: 0300
    serial: <filter>
  API: ALSA v: k6.18.36-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.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 500 Series Family GbE vendor: ASUSTeK driver: e1000e
    v: kernel port: N/A bus-ID: 00:1f.6 chip-ID: 8086:15fa class-ID: 0200
  IF: eno1 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: dynamic scope: global
  IP v6: <filter> virtual: proto kernel_ll scope: link
  Info: services: systemd-networkd,systemd-timesyncd
  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: 931.52 GiB used: 35.04 GiB (3.8%)
  SMART Message: Required tool smartctl not installed. Check --recommends
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Western Digital
    model: WD BLACK SN770 500GB size: 465.76 GiB block-size: physical: 512 B
    logical: 512 B speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter>
    fw-rev: 731100WD temp: 28.9 C scheme: GPT
  ID-2: /dev/sda maj-min: 8:0 vendor: Western Digital
    model: WD5000LPLX-00ZNTT0 size: 465.76 GiB block-size: physical: 4096 B
    logical: 512 B speed: 6.0 Gb/s tech: HDD rpm: 7200 serial: <filter>
    fw-rev: 1A01 scheme: GPT
  Optical-1: /dev/sr0 vendor: TSSTcorp model: CDDVDW SH-S223Q rev: SB02
    dev-links: cdrom
  Features: speed: 48 multisession: yes audio: yes dvd: yes
    rw: cd-r,cd-rw,dvd-r,dvd-ram state: running
Partition:
  ID-1: / raw-size: 108 GiB size: 105.75 GiB (97.91%) used: 16.93 GiB (16.0%)
    fs: ext4 dev: /dev/nvme0n1p1 maj-min: 259:1 label: N/A
    uuid: 4f9de4a5-6bf4-40c6-a168-39171afa9ff9
  ID-2: /boot/efi raw-size: 500 MiB size: 499 MiB (99.80%)
    used: 328 KiB (0.1%) fs: vfat dev: /dev/nvme0n1p5 maj-min: 259:5 label: N/A
    uuid: 2A2C-6636
  ID-3: /home raw-size: 312 GiB size: 306.04 GiB (98.09%)
    used: 9.07 GiB (3.0%) fs: ext4 dev: /dev/nvme0n1p2 maj-min: 259:2 label: N/A
    uuid: a831fcc0-b721-4002-a05c-64e461a11051
  ID-4: /opt raw-size: 24 GiB size: 23.46 GiB (97.73%)
    used: 637.3 MiB (2.7%) fs: ext4 dev: /dev/nvme0n1p3 maj-min: 259:3
    label: N/A uuid: 31d34d09-3f0d-4f89-ab7a-f4d28a607a2e
  ID-5: /srv raw-size: 447.76 GiB size: 447.54 GiB (99.95%)
    used: 8.36 GiB (1.9%) fs: xfs dev: /dev/sda2 maj-min: 8:2 label: N/A
    uuid: f9c32a02-e236-49c5-bea7-8b574560117f
Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default) zswap: yes
    compressor: zstd max-pool: 20%
  ID-1: swap-1 type: partition size: 12 GiB used: 60.3 MiB (0.5%)
    priority: -2 dev: /dev/nvme0n1p4 maj-min: 259:4 label: N/A
    uuid: fabb4f55-ea89-453b-9ff3-45ad90a15d31
Unmounted:
  ID-1: /dev/sda1 maj-min: 8:1 size: 18 GiB fs: swap label: N/A
    uuid: 31d73f43-acab-459c-821b-3d58bbcf04eb
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 16 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-3:2 info: GN Netcom DELL PRO STEREO HEADSET UC350
    type: audio,HID driver: jabra,snd-usb-audio,usbhid interfaces: 4 rev: 2.0
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 100mA
    chip-ID: 0b0e:a509 class-ID: 0300 serial: <filter>
  Device-2: 1-4:3 info: American Power Conversion Uninterruptible Supply
    type: HID driver: hid-generic,usbhid interfaces: 1 rev: 2.0
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 2mA
    chip-ID: 051d:0002 class-ID: 0300 serial: <filter>
  Device-3: 1-9:4 info: HP HP 480 Comfort Wired Keyboard
    type: keyboard,mouse,HID driver: hid-generic,usbhid interfaces: 3 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 98mA
    chip-ID: 03f0:944a class-ID: 0301
  Device-4: 1-14:5 info: Sunplus Innovation Gaming mouse [Philips SPK9304]
    type: mouse driver: hid-generic,usbhid interfaces: 1 rev: 2.0
    speed: 1.5 Mb/s (183 KiB/s) lanes: 1 mode: 1.0 power: 98mA
    chip-ID: 1bcf:08a0 class-ID: 0301
  Hub-2: 2-0:1 info: super-speed hub ports: 4 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
Sensors:
  System Temperatures: cpu: 29.0 C mobo: N/A gpu: amdgpu temp: 34.0 C
  Fan Speeds (rpm): N/A gpu: amdgpu fan: 1326
Repos:
  Packages: pm: pacman pkgs: 1206 libs: 356 tools: pamac,yay
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://forksystems.mm.fcix.net/manjaro/stable/$repo/$arch
    2: https://cofractal-ewr.mm.fcix.net/manjaro/stable/$repo/$arch
    3: https://coresite.mm.fcix.net/manjaro/stable/$repo/$arch
    4: https://mirror.math.princeton.edu/pub/manjaro/stable/$repo/$arch
    5: https://nnenix.mm.fcix.net/manjaro/stable/$repo/$arch
    6: https://mirrors.gigenet.com/manjaro/stable/$repo/$arch
    7: https://nocix.mm.fcix.net/manjaro/stable/$repo/$arch
    8: https://volico.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://irltoolkit.mm.fcix.net/manjaro/stable/$repo/$arch
    12: https://mirror.fcix.net/manjaro/stable/$repo/$arch
    13: https://opencolo.mm.fcix.net/manjaro/stable/$repo/$arch
    14: https://mirrors.sonic.net/manjaro/stable/$repo/$arch
    15: https://mirrors.ocf.berkeley.edu/manjaro/stable/$repo/$arch
    16: https://ziply.mm.fcix.net/manjaro/stable/$repo/$arch
    17: https://codingflyboy.mm.fcix.net/manjaro/stable/$repo/$arch
    18: https://ohioix.mm.fcix.net/manjaro/stable/$repo/$arch
Processes:
  CPU top: 5 of 326
  1: cpu: 0.5% command: xfwm4 pid: 372229 mem: 191.9 MiB (1.2%)
  2: cpu: 0.3% command: Xorg pid: 371562 mem: 200.2 MiB (1.2%)
  3: cpu: 0.2% command: xfce4-panel pid: 372939 mem: 52.4 MiB (0.3%)
  4: cpu: 0.1% command: xfdesktop pid: 373604 mem: 65.8 MiB (0.4%)
  5: cpu: 0.1% command: kitty pid: 374858 mem: 221.8 MiB (1.4%)
  Memory top: 5 of 326
  1: mem: 221.8 MiB (1.4%) command: kitty pid: 374858 cpu: 0.1%
  2: mem: 200.2 MiB (1.2%) command: Xorg pid: 371562 cpu: 0.3%
  3: mem: 191.9 MiB (1.2%) command: xfwm4 pid: 372229 cpu: 0.5%
  4: mem: 65.8 MiB (0.4%) command: xfdesktop pid: 373604 cpu: 0.1%
  5: mem: 58.6 MiB (0.3%) command: msm_notifier pid: 373943 cpu: 0.0%
Info:
  Processes: 326 Power: uptime: 2d 6h 49m states: freeze,mem,disk
    suspend: deep avail: s2idle wakeups: 2 hibernate: platform avail: shutdown,
    reboot, suspend, test_resume image: 6.12 GiB
    services: upowerd,xfce4-power-manager Init: systemd v: 260
    default: graphical tool: systemctl
  Compilers: clang: 22.1.6 gcc: 16.1.1 Shell: Bash v: 5.3.15
    running-in: kitty inxi: 3.3.41

Any thoughts on why the first of the two warning messages that only occur on host-one says

Existing logind session ID 4 used by new audit session, ignoring

given that the auditd service on both systems is disabled and has never been enabled.

Any thoughts based on the output of inxi I provided?

Mod edit: Consecutive posts merged. Please edit to add further content if there are no intervening replies. :wink: