You are not logged in.

#1 2019-09-10 15:27:12

Kakashiy
Member
Registered: 2018-01-31
Posts: 13

Systemd-243 broke something

I don't know whats going wrong but it has something to do with the new Systemd-243 random number gen features.

I've configured arch, that I autologin on tty1 and start sway. Everything works fine until I upgraded.
After the upgrade a "sha256 validated" and "Failed to acquire RNG protocol: Not Found"  message appeared on the boot screen, as far as I know it's because my UEFI version is below 2.4 (2.31).

After Arch Linux boots I just saw a black screen. Sway gets executed over and over and the system stops tty1 then.

Ok. ctrl+alt+f2
sway:
https://i.ibb.co/Dg7hGg7/IMG-20190909-231709.jpg

I have no Idea what caused this error.
First I adjusted the mkinitcpio.conf and replaced systemd with base (HOOKS)

Ok Sway works fine.

I rebooted into my Gentoo System (EFI Partition is not mountet here)

I rebooted into arch the error is there again.

I mask the systemd-random-seed.service and systemd-random-seed.service and deleted random-seed in /boot/loader and added "random-seed-mode off" to loader.conf it works again but it takes about 10 second to initialize the crng pool of the kernel (not a good solution) and somehow sway needs urandom.

Idk which scenario it was, but the "sway: operation not permitted error" disappeared after ~45 seconds and sway started.

I've already spend hours to find the error but as I said I have no idea whats causing it.

Here is the journalctl of a failing session maybe you can help me big_smile

                                                                                                            
-- Logs begin at Tue 2019-09-10 16:17:27 CEST, end at Tue 2019-09-10 16:17:41 CEST. --
Sep 10 16:17:27 ArchLinuxDesktop systemd-journald[217]: Received SIGTERM from PID 1 (systemd).
Sep 10 16:17:27 ArchLinuxDesktop kernel: printk: systemd: 15 output lines suppressed due to ratelimiting
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: systemd 243.0-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Detected architecture x86-64.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Set hostname to <ArchLinuxDesktop>.
Sep 10 16:17:27 ArchLinuxDesktop kernel: tsc: Refined TSC clocksource calibration: 3399.013 MHz
Sep 10 16:17:27 ArchLinuxDesktop kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30feaaa6ba3, max_idle_ns: 440795361226 ns
Sep 10 16:17:27 ArchLinuxDesktop kernel: clocksource: Switched to clocksource tsc
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: initrd-switch-root.service: Succeeded.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Stopped Switch Root.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Created slice system-getty.slice.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Created slice User and Session Slice.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 10 16:17:27 ArchLinuxDesktop kernel: vboxdrv: loading out-of-tree module taints kernel.
Sep 10 16:17:27 ArchLinuxDesktop kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Sep 10 16:17:27 ArchLinuxDesktop kernel: vboxdrv: Found 8 processor cores
Sep 10 16:17:27 ArchLinuxDesktop kernel: XFS (sdd3): Mounting V5 Filesystem
Sep 10 16:17:27 ArchLinuxDesktop kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3398995488 Hz
Sep 10 16:17:27 ArchLinuxDesktop kernel: vboxdrv: Successfully loaded version 6.0.12 (interface 0x00290008)
Sep 10 16:17:27 ArchLinuxDesktop kernel: supdrvTscMeasureDeltaOne failed. rc=-3743 CPU[6].idCpu=1 Master[5].idCpu=0
Sep 10 16:17:27 ArchLinuxDesktop kernel: XFS (sdd3): Ending clean mount
Sep 10 16:17:27 ArchLinuxDesktop kernel: VBoxPciLinuxInit
Sep 10 16:17:27 ArchLinuxDesktop kernel: vboxpci: IOMMU not found (not registered)
Sep 10 16:17:27 ArchLinuxDesktop kernel: VBoxNetAdp: Successfully started.
Sep 10 16:17:27 ArchLinuxDesktop kernel: VBoxNetFlt: Successfully started.
Sep 10 16:17:27 ArchLinuxDesktop kernel: FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Sep 10 16:17:27 ArchLinuxDesktop systemd-journald[310]: Journal started
Sep 10 16:17:27 ArchLinuxDesktop systemd-journald[310]: Runtime Journal (/run/log/journal/9228fd982e34409aa7fbb6177c8b9c9d) is 8.0M, max 798.8M, 790.8M free.
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop audit: CONFIG_CHANGE op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 res=1
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: systemd-journald.service: Succeeded.
Sep 10 16:17:27 ArchLinuxDesktop systemd-modules-load[311]: Inserted module 'crypto_user'
Sep 10 16:17:27 ArchLinuxDesktop systemd-modules-load[311]: Inserted module 'vboxdrv'
Sep 10 16:17:27 ArchLinuxDesktop systemd-modules-load[311]: Inserted module 'vboxpci'
Sep 10 16:17:27 ArchLinuxDesktop systemd-modules-load[311]: Inserted module 'vboxnetadp'
Sep 10 16:17:27 ArchLinuxDesktop systemd-modules-load[311]: Inserted module 'vboxnetflt'
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 10 16:17:27 ArchLinuxDesktop systemd-journald[310]: Runtime Journal (/run/log/journal/9228fd982e34409aa7fbb6177c8b9c9d) is 8.0M, max 798.8M, 790.8M free.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Started Flush Journal to Persistent Storage.
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Starting Create Volatile Files and Directories...
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Started Create Volatile Files and Directories.
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Starting Network Time Synchronization...
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Condition check resulted in Update is Completed being skipped.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Sep 10 16:17:27 ArchLinuxDesktop audit[343]: SYSTEM_BOOT pid=343 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Started Update UTMP about System Boot/Shutdown.
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[324]: /usr/lib/udev/rules.d/51-android.rules:73 The line takes no effect, ignoring.
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[324]: /usr/lib/udev/rules.d/51-android.rules:210 The line takes no effect, ignoring.
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[324]: /usr/lib/udev/rules.d/51-android.rules:221 The line takes no effect, ignoring.
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[324]: /usr/lib/udev/rules.d/51-android.rules:303 The line takes no effect, ignoring.
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[324]: /usr/lib/udev/rules.d/51-android.rules:351 The line takes no effect, ignoring.
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[324]: /usr/lib/udev/rules.d/51-android.rules:353 The line takes no effect, ignoring.
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[324]: /usr/lib/udev/rules.d/51-android.rules:355 The line takes no effect, ignoring.
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[324]: /usr/lib/udev/rules.d/51-android.rules:514 The line takes no effect, ignoring.
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[324]: /usr/lib/udev/rules.d/51-android.rules:517 The line takes no effect, ignoring.
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[324]: /usr/lib/udev/rules.d/51-android.rules:520 The line takes no effect, ignoring.
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[324]: /usr/lib/udev/rules.d/51-android.rules:523 The line takes no effect, ignoring.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Started udev Kernel Device Manager.
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Starting Network Service...
Sep 10 16:17:27 ArchLinuxDesktop kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Sep 10 16:17:27 ArchLinuxDesktop kernel: EDAC ie31200: No ECC support
Sep 10 16:17:27 ArchLinuxDesktop kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set
Sep 10 16:17:27 ArchLinuxDesktop kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Sep 10 16:17:27 ArchLinuxDesktop kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Sep 10 16:17:27 ArchLinuxDesktop kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 10 16:17:27 ArchLinuxDesktop kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 10 16:17:27 ArchLinuxDesktop kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 10 16:17:27 ArchLinuxDesktop kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci-pci: EHCI PCI platform driver
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci-pci 0000:00:1a.0: debug port 2
Sep 10 16:17:27 ArchLinuxDesktop kernel: ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20190509/utaddress-204)
Sep 10 16:17:27 ArchLinuxDesktop kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Sep 10 16:17:27 ArchLinuxDesktop kernel: ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20190509/utaddress-204)
Sep 10 16:17:27 ArchLinuxDesktop kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Sep 10 16:17:27 ArchLinuxDesktop kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20190509/utaddress-204)
Sep 10 16:17:27 ArchLinuxDesktop kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20190509/utaddress-204)
Sep 10 16:17:27 ArchLinuxDesktop kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Sep 10 16:17:27 ArchLinuxDesktop kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20190509/utaddress-204)
Sep 10 16:17:27 ArchLinuxDesktop kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20190509/utaddress-204)
Sep 10 16:17:27 ArchLinuxDesktop kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Sep 10 16:17:27 ArchLinuxDesktop kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf0418000
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb1: Product: EHCI Host Controller
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb1: Manufacturer: Linux 5.2.13-arch1-1-ARCH ehci_hcd
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb1: SerialNumber: 0000:00:1a.0
Sep 10 16:17:27 ArchLinuxDesktop kernel: hub 1-0:1.0: USB hub found
Sep 10 16:17:27 ArchLinuxDesktop kernel: hub 1-0:1.0: 2 ports detected
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci-pci 0000:00:1d.0: debug port 2
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0417000
Sep 10 16:17:27 ArchLinuxDesktop kernel: cryptd: max_cpu_qlen set to 1000
Sep 10 16:17:27 ArchLinuxDesktop kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb2: Product: EHCI Host Controller
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb2: Manufacturer: Linux 5.2.13-arch1-1-ARCH ehci_hcd
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb2: SerialNumber: 0000:00:1d.0
Sep 10 16:17:27 ArchLinuxDesktop kernel: hub 2-0:1.0: USB hub found
Sep 10 16:17:27 ArchLinuxDesktop kernel: hub 2-0:1.0: 2 ports detected
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[346]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Sep 10 16:17:27 ArchLinuxDesktop kernel: AVX2 version of gcm_enc/dec engaged.
Sep 10 16:17:27 ArchLinuxDesktop kernel: AES CTR mode by8 optimization enabled
Sep 10 16:17:27 ArchLinuxDesktop kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Sep 10 16:17:27 ArchLinuxDesktop kernel: libphy: r8169: probed
Sep 10 16:17:27 ArchLinuxDesktop kernel: r8169 0000:03:00.0 eth0: RTL8168g/8111g, d0:50:99:8d:a1:e1, XID 4c0, IRQ 29
Sep 10 16:17:27 ArchLinuxDesktop kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Sep 10 16:17:27 ArchLinuxDesktop systemd-vconsole-setup[385]: KD_FONT_OP_GET failed while trying to get the font metadata: Function not implemented
Sep 10 16:17:27 ArchLinuxDesktop systemd-vconsole-setup[385]: Fonts will not be copied to remaining consoles
Sep 10 16:17:27 ArchLinuxDesktop kernel: iTCO_vendor_support: vendor-support=0
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[359]: Using default interface naming scheme 'v243'.
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[359]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Sep 10 16:17:27 ArchLinuxDesktop kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
Sep 10 16:17:27 ArchLinuxDesktop kernel: Linux agpgart interface v0.103
Sep 10 16:17:27 ArchLinuxDesktop kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Sep 10 16:17:27 ArchLinuxDesktop kernel: iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
Sep 10 16:17:27 ArchLinuxDesktop kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Sep 10 16:17:27 ArchLinuxDesktop systemd-udevd[352]: Using default interface naming scheme 'v243'.
Sep 10 16:17:27 ArchLinuxDesktop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 16:17:27 ArchLinuxDesktop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Sep 10 16:17:27 ArchLinuxDesktop kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Sep 10 16:17:27 ArchLinuxDesktop kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb3: Product: xHCI Host Controller
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb3: Manufacturer: Linux 5.2.13-arch1-1-ARCH xhci-hcd
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb3: SerialNumber: 0000:00:14.0
Sep 10 16:17:27 ArchLinuxDesktop kernel: hub 3-0:1.0: USB hub found
Sep 10 16:17:27 ArchLinuxDesktop kernel: hub 3-0:1.0: 12 ports detected
Sep 10 16:17:27 ArchLinuxDesktop kernel: intel-spi intel-spi: w25q32 (4096 Kbytes)
Sep 10 16:17:27 ArchLinuxDesktop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 16:17:27 ArchLinuxDesktop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Sep 10 16:17:27 ArchLinuxDesktop kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.02
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb4: Product: xHCI Host Controller
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb4: Manufacturer: Linux 5.2.13-arch1-1-ARCH xhci-hcd
Sep 10 16:17:27 ArchLinuxDesktop kernel: usb usb4: SerialNumber: 0000:00:14.0
Sep 10 16:17:27 ArchLinuxDesktop kernel: hub 4-0:1.0: USB hub found
Sep 10 16:17:27 ArchLinuxDesktop kernel: hub 4-0:1.0: 6 ports detected
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Started Network Time Synchronization.
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Reached target System Initialization.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Reached target System Time Set.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Reached target System Time Synchronized.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Started Daily rotation of log files.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Started Daily man-db regeneration.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Started Daily verification of password and group files.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Reached target Timers.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Listening on PC/SC Smart Card Daemon Activation Socket.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Reached target Sockets.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Reached target Basic System.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Started D-Bus System Message Bus.
Sep 10 16:17:27 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Condition check resulted in SSH Key Generation being skipped.
Sep 10 16:17:27 ArchLinuxDesktop systemd[1]: Starting Login Service...
Sep 10 16:17:28 ArchLinuxDesktop systemd-networkd[347]: Enumeration completed
Sep 10 16:17:28 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Started Network Service.
Sep 10 16:17:28 ArchLinuxDesktop systemd-networkd[347]: enp3s0: Interface name change detected, enp3s0 has been renamed to eth0.
Sep 10 16:17:28 ArchLinuxDesktop systemd-networkd[347]: eth0: Interface name change detected, eth0 has been renamed to enp3s0.
Sep 10 16:17:28 ArchLinuxDesktop systemd-networkd[347]: enp3s0: IPv6 successfully enabled
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Starting Network Name Resolution...
Sep 10 16:17:28 ArchLinuxDesktop kernel: Generic Realtek PHY r8169-300:00: attached PHY driver [Generic Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
Sep 10 16:17:28 ArchLinuxDesktop kernel: Creating 1 MTD partitions on "intel-spi":
Sep 10 16:17:28 ArchLinuxDesktop kernel: 0x000000000000-0x000000400000 : "BIOS"
Sep 10 16:17:28 ArchLinuxDesktop kernel: snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
Sep 10 16:17:28 ArchLinuxDesktop kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Sep 10 16:17:28 ArchLinuxDesktop kernel: snd_hda_intel 0000:01:00.1: Force to non-snoop mode
Sep 10 16:17:28 ArchLinuxDesktop kernel: r8169 0000:03:00.0 enp3s0: Link is Down
Sep 10 16:17:28 ArchLinuxDesktop kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input3
Sep 10 16:17:28 ArchLinuxDesktop kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input4
Sep 10 16:17:28 ArchLinuxDesktop kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input5
Sep 10 16:17:28 ArchLinuxDesktop kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
Sep 10 16:17:28 ArchLinuxDesktop kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
Sep 10 16:17:28 ArchLinuxDesktop kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
Sep 10 16:17:28 ArchLinuxDesktop kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC662 rev1: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Sep 10 16:17:28 ArchLinuxDesktop kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 10 16:17:28 ArchLinuxDesktop kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Sep 10 16:17:28 ArchLinuxDesktop kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Sep 10 16:17:28 ArchLinuxDesktop kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Sep 10 16:17:28 ArchLinuxDesktop kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Sep 10 16:17:28 ArchLinuxDesktop kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Sep 10 16:17:28 ArchLinuxDesktop kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Sep 10 16:17:28 ArchLinuxDesktop kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Sep 10 16:17:28 ArchLinuxDesktop kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Sep 10 16:17:28 ArchLinuxDesktop kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Sep 10 16:17:28 ArchLinuxDesktop kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Sep 10 16:17:28 ArchLinuxDesktop kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Starting Save/Restore Sound Card State...
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Sep 10 16:17:28 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Started Save/Restore Sound Card State.
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Reached target Sound Card.
Sep 10 16:17:28 ArchLinuxDesktop kernel: intel_rapl: Found RAPL domain package
Sep 10 16:17:28 ArchLinuxDesktop kernel: intel_rapl: Found RAPL domain core
Sep 10 16:17:28 ArchLinuxDesktop kernel: intel_rapl: Found RAPL domain dram
Sep 10 16:17:28 ArchLinuxDesktop systemd-resolved[454]: Positive Trust Anchors:
Sep 10 16:17:28 ArchLinuxDesktop systemd-resolved[454]: . IN DS 19036 8 2 49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
Sep 10 16:17:28 ArchLinuxDesktop systemd-resolved[454]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Sep 10 16:17:28 ArchLinuxDesktop systemd-resolved[454]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 4-1: New USB device found, idVendor=0451, idProduct=8340, bcdDevice= 1.00
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 16:17:28 ArchLinuxDesktop kernel: hub 4-1:1.0: USB hub found
Sep 10 16:17:28 ArchLinuxDesktop kernel: hub 4-1:1.0: 4 ports detected
Sep 10 16:17:28 ArchLinuxDesktop systemd-resolved[454]: Using system hostname 'ArchLinuxDesktop'.
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Started Network Name Resolution.
Sep 10 16:17:28 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Reached target Network.
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Reached target Host and Network Name Lookups.
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Started OpenSSH Daemon.
Sep 10 16:17:28 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Starting Permit User Sessions...
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Started Permit User Sessions.
Sep 10 16:17:28 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Started Getty on tty1.
Sep 10 16:17:28 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:28 ArchLinuxDesktop systemd[1]: Reached target Login Prompts.
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.05
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 16:17:28 ArchLinuxDesktop kernel: hub 1-1:1.0: USB hub found
Sep 10 16:17:28 ArchLinuxDesktop kernel: hub 1-1:1.0: 6 ports detected
Sep 10 16:17:28 ArchLinuxDesktop sshd[485]: Server listening on 0.0.0.0 port 22.
Sep 10 16:17:28 ArchLinuxDesktop sshd[485]: Server listening on :: port 22.
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.05
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 16:17:28 ArchLinuxDesktop kernel: hub 2-1:1.0: USB hub found
Sep 10 16:17:28 ArchLinuxDesktop kernel: hub 2-1:1.0: 6 ports detected
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] amdgpu kernel modesetting enabled.
Sep 10 16:17:28 ArchLinuxDesktop kernel: CRAT table not found
Sep 10 16:17:28 ArchLinuxDesktop kernel: Virtual CRAT table created for CPU
Sep 10 16:17:28 ArchLinuxDesktop kernel: Parsing CRAT table with 1 nodes
Sep 10 16:17:28 ArchLinuxDesktop kernel: Creating topology SYSFS entries
Sep 10 16:17:28 ArchLinuxDesktop kernel: Topology: Add CPU node
Sep 10 16:17:28 ArchLinuxDesktop kernel: Finished initializing topology
Sep 10 16:17:28 ArchLinuxDesktop kernel: amdgpu 0000:01:00.0: remove_conflicting_pci_framebuffers: bar 0: 0xe0000000 -> 0xefffffff
Sep 10 16:17:28 ArchLinuxDesktop kernel: amdgpu 0000:01:00.0: remove_conflicting_pci_framebuffers: bar 2: 0xf0000000 -> 0xf01fffff
Sep 10 16:17:28 ArchLinuxDesktop kernel: amdgpu 0000:01:00.0: remove_conflicting_pci_framebuffers: bar 5: 0xf0200000 -> 0xf023ffff
Sep 10 16:17:28 ArchLinuxDesktop kernel: checking generic (e0000000 300000) vs hw (e0000000 10000000)
Sep 10 16:17:28 ArchLinuxDesktop kernel: fb0: switching to amdgpudrmfb from EFI VGA
Sep 10 16:17:28 ArchLinuxDesktop kernel: amdgpu 0000:01:00.0: vgaarb: deactivate vga console
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] initializing kernel modesetting (TONGA 0x1002:0x6939 0x174B:0xE308 0xF1).
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] register mmio base: 0xF0200000
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] register mmio size: 262144
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] add ip block number 0 <vi_common>
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] add ip block number 1 <gmc_v8_0>
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] add ip block number 2 <tonga_ih>
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] add ip block number 3 <gfx_v8_0>
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] add ip block number 4 <sdma_v3_0>
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] add ip block number 5 <powerplay>
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] add ip block number 6 <dm>
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] add ip block number 7 <uvd_v5_0>
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] add ip block number 8 <vce_v3_0>
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] VCE enabled in physical mode
Sep 10 16:17:28 ArchLinuxDesktop kernel: resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
Sep 10 16:17:28 ArchLinuxDesktop kernel: caller pci_map_rom+0x6a/0x17d mapping multiple BARs
Sep 10 16:17:28 ArchLinuxDesktop kernel: amdgpu 0000:01:00.0: No more image in the PCI ROM
Sep 10 16:17:28 ArchLinuxDesktop kernel: ATOM BIOS: 113-2E3083U-X56
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] RAS INFO: ras initialized successfully, hardware ability[0] ras_mask[0]
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Sep 10 16:17:28 ArchLinuxDesktop kernel: amdgpu 0000:01:00.0: VRAM: 4096M 0x000000F400000000 - 0x000000F4FFFFFFFF (4096M used)
Sep 10 16:17:28 ArchLinuxDesktop kernel: amdgpu 0000:01:00.0: GART: 1024M 0x000000FF00000000 - 0x000000FF3FFFFFFF
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] Detected VRAM RAM=4096M, BAR=256M
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] RAM width 256bits GDDR5
Sep 10 16:17:28 ArchLinuxDesktop kernel: [TTM] Zone  kernel: Available graphics memory: 8179862 KiB
Sep 10 16:17:28 ArchLinuxDesktop kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
Sep 10 16:17:28 ArchLinuxDesktop kernel: [TTM] Initializing pool allocator
Sep 10 16:17:28 ArchLinuxDesktop kernel: [TTM] Initializing DMA pool allocator
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] amdgpu: 4096M of VRAM memory ready
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] amdgpu: 4096M of GTT memory ready.
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F400300000).
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] Chained IB support enabled!
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] Found UVD firmware Version: 1.68 Family ID: 10
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] Found VCE firmware Version: 52.8 Binary ID: 3
Sep 10 16:17:28 ArchLinuxDesktop systemd-logind[467]: Watching system buttons on /dev/input/event1 (Power Button)
Sep 10 16:17:28 ArchLinuxDesktop systemd-logind[467]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] dce110_link_encoder_construct: Failed to get encoder_cap_info from VBIOS with error code 4!
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] dce110_link_encoder_construct: Failed to get encoder_cap_info from VBIOS with error code 4!
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] dce110_link_encoder_construct: Failed to get encoder_cap_info from VBIOS with error code 4!
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] Display Core initialized with v3.2.27!
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-1: New USB device found, idVendor=0451, idProduct=8342, bcdDevice= 1.00
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-1: SerialNumber: 62020851B15D
Sep 10 16:17:28 ArchLinuxDesktop kernel: hub 3-1:1.0: USB hub found
Sep 10 16:17:28 ArchLinuxDesktop kernel: hub 3-1:1.0: 5 ports detected
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] Driver supports precise vblank timestamp query.
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] UVD initialized successfully.
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-3: new full-speed USB device number 3 using xhci_hcd
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] VCE initialized successfully.
Sep 10 16:17:28 ArchLinuxDesktop kernel: kfd kfd: Allocated 3969056 bytes on gart
Sep 10 16:17:28 ArchLinuxDesktop kernel: Virtual CRAT table created for GPU
Sep 10 16:17:28 ArchLinuxDesktop kernel: Parsing CRAT table with 1 nodes
Sep 10 16:17:28 ArchLinuxDesktop kernel: Creating topology SYSFS entries
Sep 10 16:17:28 ArchLinuxDesktop kernel: Topology: Add dGPU node [0x6939:0x1002]
Sep 10 16:17:28 ArchLinuxDesktop kernel: kfd kfd: added device 1002:6939
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] fb mappable at 0xE082D000
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] vram apper at 0xE0000000
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] size 14745600
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] fb depth is 24
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm]    pitch is 10240
Sep 10 16:17:28 ArchLinuxDesktop kernel: fbcon: amdgpudrmfb (fb0) is primary device
Sep 10 16:17:28 ArchLinuxDesktop kernel: fbcon: Deferring console take-over
Sep 10 16:17:28 ArchLinuxDesktop kernel: amdgpu 0000:01:00.0: fb0: amdgpudrmfb frame buffer device
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-3: New USB device found, idVendor=08e6, idProduct=3437, bcdDevice= 2.00
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-3: Product: USB SmartCard Reader
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-3: Manufacturer: Gemalto
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-3: SerialNumber: 2A24C0B3
Sep 10 16:17:28 ArchLinuxDesktop mtp-probe[519]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3"
Sep 10 16:17:28 ArchLinuxDesktop kernel: [drm] Initialized amdgpu 3.32.0 20150101 for 0000:01:00.0 on minor 0
Sep 10 16:17:28 ArchLinuxDesktop mtp-probe[519]: bus: 3, device: 3 was not an MTP device
Sep 10 16:17:28 ArchLinuxDesktop mtp-probe[532]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3"
Sep 10 16:17:28 ArchLinuxDesktop mtp-probe[532]: bus: 3, device: 3 was not an MTP device
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-1.1: new full-speed USB device number 4 using xhci_hcd
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-1.1: New USB device found, idVendor=04d9, idProduct=8008, bcdDevice= 2.03
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-1.1: Product: USB-HID Keyboard
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-1.1: Manufacturer: HOLTEK
Sep 10 16:17:28 ArchLinuxDesktop kernel: usb 3-1.1: SerialNumber: AP0000000003
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[534]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1"
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[534]: bus: 3, device: 4 was not an MTP device
Sep 10 16:17:29 ArchLinuxDesktop kernel: hidraw: raw HID events driver (C) Jiri Kosina
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[546]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1"
Sep 10 16:17:29 ArchLinuxDesktop kernel: usbcore: registered new interface driver usbhid
Sep 10 16:17:29 ArchLinuxDesktop kernel: usbhid: USB HID core driver
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[546]: bus: 3, device: 4 was not an MTP device
Sep 10 16:17:29 ArchLinuxDesktop kernel: input: HOLTEK USB-HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.0/0003:04D9:8008.0001/input/input14
Sep 10 16:17:29 ArchLinuxDesktop kernel: hid-generic 0003:04D9:8008.0001: input,hidraw0: USB HID v1.11 Keyboard [HOLTEK USB-HID Keyboard] on usb-0000:00:14.0-1.1/input0
Sep 10 16:17:29 ArchLinuxDesktop kernel: hid-generic 0003:04D9:8008.0002: hiddev0,hidraw1: USB HID v1.11 Device [HOLTEK USB-HID Keyboard] on usb-0000:00:14.0-1.1/input1
Sep 10 16:17:29 ArchLinuxDesktop kernel: input: HOLTEK USB-HID Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.2/0003:04D9:8008.0003/input/input15
Sep 10 16:17:29 ArchLinuxDesktop kernel: input: HOLTEK USB-HID Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.2/0003:04D9:8008.0003/input/input16
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-4: new full-speed USB device number 5 using xhci_hcd
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: New seat seat0.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Started Login Service.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Reached target Multi-User System.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Reached target Graphical Interface.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Startup finished in 10.789s (firmware) + 8.161s (loader) + 727ms (kernel) + 808ms (initrd) + 1.778s (userspace) = 22.266s.
Sep 10 16:17:29 ArchLinuxDesktop kernel: fbcon: Taking over console
Sep 10 16:17:29 ArchLinuxDesktop kernel: input: HOLTEK USB-HID Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.2/0003:04D9:8008.0003/input/input17
Sep 10 16:17:29 ArchLinuxDesktop kernel: input: HOLTEK USB-HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.2/0003:04D9:8008.0003/input/input18
Sep 10 16:17:29 ArchLinuxDesktop kernel: input: HOLTEK USB-HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.2/0003:04D9:8008.0003/input/input19
Sep 10 16:17:29 ArchLinuxDesktop kernel: hid-generic 0003:04D9:8008.0003: input,hiddev1,hidraw2: USB HID v1.11 Mouse [HOLTEK USB-HID Keyboard] on usb-0000:00:14.0-1.1/input2
Sep 10 16:17:29 ArchLinuxDesktop kernel: hid-generic 0003:04D9:8008.0004: hiddev2,hidraw3: USB HID v1.11 Device [HOLTEK USB-HID Keyboard] on usb-0000:00:14.0-1.1/input3
Sep 10 16:17:29 ArchLinuxDesktop kernel: mousedev: PS/2 mouse device common for all mice
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: Watching system buttons on /dev/input/event19 (HOLTEK USB-HID Keyboard)
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: Watching system buttons on /dev/input/event16 (HOLTEK USB-HID Keyboard System Control)
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: Watching system buttons on /dev/input/event14 (HOLTEK USB-HID Keyboard)
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: Watching system buttons on /dev/input/event17 (HOLTEK USB-HID Keyboard Consumer Control)
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-4: New USB device found, idVendor=05ac, idProduct=0265, bcdDevice= 8.13
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-4: Product: Magic Trackpad 2
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-4: Manufacturer: Apple Inc.
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-4: SerialNumber: CC27522033UJ5R9A9
Sep 10 16:17:29 ArchLinuxDesktop kernel: hid-generic 0003:05AC:0265.0005: hiddev3,hidraw4: USB HID v1.10 Device [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-4/input0
Sep 10 16:17:29 ArchLinuxDesktop kernel: input: Apple Inc. Magic Trackpad 2 Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:05AC:0265.0006/input/input20
Sep 10 16:17:29 ArchLinuxDesktop kernel: hid-generic 0003:05AC:0265.0006: input,hiddev4,hidraw5: USB HID v1.10 Mouse [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-4/input1
Sep 10 16:17:29 ArchLinuxDesktop kernel: hid-generic 0003:05AC:0265.0007: hiddev5,hidraw6: USB HID v1.10 Device [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-4/input2
Sep 10 16:17:29 ArchLinuxDesktop kernel: hid-generic 0003:05AC:0265.0008: hiddev6,hidraw7: USB HID v1.10 Device [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-4/input3
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[560]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4"
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[560]: bus: 3, device: 5 was not an MTP device
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-1.4: new high-speed USB device number 6 using xhci_hcd
Sep 10 16:17:29 ArchLinuxDesktop kernel: Console: switching to colour frame buffer device 320x67
Sep 10 16:17:29 ArchLinuxDesktop systemd-udevd[348]: hidraw7: Failed to process device, ignoring: No such file or directory
Sep 10 16:17:29 ArchLinuxDesktop systemd-udevd[356]: hidraw5: Failed to process device, ignoring: No such file or directory
Sep 10 16:17:29 ArchLinuxDesktop systemd-udevd[375]: hidraw6: Failed to process device, ignoring: No such file or directory
Sep 10 16:17:29 ArchLinuxDesktop login[487]: pam_unix(login:session): session opened for user bschlueter by LOGIN(uid=0)
Sep 10 16:17:29 ArchLinuxDesktop kernel: input: Apple Inc. Magic Trackpad 2 as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:05AC:0265.0006/input/input23
Sep 10 16:17:29 ArchLinuxDesktop kernel: magicmouse 0003:05AC:0265.0006: input,hiddev3,hidraw4: USB HID v1.10 Mouse [Apple Inc. Magic Trackpad 2] on usb-0000:00:14.0-4/input1
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Created slice User Slice of UID 1000.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: New session 1 of user bschlueter.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Started User Runtime Directory /run/user/1000.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Starting User Manager for UID 1000...
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: pam_unix(systemd-user:session): session opened for user bschlueter by (uid=0)
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: /usr/lib/environment.d/99-environment.conf:9: invalid variable name "export MAKEFLAGS", ignoring.
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-1.4: New USB device found, idVendor=1d50, idProduct=60a1, bcdDevice= 1.00
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-1.4: Product: AIRSPY
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-1.4: Manufacturer: [url=http://www.airspy.com]www.airspy.com[/url]
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-1.4: SerialNumber: AIRSPY SN:26A464DC28703393
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[581]: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.4"
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[581]: bus: 3, device: 6 was not an MTP device
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Reached target Paths.
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Reached target Timers.
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Starting D-Bus User Message Bus Socket.
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Listening on GnuPG network certificate management daemon.
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Listening on p11-kit server.
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Listening on Multimedia System.
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Listening on Sound System.
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Listening on D-Bus User Message Bus Socket.
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Reached target Sockets.
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Reached target Basic System.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Started User Manager for UID 1000.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Starting Update XDG user dir configuration...
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Started Session 1 of user bschlueter.
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[594]: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.4"
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[594]: bus: 3, device: 6 was not an MTP device
Sep 10 16:17:29 ArchLinuxDesktop login[487]: LOGIN ON tty1 BY bschlueter
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: xdg-user-dirs-update.service: Succeeded.
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Started Update XDG user dir configuration.
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Reached target Main User Target.
Sep 10 16:17:29 ArchLinuxDesktop systemd[576]: Startup finished in 55ms.
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[600]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4"
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-1.5: new high-speed USB device number 7 using xhci_hcd
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[600]: bus: 3, device: 5 was not an MTP device
Sep 10 16:17:29 ArchLinuxDesktop login[487]: pam_unix(login:session): session closed for user bschlueter
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: getty@tty1.service: Succeeded.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: session-1.scope: Succeeded.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: getty@tty1.service: Service has no hold-off time (RestartSec=0), scheduling restart.
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: Session 1 logged out. Waiting for processes to exit.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 1.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Stopped Getty on tty1.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Started Getty on tty1.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: Removed session 1.
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-1.5: New USB device found, idVendor=0451, idProduct=82ff, bcdDevice= 1.00
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Sep 10 16:17:29 ArchLinuxDesktop kernel: usb 3-1.5: SerialNumber: 62020851B15D
Sep 10 16:17:29 ArchLinuxDesktop kernel: hid-generic 0003:0451:82FF.0009: hiddev4,hidraw5: USB HID v1.11 Device [HID 0451:82ff] on usb-0000:00:14.0-1.5/input0
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[603]: checking bus 3, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.5"
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[603]: bus: 3, device: 7 was not an MTP device
Sep 10 16:17:29 ArchLinuxDesktop login[602]: pam_unix(login:session): session opened for user bschlueter by LOGIN(uid=0)
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[617]: checking bus 3, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.5"
Sep 10 16:17:29 ArchLinuxDesktop mtp-probe[617]: bus: 3, device: 7 was not an MTP device
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: New session 3 of user bschlueter.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Started Session 3 of user bschlueter.
Sep 10 16:17:29 ArchLinuxDesktop login[602]: LOGIN ON tty1 BY bschlueter
Sep 10 16:17:29 ArchLinuxDesktop login[602]: pam_unix(login:session): session closed for user bschlueter
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: getty@tty1.service: Succeeded.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: session-3.scope: Succeeded.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: getty@tty1.service: Service has no hold-off time (RestartSec=0), scheduling restart.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 2.
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: Session 3 logged out. Waiting for processes to exit.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Stopped Getty on tty1.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Started Getty on tty1.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: Removed session 3.
Sep 10 16:17:29 ArchLinuxDesktop login[623]: pam_unix(login:session): session opened for user bschlueter by LOGIN(uid=0)
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: New session 4 of user bschlueter.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Started Session 4 of user bschlueter.
Sep 10 16:17:29 ArchLinuxDesktop login[623]: LOGIN ON tty1 BY bschlueter
Sep 10 16:17:29 ArchLinuxDesktop login[623]: pam_unix(login:session): session closed for user bschlueter
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: getty@tty1.service: Succeeded.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: session-4.scope: Succeeded.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: getty@tty1.service: Service has no hold-off time (RestartSec=0), scheduling restart.
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: Session 4 logged out. Waiting for processes to exit.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 3.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Stopped Getty on tty1.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Started Getty on tty1.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: Removed session 4.
Sep 10 16:17:29 ArchLinuxDesktop login[630]: pam_unix(login:session): session opened for user bschlueter by LOGIN(uid=0)
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: New session 5 of user bschlueter.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Started Session 5 of user bschlueter.
Sep 10 16:17:29 ArchLinuxDesktop login[630]: LOGIN ON tty1 BY bschlueter
Sep 10 16:17:29 ArchLinuxDesktop login[630]: pam_unix(login:session): session closed for user bschlueter
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: getty@tty1.service: Succeeded.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: session-5.scope: Succeeded.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: getty@tty1.service: Service has no hold-off time (RestartSec=0), scheduling restart.
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: Session 5 logged out. Waiting for processes to exit.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 4.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Stopped Getty on tty1.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Started Getty on tty1.
Sep 10 16:17:29 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: Removed session 5.
Sep 10 16:17:29 ArchLinuxDesktop login[636]: pam_unix(login:session): session opened for user bschlueter by LOGIN(uid=0)
Sep 10 16:17:29 ArchLinuxDesktop systemd-logind[467]: New session 6 of user bschlueter.
Sep 10 16:17:29 ArchLinuxDesktop systemd[1]: Started Session 6 of user bschlueter.
Sep 10 16:17:29 ArchLinuxDesktop login[636]: LOGIN ON tty1 BY bschlueter
Sep 10 16:17:30 ArchLinuxDesktop login[636]: pam_unix(login:session): session closed for user bschlueter
Sep 10 16:17:30 ArchLinuxDesktop systemd[1]: getty@tty1.service: Succeeded.
Sep 10 16:17:30 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:30 ArchLinuxDesktop systemd[1]: session-6.scope: Succeeded.
Sep 10 16:17:30 ArchLinuxDesktop systemd[1]: getty@tty1.service: Service has no hold-off time (RestartSec=0), scheduling restart.
Sep 10 16:17:30 ArchLinuxDesktop systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 5.
Sep 10 16:17:30 ArchLinuxDesktop systemd-logind[467]: Session 6 logged out. Waiting for processes to exit.
Sep 10 16:17:30 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:30 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:30 ArchLinuxDesktop systemd[1]: Stopped Getty on tty1.
Sep 10 16:17:30 ArchLinuxDesktop systemd[1]: getty@tty1.service: Start request repeated too quickly.
Sep 10 16:17:30 ArchLinuxDesktop systemd[1]: getty@tty1.service: Failed with result 'start-limit-hit'.
Sep 10 16:17:30 ArchLinuxDesktop systemd[1]: Failed to start Getty on tty1.
Sep 10 16:17:30 ArchLinuxDesktop systemd-logind[467]: Removed session 6.
Sep 10 16:17:30 ArchLinuxDesktop kernel: r8169 0000:03:00.0 enp3s0: Link is Up - 1Gbps/Full - flow control off
Sep 10 16:17:30 ArchLinuxDesktop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
Sep 10 16:17:30 ArchLinuxDesktop systemd-networkd[347]: enp3s0: Gained carrier
Sep 10 16:17:30 ArchLinuxDesktop systemd-timesyncd[342]: Network configuration changed, trying to establish connection.
Sep 10 16:17:30 ArchLinuxDesktop systemd-timesyncd[342]: Network configuration changed, trying to establish connection.
Sep 10 16:17:32 ArchLinuxDesktop systemd-networkd[347]: enp3s0: Gained IPv6LL
Sep 10 16:17:36 ArchLinuxDesktop systemd-timesyncd[342]: Network configuration changed, trying to establish connection.
Sep 10 16:17:36 ArchLinuxDesktop systemd-timesyncd[342]: Network configuration changed, trying to establish connection.
Sep 10 16:17:36 ArchLinuxDesktop systemd[1]: Started Getty on tty2.
Sep 10 16:17:36 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:36 ArchLinuxDesktop kernel: kauditd_printk_skb: 61 callbacks suppressed
Sep 10 16:17:36 ArchLinuxDesktop kernel: audit: type=1130 audit(1568125056.699:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:38 ArchLinuxDesktop systemd-networkd[347]: enp3s0: Configured
Sep 10 16:17:38 ArchLinuxDesktop systemd-timesyncd[342]: Network configuration changed, trying to establish connection.
Sep 10 16:17:38 ArchLinuxDesktop systemd-resolved[454]: Using degraded feature set (UDP+EDNS0+DO+LARGE) for DNS server 192.168.2.1.
Sep 10 16:17:38 ArchLinuxDesktop systemd-timesyncd[342]: Synchronized to time server for the first time [2a00:c98:2030:a006:1::1]:123 (2.arch.pool.ntp.org).
Sep 10 16:17:40 ArchLinuxDesktop systemd[1]: Stopping User Manager for UID 1000...
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Stopped target Main User Target.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Stopped target Basic System.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Stopped target Paths.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Stopped target Sockets.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Stopped target Timers.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: dbus.socket: Succeeded.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Closed D-Bus User Message Bus Socket.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: dirmngr.socket: Succeeded.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Closed GnuPG network certificate management daemon.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: gpg-agent-browser.socket: Succeeded.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: gpg-agent-extra.socket: Succeeded.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: gpg-agent-ssh.socket: Succeeded.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: gpg-agent.socket: Succeeded.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Closed GnuPG cryptographic agent and passphrase cache.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: p11-kit-server.socket: Succeeded.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Closed p11-kit server.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: pipewire.socket: Succeeded.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Closed Multimedia System.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: pulseaudio.socket: Succeeded.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Closed Sound System.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Reached target Shutdown.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: systemd-exit.service: Succeeded.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Started Exit the Session.
Sep 10 16:17:40 ArchLinuxDesktop systemd[576]: Reached target Exit the Session.
Sep 10 16:17:40 ArchLinuxDesktop systemd[577]: pam_unix(systemd-user:session): session closed for user bschlueter
Sep 10 16:17:40 ArchLinuxDesktop systemd[1]: user@1000.service: Succeeded.
Sep 10 16:17:40 ArchLinuxDesktop systemd[1]: Stopped User Manager for UID 1000.
Sep 10 16:17:40 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:40 ArchLinuxDesktop systemd[1]: Stopping User Runtime Directory /run/user/1000...
Sep 10 16:17:40 ArchLinuxDesktop kernel: audit: type=1131 audit(1568125060.558:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:40 ArchLinuxDesktop systemd[1]: run-user-1000.mount: Succeeded.
Sep 10 16:17:40 ArchLinuxDesktop systemd[1]: user-runtime-dir@1000.service: Succeeded.
Sep 10 16:17:40 ArchLinuxDesktop systemd[1]: Stopped User Runtime Directory /run/user/1000.
Sep 10 16:17:40 ArchLinuxDesktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:40 ArchLinuxDesktop systemd[1]: Removed slice User Slice of UID 1000.
Sep 10 16:17:40 ArchLinuxDesktop kernel: audit: type=1131 audit(1568125060.568:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:41 ArchLinuxDesktop login[643]: pam_unix(login:session): session opened for user bschlueter by LOGIN(uid=0)
Sep 10 16:17:41 ArchLinuxDesktop systemd[1]: Created slice User Slice of UID 1000.
Sep 10 16:17:41 ArchLinuxDesktop kernel: audit: type=1006 audit(1568125061.741:75): pid=643 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=7 res=1
Sep 10 16:17:41 ArchLinuxDesktop systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 10 16:17:41 ArchLinuxDesktop systemd-logind[467]: New session 7 of user bschlueter.
Sep 10 16:17:41 ArchLinuxDesktop systemd[1]: Started User Runtime Directory /run/user/1000.
Sep 10 16:17:41 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:41 ArchLinuxDesktop systemd[1]: Starting User Manager for UID 1000...
Sep 10 16:17:41 ArchLinuxDesktop kernel: audit: type=1130 audit(1568125061.751:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: pam_unix(systemd-user:session): session opened for user bschlueter by (uid=0)
Sep 10 16:17:41 ArchLinuxDesktop kernel: audit: type=1006 audit(1568125061.758:77): pid=646 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=8 res=1
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: /usr/lib/environment.d/99-environment.conf:9: invalid variable name "export MAKEFLAGS", ignoring.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Reached target Paths.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Reached target Timers.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Starting D-Bus User Message Bus Socket.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Listening on GnuPG network certificate management daemon.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Listening on p11-kit server.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Listening on Multimedia System.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Listening on Sound System.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Listening on D-Bus User Message Bus Socket.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Reached target Sockets.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Reached target Basic System.
Sep 10 16:17:41 ArchLinuxDesktop systemd[1]: Started User Manager for UID 1000.
Sep 10 16:17:41 ArchLinuxDesktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Starting Update XDG user dir configuration...
Sep 10 16:17:41 ArchLinuxDesktop systemd[1]: Started Session 7 of user bschlueter.
Sep 10 16:17:41 ArchLinuxDesktop kernel: audit: type=1130 audit(1568125061.805:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: xdg-user-dirs-update.service: Succeeded.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Started Update XDG user dir configuration.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Reached target Main User Target.
Sep 10 16:17:41 ArchLinuxDesktop systemd[646]: Startup finished in 45ms.
Sep 10 16:17:41 ArchLinuxDesktop login[643]: LOGIN ON tty2 BY bschlueter

On Gentoo everything works fine (also systemd-243 but kernel compiled with TRUST_CPU_RNG and no Initramfs)


moderator edit -- replaced oversized image with link.
Pasting pictures and code

Last edited by 2ManyDogs (2019-09-10 17:13:09)

Offline

#2 2019-09-10 15:38:23

schard
Member
From: Hannover
Registered: 2016-05-06
Posts: 1,932
Website

Re: Systemd-243 broke something

Maybe not related, but why is there a MAKEFLAGS declaration in your /usr/lib/environment.d/99-environment.conf?
Note that this is not a shell script. Hence the export statement is not supported there.
This is also stated in the default comment:

# Syntax: simple "KEY=VAL" pairs on separate lines

Offline

#3 2019-09-10 15:52:16

Kakashiy
Member
Registered: 2018-01-31
Posts: 13

Re: Systemd-243 broke something

Well that is a good question big_smile .Thanks, but unfortunately I guess, it has nothing to do with the problem.

Offline

#4 2019-09-12 15:30:15

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: Systemd-243 broke something

Please post the contents of /etc/mkinitcpio.conf and the full journal for one affected boot also the output of the following:

systemctl status systemd-boot-system-token.service

Offline

#5 2019-09-18 13:50:34

eosphoros
Member
Registered: 2019-09-18
Posts: 5

Re: Systemd-243 broke something

Ive got the same message at boot, but i can encrypt the partition and load the system fine after it.

Offline

#6 2019-09-18 20:28:50

Kakashiy
Member
Registered: 2018-01-31
Posts: 13

Re: Systemd-243 broke something

I am not sure but if I remember correctly the Unit starts just fine. However now everything works and I still have no clue what was wrong sad

Offline

#7 2019-09-18 21:58:07

zsx
Member
Registered: 2018-05-10
Posts: 29

Offline

#8 2019-09-18 22:26:06

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: Systemd-243 broke something

zsx how is that relevant?

Offline

#9 2019-09-18 22:35:17

zsx
Member
Registered: 2018-05-10
Posts: 29

Re: Systemd-243 broke something

loqs, look at the screenshot: https://i.ibb.co/Dg7hGg7/IMG-20190909-231709.jpg.

Offline

#10 2019-09-18 22:40:47

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: Systemd-243 broke something

That makes more sense although could you please not post or link to images of text.
Did you bisect systemd to locate the causal commit and report it upstream?
Edit:
Also on your system was the kernel RNG initialized before sway failed?

Last edited by loqs (2019-09-18 22:44:41)

Offline

#11 2019-09-18 23:02:16

zsx
Member
Registered: 2018-05-10
Posts: 29

Re: Systemd-243 broke something

loqs wrote:

That makes more sense although could you please not post or link to images of text.

Ок. This link to the screenshot is in the first post of this topic.

loqs wrote:

Did you bisect systemd to locate the causal commit and report it upstream?

No.


loqs wrote:

Also on your system was the kernel RNG initialized before sway failed?

No. It's not sway fault. This is systemd.

Offline

#12 2019-09-18 23:08:34

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: Systemd-243 broke something

zsx wrote:
loqs wrote:

Also on your system was the kernel RNG initialized before sway failed?

No. It's not sway fault. This is systemd.

RNG seeding by systemd was changed in version 243.  If you are stating that change was not the cause which area of systemd is responsible?
Edit:
You can find a summary of changes for 243 in the NEWS file.

Last edited by loqs (2019-09-18 23:12:13)

Offline

#13 2019-09-20 22:35:51

zsx
Member
Registered: 2018-05-10
Posts: 29

Re: Systemd-243 broke something

loqs wrote:

If you are stating that change was not the cause which area of systemd is responsible?

I'm stating that I see a connection between the screenshot and the topic from reddit. If you can't see the connection, I can't help you.

Offline

Board footer

Powered by FluxBB