You are not logged in.
Dear Arch Elders,
I have tried to start debugging this one but had no luck. I have an Arch install that I did not update for a long time (some months, less than an year probably), and after a recent "pacman -Syu" it became impossible to play any game in my steam account for long (with possible exception of DOTA 2 which is native, I do not have many other native games to test). The symptoms:
1) It seems like starting any game, even old 2D games (like Crowntakers), will make the cooler/fans to run far harder than before.
2) Every non-native game I tested recently, from Baldur's Gate 3 to old ones like Crowntakers will stop rendering the window after some minutes (basically always less than half an hour), it goes this way: the game starts slightly slower/jankier than before the system update, after a few minutes it becomes a little more noticeable, and then suddenly the window does not render inside the border anymore (I use xmonad), and that known effect of "change to another window/workspace and go back, now the static image of the other window/workspace is inside the game window, resizing down does not scale the pseudo-screenshot, and resizing up show black space where before there was the pseudo-screenshot", the sound often continues playing, the mouse does not seem to be able to click anything inside the window (menus/buttons that generate any sound on click or mouse hover do not seem to be below the darkness).
3) Sometimes, changing screen focus during a loading screen of the game will trigger the hang up described in (2) immediately.
What I tried:
1) Inside steam, for the games I played, changed proton between experimental to 9.0.2 (and back). Some old games had Proton 7 selected, it did not make a difference.
2) I tried downgrading my nvidia drivers (now they are 565.57.01-1, before the update they were nvidia-550.78-6). This unfortunately made some games complain the drivers were too old or had not dxd11 (what is strange because they were working with that driver before the update). Was not viable to try to keep the old drivers around.
3) Changed from nvidia to nvidia-dkms, no change.
4) Instead of xmonad I tried running XFCE4, no change.
I am running Xmonad (or XFCE4 for tests) with nvidia-xrun.
Please, direct me to which logs should I generate to help debugging. Thanks for any help.
Last edited by arcanedarkness (2024-11-14 01:52:16)
Offline
I had this problem with Age Of Empires DE and the fix for me is to launch steam with the prefix
PROTON_USE_WINED3D=1 steam
I have a launcher script which I point the steam desktop file to
$ cat bin/steam.sh
#/bin/bash
PROTON_USE_WINED3D=1 steam
I have now played two full games without issue.
Offline
You are leaving a whole bunch of performance and improvements on the table if you switch off the vulkan based translation layers, assuming you have capable enough HW.
You need to reboot on major driver changes in general. What's your actual GPU and who even runs stuff with nvidia-xrun anymore? Post the outputs of
glxinfo -B
vulkaninfo --summary
sudo journalctl -b
and a xorg.log as well as the snippet of the /var/log/pacman.log covering the update that started your issues after running into such a situation.
Generally speaking if you want to correctly test a nvidia driver downgrade, you need to switch to the appropriately lower versions of nvidia-dkms,nvidia-utils,lib32-nvidia-utils and install the linux-headers package of the kernel you're running and then check the post install steps on whether the DKMS build managed to correctly build a kernel module.
Also this is repo steam. not flatschpak steam right? If it's flatschpak steam you always need to update the nvidia driver for flatpaks so it matches the version you've installed on the outside. Though if you had issues there I'd expect immediate failure, not a gradual death
Last edited by V1del (2024-11-14 11:57:19)
Offline
I had this problem with Age Of Empires DE and the fix for me is to launch steam with the prefix
PROTON_USE_WINED3D=1 steam
I have a launcher script which I point the steam desktop file to
$ cat bin/steam.sh #/bin/bash PROTON_USE_WINED3D=1 steam
I have now played two full games without issue.
Will try this, thank you.
You are leaving a whole bunch of performance and improvements on the table if you switch off the vulkan based translation layers, assuming you have capable enough HW.
Is this about "PROTON_USE_WINED3D=1 steam"? Many games I play do not need a lot of computational power (especially GPU) and the ones that do need a little more I often configure the graphics to ultra-low from the bat (always force the FPS to 30). I really do not care about graphics, but about the games not crashing and not being janky.
You need to reboot on major driver changes in general.
I did, after each time I changed the driver.
who even runs stuff with nvidia-xrun anymore?
I remember having a hard time using the alternative at the time (primerun? something like that), and nvidia-xrun worked for me. Sometimes I have to work in a 4h+ bus trip, and then I start with "startx" so I do not use the nvidia card and the battery holds longer.
> glxinfo -B
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel (0x8086)
Device: Mesa Intel(R) UHD Graphics 630 (CFL GT2) (0x3e9b)
Version: 24.2.7
Accelerated: yes
Video memory: 7915MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 24.2.7-arch1.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 24.2.7-arch1.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 24.2.7-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
> vulkaninfo --summary
==========
VULKANINFO
==========
Vulkan Instance Version: 1.3.295
Instance Extensions: count = 23
-------------------------------
VK_EXT_acquire_drm_display : extension revision 1
VK_EXT_acquire_xlib_display : extension revision 1
VK_EXT_debug_report : extension revision 10
VK_EXT_debug_utils : extension revision 2
VK_EXT_direct_mode_display : extension revision 1
VK_EXT_display_surface_counter : extension revision 1
VK_EXT_surface_maintenance1 : extension revision 1
VK_EXT_swapchain_colorspace : extension revision 4
VK_KHR_device_group_creation : extension revision 1
VK_KHR_display : extension revision 23
VK_KHR_external_fence_capabilities : extension revision 1
VK_KHR_external_memory_capabilities : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2 : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2 : extension revision 1
VK_KHR_portability_enumeration : extension revision 1
VK_KHR_surface : extension revision 25
VK_KHR_surface_protected_capabilities : extension revision 1
VK_KHR_wayland_surface : extension revision 6
VK_KHR_xcb_surface : extension revision 6
VK_KHR_xlib_surface : extension revision 6
VK_LUNARG_direct_driver_loading : extension revision 1
Instance Layers: count = 5
--------------------------
VK_LAYER_NV_optimus NVIDIA Optimus layer 1.3.289 version 1
VK_LAYER_VALVE_steam_fossilize_32 Steam Pipeline Caching Layer 1.3.207 version 1
VK_LAYER_VALVE_steam_fossilize_64 Steam Pipeline Caching Layer 1.3.207 version 1
VK_LAYER_VALVE_steam_overlay_32 Steam Overlay Layer 1.3.207 version 1
VK_LAYER_VALVE_steam_overlay_64 Steam Overlay Layer 1.3.207 version 1
Devices:
========
GPU0:
apiVersion = 1.3.289
driverVersion = 565.57.1.0
vendorID = 0x10de
deviceID = 0x1f91
deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
deviceName = NVIDIA GeForce GTX 1650
driverID = DRIVER_ID_NVIDIA_PROPRIETARY
driverName = NVIDIA
driverInfo = 565.57.01
conformanceVersion = 1.3.8.2
deviceUUID = 4f469126-a927-8cfd-3289-80d50b7e4205
driverUUID = a40eb34f-a796-5990-89ac-95d78eb8369
> cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 515.43.04
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
VendorName "NVIDIA Corporation"
ChipId 0x0
ChipRev 0x0
IRQ 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
# Added 2024-03-18 by HB to try to get ctrl+alt+backspace to finish Xorg
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbLayout" "br,us"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
> ls /etc/X11/
nvidia-xorg.conf nvidia-xorg.conf.d xorg.conf.backup
nvidia-xorg.conf.bak xinit xorg.conf.d
nvidia-xorg.conf.bak.2 xorg.conf xorg.conf.nvidia-xconfig-original
snippet of the /var/log/pacman.log covering the update that started your issues
Generally speaking if you want to correctly test a nvidia driver downgrade, you need to switch to the appropriately lower versions of nvidia-dkms,nvidia-utils,lib32-nvidia-utils and install the linux-headers package of the kernel you're running and then check the post install steps on whether the DKMS build managed to correctly build a kernel module.
I tested the downgrade before switching to DKMS (so I dowgraded these packages, but it was nvidia, not nvidia-dkms, and I did not care for linux headers), the downgrade has higher chances of working if its is dkms vs. non-dkms?
Also this is repo steam. not flatschpak steam right?
Yes, it is repo steam.
Offline
Yes the first line was about the WINED3D option, you could definitely try that, note that in your case without using prime-run that would mean you're running on the integrated card instead of nvidia in that case if your glxinfo -B is to be believed (at least in the current constellation, this should switch once invoking nvidia-xrun).
That xorg.conf looks superfluous and useless but more immediate the actual log would be more interesting, located either in /var/log/Xorg.0.log (potentially .1. or so depending on which display nvidia-xrun opens) or ~/.local/share/xorg/Xorg.0.log if you are using rootless xorg.
As for the nvidia downgrade correlation. All kernel modules (the nvidia package contains a precompiled kernel module) are only compiled for one specific kernel. If you just downgrade the nvidia packages, then nvidia will not match a relevantly updated kernel anymore and flat out not load, which is where the nvidia-dkms variant comes in, which is a setup so that the module gets compiled on the fly whenever a new kernel headers package is installed (e.g. linux-headers for the standard linux package). If you're unlucky newer kernels have become incompatible with older modules which you'd see by the DKMS build after an install failing. In which case you'd have to hunt for kernel patches for your specific version, or opt for a known working kernel version, e.g. this is a case where linux-lts as a fallback might make sense.
From the outputs above we lack the journal which would be interesting and while writing, going into the launch options of a game that fails and adding
PROTON_LOG=1 %command%
and then playing until it dies, should leave an interesting log in your home dir that might be relevant as well.
Offline
I played Baldur's Gate 3 until it crashed. The log is in: https://file.io/Bfy95tPGOMDk
Yes the first line was about the WINED3D option, you could definitely try that, note that in your case without using prime-run that would mean you're running on the integrated card instead of nvidia in that case if your glxinfo -B is to be believed (at least in the current constellation, this should switch once invoking nvidia-xrun).
Interesting. It may be that nvidia-xrun stopped starting the nvidia card for me after some update? Because I am sure that this worked at some point.
Got the Xorg log (the only one that referenced today was the local one, so I copied that one).
[ 20.137]
X.Org X Server 1.21.1.14
X Protocol Version 11, Revision 0
[ 20.137] Current Operating System: Linux emily 6.11.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 08 Nov 2024 17:57:56 +0000 x86_64
[ 20.137] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img nvidia-drm.modeset=1 libata.allow_tpm=1 root=PARTUUID=0b068512-a4cb-4836-884c-c55a194f363b rw
[ 20.137]
[ 20.137] Current version of pixman: 0.44.0
[ 20.137] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 20.137] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 20.138] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Thu Nov 14 12:50:28 2024
[ 20.138] (++) Using config file: "/etc/X11/nvidia-xorg.conf"
[ 20.138] (EE) Unable to locate/open config directory: "nvidia-xorg.conf.d"
[ 20.138] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 20.139] (==) No Layout section. Using the first Screen section.
[ 20.139] (==) No screen section available. Using defaults.
[ 20.139] (**) |-->Screen "Default Screen Section" (0)
[ 20.139] (**) | |-->Monitor "<default monitor>"
[ 20.139] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 20.139] (**) Allowing byte-swapped clients
[ 20.139] (==) Automatically adding devices
[ 20.139] (==) Automatically enabling devices
[ 20.139] (==) Automatically adding GPU devices
[ 20.139] (==) Automatically binding GPU devices
[ 20.139] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 20.140] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 20.140] Entry deleted from font path.
[ 20.140] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 20.140] Entry deleted from font path.
[ 20.140] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 20.140] Entry deleted from font path.
[ 20.140] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 20.140] Entry deleted from font path.
[ 20.140] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 20.140] Entry deleted from font path.
[ 20.140] (==) FontPath set to:
/usr/share/fonts/TTF
[ 20.140] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 20.140] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 20.140] (II) Module ABI versions:
[ 20.140] X.Org ANSI C Emulation: 0.4
[ 20.140] X.Org Video Driver: 25.2
[ 20.140] X.Org XInput driver : 24.4
[ 20.140] X.Org Server Extension : 10.0
[ 20.141] (++) using VT number 1
[ 20.141] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 20.142] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 20.143] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 20.143] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 20.144] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 20.144] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 20.144] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 20.145] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 20.147] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 20.149] (--) PCI:*(0@0:2:0) 8086:3e9b:1025:1333 rev 2, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 20.149] (--) PCI: (1@0:0:0) 10de:1f91:1025:1334 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 20.149] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 20.149] (II) LoadModule: "glx"
[ 20.151] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 20.158] (II) Module glx: vendor="X.Org Foundation"
[ 20.158] compiled for 1.21.1.14, module version = 1.0.0
[ 20.158] ABI class: X.Org Server Extension, version 10.0
[ 20.158] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 20.158] loading driver: nvidia
[ 20.158] (==) Matched intel as autoconfigured driver 0
[ 20.159] (==) Matched nvidia as autoconfigured driver 1
[ 20.159] (==) Matched nouveau as autoconfigured driver 2
[ 20.159] (==) Matched nv as autoconfigured driver 3
[ 20.159] (==) Matched modesetting as autoconfigured driver 4
[ 20.159] (==) Matched fbdev as autoconfigured driver 5
[ 20.159] (==) Matched vesa as autoconfigured driver 6
[ 20.159] (==) Assigned the driver to the xf86ConfigLayout
[ 20.159] (II) LoadModule: "intel"
[ 20.159] (WW) Warning, couldn't open module intel
[ 20.159] (EE) Failed to load module "intel" (module does not exist, 0)
[ 20.159] (II) LoadModule: "nvidia"
[ 20.159] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 20.164] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 20.164] compiled for 1.6.99.901, module version = 1.0.0
[ 20.164] Module class: X.Org Video Driver
[ 20.165] (II) LoadModule: "nouveau"
[ 20.165] (WW) Warning, couldn't open module nouveau
[ 20.165] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 20.165] (II) LoadModule: "nv"
[ 20.165] (WW) Warning, couldn't open module nv
[ 20.165] (EE) Failed to load module "nv" (module does not exist, 0)
[ 20.165] (II) LoadModule: "modesetting"
[ 20.165] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 20.308] (II) Module modesetting: vendor="X.Org Foundation"
[ 20.308] compiled for 1.21.1.14, module version = 1.21.1
[ 20.308] Module class: X.Org Video Driver
[ 20.308] ABI class: X.Org Video Driver, version 25.2
[ 20.308] (II) LoadModule: "fbdev"
[ 20.308] (WW) Warning, couldn't open module fbdev
[ 20.308] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 20.308] (II) LoadModule: "vesa"
[ 20.308] (WW) Warning, couldn't open module vesa
[ 20.308] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 20.308] (II) NVIDIA dlloader X Driver 565.57.01 Thu Oct 10 12:05:50 UTC 2024
[ 20.308] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 20.309] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 20.309] (II) modeset(0): using drv /dev/dri/card0
[ 20.309] (II) systemd-logind: releasing fd for 226:1
[ 20.310] (II) Loading sub module "fb"
[ 20.310] (II) LoadModule: "fb"
[ 20.310] (II) Module "fb" already built-in
[ 20.310] (II) Loading sub module "wfb"
[ 20.310] (II) LoadModule: "wfb"
[ 20.310] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 20.311] (II) Module wfb: vendor="X.Org Foundation"
[ 20.311] compiled for 1.21.1.14, module version = 1.0.0
[ 20.311] ABI class: X.Org ANSI C Emulation, version 0.4
[ 20.313] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 20.313] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 20.313] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 20.313] (==) modeset(0): RGB weight 888
[ 20.314] (==) modeset(0): Default visual is TrueColor
[ 20.314] (II) Loading sub module "glamoregl"
[ 20.314] (II) LoadModule: "glamoregl"
[ 20.314] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 20.325] (II) Module glamoregl: vendor="X.Org Foundation"
[ 20.325] compiled for 1.21.1.14, module version = 1.0.1
[ 20.325] ABI class: X.Org ANSI C Emulation, version 0.4
[ 20.493] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[ 20.493] (II) modeset(0): glamor initialized
[ 20.493] (==) modeset(0): VariableRefresh: disabled
[ 20.493] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 20.495] (II) modeset(0): Output eDP-1 has no monitor section
[ 20.497] (II) modeset(0): EDID for output eDP-1
[ 20.497] (II) modeset(0): Manufacturer: BOE Model: 839 Serial#: 0
[ 20.497] (II) modeset(0): Year: 2018 Week: 1
[ 20.497] (II) modeset(0): EDID Version: 1.4
[ 20.497] (II) modeset(0): Digital Display Input
[ 20.497] (II) modeset(0): 6 bits per channel
[ 20.497] (II) modeset(0): Digital interface is DisplayPort
[ 20.497] (II) modeset(0): Max Image Size [cm]: horiz.: 38 vert.: 21
[ 20.497] (II) modeset(0): Gamma: 2.20
[ 20.497] (II) modeset(0): No DPMS capabilities specified
[ 20.497] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 20.497] (II) modeset(0): First detailed timing is preferred mode
[ 20.497] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 20.497] (II) modeset(0): redX: 0.644 redY: 0.340 greenX: 0.318 greenY: 0.605
[ 20.497] (II) modeset(0): blueX: 0.152 blueY: 0.056 whiteX: 0.312 whiteY: 0.328
[ 20.497] (II) modeset(0): Manufacturer's mask: 0
[ 20.497] (II) modeset(0): Supported detailed timing:
[ 20.497] (II) modeset(0): clock: 140.2 MHz Image Size: 382 x 215 mm
[ 20.497] (II) modeset(0): h_active: 1920 h_sync: 2028 h_sync_end 2076 h_blank_end 2124 h_border: 0
[ 20.497] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1100 v_blanking: 1100 v_border: 0
[ 20.497] (II) modeset(0): BOE HF
[ 20.497] (II) modeset(0): NV173FHM-N46
[ 20.497] (II) modeset(0): EDID (in hex):
[ 20.497] (II) modeset(0): 00ffffffffffff0009e5390800000000
[ 20.497] (II) modeset(0): 011c0104952615780ac810a457519b27
[ 20.497] (II) modeset(0): 0e505400000001010101010101010101
[ 20.497] (II) modeset(0): 010101010101c43680cc703814406c30
[ 20.497] (II) modeset(0): aa007ed71000001a0000000000000000
[ 20.497] (II) modeset(0): 00000000000000000000000000fe0042
[ 20.497] (II) modeset(0): 4f452048460a202020202020000000fe
[ 20.497] (II) modeset(0): 004e5631373346484d2d4e34360a0061
[ 20.497] (II) modeset(0): Printing probed modes for output eDP-1
[ 20.497] (II) modeset(0): Modeline "1920x1080"x60.0 140.20 1920 2028 2076 2124 1080 1090 1100 1100 +hsync -vsync (66.0 kHz eP)
[ 20.497] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 20.497] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 20.497] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 20.497] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 20.497] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 20.497] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 20.497] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 20.497] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 20.497] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 20.497] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 20.497] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 20.497] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 20.497] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 20.497] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 20.497] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 20.497] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 20.497] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 20.497] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 20.497] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 20.497] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 20.498] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 20.498] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 20.498] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 20.498] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 20.498] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 20.498] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 20.498] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 20.498] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 20.498] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 20.498] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 20.498] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 20.498] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 20.498] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 20.498] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 20.498] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 20.498] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 20.498] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 20.498] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 20.498] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 20.498] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 20.498] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 20.498] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 20.498] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 20.498] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 20.498] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 20.498] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 20.498] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 20.498] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 20.498] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 20.498] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 20.498] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 20.498] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 20.498] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 20.498] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 20.498] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 20.498] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 20.498] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 20.498] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 20.498] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 20.498] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 20.498] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 20.498] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 20.498] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 20.498] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 20.498] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 20.498] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 20.498] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 20.498] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 20.498] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 20.498] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 20.498] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 20.498] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 20.498] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 20.498] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 20.498] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 20.498] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 20.498] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 20.498] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 20.498] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 20.498] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 20.498] (II) modeset(0): Output eDP-1 connected
[ 20.498] (II) modeset(0): Using exact sizes for initial modes
[ 20.498] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 20.498] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 20.498] (==) modeset(0): DPI set to (96, 96)
[ 20.498] (II) Loading sub module "fb"
[ 20.498] (II) LoadModule: "fb"
[ 20.498] (II) Module "fb" already built-in
[ 20.498] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 20.498] (==) NVIDIA(G0): RGB weight 888
[ 20.498] (==) NVIDIA(G0): Default visual is TrueColor
[ 20.498] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 20.498] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 20.498] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 20.498] (**) NVIDIA(G0): Enabling 2D acceleration
[ 20.498] (II) Loading sub module "glxserver_nvidia"
[ 20.498] (II) LoadModule: "glxserver_nvidia"
[ 20.498] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 20.537] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 20.537] compiled for 1.6.99.901, module version = 1.0.0
[ 20.537] Module class: X.Org Server Extension
[ 20.537] (II) NVIDIA GLX Module 565.57.01 Thu Oct 10 12:09:28 UTC 2024
[ 20.537] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 20.543] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 20.543] (--) NVIDIA(0): DFP-0
[ 20.558] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1650 (TU117-A) at PCI:1:0:0
[ 20.558] (II) NVIDIA(G0): (GPU-0)
[ 20.558] (--) NVIDIA(G0): Memory: 4194304 kBytes
[ 20.558] (--) NVIDIA(G0): VideoBIOS: 90.17.1b.00.2c
[ 20.558] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 20.559] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 20.559] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 20.559] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 20.559] (--) NVIDIA(GPU-0):
[ 20.564] (II) NVIDIA(G0): Validated MetaModes:
[ 20.564] (II) NVIDIA(G0): "NULL"
[ 20.564] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 20.564] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 20.564] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 20.580] (==) modeset(0): Backing store enabled
[ 20.580] (==) modeset(0): Silken mouse enabled
[ 20.649] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 20.649] (==) modeset(0): DPMS enabled
[ 20.649] (II) modeset(0): [DRI2] Setup complete
[ 20.649] (II) modeset(0): [DRI2] DRI driver: iris
[ 20.649] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 20.649] (WW) NVIDIA: Failed to bind sideband socket to
[ 20.649] (WW) NVIDIA: '/var/run/nvidia-xdriver-744a5113' Permission denied
[ 20.651] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 20.651] (II) NVIDIA: access.
[ 20.683] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 20.683] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 20.683] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 20.683] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 20.683] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 20.683] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 20.683] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 20.683] (II) NVIDIA(G0): Config Options in the README.
[ 20.716] (II) NVIDIA(G0): Setting mode "NULL"
[ 20.780] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 20.780] (==) NVIDIA(G0): Backing store enabled
[ 20.780] (==) NVIDIA(G0): Silken mouse enabled
[ 20.780] (==) NVIDIA(G0): DPMS enabled
[ 20.780] (II) Loading sub module "dri2"
[ 20.780] (II) LoadModule: "dri2"
[ 20.780] (II) Module "dri2" already built-in
[ 20.780] (II) NVIDIA(G0): [DRI2] Setup complete
[ 20.780] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 20.780] (II) Initializing extension Generic Event Extension
[ 20.780] (II) Initializing extension SHAPE
[ 20.780] (II) Initializing extension MIT-SHM
[ 20.780] (II) Initializing extension XInputExtension
[ 20.780] (II) Initializing extension XTEST
[ 20.780] (II) Initializing extension BIG-REQUESTS
[ 20.780] (II) Initializing extension SYNC
[ 20.780] (II) Initializing extension XKEYBOARD
[ 20.781] (II) Initializing extension XC-MISC
[ 20.781] (II) Initializing extension SECURITY
[ 20.781] (II) Initializing extension XFIXES
[ 20.781] (II) Initializing extension RENDER
[ 20.781] (II) Initializing extension RANDR
[ 20.781] (II) Initializing extension COMPOSITE
[ 20.781] (II) Initializing extension DAMAGE
[ 20.781] (II) Initializing extension MIT-SCREEN-SAVER
[ 20.781] (II) Initializing extension DOUBLE-BUFFER
[ 20.781] (II) Initializing extension RECORD
[ 20.781] (II) Initializing extension DPMS
[ 20.781] (II) Initializing extension Present
[ 20.781] (II) Initializing extension DRI3
[ 20.781] (II) Initializing extension X-Resource
[ 20.781] (II) Initializing extension XVideo
[ 20.782] (II) Initializing extension XVideo-MotionCompensation
[ 20.782] (II) Initializing extension GLX
[ 20.782] (II) Initializing extension GLX
[ 20.782] (II) Indirect GLX disabled.
[ 20.788] (II) AIGLX: Loaded and initialized iris
[ 20.788] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 20.788] (II) Initializing extension XFree86-VidModeExtension
[ 20.788] (II) Initializing extension XFree86-DGA
[ 20.788] (II) Initializing extension XFree86-DRI
[ 20.788] (II) Initializing extension DRI2
[ 20.788] (II) Initializing extension NV-GLX
[ 20.788] (II) Initializing extension NV-CONTROL
[ 20.789] (II) modeset(0): Damage tracking initialized
[ 20.789] (II) modeset(0): Setting screen physical size to 508 x 285
[ 20.826] (II) config/udev: Adding input device Acer Wireless Radio Control (/dev/input/event14)
[ 20.826] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 20.826] (II) LoadModule: "libinput"
[ 20.826] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 20.828] (II) Module libinput: vendor="X.Org Foundation"
[ 20.828] compiled for 1.21.1.13, module version = 1.5.0
[ 20.828] Module class: X.Org XInput Driver
[ 20.828] ABI class: X.Org XInput driver, version 24.4
[ 20.828] (II) Using input driver 'libinput' for 'Acer Wireless Radio Control'
[ 20.829] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 39 paused 0
[ 20.829] (**) Acer Wireless Radio Control: always reports core events
[ 20.829] (**) Option "Device" "/dev/input/event14"
[ 20.832] (II) event14 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 20.832] (II) event14 - Acer Wireless Radio Control: device is a keyboard
[ 20.832] (II) event14 - Acer Wireless Radio Control: device removed
[ 20.832] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/10251229:00/input/input14/event14"
[ 20.832] (II) XINPUT: Adding extended input device "Acer Wireless Radio Control" (type: KEYBOARD, id 6)
[ 20.832] (II) event14 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 20.833] (II) event14 - Acer Wireless Radio Control: device is a keyboard
[ 20.833] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 20.833] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 20.833] (II) Using input driver 'libinput' for 'Power Button'
[ 20.833] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
[ 20.833] (**) Power Button: always reports core events
[ 20.833] (**) Option "Device" "/dev/input/event3"
[ 20.834] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 20.834] (II) event3 - Power Button: device is a keyboard
[ 20.834] (II) event3 - Power Button: device removed
[ 20.834] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 20.834] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 20.834] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 20.834] (II) event3 - Power Button: device is a keyboard
[ 20.834] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[ 20.834] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 20.834] (II) Using input driver 'libinput' for 'Video Bus'
[ 20.835] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 43 paused 0
[ 20.835] (**) Video Bus: always reports core events
[ 20.835] (**) Option "Device" "/dev/input/event13"
[ 20.835] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[ 20.835] (II) event13 - Video Bus: device is a keyboard
[ 20.835] (II) event13 - Video Bus: device removed
[ 20.835] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13/event13"
[ 20.835] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 20.836] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[ 20.836] (II) event13 - Video Bus: device is a keyboard
[ 20.836] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[ 20.836] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 20.836] (II) Using input driver 'libinput' for 'Video Bus'
[ 20.837] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 44 paused 0
[ 20.837] (**) Video Bus: always reports core events
[ 20.837] (**) Option "Device" "/dev/input/event12"
[ 20.837] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[ 20.837] (II) event12 - Video Bus: device is a keyboard
[ 20.837] (II) event12 - Video Bus: device removed
[ 20.837] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input12/event12"
[ 20.837] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[ 20.838] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[ 20.838] (II) event12 - Video Bus: device is a keyboard
[ 20.838] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 20.838] (II) No input driver specified, ignoring this device.
[ 20.838] (II) This device may have been added with another device file.
[ 20.838] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 20.838] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 20.838] (II) Using input driver 'libinput' for 'Power Button'
[ 20.839] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 45 paused 0
[ 20.839] (**) Power Button: always reports core events
[ 20.839] (**) Option "Device" "/dev/input/event2"
[ 20.839] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 20.839] (II) event2 - Power Button: device is a keyboard
[ 20.839] (II) event2 - Power Button: device removed
[ 20.839] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 20.839] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[ 20.840] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 20.840] (II) event2 - Power Button: device is a keyboard
[ 20.840] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 20.840] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 20.840] (II) Using input driver 'libinput' for 'Sleep Button'
[ 20.840] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 46 paused 0
[ 20.840] (**) Sleep Button: always reports core events
[ 20.841] (**) Option "Device" "/dev/input/event1"
[ 20.841] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 20.841] (II) event1 - Sleep Button: device is a keyboard
[ 20.841] (II) event1 - Sleep Button: device removed
[ 20.841] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 20.841] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[ 20.841] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 20.841] (II) event1 - Sleep Button: device is a keyboard
[ 20.842] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[ 20.842] (II) No input driver specified, ignoring this device.
[ 20.842] (II) This device may have been added with another device file.
[ 20.842] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[ 20.842] (II) No input driver specified, ignoring this device.
[ 20.842] (II) This device may have been added with another device file.
[ 20.842] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event19)
[ 20.842] (II) No input driver specified, ignoring this device.
[ 20.842] (II) This device may have been added with another device file.
[ 20.842] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event20)
[ 20.842] (II) No input driver specified, ignoring this device.
[ 20.842] (II) This device may have been added with another device file.
[ 20.843] (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event5)
[ 20.843] (**) SONiX USB DEVICE: Applying InputClass "libinput keyboard catchall"
[ 20.843] (II) Using input driver 'libinput' for 'SONiX USB DEVICE'
[ 20.843] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 47 paused 0
[ 20.843] (**) SONiX USB DEVICE: always reports core events
[ 20.843] (**) Option "Device" "/dev/input/event5"
[ 20.844] (II) event5 - SONiX USB DEVICE: is tagged by udev as: Keyboard
[ 20.844] (II) event5 - SONiX USB DEVICE: device is a keyboard
[ 20.844] (II) event5 - SONiX USB DEVICE: device removed
[ 20.844] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0C45:5004.0001/input/input5/event5"
[ 20.844] (II) XINPUT: Adding extended input device "SONiX USB DEVICE" (type: KEYBOARD, id 12)
[ 20.845] (II) event5 - SONiX USB DEVICE: is tagged by udev as: Keyboard
[ 20.845] (II) event5 - SONiX USB DEVICE: device is a keyboard
[ 20.846] (II) config/udev: Adding input device SONiX USB DEVICE Keyboard (/dev/input/event7)
[ 20.846] (**) SONiX USB DEVICE Keyboard: Applying InputClass "libinput keyboard catchall"
[ 20.846] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Keyboard'
[ 20.846] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 48 paused 0
[ 20.846] (**) SONiX USB DEVICE Keyboard: always reports core events
[ 20.846] (**) Option "Device" "/dev/input/event7"
[ 20.847] (II) event7 - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
[ 20.847] (II) event7 - SONiX USB DEVICE Keyboard: device is a keyboard
[ 20.847] (II) event7 - SONiX USB DEVICE Keyboard: device removed
[ 20.847] (II) libinput: SONiX USB DEVICE Keyboard: needs a virtual subdevice
[ 20.847] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0C45:5004.0002/input/input7/event7"
[ 20.847] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Keyboard" (type: MOUSE, id 13)
[ 20.847] (**) Option "AccelerationScheme" "none"
[ 20.847] (**) SONiX USB DEVICE Keyboard: (accel) selected scheme none/0
[ 20.847] (**) SONiX USB DEVICE Keyboard: (accel) acceleration factor: 2.000
[ 20.847] (**) SONiX USB DEVICE Keyboard: (accel) acceleration threshold: 4
[ 20.848] (II) event7 - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
[ 20.848] (II) event7 - SONiX USB DEVICE Keyboard: device is a keyboard
[ 20.848] (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event8)
[ 20.848] (II) No input driver specified, ignoring this device.
[ 20.848] (II) This device may have been added with another device file.
[ 20.849] (II) config/udev: Adding input device USB Gaming Mouse (/dev/input/event6)
[ 20.849] (**) USB Gaming Mouse: Applying InputClass "libinput pointer catchall"
[ 20.849] (II) Using input driver 'libinput' for 'USB Gaming Mouse'
[ 20.903] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 49 paused 0
[ 20.903] (**) USB Gaming Mouse: always reports core events
[ 20.903] (**) Option "Device" "/dev/input/event6"
[ 20.905] (II) event6 - USB Gaming Mouse: is tagged by udev as: Mouse
[ 20.905] (II) event6 - USB Gaming Mouse: device is a pointer
[ 20.905] (II) event6 - USB Gaming Mouse: device removed
[ 20.905] (II) libinput: USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.905] (II) libinput: USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.905] (II) libinput: USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.905] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04D9:FC62.0003/input/input6/event6"
[ 20.905] (II) XINPUT: Adding extended input device "USB Gaming Mouse" (type: MOUSE, id 14)
[ 20.905] (**) Option "AccelerationScheme" "none"
[ 20.905] (**) USB Gaming Mouse: (accel) selected scheme none/0
[ 20.905] (**) USB Gaming Mouse: (accel) acceleration factor: 2.000
[ 20.905] (**) USB Gaming Mouse: (accel) acceleration threshold: 4
[ 20.906] (II) event6 - USB Gaming Mouse: is tagged by udev as: Mouse
[ 20.906] (II) event6 - USB Gaming Mouse: device is a pointer
[ 20.907] (II) config/udev: Adding input device USB Gaming Mouse (/dev/input/mouse0)
[ 20.907] (II) No input driver specified, ignoring this device.
[ 20.907] (II) This device may have been added with another device file.
[ 20.908] (II) config/udev: Adding input device USB Gaming Mouse (/dev/input/event9)
[ 20.908] (**) USB Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[ 20.908] (II) Using input driver 'libinput' for 'USB Gaming Mouse'
[ 20.909] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 50 paused 0
[ 20.909] (**) USB Gaming Mouse: always reports core events
[ 20.909] (**) Option "Device" "/dev/input/event9"
[ 20.910] (II) event9 - USB Gaming Mouse: is tagged by udev as: Keyboard
[ 20.910] (II) event9 - USB Gaming Mouse: device is a keyboard
[ 20.910] (II) event9 - USB Gaming Mouse: device removed
[ 20.910] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:04D9:FC62.0004/input/input9/event9"
[ 20.910] (II) XINPUT: Adding extended input device "USB Gaming Mouse" (type: KEYBOARD, id 15)
[ 20.912] (II) event9 - USB Gaming Mouse: is tagged by udev as: Keyboard
[ 20.912] (II) event9 - USB Gaming Mouse: device is a keyboard
[ 20.913] (II) config/udev: Adding input device USB Gaming Mouse Consumer Control (/dev/input/event10)
[ 20.913] (**) USB Gaming Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 20.913] (II) Using input driver 'libinput' for 'USB Gaming Mouse Consumer Control'
[ 20.914] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 51 paused 0
[ 20.914] (**) USB Gaming Mouse Consumer Control: always reports core events
[ 20.914] (**) Option "Device" "/dev/input/event10"
[ 20.915] (II) event10 - USB Gaming Mouse Consumer Control: is tagged by udev as: Keyboard
[ 20.916] (II) event10 - USB Gaming Mouse Consumer Control: device is a keyboard
[ 20.916] (II) event10 - USB Gaming Mouse Consumer Control: device removed
[ 20.916] (II) libinput: USB Gaming Mouse Consumer Control: needs a virtual subdevice
[ 20.916] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:04D9:FC62.0005/input/input10/event10"
[ 20.916] (II) XINPUT: Adding extended input device "USB Gaming Mouse Consumer Control" (type: MOUSE, id 16)
[ 20.916] (**) Option "AccelerationScheme" "none"
[ 20.916] (**) USB Gaming Mouse Consumer Control: (accel) selected scheme none/0
[ 20.916] (**) USB Gaming Mouse Consumer Control: (accel) acceleration factor: 2.000
[ 20.916] (**) USB Gaming Mouse Consumer Control: (accel) acceleration threshold: 4
[ 20.917] (II) event10 - USB Gaming Mouse Consumer Control: is tagged by udev as: Keyboard
[ 20.917] (II) event10 - USB Gaming Mouse Consumer Control: device is a keyboard
[ 20.918] (II) config/udev: Adding input device USB Gaming Mouse (/dev/input/event11)
[ 20.918] (II) No input driver specified, ignoring this device.
[ 20.918] (II) This device may have been added with another device file.
[ 20.919] (II) config/udev: Adding input device SYNA7DB5:01 06CB:CD41 Mouse (/dev/input/event21)
[ 20.919] (**) SYNA7DB5:01 06CB:CD41 Mouse: Applying InputClass "libinput pointer catchall"
[ 20.919] (II) Using input driver 'libinput' for 'SYNA7DB5:01 06CB:CD41 Mouse'
[ 20.920] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 52 paused 0
[ 20.920] (**) SYNA7DB5:01 06CB:CD41 Mouse: always reports core events
[ 20.920] (**) Option "Device" "/dev/input/event21"
[ 20.921] (II) event21 - SYNA7DB5:01 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 20.921] (II) event21 - SYNA7DB5:01 06CB:CD41 Mouse: device is a pointer
[ 20.922] (II) event21 - SYNA7DB5:01 06CB:CD41 Mouse: device removed
[ 20.922] (II) libinput: SYNA7DB5:01 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.922] (II) libinput: SYNA7DB5:01 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.922] (II) libinput: SYNA7DB5:01 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.923] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-SYNA7DB5:01/0018:06CB:CD41.0006/input/input24/event21"
[ 20.923] (II) XINPUT: Adding extended input device "SYNA7DB5:01 06CB:CD41 Mouse" (type: MOUSE, id 17)
[ 20.923] (**) Option "AccelerationScheme" "none"
[ 20.923] (**) SYNA7DB5:01 06CB:CD41 Mouse: (accel) selected scheme none/0
[ 20.923] (**) SYNA7DB5:01 06CB:CD41 Mouse: (accel) acceleration factor: 2.000
[ 20.923] (**) SYNA7DB5:01 06CB:CD41 Mouse: (accel) acceleration threshold: 4
[ 20.924] (II) event21 - SYNA7DB5:01 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 20.924] (II) event21 - SYNA7DB5:01 06CB:CD41 Mouse: device is a pointer
[ 20.926] (II) config/udev: Adding input device SYNA7DB5:01 06CB:CD41 Mouse (/dev/input/mouse1)
[ 20.926] (II) No input driver specified, ignoring this device.
[ 20.926] (II) This device may have been added with another device file.
[ 20.927] (II) config/udev: Adding input device SYNA7DB5:01 06CB:CD41 Touchpad (/dev/input/event22)
[ 20.927] (**) SYNA7DB5:01 06CB:CD41 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 20.927] (II) Using input driver 'libinput' for 'SYNA7DB5:01 06CB:CD41 Touchpad'
[ 20.927] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 53 paused 0
[ 20.927] (**) SYNA7DB5:01 06CB:CD41 Touchpad: always reports core events
[ 20.927] (**) Option "Device" "/dev/input/event22"
[ 20.929] (II) event22 - SYNA7DB5:01 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 20.931] (II) event22 - SYNA7DB5:01 06CB:CD41 Touchpad: device is a touchpad
[ 20.931] (II) event22 - SYNA7DB5:01 06CB:CD41 Touchpad: device removed
[ 20.931] (II) libinput: SYNA7DB5:01 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.931] (II) libinput: SYNA7DB5:01 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.931] (II) libinput: SYNA7DB5:01 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.931] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-SYNA7DB5:01/0018:06CB:CD41.0006/input/input25/event22"
[ 20.931] (II) XINPUT: Adding extended input device "SYNA7DB5:01 06CB:CD41 Touchpad" (type: TOUCHPAD, id 18)
[ 20.933] (**) Option "AccelerationScheme" "none"
[ 20.933] (**) SYNA7DB5:01 06CB:CD41 Touchpad: (accel) selected scheme none/0
[ 20.933] (**) SYNA7DB5:01 06CB:CD41 Touchpad: (accel) acceleration factor: 2.000
[ 20.933] (**) SYNA7DB5:01 06CB:CD41 Touchpad: (accel) acceleration threshold: 4
[ 20.934] (II) event22 - SYNA7DB5:01 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 20.936] (II) event22 - SYNA7DB5:01 06CB:CD41 Touchpad: device is a touchpad
[ 20.937] (II) config/udev: Adding input device SYNA7DB5:01 06CB:CD41 Touchpad (/dev/input/mouse2)
[ 20.937] (II) No input driver specified, ignoring this device.
[ 20.937] (II) This device may have been added with another device file.
[ 20.938] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event23)
[ 20.938] (II) No input driver specified, ignoring this device.
[ 20.938] (II) This device may have been added with another device file.
[ 20.938] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 20.938] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 20.938] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 20.939] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 54 paused 0
[ 20.939] (**) AT Translated Set 2 keyboard: always reports core events
[ 20.939] (**) Option "Device" "/dev/input/event4"
[ 20.940] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 20.940] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 20.941] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 20.941] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 20.941] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 19)
[ 20.942] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 20.942] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 20.943] (II) config/udev: Adding input device PC Speaker (/dev/input/event15)
[ 20.944] (II) No input driver specified, ignoring this device.
[ 20.944] (II) This device may have been added with another device file.
[ 20.946] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event18)
[ 20.946] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 20.946] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[ 20.946] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 55 paused 0
[ 20.946] (**) Acer WMI hotkeys: always reports core events
[ 20.946] (**) Option "Device" "/dev/input/event18"
[ 20.947] (II) event18 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 20.947] (II) event18 - Acer WMI hotkeys: device is a keyboard
[ 20.947] (II) event18 - Acer WMI hotkeys: device removed
[ 20.947] (**) Option "config_info" "udev:/sys/devices/virtual/input/input19/event18"
[ 20.947] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 20)
[ 20.947] (II) event18 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 20.947] (II) event18 - Acer WMI hotkeys: device is a keyboard
[ 21.010] (**) SONiX USB DEVICE Keyboard: Applying InputClass "libinput keyboard catchall"
[ 21.010] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Keyboard'
[ 21.010] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 21.010] (**) SONiX USB DEVICE Keyboard: always reports core events
[ 21.010] (**) Option "Device" "/dev/input/event7"
[ 21.010] (II) libinput: SONiX USB DEVICE Keyboard: is a virtual subdevice
[ 21.010] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0C45:5004.0002/input/input7/event7"
[ 21.010] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Keyboard" (type: KEYBOARD, id 21)
[ 21.010] (**) USB Gaming Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 21.010] (II) Using input driver 'libinput' for 'USB Gaming Mouse Consumer Control'
[ 21.010] (II) systemd-logind: returning pre-existing fd for /dev/input/event10 13:74
[ 21.010] (**) USB Gaming Mouse Consumer Control: always reports core events
[ 21.010] (**) Option "Device" "/dev/input/event10"
[ 21.010] (II) libinput: USB Gaming Mouse Consumer Control: is a virtual subdevice
[ 21.010] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:04D9:FC62.0005/input/input10/event10"
[ 21.010] (II) XINPUT: Adding extended input device "USB Gaming Mouse Consumer Control" (type: KEYBOARD, id 22)
[ 5978.998] (II) modeset(0): EDID vendor "BOE", prod id 2105
[ 5978.998] (II) modeset(0): Printing DDC gathered Modelines:
[ 5978.998] (II) modeset(0): Modeline "1920x1080"x0.0 140.20 1920 2028 2076 2124 1080 1090 1100 1100 +hsync -vsync (66.0 kHz eP)
[ 5979.015] (II) modeset(0): EDID vendor "BOE", prod id 2105
[ 5979.015] (II) modeset(0): Printing DDC gathered Modelines:
[ 5979.015] (II) modeset(0): Modeline "1920x1080"x0.0 140.20 1920 2028 2076 2124 1080 1090 1100 1100 +hsync -vsync (66.0 kHz eP)
[ 5979.016] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 5979.016] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 5979.016] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 5979.016] (--) NVIDIA(GPU-0):
[ 5979.148] (II) modeset(0): EDID vendor "BOE", prod id 2105
[ 5979.148] (II) modeset(0): Printing DDC gathered Modelines:
[ 5979.148] (II) modeset(0): Modeline "1920x1080"x0.0 140.20 1920 2028 2076 2124 1080 1090 1100 1100 +hsync -vsync (66.0 kHz eP)
[ 5979.165] (II) modeset(0): EDID vendor "BOE", prod id 2105
[ 5979.165] (II) modeset(0): Printing DDC gathered Modelines:
[ 5979.165] (II) modeset(0): Modeline "1920x1080"x0.0 140.20 1920 2028 2076 2124 1080 1090 1100 1100 +hsync -vsync (66.0 kHz eP)
[ 5979.165] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 5979.165] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 5979.165] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 5979.165] (--) NVIDIA(GPU-0):
[ 6164.811] (II) modeset(0): EDID vendor "BOE", prod id 2105
[ 6164.815] (II) modeset(0): Printing DDC gathered Modelines:
[ 6164.815] (II) modeset(0): Modeline "1920x1080"x0.0 140.20 1920 2028 2076 2124 1080 1090 1100 1100 +hsync -vsync (66.0 kHz eP)
[ 6164.827] (II) modeset(0): EDID vendor "BOE", prod id 2105
[ 6164.827] (II) modeset(0): Printing DDC gathered Modelines:
[ 6164.827] (II) modeset(0): Modeline "1920x1080"x0.0 140.20 1920 2028 2076 2124 1080 1090 1100 1100 +hsync -vsync (66.0 kHz eP)
[ 6164.828] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 6164.828] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 6164.828] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 6164.828] (--) NVIDIA(GPU-0):
[ 7299.651] (II) event6 - USB Gaming Mouse: Enabling spurious button debouncing, see https://wayland.freedesktop.org/libinput/doc/1.26.2/button-debouncing.html for details
[ 38471.799] (II) modeset(0): EDID vendor "BOE", prod id 2105
[ 38471.800] (II) modeset(0): Printing DDC gathered Modelines:
[ 38471.800] (II) modeset(0): Modeline "1920x1080"x0.0 140.20 1920 2028 2076 2124 1080 1090 1100 1100 +hsync -vsync (66.0 kHz eP)
[ 38471.816] (II) modeset(0): EDID vendor "BOE", prod id 2105
[ 38471.816] (II) modeset(0): Printing DDC gathered Modelines:
[ 38471.816] (II) modeset(0): Modeline "1920x1080"x0.0 140.20 1920 2028 2076 2124 1080 1090 1100 1100 +hsync -vsync (66.0 kHz eP)
[ 38471.817] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 38471.817] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 38471.817] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 38471.817] (--) NVIDIA(GPU-0):
[ 45085.732] (EE) event6 - USB Gaming Mouse: client bug: event processing lagging behind by 21ms, your system is too slow
The journal follows:
Nov 14 12:50:11 emily kernel: Linux version 6.11.7-arch1-1 (linux@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Fri, 08 Nov 2024 17:57:56 +0000
Nov 14 12:50:11 emily kernel: Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img nvidia-drm.modeset=1 libata.allow_tpm=1 root=PARTUUID=0b068512-a4cb-4836-884c-c55a194f363b rw
Nov 14 12:50:11 emily kernel: BIOS-provided physical RAM map:
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000071356fff] usable
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x0000000071357000-0x0000000071c56fff] reserved
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x0000000071c57000-0x0000000087e6dfff] usable
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x0000000087e6e000-0x0000000088ffdfff] reserved
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x0000000088ffe000-0x0000000089c8dfff] ACPI NVS
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x0000000089c8e000-0x0000000089d0dfff] ACPI data
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x0000000089d0e000-0x0000000089d0efff] usable
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x0000000089d0f000-0x000000008f7fffff] reserved
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x00000000ff300000-0x00000000ffffffff] reserved
Nov 14 12:50:11 emily kernel: BIOS-e820: [mem 0x0000000100000000-0x000000046e7fffff] usable
Nov 14 12:50:11 emily kernel: The simpledrm driver will not be probed
Nov 14 12:50:11 emily kernel: NX (Execute Disable) protection: active
Nov 14 12:50:11 emily kernel: APIC: Static calls initialized
Nov 14 12:50:11 emily kernel: e820: update [mem 0x66a0f018-0x66a2e657] usable ==> usable
Nov 14 12:50:11 emily kernel: e820: update [mem 0x669fe018-0x66a0e057] usable ==> usable
Nov 14 12:50:11 emily kernel: extended physical RAM map:
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000669fe017] usable
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x00000000669fe018-0x0000000066a0e057] usable
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x0000000066a0e058-0x0000000066a0f017] usable
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x0000000066a0f018-0x0000000066a2e657] usable
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x0000000066a2e658-0x0000000071356fff] usable
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x0000000071357000-0x0000000071c56fff] reserved
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x0000000071c57000-0x0000000087e6dfff] usable
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x0000000087e6e000-0x0000000088ffdfff] reserved
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x0000000088ffe000-0x0000000089c8dfff] ACPI NVS
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x0000000089c8e000-0x0000000089d0dfff] ACPI data
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x0000000089d0e000-0x0000000089d0efff] usable
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x0000000089d0f000-0x000000008f7fffff] reserved
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x00000000ff300000-0x00000000ffffffff] reserved
Nov 14 12:50:11 emily kernel: reserve setup_data: [mem 0x0000000100000000-0x000000046e7fffff] usable
Nov 14 12:50:11 emily kernel: efi: EFI v2.6 by INSYDE Corp.
Nov 14 12:50:11 emily kernel: efi: ACPI=0x89d0d000 ACPI 2.0=0x89d0d014 TPMFinalLog=0x88fd5000 ESRT=0x8820cc18 SMBIOS=0x88207000 SMBIOS 3.0=0x88205000 RNG=0x89ca9f18 INITRD=0x71c6ce98 TPMEventLog=0x89ca4018
Nov 14 12:50:11 emily kernel: random: crng init done
Nov 14 12:50:11 emily kernel: efi: Remove mem46: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
Nov 14 12:50:11 emily kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
Nov 14 12:50:11 emily kernel: efi: Not removing mem47: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Nov 14 12:50:11 emily kernel: efi: Not removing mem48: MMIO range=[0xfed10000-0xfed19fff] (40KB) from e820 map
Nov 14 12:50:11 emily kernel: efi: Not removing mem49: MMIO range=[0xfed84000-0xfed84fff] (4KB) from e820 map
Nov 14 12:50:11 emily kernel: efi: Not removing mem50: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Nov 14 12:50:11 emily kernel: efi: Remove mem51: MMIO range=[0xff300000-0xffffffff] (13MB) from e820 map
Nov 14 12:50:11 emily kernel: e820: remove [mem 0xff300000-0xffffffff] reserved
Nov 14 12:50:11 emily kernel: SMBIOS 3.0.1 present.
Nov 14 12:50:11 emily kernel: DMI: Acer Nitro AN517-51/Superb_CFS, BIOS V1.33 11/17/2020
Nov 14 12:50:11 emily kernel: DMI: Memory slots populated: 2/2
Nov 14 12:50:11 emily kernel: tsc: Detected 2400.000 MHz processor
Nov 14 12:50:11 emily kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 14 12:50:11 emily kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 14 12:50:11 emily kernel: last_pfn = 0x46e800 max_arch_pfn = 0x400000000
Nov 14 12:50:11 emily kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Nov 14 12:50:11 emily kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Nov 14 12:50:11 emily kernel: last_pfn = 0x89d0f max_arch_pfn = 0x400000000
Nov 14 12:50:11 emily kernel: esrt: Reserving ESRT space from 0x000000008820cc18 to 0x000000008820cc50.
Nov 14 12:50:11 emily kernel: Using GB pages for direct mapping
Nov 14 12:50:11 emily kernel: Secure boot disabled
Nov 14 12:50:11 emily kernel: RAMDISK: [mem 0x66a2f000-0x6a8c3fff]
Nov 14 12:50:11 emily kernel: ACPI: Early table checksum verification disabled
Nov 14 12:50:11 emily kernel: ACPI: RSDP 0x0000000089D0D014 000024 (v02 ACRSYS)
Nov 14 12:50:11 emily kernel: ACPI: XSDT 0x0000000089CEA188 0000EC (v01 ACRSYS ACRPRDCT 00000002 01000013)
Nov 14 12:50:11 emily kernel: ACPI: FACP 0x0000000089CED000 00010C (v05 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: DSDT 0x0000000089CB2000 0368FE (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: FACS 0x0000000089C2D000 000040
Nov 14 12:50:11 emily kernel: ACPI: UEFI 0x0000000089D0C000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0x0000000089D0A000 001B5F (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0x0000000089D06000 0031C6 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0x0000000089D03000 0020D5 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: UEFI 0x0000000089D02000 000042 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0x0000000089D01000 00045A (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0x0000000089D00000 000046 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: TPM2 0x0000000089CFF000 000034 (v03 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: LPIT 0x0000000089CFE000 000094 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: WSMT 0x0000000089CFD000 000028 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0x0000000089CFC000 000C2F (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0x0000000089CFA000 00149F (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: DBGP 0x0000000089CF9000 000034 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: DBG2 0x0000000089CF8000 000054 (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0x0000000089CF7000 000B9F (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0x0000000089CEF000 006B6A (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: ASF! 0x0000000089CEE000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: HPET 0x0000000089CEC000 000038 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: APIC 0x0000000089CEB000 00012C (v03 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: MCFG 0x0000000089CE9000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: DMAR 0x0000000089CB0000 0000A8 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0x0000000089CAB000 0047BB (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: FPDT 0x0000000089CB1000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: BGRT 0x0000000089CAA000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Nov 14 12:50:11 emily kernel: ACPI: Reserving FACP table memory at [mem 0x89ced000-0x89ced10b]
Nov 14 12:50:11 emily kernel: ACPI: Reserving DSDT table memory at [mem 0x89cb2000-0x89ce88fd]
Nov 14 12:50:11 emily kernel: ACPI: Reserving FACS table memory at [mem 0x89c2d000-0x89c2d03f]
Nov 14 12:50:11 emily kernel: ACPI: Reserving UEFI table memory at [mem 0x89d0c000-0x89d0c235]
Nov 14 12:50:11 emily kernel: ACPI: Reserving SSDT table memory at [mem 0x89d0a000-0x89d0bb5e]
Nov 14 12:50:11 emily kernel: ACPI: Reserving SSDT table memory at [mem 0x89d06000-0x89d091c5]
Nov 14 12:50:11 emily kernel: ACPI: Reserving SSDT table memory at [mem 0x89d03000-0x89d050d4]
Nov 14 12:50:11 emily kernel: ACPI: Reserving UEFI table memory at [mem 0x89d02000-0x89d02041]
Nov 14 12:50:11 emily kernel: ACPI: Reserving SSDT table memory at [mem 0x89d01000-0x89d01459]
Nov 14 12:50:11 emily kernel: ACPI: Reserving SSDT table memory at [mem 0x89d00000-0x89d00045]
Nov 14 12:50:11 emily kernel: ACPI: Reserving TPM2 table memory at [mem 0x89cff000-0x89cff033]
Nov 14 12:50:11 emily kernel: ACPI: Reserving LPIT table memory at [mem 0x89cfe000-0x89cfe093]
Nov 14 12:50:11 emily kernel: ACPI: Reserving WSMT table memory at [mem 0x89cfd000-0x89cfd027]
Nov 14 12:50:11 emily kernel: ACPI: Reserving SSDT table memory at [mem 0x89cfc000-0x89cfcc2e]
Nov 14 12:50:11 emily kernel: ACPI: Reserving SSDT table memory at [mem 0x89cfa000-0x89cfb49e]
Nov 14 12:50:11 emily kernel: ACPI: Reserving DBGP table memory at [mem 0x89cf9000-0x89cf9033]
Nov 14 12:50:11 emily kernel: ACPI: Reserving DBG2 table memory at [mem 0x89cf8000-0x89cf8053]
Nov 14 12:50:11 emily kernel: ACPI: Reserving SSDT table memory at [mem 0x89cf7000-0x89cf7b9e]
Nov 14 12:50:11 emily kernel: ACPI: Reserving SSDT table memory at [mem 0x89cef000-0x89cf5b69]
Nov 14 12:50:11 emily kernel: ACPI: Reserving ASF! table memory at [mem 0x89cee000-0x89cee0a4]
Nov 14 12:50:11 emily kernel: ACPI: Reserving HPET table memory at [mem 0x89cec000-0x89cec037]
Nov 14 12:50:11 emily kernel: ACPI: Reserving APIC table memory at [mem 0x89ceb000-0x89ceb12b]
Nov 14 12:50:11 emily kernel: ACPI: Reserving MCFG table memory at [mem 0x89ce9000-0x89ce903b]
Nov 14 12:50:11 emily kernel: ACPI: Reserving DMAR table memory at [mem 0x89cb0000-0x89cb00a7]
Nov 14 12:50:11 emily kernel: ACPI: Reserving SSDT table memory at [mem 0x89cab000-0x89caf7ba]
Nov 14 12:50:11 emily kernel: ACPI: Reserving FPDT table memory at [mem 0x89cb1000-0x89cb1043]
Nov 14 12:50:11 emily kernel: ACPI: Reserving BGRT table memory at [mem 0x89caa000-0x89caa037]
Nov 14 12:50:11 emily kernel: No NUMA configuration found
Nov 14 12:50:11 emily kernel: Faking a node at [mem 0x0000000000000000-0x000000046e7fffff]
Nov 14 12:50:11 emily kernel: NODE_DATA(0) allocated [mem 0x46e7f9000-0x46e7fdfff]
Nov 14 12:50:11 emily kernel: Zone ranges:
Nov 14 12:50:11 emily kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Nov 14 12:50:11 emily kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Nov 14 12:50:11 emily kernel: Normal [mem 0x0000000100000000-0x000000046e7fffff]
Nov 14 12:50:11 emily kernel: Device empty
Nov 14 12:50:11 emily kernel: Movable zone start for each node
Nov 14 12:50:11 emily kernel: Early memory node ranges
Nov 14 12:50:11 emily kernel: node 0: [mem 0x0000000000001000-0x000000000009efff]
Nov 14 12:50:11 emily kernel: node 0: [mem 0x0000000000100000-0x0000000071356fff]
Nov 14 12:50:11 emily kernel: node 0: [mem 0x0000000071c57000-0x0000000087e6dfff]
Nov 14 12:50:11 emily kernel: node 0: [mem 0x0000000089d0e000-0x0000000089d0efff]
Nov 14 12:50:11 emily kernel: node 0: [mem 0x0000000100000000-0x000000046e7fffff]
Nov 14 12:50:11 emily kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000046e7fffff]
Nov 14 12:50:11 emily kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 14 12:50:11 emily kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Nov 14 12:50:11 emily kernel: On node 0, zone DMA32: 2304 pages in unavailable ranges
Nov 14 12:50:11 emily kernel: On node 0, zone DMA32: 7840 pages in unavailable ranges
Nov 14 12:50:11 emily kernel: On node 0, zone Normal: 25329 pages in unavailable ranges
Nov 14 12:50:11 emily kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Nov 14 12:50:11 emily kernel: Reserving Intel graphics memory at [mem 0x8b800000-0x8f7fffff]
Nov 14 12:50:11 emily kernel: ACPI: PM-Timer IO Port: 0x1808
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Nov 14 12:50:11 emily kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Nov 14 12:50:11 emily kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 14 12:50:11 emily kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Nov 14 12:50:11 emily kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 14 12:50:11 emily kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Nov 14 12:50:11 emily kernel: e820: update [mem 0x77c9e000-0x77d91fff] usable ==> reserved
Nov 14 12:50:11 emily kernel: TSC deadline timer available
Nov 14 12:50:11 emily kernel: CPU topo: Max. logical packages: 1
Nov 14 12:50:11 emily kernel: CPU topo: Max. logical dies: 1
Nov 14 12:50:11 emily kernel: CPU topo: Max. dies per package: 1
Nov 14 12:50:11 emily kernel: CPU topo: Max. threads per core: 2
Nov 14 12:50:11 emily kernel: CPU topo: Num. cores per package: 4
Nov 14 12:50:11 emily kernel: CPU topo: Num. threads per package: 8
Nov 14 12:50:11 emily kernel: CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0x669fe000-0x669fefff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0x66a0e000-0x66a0efff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0x66a0f000-0x66a0ffff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0x66a2e000-0x66a2efff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0x71357000-0x71c56fff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0x77c9e000-0x77d91fff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0x87e6e000-0x88ffdfff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0x88ffe000-0x89c8dfff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0x89c8e000-0x89d0dfff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0x89d0f000-0x8f7fffff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0x8f800000-0xfdffffff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed0ffff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Nov 14 12:50:11 emily kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Nov 14 12:50:11 emily kernel: [mem 0x8f800000-0xfdffffff] available for PCI devices
Nov 14 12:50:11 emily kernel: Booting paravirtualized kernel on bare hardware
Nov 14 12:50:11 emily kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 14 12:50:11 emily kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Nov 14 12:50:11 emily kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Nov 14 12:50:11 emily kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Nov 14 12:50:11 emily kernel: pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7
Nov 14 12:50:11 emily kernel: Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img nvidia-drm.modeset=1 libata.allow_tpm=1 root=PARTUUID=0b068512-a4cb-4836-884c-c55a194f363b rw
Nov 14 12:50:11 emily kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 14 12:50:11 emily kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Nov 14 12:50:11 emily kernel: Fallback order for Node 0: 0
Nov 14 12:50:11 emily kernel: Built 1 zonelists, mobility grouping on. Total pages: 4152589
Nov 14 12:50:11 emily kernel: Policy zone: Normal
Nov 14 12:50:11 emily kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 14 12:50:11 emily kernel: software IO TLB: area num 8.
Nov 14 12:50:11 emily kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Nov 14 12:50:11 emily kernel: ftrace: allocating 50633 entries in 198 pages
Nov 14 12:50:11 emily kernel: ftrace: allocated 198 pages with 4 groups
Nov 14 12:50:11 emily kernel: Dynamic Preempt: full
Nov 14 12:50:11 emily kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 14 12:50:11 emily kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Nov 14 12:50:11 emily kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Nov 14 12:50:11 emily kernel: Trampoline variant of Tasks RCU enabled.
Nov 14 12:50:11 emily kernel: Rude variant of Tasks RCU enabled.
Nov 14 12:50:11 emily kernel: Tracing variant of Tasks RCU enabled.
Nov 14 12:50:11 emily kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 14 12:50:11 emily kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Nov 14 12:50:11 emily kernel: RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Nov 14 12:50:11 emily kernel: RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Nov 14 12:50:11 emily kernel: RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Nov 14 12:50:11 emily kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Nov 14 12:50:11 emily kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 14 12:50:11 emily kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 14 12:50:11 emily kernel: Console: colour dummy device 80x25
Nov 14 12:50:11 emily kernel: printk: legacy console [tty0] enabled
Nov 14 12:50:11 emily kernel: ACPI: Core revision 20240322
Nov 14 12:50:11 emily kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Nov 14 12:50:11 emily kernel: APIC: Switch to symmetric I/O mode setup
Nov 14 12:50:11 emily kernel: DMAR: Host address width 39
Nov 14 12:50:11 emily kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Nov 14 12:50:11 emily kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Nov 14 12:50:11 emily kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Nov 14 12:50:11 emily kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Nov 14 12:50:11 emily kernel: DMAR: RMRR base: 0x00000088fdd000 end: 0x00000088ffcfff
Nov 14 12:50:11 emily kernel: DMAR: RMRR base: 0x0000008b000000 end: 0x0000008f7fffff
Nov 14 12:50:11 emily kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
Nov 14 12:50:11 emily kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Nov 14 12:50:11 emily kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Nov 14 12:50:11 emily kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Nov 14 12:50:11 emily kernel: x2apic enabled
Nov 14 12:50:11 emily kernel: APIC: Switched APIC routing to: cluster x2apic
Nov 14 12:50:11 emily kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 14 12:50:11 emily kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns
Nov 14 12:50:11 emily kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4801.00 BogoMIPS (lpj=8000000)
Nov 14 12:50:11 emily kernel: x86/cpu: SGX disabled by BIOS.
Nov 14 12:50:11 emily kernel: CPU0: Thermal monitoring enabled (TM1)
Nov 14 12:50:11 emily kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Nov 14 12:50:11 emily kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Nov 14 12:50:11 emily kernel: process: using mwait in idle threads
Nov 14 12:50:11 emily kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 14 12:50:11 emily kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Nov 14 12:50:11 emily kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Nov 14 12:50:11 emily kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 14 12:50:11 emily kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Nov 14 12:50:11 emily kernel: RETBleed: Mitigation: Enhanced IBRS
Nov 14 12:50:11 emily kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 14 12:50:11 emily kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 14 12:50:11 emily kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Nov 14 12:50:11 emily kernel: SRBDS: Mitigation: Microcode
Nov 14 12:50:11 emily kernel: GDS: Mitigation: Microcode
Nov 14 12:50:11 emily kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 14 12:50:11 emily kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 14 12:50:11 emily kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 14 12:50:11 emily kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Nov 14 12:50:11 emily kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Nov 14 12:50:11 emily kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Nov 14 12:50:11 emily kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
Nov 14 12:50:11 emily kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
Nov 14 12:50:11 emily kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Nov 14 12:50:11 emily kernel: Freeing SMP alternatives memory: 40K
Nov 14 12:50:11 emily kernel: pid_max: default: 32768 minimum: 301
Nov 14 12:50:11 emily kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Nov 14 12:50:11 emily kernel: landlock: Up and running.
Nov 14 12:50:11 emily kernel: Yama: becoming mindful.
Nov 14 12:50:11 emily kernel: LSM support for eBPF active
Nov 14 12:50:11 emily kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 14 12:50:11 emily kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 14 12:50:11 emily kernel: smpboot: CPU0: Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (family: 0x6, model: 0x9e, stepping: 0xd)
Nov 14 12:50:11 emily kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Nov 14 12:50:11 emily kernel: ... version: 4
Nov 14 12:50:11 emily kernel: ... bit width: 48
Nov 14 12:50:11 emily kernel: ... generic registers: 4
Nov 14 12:50:11 emily kernel: ... value mask: 0000ffffffffffff
Nov 14 12:50:11 emily kernel: ... max period: 00007fffffffffff
Nov 14 12:50:11 emily kernel: ... fixed-purpose events: 3
Nov 14 12:50:11 emily kernel: ... event mask: 000000070000000f
Nov 14 12:50:11 emily kernel: signal: max sigframe size: 2032
Nov 14 12:50:11 emily kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1706
Nov 14 12:50:11 emily kernel: rcu: Hierarchical SRCU implementation.
Nov 14 12:50:11 emily kernel: rcu: Max phase no-delay instances is 1000.
Nov 14 12:50:11 emily kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Nov 14 12:50:11 emily kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 14 12:50:11 emily kernel: smp: Bringing up secondary CPUs ...
Nov 14 12:50:11 emily kernel: smpboot: x86: Booting SMP configuration:
Nov 14 12:50:11 emily kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
Nov 14 12:50:11 emily kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Nov 14 12:50:11 emily kernel: smp: Brought up 1 node, 8 CPUs
Nov 14 12:50:11 emily kernel: smpboot: Total of 8 processors activated (38415.00 BogoMIPS)
Nov 14 12:50:11 emily kernel: Memory: 16122744K/16610356K available (18432K kernel code, 2187K rwdata, 13524K rodata, 3452K init, 3432K bss, 470648K reserved, 0K cma-reserved)
Nov 14 12:50:11 emily kernel: devtmpfs: initialized
Nov 14 12:50:11 emily kernel: x86/mm: Memory block size: 128MB
Nov 14 12:50:11 emily kernel: ACPI: PM: Registering ACPI NVS region [mem 0x88ffe000-0x89c8dfff] (13172736 bytes)
Nov 14 12:50:11 emily kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 14 12:50:11 emily kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Nov 14 12:50:11 emily kernel: pinctrl core: initialized pinctrl subsystem
Nov 14 12:50:11 emily kernel: PM: RTC time: 15:50:07, date: 2024-11-14
Nov 14 12:50:11 emily kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 14 12:50:11 emily kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Nov 14 12:50:11 emily kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 14 12:50:11 emily kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 14 12:50:11 emily kernel: audit: initializing netlink subsys (disabled)
Nov 14 12:50:11 emily kernel: audit: type=2000 audit(1731599407.049:1): state=initialized audit_enabled=0 res=1
Nov 14 12:50:11 emily kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 14 12:50:11 emily kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 14 12:50:11 emily kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 14 12:50:11 emily kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 14 12:50:11 emily kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 14 12:50:11 emily kernel: cpuidle: using governor ladder
Nov 14 12:50:11 emily kernel: cpuidle: using governor menu
Nov 14 12:50:11 emily kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Nov 14 12:50:11 emily kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 14 12:50:11 emily kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Nov 14 12:50:11 emily kernel: PCI: Using configuration type 1 for base access
Nov 14 12:50:11 emily kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 14 12:50:11 emily kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 14 12:50:11 emily kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 14 12:50:11 emily kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 14 12:50:11 emily kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 14 12:50:11 emily kernel: fbcon: Taking over console
Nov 14 12:50:11 emily kernel: ACPI: Added _OSI(Module Device)
Nov 14 12:50:11 emily kernel: ACPI: Added _OSI(Processor Device)
Nov 14 12:50:11 emily kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 14 12:50:11 emily kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 14 12:50:11 emily kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Nov 14 12:50:11 emily kernel: ACPI: Dynamic OEM Table Load:
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0xFFFF8DD340E46800 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
Nov 14 12:50:11 emily kernel: ACPI: Dynamic OEM Table Load:
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0xFFFF8DD340E37800 00053F (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
Nov 14 12:50:11 emily kernel: ACPI: Dynamic OEM Table Load:
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0xFFFF8DD340E58500 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160422)
Nov 14 12:50:11 emily kernel: ACPI: Dynamic OEM Table Load:
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0xFFFF8DD3418A6A00 000149 (v02 PmRef Cpu0Hwp 00003000 INTL 20160422)
Nov 14 12:50:11 emily kernel: ACPI: Dynamic OEM Table Load:
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0xFFFF8DD340E33800 000724 (v02 PmRef HwpLvt 00003000 INTL 20160422)
Nov 14 12:50:11 emily kernel: ACPI: Dynamic OEM Table Load:
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0xFFFF8DD340E36000 0005FC (v02 PmRef ApIst 00003000 INTL 20160422)
Nov 14 12:50:11 emily kernel: ACPI: Dynamic OEM Table Load:
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0xFFFF8DD340E44C00 000317 (v02 PmRef ApHwp 00003000 INTL 20160422)
Nov 14 12:50:11 emily kernel: ACPI: Dynamic OEM Table Load:
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0xFFFF8DD340E3D000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160422)
Nov 14 12:50:11 emily kernel: ACPI: Dynamic OEM Table Load:
Nov 14 12:50:11 emily kernel: ACPI: SSDT 0xFFFF8DD340E45C00 00030A (v02 PmRef ApCst 00003000 INTL 20160422)
Nov 14 12:50:11 emily kernel: ACPI: EC: EC started
Nov 14 12:50:11 emily kernel: ACPI: EC: interrupt blocked
Nov 14 12:50:11 emily kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 14 12:50:11 emily kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Nov 14 12:50:11 emily kernel: ACPI: Interpreter enabled
Nov 14 12:50:11 emily kernel: ACPI: PM: (supports S0 S3 S4 S5)
Nov 14 12:50:11 emily kernel: ACPI: Using IOAPIC for interrupt routing
Nov 14 12:50:11 emily kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 14 12:50:11 emily kernel: PCI: Using E820 reservations for host bridge windows
Nov 14 12:50:11 emily kernel: ACPI: Enabled 9 GPEs in block 00 to 7F
Nov 14 12:50:11 emily kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Nov 14 12:50:11 emily kernel: ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
Nov 14 12:50:11 emily kernel: ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
Nov 14 12:50:11 emily kernel: ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
Nov 14 12:50:11 emily kernel: ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
Nov 14 12:50:11 emily kernel: ACPI: \_SB_.PCI0.RP15.PXSX.DRST: New power resource
Nov 14 12:50:11 emily kernel: ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
Nov 14 12:50:11 emily kernel: ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
Nov 14 12:50:11 emily kernel: ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
Nov 14 12:50:11 emily kernel: ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
Nov 14 12:50:11 emily kernel: acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
Nov 14 12:50:11 emily kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Nov 14 12:50:11 emily kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 14 12:50:11 emily kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
Nov 14 12:50:11 emily kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
Nov 14 12:50:11 emily kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Nov 14 12:50:11 emily kernel: PCI host bridge to bus 0000:00
Nov 14 12:50:11 emily kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Nov 14 12:50:11 emily kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Nov 14 12:50:11 emily kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Nov 14 12:50:11 emily kernel: pci_bus 0000:00: root bus resource [mem 0x8f800000-0xdfffffff window]
Nov 14 12:50:11 emily kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Nov 14 12:50:11 emily kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Nov 14 12:50:11 emily kernel: pci 0000:00:00.0: [8086:3e10] type 00 class 0x060000 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
Nov 14 12:50:11 emily kernel: pci 0000:00:01.0: PCI bridge to [bus 01-05]
Nov 14 12:50:11 emily kernel: pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
Nov 14 12:50:11 emily kernel: pci 0000:00:01.0: bridge window [mem 0xa3000000-0xa40fffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:01.0: bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
Nov 14 12:50:11 emily kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Nov 14 12:50:11 emily kernel: pci 0000:00:02.0: [8086:3e9b] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:02.0: BAR 0 [mem 0xa2000000-0xa2ffffff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:00:02.0: BAR 2 [mem 0xb0000000-0xbfffffff 64bit pref]
Nov 14 12:50:11 emily kernel: pci 0000:00:02.0: BAR 4 [io 0x5000-0x503f]
Nov 14 12:50:11 emily kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:08.0: BAR 0 [mem 0xa4618000-0xa4618fff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:00:12.0: [8086:a379] type 00 class 0x118000 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:12.0: BAR 0 [mem 0xa4619000-0xa4619fff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:14.0: BAR 0 [mem 0xa4600000-0xa460ffff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Nov 14 12:50:11 emily kernel: pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:14.2: BAR 0 [mem 0xa4614000-0xa4615fff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:00:14.2: BAR 2 [mem 0xa461a000-0xa461afff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:00:15.0: [8086:a368] type 00 class 0x0c8000 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:00:15.1: [8086:a369] type 00 class 0x0c8000 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:00:16.0: [8086:a360] type 00 class 0x078000 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:16.0: BAR 0 [mem 0xa461d000-0xa461dfff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:00:16.0: PME# supported from D3hot
Nov 14 12:50:11 emily kernel: pci 0000:00:17.0: [8086:a353] type 00 class 0x010601 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:17.0: BAR 0 [mem 0xa4616000-0xa4617fff]
Nov 14 12:50:11 emily kernel: pci 0000:00:17.0: BAR 1 [mem 0xa4622000-0xa46220ff]
Nov 14 12:50:11 emily kernel: pci 0000:00:17.0: BAR 2 [io 0x5080-0x5087]
Nov 14 12:50:11 emily kernel: pci 0000:00:17.0: BAR 3 [io 0x5088-0x508b]
Nov 14 12:50:11 emily kernel: pci 0000:00:17.0: BAR 4 [io 0x5060-0x507f]
Nov 14 12:50:11 emily kernel: pci 0000:00:17.0: BAR 5 [mem 0xa4621000-0xa46217ff]
Nov 14 12:50:11 emily kernel: pci 0000:00:17.0: PME# supported from D3hot
Nov 14 12:50:11 emily kernel: pci 0000:00:1b.0: [8086:a32c] type 01 class 0x060400 PCIe Root Port
Nov 14 12:50:11 emily kernel: pci 0000:00:1b.0: PCI bridge to [bus 06]
Nov 14 12:50:11 emily kernel: pci 0000:00:1b.0: bridge window [mem 0xa4500000-0xa45fffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Nov 14 12:50:11 emily kernel: pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400 PCIe Root Port
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.0: bridge window [mem 0xa4400000-0xa44fffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.5: [8086:a335] type 01 class 0x060400 PCIe Root Port
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.5: PCI bridge to [bus 08]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.5: bridge window [io 0x3000-0x3fff]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.5: bridge window [mem 0xa4300000-0xa43fffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.5: PME# supported from D0 D3hot D3cold
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.5: PTM enabled (root), 4ns granularity
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.6: [8086:a336] type 01 class 0x060400 PCIe Root Port
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.6: PCI bridge to [bus 09]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.6: bridge window [mem 0xa4200000-0xa42fffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.6: PTM enabled (root), 4ns granularity
Nov 14 12:50:11 emily kernel: pci 0000:00:1e.0: [8086:a328] type 00 class 0x078000 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:1e.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:00:1f.0: [8086:a30d] type 00 class 0x060100 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:1f.3: BAR 0 [mem 0xa4610000-0xa4613fff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:00:1f.3: BAR 4 [mem 0xa4100000-0xa41fffff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Nov 14 12:50:11 emily kernel: pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:1f.4: BAR 0 [mem 0xa461f000-0xa461f0ff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:00:1f.4: BAR 4 [io 0x5040-0x505f]
Nov 14 12:50:11 emily kernel: pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000 conventional PCI endpoint
Nov 14 12:50:11 emily kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Nov 14 12:50:11 emily kernel: pci 0000:01:00.0: [10de:1f91] type 00 class 0x030000 PCIe Legacy Endpoint
Nov 14 12:50:11 emily kernel: pci 0000:01:00.0: BAR 0 [mem 0xa3000000-0xa3ffffff]
Nov 14 12:50:11 emily kernel: pci 0000:01:00.0: BAR 1 [mem 0x90000000-0x9fffffff 64bit pref]
Nov 14 12:50:11 emily kernel: pci 0000:01:00.0: BAR 3 [mem 0xa0000000-0xa1ffffff 64bit pref]
Nov 14 12:50:11 emily kernel: pci 0000:01:00.0: BAR 5 [io 0x4000-0x407f]
Nov 14 12:50:11 emily kernel: pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]
Nov 14 12:50:11 emily kernel: pci 0000:01:00.0: Enabling HDA controller
Nov 14 12:50:11 emily kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Nov 14 12:50:11 emily kernel: pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300 PCIe Endpoint
Nov 14 12:50:11 emily kernel: pci 0000:01:00.1: BAR 0 [mem 0xa4000000-0xa4003fff]
Nov 14 12:50:11 emily kernel: pci 0000:00:01.0: PCI bridge to [bus 01-05]
Nov 14 12:50:11 emily kernel: pci 0000:06:00.0: [c0a9:5407] type 00 class 0x010802 PCIe Endpoint
Nov 14 12:50:11 emily kernel: pci 0000:06:00.0: BAR 0 [mem 0xa4500000-0xa4503fff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:06:00.0: enabling Extended Tags
Nov 14 12:50:11 emily kernel: pci 0000:06:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1b.0 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Nov 14 12:50:11 emily kernel: pci 0000:00:1b.0: PCI bridge to [bus 06]
Nov 14 12:50:11 emily kernel: pci 0000:07:00.0: [c0a9:5407] type 00 class 0x010802 PCIe Endpoint
Nov 14 12:50:11 emily kernel: pci 0000:07:00.0: BAR 0 [mem 0xa4400000-0xa4403fff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:07:00.0: enabling Extended Tags
Nov 14 12:50:11 emily kernel: pci 0000:07:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1d.0 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
Nov 14 12:50:11 emily kernel: pci 0000:08:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Nov 14 12:50:11 emily kernel: pci 0000:08:00.0: BAR 0 [io 0x3000-0x30ff]
Nov 14 12:50:11 emily kernel: pci 0000:08:00.0: BAR 2 [mem 0xa4304000-0xa4304fff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:08:00.0: BAR 4 [mem 0xa4300000-0xa4303fff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:08:00.0: supports D1 D2
Nov 14 12:50:11 emily kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.5: PCI bridge to [bus 08]
Nov 14 12:50:11 emily kernel: pci 0000:09:00.0: [8086:2723] type 00 class 0x028000 PCIe Endpoint
Nov 14 12:50:11 emily kernel: pci 0000:09:00.0: BAR 0 [mem 0xa4200000-0xa4203fff 64bit]
Nov 14 12:50:11 emily kernel: pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.6: PCI bridge to [bus 09]
Nov 14 12:50:11 emily kernel: ACPI: EC: interrupt unblocked
Nov 14 12:50:11 emily kernel: ACPI: EC: event unblocked
Nov 14 12:50:11 emily kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 14 12:50:11 emily kernel: ACPI: EC: GPE=0x14
Nov 14 12:50:11 emily kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Nov 14 12:50:11 emily kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Nov 14 12:50:11 emily kernel: iommu: Default domain type: Translated
Nov 14 12:50:11 emily kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Nov 14 12:50:11 emily kernel: SCSI subsystem initialized
Nov 14 12:50:11 emily kernel: libata version 3.00 loaded.
Nov 14 12:50:11 emily kernel: ACPI: bus type USB registered
Nov 14 12:50:11 emily kernel: usbcore: registered new interface driver usbfs
Nov 14 12:50:11 emily kernel: usbcore: registered new interface driver hub
Nov 14 12:50:11 emily kernel: usbcore: registered new device driver usb
Nov 14 12:50:11 emily kernel: EDAC MC: Ver: 3.0.0
Nov 14 12:50:11 emily kernel: efivars: Registered efivars operations
Nov 14 12:50:11 emily kernel: NetLabel: Initializing
Nov 14 12:50:11 emily kernel: NetLabel: domain hash size = 128
Nov 14 12:50:11 emily kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Nov 14 12:50:11 emily kernel: NetLabel: unlabeled traffic allowed by default
Nov 14 12:50:11 emily kernel: mctp: management component transport protocol core
Nov 14 12:50:11 emily kernel: NET: Registered PF_MCTP protocol family
Nov 14 12:50:11 emily kernel: PCI: Using ACPI for IRQ routing
Nov 14 12:50:11 emily kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 14 12:50:11 emily kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Nov 14 12:50:11 emily kernel: e820: reserve RAM buffer [mem 0x669fe018-0x67ffffff]
Nov 14 12:50:11 emily kernel: e820: reserve RAM buffer [mem 0x66a0f018-0x67ffffff]
Nov 14 12:50:11 emily kernel: e820: reserve RAM buffer [mem 0x71357000-0x73ffffff]
Nov 14 12:50:11 emily kernel: e820: reserve RAM buffer [mem 0x77c9e000-0x77ffffff]
Nov 14 12:50:11 emily kernel: e820: reserve RAM buffer [mem 0x87e6e000-0x87ffffff]
Nov 14 12:50:11 emily kernel: e820: reserve RAM buffer [mem 0x89d0f000-0x8bffffff]
Nov 14 12:50:11 emily kernel: e820: reserve RAM buffer [mem 0x46e800000-0x46fffffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Nov 14 12:50:11 emily kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Nov 14 12:50:11 emily kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 14 12:50:11 emily kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Nov 14 12:50:11 emily kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Nov 14 12:50:11 emily kernel: vgaarb: loaded
Nov 14 12:50:11 emily kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Nov 14 12:50:11 emily kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Nov 14 12:50:11 emily kernel: clocksource: Switched to clocksource tsc-early
Nov 14 12:50:11 emily kernel: VFS: Disk quotas dquot_6.6.0
Nov 14 12:50:11 emily kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 14 12:50:11 emily kernel: pnp: PnP ACPI init
Nov 14 12:50:11 emily kernel: system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
Nov 14 12:50:11 emily kernel: system 00:01: [io 0x1800-0x18fe] has been reserved
Nov 14 12:50:11 emily kernel: system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
Nov 14 12:50:11 emily kernel: system 00:01: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Nov 14 12:50:11 emily kernel: system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
Nov 14 12:50:11 emily kernel: system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
Nov 14 12:50:11 emily kernel: system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
Nov 14 12:50:11 emily kernel: system 00:01: [mem 0xfc7e0000-0xfc7e0fff] has been reserved
Nov 14 12:50:11 emily kernel: system 00:01: [mem 0xff000000-0xffffffff] has been reserved
Nov 14 12:50:11 emily kernel: system 00:02: [io 0x2000-0x20fe] has been reserved
Nov 14 12:50:11 emily kernel: system 00:03: [io 0x0680-0x069f] has been reserved
Nov 14 12:50:11 emily kernel: system 00:03: [io 0x164e-0x164f] has been reserved
Nov 14 12:50:11 emily kernel: system 00:03: [io 0xfd60-0xfd63] has been reserved
Nov 14 12:50:11 emily kernel: system 00:05: [io 0x1854-0x1857] has been reserved
Nov 14 12:50:11 emily kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
Nov 14 12:50:11 emily kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
Nov 14 12:50:11 emily kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
Nov 14 12:50:11 emily kernel: system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
Nov 14 12:50:11 emily kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
Nov 14 12:50:11 emily kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
Nov 14 12:50:11 emily kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
Nov 14 12:50:11 emily kernel: system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
Nov 14 12:50:11 emily kernel: pnp: PnP ACPI: found 9 devices
Nov 14 12:50:11 emily kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 14 12:50:11 emily kernel: NET: Registered PF_INET protocol family
Nov 14 12:50:11 emily kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 14 12:50:11 emily kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Nov 14 12:50:11 emily kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 14 12:50:11 emily kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Nov 14 12:50:11 emily kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Nov 14 12:50:11 emily kernel: TCP: Hash tables configured (established 131072 bind 65536)
Nov 14 12:50:11 emily kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Nov 14 12:50:11 emily kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 14 12:50:11 emily kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 14 12:50:11 emily kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 14 12:50:11 emily kernel: NET: Registered PF_XDP protocol family
Nov 14 12:50:11 emily kernel: pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
Nov 14 12:50:11 emily kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:15.0: BAR 0 [mem 0x8f800000-0x8f800fff 64bit]: assigned
Nov 14 12:50:11 emily kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:15.1: BAR 0 [mem 0x8f801000-0x8f801fff 64bit]: assigned
Nov 14 12:50:11 emily kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:1e.0: BAR 0 [mem 0x8f802000-0x8f802fff 64bit]: assigned
Nov 14 12:50:11 emily kernel: pci 0000:01:00.0: ROM [mem 0xa4080000-0xa40fffff pref]: assigned
Nov 14 12:50:11 emily kernel: pci 0000:00:01.0: PCI bridge to [bus 01-05]
Nov 14 12:50:11 emily kernel: pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
Nov 14 12:50:11 emily kernel: pci 0000:00:01.0: bridge window [mem 0xa3000000-0xa40fffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:01.0: bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
Nov 14 12:50:11 emily kernel: pci 0000:00:1b.0: PCI bridge to [bus 06]
Nov 14 12:50:11 emily kernel: pci 0000:00:1b.0: bridge window [mem 0xa4500000-0xa45fffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.0: bridge window [mem 0xa4400000-0xa44fffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.5: PCI bridge to [bus 08]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.5: bridge window [io 0x3000-0x3fff]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.5: bridge window [mem 0xa4300000-0xa43fffff]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.6: PCI bridge to [bus 09]
Nov 14 12:50:11 emily kernel: pci 0000:00:1d.6: bridge window [mem 0xa4200000-0xa42fffff]
Nov 14 12:50:11 emily kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Nov 14 12:50:11 emily kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Nov 14 12:50:11 emily kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Nov 14 12:50:11 emily kernel: pci_bus 0000:00: resource 7 [mem 0x8f800000-0xdfffffff window]
Nov 14 12:50:11 emily kernel: pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
Nov 14 12:50:11 emily kernel: pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
Nov 14 12:50:11 emily kernel: pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa40fffff]
Nov 14 12:50:11 emily kernel: pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
Nov 14 12:50:11 emily kernel: pci_bus 0000:06: resource 1 [mem 0xa4500000-0xa45fffff]
Nov 14 12:50:11 emily kernel: pci_bus 0000:07: resource 1 [mem 0xa4400000-0xa44fffff]
Nov 14 12:50:11 emily kernel: pci_bus 0000:08: resource 0 [io 0x3000-0x3fff]
Nov 14 12:50:11 emily kernel: pci_bus 0000:08: resource 1 [mem 0xa4300000-0xa43fffff]
Nov 14 12:50:11 emily kernel: pci_bus 0000:09: resource 1 [mem 0xa4200000-0xa42fffff]
Nov 14 12:50:11 emily kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Nov 14 12:50:11 emily kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Nov 14 12:50:11 emily kernel: PCI: CLS 64 bytes, default 64
Nov 14 12:50:11 emily kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 14 12:50:11 emily kernel: software IO TLB: mapped [mem 0x0000000083786000-0x0000000087786000] (64MB)
Nov 14 12:50:11 emily kernel: Trying to unpack rootfs image as initramfs...
Nov 14 12:50:11 emily kernel: Initialise system trusted keyrings
Nov 14 12:50:11 emily kernel: Key type blacklist registered
Nov 14 12:50:11 emily kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Nov 14 12:50:11 emily kernel: zbud: loaded
Nov 14 12:50:11 emily kernel: fuse: init (API version 7.40)
Nov 14 12:50:11 emily kernel: integrity: Platform Keyring initialized
Nov 14 12:50:11 emily kernel: integrity: Machine keyring initialized
Nov 14 12:50:11 emily kernel: Key type asymmetric registered
Nov 14 12:50:11 emily kernel: Asymmetric key parser 'x509' registered
Nov 14 12:50:11 emily kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Nov 14 12:50:11 emily kernel: io scheduler mq-deadline registered
Nov 14 12:50:11 emily kernel: io scheduler kyber registered
Nov 14 12:50:11 emily kernel: io scheduler bfq registered
Nov 14 12:50:11 emily kernel: pcieport 0000:00:1b.0: AER: enabled with IRQ 121
Nov 14 12:50:11 emily kernel: pcieport 0000:00:1b.0: DPC: enabled with IRQ 121
Nov 14 12:50:11 emily kernel: pcieport 0000:00:1b.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Nov 14 12:50:11 emily kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 122
Nov 14 12:50:11 emily kernel: pcieport 0000:00:1d.0: DPC: enabled with IRQ 122
Nov 14 12:50:11 emily kernel: pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Nov 14 12:50:11 emily kernel: pcieport 0000:00:1d.5: AER: enabled with IRQ 123
Nov 14 12:50:11 emily kernel: pcieport 0000:00:1d.5: DPC: enabled with IRQ 123
Nov 14 12:50:11 emily kernel: pcieport 0000:00:1d.5: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Nov 14 12:50:11 emily kernel: pcieport 0000:00:1d.6: AER: enabled with IRQ 124
Nov 14 12:50:11 emily kernel: pcieport 0000:00:1d.6: DPC: enabled with IRQ 124
Nov 14 12:50:11 emily kernel: pcieport 0000:00:1d.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Nov 14 12:50:11 emily kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 14 12:50:11 emily kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
Nov 14 12:50:11 emily kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C0D:00/input/input0
Nov 14 12:50:11 emily kernel: ACPI: button: Lid Switch [LID0]
Nov 14 12:50:11 emily kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Nov 14 12:50:11 emily kernel: ACPI: button: Sleep Button [SLPB]
Nov 14 12:50:11 emily kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Nov 14 12:50:11 emily kernel: ACPI: button: Power Button [PWRB]
Nov 14 12:50:11 emily kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Nov 14 12:50:11 emily kernel: ACPI: button: Power Button [PWRF]
Nov 14 12:50:11 emily kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 14 12:50:11 emily kernel: ACPI: battery: Slot [BAT1] (battery present)
Nov 14 12:50:11 emily kernel: Non-volatile memory driver v1.3
Nov 14 12:50:11 emily kernel: Linux agpgart interface v0.103
Nov 14 12:50:11 emily kernel: Freeing initrd memory: 64084K
Nov 14 12:50:11 emily kernel: ACPI: bus type drm_connector registered
Nov 14 12:50:11 emily kernel: ahci 0000:00:17.0: version 3.0
Nov 14 12:50:11 emily kernel: ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Nov 14 12:50:11 emily kernel: ahci 0000:00:17.0: 1/1 ports implemented (port mask 0x10)
Nov 14 12:50:11 emily kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst
Nov 14 12:50:11 emily kernel: scsi host0: ahci
Nov 14 12:50:11 emily kernel: scsi host1: ahci
Nov 14 12:50:11 emily kernel: scsi host2: ahci
Nov 14 12:50:11 emily kernel: scsi host3: ahci
Nov 14 12:50:11 emily kernel: scsi host4: ahci
Nov 14 12:50:11 emily kernel: ata1: DUMMY
Nov 14 12:50:11 emily kernel: ata2: DUMMY
Nov 14 12:50:11 emily kernel: ata3: DUMMY
Nov 14 12:50:11 emily kernel: ata4: DUMMY
Nov 14 12:50:11 emily kernel: ata5: SATA max UDMA/133 abar m2048@0xa4621000 port 0xa4621300 irq 125 lpm-pol 3
Nov 14 12:50:11 emily kernel: usbcore: registered new interface driver usbserial_generic
Nov 14 12:50:11 emily kernel: usbserial: USB Serial support registered for generic
Nov 14 12:50:11 emily kernel: rtc_cmos 00:04: RTC can wake from S4
Nov 14 12:50:11 emily kernel: rtc_cmos 00:04: registered as rtc0
Nov 14 12:50:11 emily kernel: rtc_cmos 00:04: setting system clock to 2024-11-14T15:50:08 UTC (1731599408)
Nov 14 12:50:11 emily kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
Nov 14 12:50:11 emily kernel: intel_pstate: Intel P-state driver initializing
Nov 14 12:50:11 emily kernel: intel_pstate: Disabling energy efficiency optimization
Nov 14 12:50:11 emily kernel: intel_pstate: HWP enabled
Nov 14 12:50:11 emily kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 14 12:50:11 emily kernel: efifb: probing for efifb
Nov 14 12:50:11 emily kernel: efifb: framebuffer at 0xb0000000, using 8100k, total 8100k
Nov 14 12:50:11 emily kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Nov 14 12:50:11 emily kernel: efifb: scrolling: redraw
Nov 14 12:50:11 emily kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Nov 14 12:50:11 emily kernel: Console: switching to colour frame buffer device 240x67
Nov 14 12:50:11 emily kernel: fb0: EFI VGA frame buffer device
Nov 14 12:50:11 emily kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 14 12:50:11 emily kernel: drop_monitor: Initializing network drop monitor service
Nov 14 12:50:11 emily kernel: NET: Registered PF_INET6 protocol family
Nov 14 12:50:11 emily kernel: Segment Routing with IPv6
Nov 14 12:50:11 emily kernel: RPL Segment Routing with IPv6
Nov 14 12:50:11 emily kernel: In-situ OAM (IOAM) with IPv6
Nov 14 12:50:11 emily kernel: NET: Registered PF_PACKET protocol family
Nov 14 12:50:11 emily kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Nov 14 12:50:11 emily kernel: microcode: Current revision: 0x00000100
Nov 14 12:50:11 emily kernel: microcode: Updated early from: 0x000000cc
Nov 14 12:50:11 emily kernel: IPI shorthand broadcast: enabled
Nov 14 12:50:11 emily kernel: sched_clock: Marking stable (521753592, 7254453)->(534187046, -5179001)
Nov 14 12:50:11 emily kernel: registered taskstats version 1
Nov 14 12:50:11 emily kernel: Loading compiled-in X.509 certificates
Nov 14 12:50:11 emily kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 67febec3bdddb8b18bef27b58f8ba6bda7900aea'
Nov 14 12:50:11 emily kernel: zswap: loaded using pool zstd/zsmalloc
Nov 14 12:50:11 emily kernel: Demotion targets for Node 0: null
Nov 14 12:50:11 emily kernel: Key type .fscrypt registered
Nov 14 12:50:11 emily kernel: Key type fscrypt-provisioning registered
Nov 14 12:50:11 emily kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 12:50:11 emily kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Nov 14 12:50:11 emily kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 12:50:11 emily kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Nov 14 12:50:11 emily kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 12:50:11 emily kernel: integrity: Loaded X.509 cert 'Acer Database: 84f00f5841571abd2cc11a8c26d5c9c8d2b6b0b5'
Nov 14 12:50:11 emily kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 12:50:11 emily kernel: integrity: Problem loading X.509 certificate -65
Nov 14 12:50:11 emily kernel: integrity: Error adding keys to platform keyring UEFI:db
Nov 14 12:50:11 emily kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 12:50:11 emily kernel: integrity: Problem loading X.509 certificate -65
Nov 14 12:50:11 emily kernel: integrity: Error adding keys to platform keyring UEFI:db
Nov 14 12:50:11 emily kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 12:50:11 emily kernel: integrity: Loaded X.509 cert 'Linpus: linpus.com: 2e092cab5e97a89f94a6e272ec7267c267cf4483'
Nov 14 12:50:11 emily kernel: PM: Magic number: 0:462:841
Nov 14 12:50:11 emily kernel: RAS: Correctable Errors collector initialized.
Nov 14 12:50:11 emily kernel: clk: Disabling unused clocks
Nov 14 12:50:11 emily kernel: PM: genpd: Disabling unused power domains
Nov 14 12:50:11 emily kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 14 12:50:11 emily kernel: ata5.00: supports DRM functions and may not be fully accessible
Nov 14 12:50:11 emily kernel: ata5.00: ATA-10: CT1000MX500SSD1, M3CR033, max UDMA/133
Nov 14 12:50:11 emily kernel: ata5.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 14 12:50:11 emily kernel: ata5.00: Features: Trust Dev-Sleep
Nov 14 12:50:11 emily kernel: ata5.00: supports DRM functions and may not be fully accessible
Nov 14 12:50:11 emily kernel: ata5.00: configured for UDMA/133
Nov 14 12:50:11 emily kernel: ahci 0000:00:17.0: port does not support device sleep
Nov 14 12:50:11 emily kernel: scsi 4:0:0:0: Direct-Access ATA CT1000MX500SSD1 033 PQ: 0 ANSI: 5
Nov 14 12:50:11 emily kernel: sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Nov 14 12:50:11 emily kernel: sd 4:0:0:0: [sda] Write Protect is off
Nov 14 12:50:11 emily kernel: sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 14 12:50:11 emily kernel: sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 14 12:50:11 emily kernel: sd 4:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Nov 14 12:50:11 emily kernel: sda: sda1 sda2 sda3 sda4
Nov 14 12:50:11 emily kernel: sd 4:0:0:0: [sda] supports TCG Opal
Nov 14 12:50:11 emily kernel: sd 4:0:0:0: [sda] Attached SCSI disk
Nov 14 12:50:11 emily kernel: Freeing unused decrypted memory: 2028K
Nov 14 12:50:11 emily kernel: Freeing unused kernel image (initmem) memory: 3452K
Nov 14 12:50:11 emily kernel: Write protecting the kernel read-only data: 32768k
Nov 14 12:50:11 emily kernel: Freeing unused kernel image (rodata/data gap) memory: 812K
Nov 14 12:50:11 emily kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 14 12:50:11 emily kernel: rodata_test: all tests were successful
Nov 14 12:50:11 emily kernel: Run /init as init process
Nov 14 12:50:11 emily kernel: with arguments:
Nov 14 12:50:11 emily kernel: /init
Nov 14 12:50:11 emily kernel: with environment:
Nov 14 12:50:11 emily kernel: HOME=/
Nov 14 12:50:11 emily kernel: TERM=linux
Nov 14 12:50:11 emily kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WMBF method block execution control method not found
Nov 14 12:50:11 emily kernel: wmi_bus wmi_bus-PNP0C14:01: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
Nov 14 12:50:11 emily kernel: wmi_bus wmi_bus-PNP0C14:01: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
Nov 14 12:50:11 emily kernel: wmi_bus wmi_bus-PNP0C14:01: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
Nov 14 12:50:11 emily kernel: wmi_bus wmi_bus-PNP0C14:01: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
Nov 14 12:50:11 emily kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Nov 14 12:50:11 emily kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Nov 14 12:50:11 emily kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 14 12:50:11 emily kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 14 12:50:11 emily kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Nov 14 12:50:11 emily kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Nov 14 12:50:11 emily kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 14 12:50:11 emily kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Nov 14 12:50:11 emily kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 14 12:50:11 emily kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
Nov 14 12:50:11 emily kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 14 12:50:11 emily kernel: usb usb1: Product: xHCI Host Controller
Nov 14 12:50:11 emily kernel: usb usb1: Manufacturer: Linux 6.11.7-arch1-1 xhci-hcd
Nov 14 12:50:11 emily kernel: usb usb1: SerialNumber: 0000:00:14.0
Nov 14 12:50:11 emily kernel: hub 1-0:1.0: USB hub found
Nov 14 12:50:11 emily kernel: hub 1-0:1.0: 16 ports detected
Nov 14 12:50:11 emily kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
Nov 14 12:50:11 emily kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 14 12:50:11 emily kernel: usb usb2: Product: xHCI Host Controller
Nov 14 12:50:11 emily kernel: usb usb2: Manufacturer: Linux 6.11.7-arch1-1 xhci-hcd
Nov 14 12:50:11 emily kernel: usb usb2: SerialNumber: 0000:00:14.0
Nov 14 12:50:11 emily kernel: hub 2-0:1.0: USB hub found
Nov 14 12:50:11 emily kernel: hub 2-0:1.0: 8 ports detected
Nov 14 12:50:11 emily kernel: nvme nvme0: pci function 0000:06:00.0
Nov 14 12:50:11 emily kernel: nvme nvme1: pci function 0000:07:00.0
Nov 14 12:50:11 emily kernel: nvme nvme1: 8/0/0 default/read/poll queues
Nov 14 12:50:11 emily kernel: nvme nvme0: 8/0/0 default/read/poll queues
Nov 14 12:50:11 emily kernel: nvme1n1: p1
Nov 14 12:50:11 emily kernel: nvme0n1: p1 p2 p3 p4
Nov 14 12:50:11 emily kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Nov 14 12:50:11 emily kernel: usb 1-1: new full-speed USB device number 2 using xhci_hcd
Nov 14 12:50:11 emily kernel: tsc: Refined TSC clocksource calibration: 2400.018 MHz
Nov 14 12:50:11 emily kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x229848b50c4, max_idle_ns: 440795322125 ns
Nov 14 12:50:11 emily kernel: clocksource: Switched to clocksource tsc
Nov 14 12:50:11 emily kernel: usb 1-1: New USB device found, idVendor=0c45, idProduct=5004, bcdDevice= 1.08
Nov 14 12:50:11 emily kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 14 12:50:11 emily kernel: usb 1-1: Product: USB DEVICE
Nov 14 12:50:11 emily kernel: usb 1-1: Manufacturer: SONiX
Nov 14 12:50:11 emily kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
Nov 14 12:50:11 emily kernel: usbcore: registered new interface driver usbhid
Nov 14 12:50:11 emily kernel: usbhid: USB HID core driver
Nov 14 12:50:11 emily kernel: i915 0000:00:02.0: [drm] Found COFFEELAKE (device ID 3e9b) display version 9.00
Nov 14 12:50:11 emily kernel: Console: switching to colour dummy device 80x25
Nov 14 12:50:11 emily kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Nov 14 12:50:11 emily kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Nov 14 12:50:11 emily kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Nov 14 12:50:11 emily kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0C45:5004.0001/input/input5
Nov 14 12:50:11 emily kernel: usb 1-3: New USB device found, idVendor=04d9, idProduct=fc62, bcdDevice= 2.00
Nov 14 12:50:11 emily kernel: usb 1-3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Nov 14 12:50:11 emily kernel: usb 1-3: Product: USB Gaming Mouse
Nov 14 12:50:11 emily kernel: input: USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04D9:FC62.0003/input/input6
Nov 14 12:50:11 emily kernel: hid-generic 0003:0C45:5004.0001: input,hidraw0: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-1/input0
Nov 14 12:50:11 emily kernel: hid-generic 0003:04D9:FC62.0003: input,hidraw1: USB HID v1.10 Mouse [USB Gaming Mouse] on usb-0000:00:14.0-3/input0
Nov 14 12:50:11 emily kernel: input: SONiX USB DEVICE Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0C45:5004.0002/input/input7
Nov 14 12:50:11 emily kernel: input: USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:04D9:FC62.0004/input/input9
Nov 14 12:50:11 emily kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0C45:5004.0002/input/input8
Nov 14 12:50:11 emily kernel: hid-generic 0003:0C45:5004.0002: input,hiddev96,hidraw2: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-1/input1
Nov 14 12:50:11 emily kernel: hid-generic 0003:04D9:FC62.0004: input,hidraw3: USB HID v1.10 Keyboard [USB Gaming Mouse] on usb-0000:00:14.0-3/input1
Nov 14 12:50:11 emily kernel: input: USB Gaming Mouse Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:04D9:FC62.0005/input/input10
Nov 14 12:50:11 emily kernel: input: USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:04D9:FC62.0005/input/input11
Nov 14 12:50:11 emily kernel: hid-generic 0003:04D9:FC62.0005: input,hiddev97,hidraw4: USB HID v1.10 Device [USB Gaming Mouse] on usb-0000:00:14.0-3/input2
Nov 14 12:50:11 emily kernel: usb 1-5: new high-speed USB device number 4 using xhci_hcd
Nov 14 12:50:11 emily kernel: usb 1-5: New USB device found, idVendor=04f2, idProduct=b64f, bcdDevice=96.49
Nov 14 12:50:11 emily kernel: usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Nov 14 12:50:11 emily kernel: usb 1-5: Product: HD User Facing
Nov 14 12:50:11 emily kernel: usb 1-5: Manufacturer: Chicony Electronics Co.,Ltd.
Nov 14 12:50:11 emily kernel: usb 1-5: SerialNumber: 0001
Nov 14 12:50:11 emily kernel: usb 1-14: new full-speed USB device number 5 using xhci_hcd
Nov 14 12:50:11 emily kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Nov 14 12:50:11 emily kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 14 12:50:11 emily kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
Nov 14 12:50:11 emily kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Nov 14 12:50:11 emily kernel: ACPI: video: Video Device [PEGP] (multi-head: yes rom: yes post: no)
Nov 14 12:50:11 emily kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input12
Nov 14 12:50:11 emily kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
Nov 14 12:50:11 emily kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13
Nov 14 12:50:11 emily kernel: fbcon: i915drmfb (fb0) is primary device
Nov 14 12:50:11 emily kernel: Console: switching to colour frame buffer device 240x67
Nov 14 12:50:11 emily kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Nov 14 12:50:11 emily kernel: EXT4-fs (nvme0n1p2): mounted filesystem aa4c2945-9352-4ec2-9b13-b2eca45f018d r/w with ordered data mode. Quota mode: none.
Nov 14 12:50:11 emily systemd[1]: systemd 256.7-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Nov 14 12:50:11 emily systemd[1]: Detected architecture x86-64.
Nov 14 12:50:11 emily systemd[1]: Hostname set to <emily>.
Nov 14 12:50:11 emily systemd[1]: bpf-restrict-fs: LSM BPF program attached
Nov 14 12:50:11 emily systemd-ssh-generator[300]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket.
Nov 14 12:50:11 emily systemd-ssh-generator[300]: → connect via 'ssh .host' locally
Nov 14 12:50:11 emily systemd[1]: Queued start job for default target Graphical Interface.
Nov 14 12:50:11 emily systemd[1]: Created slice Slice /system/dirmngr.
Nov 14 12:50:11 emily systemd[1]: Created slice Slice /system/getty.
Nov 14 12:50:11 emily systemd[1]: Created slice Slice /system/gpg-agent.
Nov 14 12:50:11 emily systemd[1]: Created slice Slice /system/gpg-agent-browser.
Nov 14 12:50:11 emily systemd[1]: Created slice Slice /system/gpg-agent-extra.
Nov 14 12:50:11 emily systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Nov 14 12:50:11 emily systemd[1]: Created slice Slice /system/keyboxd.
Nov 14 12:50:11 emily systemd[1]: Created slice Slice /system/modprobe.
Nov 14 12:50:11 emily systemd[1]: Created slice Slice /system/systemd-fsck.
Nov 14 12:50:11 emily systemd[1]: Created slice User and Session Slice.
Nov 14 12:50:11 emily systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 14 12:50:11 emily systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 14 12:50:11 emily systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 14 12:50:11 emily systemd[1]: Expecting device /dev/disk/by-uuid/20765b70-15e2-4578-8ece-d57c733614bf...
Nov 14 12:50:11 emily systemd[1]: Expecting device /dev/disk/by-uuid/7143-15BE...
Nov 14 12:50:11 emily systemd[1]: Expecting device /dev/disk/by-uuid/804e89de-aa0a-4e6f-ad49-0df07e04bd19...
Nov 14 12:50:11 emily systemd[1]: Expecting device /dev/disk/by-uuid/c43e8058-9317-4eff-9961-e519562b3650...
Nov 14 12:50:11 emily systemd[1]: Reached target Local Encrypted Volumes.
Nov 14 12:50:11 emily systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 14 12:50:11 emily systemd[1]: Reached target Path Units.
Nov 14 12:50:11 emily systemd[1]: Reached target Remote File Systems.
Nov 14 12:50:11 emily systemd[1]: Reached target Slice Units.
Nov 14 12:50:11 emily systemd[1]: Reached target Local Verity Protected Volumes.
Nov 14 12:50:11 emily systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 14 12:50:11 emily systemd[1]: Listening on LVM2 poll daemon socket.
Nov 14 12:50:11 emily systemd[1]: Listening on Process Core Dump Socket.
Nov 14 12:50:11 emily systemd[1]: Listening on Credential Encryption/Decryption.
Nov 14 12:50:11 emily systemd[1]: Listening on Journal Socket (/dev/log).
Nov 14 12:50:11 emily systemd[1]: Listening on Journal Sockets.
Nov 14 12:50:11 emily systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 12:50:11 emily systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 12:50:11 emily systemd[1]: Listening on udev Control Socket.
Nov 14 12:50:11 emily systemd[1]: Listening on udev Kernel Socket.
Nov 14 12:50:11 emily systemd[1]: Mounting Huge Pages File System...
Nov 14 12:50:11 emily systemd[1]: Mounting POSIX Message Queue File System...
Nov 14 12:50:11 emily systemd[1]: Mounting Kernel Debug File System...
Nov 14 12:50:11 emily systemd[1]: Mounting Kernel Trace File System...
Nov 14 12:50:11 emily systemd[1]: Starting Create List of Static Device Nodes...
Nov 14 12:50:11 emily systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 14 12:50:11 emily systemd[1]: Starting Load Kernel Module configfs...
Nov 14 12:50:11 emily systemd[1]: Starting Load Kernel Module dm_mod...
Nov 14 12:50:11 emily systemd[1]: Starting Load Kernel Module drm...
Nov 14 12:50:11 emily systemd[1]: Starting Load Kernel Module fuse...
Nov 14 12:50:11 emily systemd[1]: Starting Load Kernel Module loop...
Nov 14 12:50:11 emily systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 14 12:50:11 emily systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Nov 14 12:50:11 emily systemd[1]: Starting Journal Service...
Nov 14 12:50:11 emily systemd[1]: Starting Load Kernel Modules...
Nov 14 12:50:11 emily systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 12:50:11 emily systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 14 12:50:11 emily systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 12:50:11 emily systemd[1]: Starting Load udev Rules from Credentials...
Nov 14 12:50:11 emily systemd[1]: Starting Coldplug All udev Devices...
Nov 14 12:50:11 emily systemd[1]: Mounted Huge Pages File System.
Nov 14 12:50:11 emily systemd[1]: Mounted POSIX Message Queue File System.
Nov 14 12:50:11 emily systemd[1]: Mounted Kernel Debug File System.
Nov 14 12:50:11 emily systemd[1]: Mounted Kernel Trace File System.
Nov 14 12:50:11 emily systemd[1]: Finished Create List of Static Device Nodes.
Nov 14 12:50:11 emily systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 14 12:50:11 emily systemd[1]: Finished Load Kernel Module configfs.
Nov 14 12:50:11 emily systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 14 12:50:11 emily systemd[1]: Finished Load Kernel Module drm.
Nov 14 12:50:11 emily kernel: loop: module loaded
Nov 14 12:50:11 emily systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 14 12:50:11 emily systemd[1]: Finished Load Kernel Module fuse.
Nov 14 12:50:11 emily systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 14 12:50:11 emily systemd[1]: Finished Load Kernel Module loop.
Nov 14 12:50:11 emily systemd[1]: Finished Load udev Rules from Credentials.
Nov 14 12:50:11 emily kernel: device-mapper: uevent: version 1.0.3
Nov 14 12:50:11 emily kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Nov 14 12:50:11 emily systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 14 12:50:11 emily systemd[1]: Finished Load Kernel Module dm_mod.
Nov 14 12:50:11 emily systemd[1]: Mounting FUSE Control File System...
Nov 14 12:50:11 emily systemd[1]: Mounting Kernel Configuration File System...
Nov 14 12:50:11 emily systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 14 12:50:11 emily systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Nov 14 12:50:11 emily systemd[1]: Mounted FUSE Control File System.
Nov 14 12:50:11 emily systemd-journald[317]: Collecting audit messages is disabled.
Nov 14 12:50:11 emily systemd[1]: Mounted Kernel Configuration File System.
Nov 14 12:50:11 emily kernel: EXT4-fs (nvme0n1p2): re-mounted aa4c2945-9352-4ec2-9b13-b2eca45f018d r/w. Quota mode: none.
Nov 14 12:50:11 emily systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 14 12:50:11 emily systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 14 12:50:11 emily systemd[1]: Starting Load/Save OS Random Seed...
Nov 14 12:50:11 emily systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 12:50:11 emily systemd-journald[317]: Journal started
Nov 14 12:50:11 emily systemd-journald[317]: Runtime Journal (/run/log/journal/023c4447b3314050b2076e0173689952) is 8M, max 791.5M, 783.5M free.
Nov 14 12:50:11 emily systemd[1]: Finished Load/Save OS Random Seed.
Nov 14 12:50:11 emily systemd[1]: Started Journal Service.
Nov 14 12:50:11 emily systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 14 12:50:11 emily systemd-journald[317]: Time spent on flushing to /var/log/journal/023c4447b3314050b2076e0173689952 is 54.562ms for 940 entries.
Nov 14 12:50:11 emily systemd-journald[317]: System Journal (/var/log/journal/023c4447b3314050b2076e0173689952) is 519.9M, max 4G, 3.4G free.
Nov 14 12:50:11 emily systemd-journald[317]: Received client request to flush runtime journal.
Nov 14 12:50:11 emily systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Nov 14 12:50:11 emily systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 14 12:50:11 emily systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 14 12:50:11 emily systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 14 12:50:11 emily systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 14 12:50:11 emily systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 14 12:50:11 emily systemd[1]: Reached target Preparation for Local File Systems.
Nov 14 12:50:11 emily systemd-udevd[351]: Using default interface naming scheme 'v255'.
Nov 14 12:50:11 emily systemd-udevd[351]: /etc/udev/rules.d/50-qmk.rules:71 Unknown group 'plugdev', ignoring.
Nov 14 12:50:11 emily systemd-udevd[351]: /etc/udev/rules.d/55-kodakdi.rules:7 Unknown user 'xxx', ignoring.
Nov 14 12:50:11 emily systemd-udevd[351]: /etc/udev/rules.d/55-kodakdi.rules:9 Unknown user 'xxx', ignoring.
Nov 14 12:50:11 emily systemd[1]: Finished Coldplug All udev Devices.
Nov 14 12:50:11 emily systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 14 12:50:11 emily systemd[1]: Reached target Trusted Platform Module.
Nov 14 12:50:11 emily systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 14 12:50:11 emily kernel: input: Acer Wireless Radio Control as /devices/LNXSYSTM:00/10251229:00/input/input14
Nov 14 12:50:11 emily systemd[1]: Found device CT1000P5PSSD8 EFI\x20system\x20partition.
Nov 14 12:50:11 emily systemd[1]: Found device CT1000P5PSSD8 Linux\x20swap.
Nov 14 12:50:11 emily kernel: intel_pmc_core INT33A1:00: initialized
Nov 14 12:50:11 emily systemd[1]: Found device CT1000P5PSSD8 Linux\x20\x2fhome.
Nov 14 12:50:11 emily systemd[1]: Found device CT1000P5PSSD8 GAMES.
Nov 14 12:50:12 emily kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Nov 14 12:50:12 emily kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Nov 14 12:50:12 emily kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Nov 14 12:50:12 emily kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Nov 14 12:50:12 emily kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Nov 14 12:50:12 emily kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
Nov 14 12:50:12 emily kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Nov 14 12:50:12 emily systemd[1]: Created slice Slice /system/systemd-backlight.
Nov 14 12:50:12 emily systemd[1]: Activating swap /dev/disk/by-uuid/20765b70-15e2-4578-8ece-d57c733614bf...
Nov 14 12:50:12 emily systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Nov 14 12:50:12 emily systemd[1]: Starting File System Check on /dev/disk/by-uuid/7143-15BE...
Nov 14 12:50:12 emily kernel: input: PC Speaker as /devices/platform/pcspkr/input/input15
Nov 14 12:50:12 emily kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Nov 14 12:50:12 emily kernel: 0x000000000000-0x000001000000 : "BIOS"
Nov 14 12:50:12 emily systemd[1]: Starting File System Check on /dev/disk/by-uuid/804e89de-aa0a-4e6f-ad49-0df07e04bd19...
Nov 14 12:50:12 emily systemd[1]: Starting File System Check on /dev/disk/by-uuid/c43e8058-9317-4eff-9961-e519562b3650...
Nov 14 12:50:12 emily kernel: Adding 41943036k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:41943036k SS
Nov 14 12:50:12 emily systemd[1]: Activated swap /dev/disk/by-uuid/20765b70-15e2-4578-8ece-d57c733614bf.
Nov 14 12:50:12 emily systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Nov 14 12:50:12 emily systemd-fsck[463]: fsck.fat 4.2 (2021-01-31)
Nov 14 12:50:12 emily systemd-fsck[463]: There are differences between boot sector and its backup.
Nov 14 12:50:12 emily systemd-fsck[463]: This is mostly harmless. Differences: (offset:original/backup)
Nov 14 12:50:12 emily systemd-fsck[463]: 65:00/01
Nov 14 12:50:12 emily systemd-fsck[463]: Not automatically fixing this.
Nov 14 12:50:12 emily systemd-fsck[463]: /dev/nvme0n1p1: 19 files, 53619/130812 clusters
Nov 14 12:50:12 emily systemd[1]: Finished File System Check on /dev/disk/by-uuid/7143-15BE.
Nov 14 12:50:12 emily systemd-fsck[465]: GAMES: clean, 352903/61054976 files, 157415392/244190208 blocks
Nov 14 12:50:12 emily systemd-fsck[464]: /dev/nvme0n1p4: clean, 1911661/53157888 files, 183287736/212601856 blocks
Nov 14 12:50:12 emily systemd[1]: Finished File System Check on /dev/disk/by-uuid/804e89de-aa0a-4e6f-ad49-0df07e04bd19.
Nov 14 12:50:12 emily systemd[1]: Finished File System Check on /dev/disk/by-uuid/c43e8058-9317-4eff-9961-e519562b3650.
Nov 14 12:50:12 emily systemd[1]: Reached target Swaps.
Nov 14 12:50:12 emily systemd[1]: Starting Virtual Console Setup...
Nov 14 12:50:12 emily kernel: mousedev: PS/2 mouse device common for all mice
Nov 14 12:50:12 emily systemd[1]: Finished Virtual Console Setup.
Nov 14 12:50:12 emily kernel: input: SYNA7DB5:01 06CB:CD41 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-SYNA7DB5:01/0018:06CB:CD41.0006/input/input16
Nov 14 12:50:12 emily kernel: input: SYNA7DB5:01 06CB:CD41 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-SYNA7DB5:01/0018:06CB:CD41.0006/input/input17
Nov 14 12:50:12 emily kernel: hid-generic 0018:06CB:CD41.0006: input,hidraw5: I2C HID v1.00 Mouse [SYNA7DB5:01 06CB:CD41] on i2c-SYNA7DB5:01
Nov 14 12:50:12 emily kernel: mc: Linux media interface: v0.10
Nov 14 12:50:12 emily kernel: Bluetooth: Core ver 2.22
Nov 14 12:50:12 emily kernel: NET: Registered PF_BLUETOOTH protocol family
Nov 14 12:50:12 emily kernel: Bluetooth: HCI device and connection manager initialized
Nov 14 12:50:12 emily kernel: Bluetooth: HCI socket layer initialized
Nov 14 12:50:12 emily kernel: Bluetooth: L2CAP socket layer initialized
Nov 14 12:50:12 emily kernel: Bluetooth: SCO socket layer initialized
Nov 14 12:50:12 emily kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Nov 14 12:50:12 emily kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Nov 14 12:50:12 emily kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Nov 14 12:50:12 emily kernel: i2c i2c-7: Successfully instantiated SPD at 0x50
Nov 14 12:50:12 emily kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
Nov 14 12:50:12 emily kernel: acer_wmi: Function bitmap for Communication Button: 0x801
Nov 14 12:50:12 emily (udev-worker)[369]: acpi-cpufreq: Process '/opt/kodak/kds_i900/pnphelper action:remove' failed with exit code 1.
Nov 14 12:50:12 emily systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 14 12:50:12 emily kernel: input: Acer WMI hotkeys as /devices/virtual/input/input19
Nov 14 12:50:12 emily systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 14 12:50:12 emily kernel: r8169 0000:08:00.0: can't disable ASPM; OS doesn't have ASPM control
Nov 14 12:50:12 emily kernel: iTCO_vendor_support: vendor-support=0
Nov 14 12:50:12 emily kernel: videodev: Linux video capture interface: v2.00
Nov 14 12:50:12 emily kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 14 12:50:12 emily kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 14 12:50:12 emily kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Nov 14 12:50:12 emily kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Nov 14 12:50:12 emily kernel: cfg80211: failed to load regulatory.db
Nov 14 12:50:12 emily kernel: dw-apb-uart.2: ttyS4 at MMIO 0x8f802000 (irq = 20, base_baud = 7500000) is a 16550A
Nov 14 12:50:12 emily kernel: ee1004 7-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Nov 14 12:50:12 emily kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Nov 14 12:50:12 emily kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Nov 14 12:50:12 emily kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Nov 14 12:50:12 emily kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Nov 14 12:50:12 emily kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Nov 14 12:50:12 emily kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Nov 14 12:50:12 emily kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Nov 14 12:50:12 emily kernel: r8169 0000:08:00.0 eth0: RTL8168h/8111h, 08:97:98:68:7e:c8, XID 541, IRQ 155
Nov 14 12:50:12 emily kernel: r8169 0000:08:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Nov 14 12:50:12 emily kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Nov 14 12:50:12 emily kernel: cryptd: max_cpu_qlen set to 1000
Nov 14 12:50:12 emily (udev-worker)[382]: ttyS4: Process '/opt/kodak/kds_i900/pnphelper action:remove' failed with exit code 1.
Nov 14 12:50:12 emily (udev-worker)[387]: serial8250:0.4: Process '/opt/kodak/kds_i900/pnphelper action:remove' failed with exit code 1.
Nov 14 12:50:12 emily kernel: r8169 0000:08:00.0 enp8s0: renamed from eth0
Nov 14 12:50:12 emily (udev-worker)[373]: serial0: Process '/opt/kodak/kds_i900/pnphelper action:remove' failed with exit code 1.
Nov 14 12:50:12 emily systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 14 12:50:12 emily kernel: Intel(R) Wireless WiFi driver for Linux
Nov 14 12:50:12 emily kernel: usbcore: registered new interface driver btusb
Nov 14 12:50:12 emily kernel: Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
Nov 14 12:50:12 emily kernel: Bluetooth: hci0: Device revision is 1
Nov 14 12:50:12 emily kernel: Bluetooth: hci0: Secure boot is enabled
Nov 14 12:50:12 emily kernel: Bluetooth: hci0: OTP lock is enabled
Nov 14 12:50:12 emily kernel: Bluetooth: hci0: API lock is enabled
Nov 14 12:50:12 emily kernel: Bluetooth: hci0: Debug lock is disabled
Nov 14 12:50:12 emily kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Nov 14 12:50:12 emily systemd[1]: Reached target Bluetooth Support.
Nov 14 12:50:12 emily kernel: iwlwifi 0000:09:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
Nov 14 12:50:12 emily kernel: iwlwifi 0000:09:00.0: PCI dev 2723/0084, rev=0x340, rfid=0x10a100
Nov 14 12:50:12 emily kernel: iwlwifi 0000:09:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz
Nov 14 12:50:12 emily kernel: AES CTR mode by8 optimization enabled
Nov 14 12:50:12 emily kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Nov 14 12:50:12 emily kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Nov 14 12:50:12 emily kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Nov 14 12:50:12 emily kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Nov 14 12:50:12 emily kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Nov 14 12:50:12 emily kernel: Bluetooth: hci0: Boot Address: 0x24800
Nov 14 12:50:12 emily kernel: Bluetooth: hci0: Firmware Version: 132-3.24
Nov 14 12:50:12 emily kernel: usb 1-5: Found UVC 1.00 device HD User Facing (04f2:b64f)
Nov 14 12:50:12 emily kernel: iwlwifi 0000:09:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Nov 14 12:50:12 emily kernel: iwlwifi 0000:09:00.0: loaded firmware version 77.0b4c06ad.0 cc-a0-77.ucode op_mode iwlmvm
Nov 14 12:50:12 emily kernel: usbcore: registered new interface driver uvcvideo
Nov 14 12:50:12 emily kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 14 12:50:12 emily kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 14 12:50:12 emily kernel: PTP clock support registered
Nov 14 12:50:12 emily kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
Nov 14 12:50:12 emily kernel: nvidia: loading out-of-tree module taints kernel.
Nov 14 12:50:12 emily kernel: nvidia: module license 'NVIDIA' taints kernel.
Nov 14 12:50:12 emily kernel: Disabling lock debugging due to kernel taint
Nov 14 12:50:12 emily kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Nov 14 12:50:12 emily kernel: nvidia: module license taints kernel.
Nov 14 12:50:12 emily kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
Nov 14 12:50:12 emily kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
Nov 14 12:50:12 emily kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
Nov 14 12:50:12 emily kernel: input: SYNA7DB5:01 06CB:CD41 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-SYNA7DB5:01/0018:06CB:CD41.0006/input/input24
Nov 14 12:50:12 emily kernel: input: SYNA7DB5:01 06CB:CD41 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-SYNA7DB5:01/0018:06CB:CD41.0006/input/input25
Nov 14 12:50:12 emily kernel: hid-multitouch 0018:06CB:CD41.0006: input,hidraw5: I2C HID v1.00 Mouse [SYNA7DB5:01 06CB:CD41] on i2c-SYNA7DB5:01
Nov 14 12:50:12 emily systemd[1]: Starting Load Kernel Module dm_mod...
Nov 14 12:50:12 emily systemd[1]: Starting Load Kernel Module loop...
Nov 14 12:50:12 emily systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 14 12:50:12 emily systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Nov 14 12:50:12 emily systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 14 12:50:12 emily systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 12:50:12 emily systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 14 12:50:12 emily systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 12:50:12 emily systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 12:50:12 emily kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Nov 14 12:50:13 emily kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 14 12:50:13 emily kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Nov 14 12:50:13 emily kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Nov 14 12:50:13 emily kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Nov 14 12:50:13 emily kernel: snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
Nov 14 12:50:13 emily kernel: snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
Nov 14 12:50:13 emily kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 511
Nov 14 12:50:13 emily kernel:
Nov 14 12:50:13 emily kernel: nvidia 0000:01:00.0: enabling device (0106 -> 0107)
Nov 14 12:50:13 emily kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
Nov 14 12:50:13 emily kernel: intel_tcc_cooling: TCC Offset locked
Nov 14 12:50:13 emily kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 565.57.01 Thu Oct 10 12:29:05 UTC 2024
Nov 14 12:50:13 emily kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 565.57.01 Thu Oct 10 12:02:00 UTC 2024
Nov 14 12:50:13 emily kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Nov 14 12:50:13 emily kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Nov 14 12:50:13 emily kernel: iwlwifi 0000:09:00.0: Detected RF HR B3, rfid=0x10a100
Nov 14 12:50:13 emily kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20240322/nsarguments-61)
Nov 14 12:50:13 emily kernel: iwlwifi 0000:09:00.0: base HW address: 44:af:28:a3:bd:17
Nov 14 12:50:13 emily kernel: EXT4-fs (nvme0n1p4): mounted filesystem c43e8058-9317-4eff-9961-e519562b3650 r/w with ordered data mode. Quota mode: none.
Nov 14 12:50:13 emily kernel: EXT4-fs (nvme1n1p1): mounted filesystem 804e89de-aa0a-4e6f-ad49-0df07e04bd19 r/w with ordered data mode. Quota mode: none.
Nov 14 12:50:13 emily kernel: iwlwifi 0000:09:00.0 wlp9s0: renamed from wlan0
Nov 14 12:50:13 emily kernel: intel_rapl_common: Found RAPL domain package
Nov 14 12:50:13 emily kernel: intel_rapl_common: Found RAPL domain core
Nov 14 12:50:13 emily kernel: intel_rapl_common: Found RAPL domain uncore
Nov 14 12:50:13 emily kernel: intel_rapl_common: Found RAPL domain dram
Nov 14 12:50:13 emily kernel: intel_rapl_common: Found RAPL domain psys
Nov 14 12:50:13 emily kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
Nov 14 12:50:12 emily systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 14 12:50:12 emily systemd[1]: Finished Load Kernel Module dm_mod.
Nov 14 12:50:12 emily systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 14 12:50:12 emily systemd[1]: Finished Load Kernel Module loop.
Nov 14 12:50:12 emily systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 14 12:50:12 emily (udev-worker)[386]: mouse1: Process '/opt/kodak/kds_i900/pnphelper action:remove' failed with exit code 1.
Nov 14 12:50:12 emily (udev-worker)[364]: mouse2: Process '/opt/kodak/kds_i900/pnphelper action:remove' failed with exit code 1.
Nov 14 12:50:12 emily (udev-worker)[373]: event16: Process '/opt/kodak/kds_i900/pnphelper action:remove' failed with exit code 1.
Nov 14 12:50:12 emily (udev-worker)[379]: hidraw5: Process '/opt/kodak/kds_i900/pnphelper action:remove' failed with exit code 1.
Nov 14 12:50:12 emily (udev-worker)[383]: event17: Process '/opt/kodak/kds_i900/pnphelper action:remove' failed with exit code 1.
Nov 14 12:50:12 emily (udev-worker)[383]: input17: Process '/opt/kodak/kds_i900/pnphelper action:remove' failed with exit code 1.
Nov 14 12:50:12 emily (udev-worker)[373]: input16: Process '/opt/kodak/kds_i900/pnphelper action:remove' failed with exit code 1.
Nov 14 12:50:12 emily systemd[1]: Mounting /boot...
Nov 14 12:50:12 emily systemd[1]: Mounting /home...
Nov 14 12:50:12 emily systemd[1]: Mounting /media/games_partition...
Nov 14 12:50:12 emily systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Nov 14 12:50:12 emily systemd[1]: Mounting Temporary Directory /tmp...
Nov 14 12:50:12 emily systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 14 12:50:12 emily systemd[1]: Mounted Temporary Directory /tmp.
Nov 14 12:50:12 emily systemd[1]: Mounted /home.
Nov 14 12:50:12 emily systemd[1]: Mounted /media/games_partition.
Nov 14 12:50:12 emily systemd[1]: Mounted /boot.
Nov 14 12:50:12 emily systemd[1]: Reached target Local File Systems.
Nov 14 12:50:12 emily systemd[1]: Listening on Boot Entries Service Socket.
Nov 14 12:50:12 emily systemd[1]: Listening on System Extension Image Management.
Nov 14 12:50:13 emily systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Nov 14 12:50:13 emily systemd[1]: Starting Set Up Additional Binary Formats...
Nov 14 12:50:13 emily systemd[1]: Starting Update Boot Loader Random Seed...
Nov 14 12:50:13 emily systemd[1]: Starting Automatic Boot Loader Update...
Nov 14 12:50:13 emily systemd[1]: Starting Create System Files and Directories...
Nov 14 12:50:13 emily systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 571 (systemd-binfmt)
Nov 14 12:50:13 emily systemd[1]: Mounting Arbitrary Executable File Formats File System...
Nov 14 12:50:13 emily systemd[1]: Mounted Arbitrary Executable File Formats File System.
Nov 14 12:50:13 emily systemd[1]: Finished Set Up Additional Binary Formats.
Nov 14 12:50:13 emily bootctl[572]: Random seed file /boot/loader/random-seed successfully refreshed (32 bytes).
Nov 14 12:50:13 emily systemd[1]: Finished Update Boot Loader Random Seed.
Nov 14 12:50:13 emily bootctl[573]: Skipping "/boot/EFI/systemd/systemd-bootx64.efi", same boot loader version in place already.
Nov 14 12:50:13 emily bootctl[573]: Skipping "/boot/EFI/BOOT/BOOTX64.EFI", same boot loader version in place already.
Nov 14 12:50:13 emily bootctl[573]: Skipping "/boot/EFI/BOOT/BOOTX64.EFI", same boot loader version in place already.
Nov 14 12:50:13 emily systemd[1]: Finished Automatic Boot Loader Update.
Nov 14 12:50:13 emily systemd[1]: Finished Create System Files and Directories.
Nov 14 12:50:13 emily systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 14 12:50:13 emily systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 14 12:50:13 emily systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Nov 14 12:50:13 emily systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 14 12:50:13 emily systemd[1]: Starting Network Time Synchronization...
Nov 14 12:50:13 emily systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Nov 14 12:50:13 emily systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 14 12:50:13 emily systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 14 12:50:13 emily systemd[1]: Started Network Time Synchronization.
Nov 14 12:50:13 emily systemd[1]: Reached target System Time Set.
Nov 14 12:50:13 emily systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Nov 14 12:50:13 emily systemd[1]: Starting Load Kernel Module dm_mod...
Nov 14 12:50:13 emily systemd[1]: Starting Load Kernel Module loop...
Nov 14 12:50:13 emily systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Nov 14 12:50:13 emily systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 14 12:50:13 emily systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Nov 14 12:50:13 emily systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 12:50:13 emily systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 14 12:50:13 emily systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 14 12:50:13 emily systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 14 12:50:13 emily systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 14 12:50:13 emily systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 12:50:13 emily systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 12:50:13 emily systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Nov 14 12:50:13 emily systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 14 12:50:13 emily systemd[1]: Finished Load Kernel Module dm_mod.
Nov 14 12:50:13 emily systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 14 12:50:13 emily systemd[1]: Finished Load Kernel Module loop.
Nov 14 12:50:13 emily systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 14 12:50:13 emily systemd-modules-load[318]: Inserted module 'nvidia_uvm'
Nov 14 12:50:13 emily kernel: nvidia-uvm: Loaded the UVM driver, major device number 509.
Nov 14 12:50:13 emily kernel: vboxdrv: Found 8 processor cores/threads
Nov 14 12:50:13 emily systemd-modules-load[318]: Inserted module 'vboxdrv'
Nov 14 12:50:13 emily systemd-modules-load[318]: Inserted module 'vboxnetadp'
Nov 14 12:50:13 emily systemd-modules-load[318]: Inserted module 'vboxnetflt'
Nov 14 12:50:13 emily kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2400017911 Hz
Nov 14 12:50:13 emily kernel: vboxdrv: Successfully loaded version 7.1.4 r165100 (interface 0x00340001)
Nov 14 12:50:13 emily kernel: VBoxNetAdp: Successfully started.
Nov 14 12:50:13 emily kernel: VBoxNetFlt: Successfully started.
Nov 14 12:50:13 emily systemd[1]: Finished Load Kernel Modules.
Nov 14 12:50:13 emily systemd[1]: Starting Apply Kernel Variables...
Nov 14 12:50:13 emily systemd[1]: Finished Apply Kernel Variables.
Nov 14 12:50:13 emily systemd[1]: Reached target System Initialization.
Nov 14 12:50:13 emily systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 14 12:50:13 emily systemd[1]: Started Daily ClamAV virus database update.
Nov 14 12:50:13 emily systemd[1]: Started Update unofficial ClamAV signatures.
Nov 14 12:50:13 emily systemd[1]: Started Daily man-db regeneration.
Nov 14 12:50:13 emily systemd[1]: Started Weekly pkgstats submission.
Nov 14 12:50:13 emily systemd[1]: Started Update the plocate database daily.
Nov 14 12:50:13 emily systemd[1]: Started Daily verification of password and group files.
Nov 14 12:50:13 emily systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 14 12:50:13 emily systemd[1]: Reached target Timer Units.
Nov 14 12:50:13 emily systemd[1]: Starting Socket for Clam AntiVirus userspace daemon...
Nov 14 12:50:13 emily systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 14 12:50:13 emily systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Nov 14 12:50:13 emily systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Nov 14 12:50:13 emily systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Nov 14 12:50:13 emily systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Nov 14 12:50:13 emily systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Nov 14 12:50:13 emily systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Nov 14 12:50:13 emily systemd[1]: Listening on PC/SC Smart Card Daemon Activation Socket.
Nov 14 12:50:13 emily systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Nov 14 12:50:13 emily systemd[1]: Listening on Hostname Service Socket.
Nov 14 12:50:13 emily systemd[1]: Starting D-Bus System Message Bus...
Nov 14 12:50:13 emily systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 12:50:13 emily systemd[1]: Listening on Socket for Clam AntiVirus userspace daemon.
Nov 14 12:50:13 emily systemd[1]: Reached target Socket Units.
Nov 14 12:50:13 emily systemd[1]: Started D-Bus System Message Bus.
Nov 14 12:50:13 emily systemd[1]: Reached target Basic System.
Nov 14 12:50:13 emily systemd[1]: Starting Save/Restore Sound Card State...
Nov 14 12:50:13 emily systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Nov 14 12:50:13 emily systemd[1]: Started Clam AntiVirus userspace daemon.
Nov 14 12:50:13 emily systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Nov 14 12:50:13 emily systemd[1]: Reached target Network.
Nov 14 12:50:13 emily systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
Nov 14 12:50:13 emily systemd[1]: Starting User Login Management...
Nov 14 12:50:13 emily systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 12:50:13 emily systemd[1]: Starting Permit User Sessions...
Nov 14 12:50:13 emily kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 1
Nov 14 12:50:13 emily kernel: nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
Nov 14 12:50:13 emily dbus-broker-launch[608]: Ready
Nov 14 12:50:13 emily systemd[1]: Finished Save/Restore Sound Card State.
Nov 14 12:50:13 emily systemd[1]: Reached target Sound Card.
Nov 14 12:50:13 emily systemd[1]: Finished Permit User Sessions.
Nov 14 12:50:13 emily dhcpcd[612]: dhcpcd-10.1.0 starting
Nov 14 12:50:13 emily dhcpcd[620]: dev: loaded udev
Nov 14 12:50:13 emily dhcpcd[620]: DUID 00:01:00:01:2c:5d:3c:27:08:97:98:68:7e:c8
Nov 14 12:50:13 emily systemd[1]: Started Command Scheduler.
Nov 14 12:50:13 emily systemd[1]: Started Getty on tty1.
Nov 14 12:50:13 emily systemd[1]: Reached target Login Prompts.
Nov 14 12:50:13 emily crond[623]: (CRON) STARTUP (1.7.2)
Nov 14 12:50:13 emily crond[623]: (CRON) INFO (Syslog will be used instead of sendmail.)
Nov 14 12:50:13 emily crond[623]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 50% if used.)
Nov 14 12:50:13 emily crond[623]: (CRON) INFO (running with inotify support)
Nov 14 12:50:13 emily dnsmasq[613]: dnsmasq: syntax check OK.
Nov 14 12:50:13 emily systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server.
Nov 14 12:50:13 emily systemd[1]: Reached target Network is Online.
Nov 14 12:50:13 emily systemd[1]: Reached target Host and Network Name Lookups.
Nov 14 12:50:13 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 12:50:13 emily systemd-logind[614]: New seat seat0.
Nov 14 12:50:13 emily kernel: 8021q: 802.1Q VLAN Support v1.8
Nov 14 12:50:13 emily dnsmasq[627]: started, version 2.90 cachesize 10000
Nov 14 12:50:13 emily dnsmasq[627]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile
Nov 14 12:50:13 emily dnsmasq[627]: DBus support enabled: connected to system bus
Nov 14 12:50:13 emily dnsmasq[627]: DNSSEC validation enabled
Nov 14 12:50:13 emily dnsmasq[627]: configured with trust anchor for <root> keytag 20326
Nov 14 12:50:13 emily dnsmasq[627]: using nameserver 8.8.8.8#53
Nov 14 12:50:13 emily dnsmasq[627]: using nameserver 8.8.4.4#53
Nov 14 12:50:13 emily dnsmasq[627]: using only locally-known addresses for ys-log-upload.mihoyo.com
Nov 14 12:50:13 emily dnsmasq[627]: using only locally-known addresses for uspider.yuanshen.com
Nov 14 12:50:13 emily dnsmasq[627]: using only locally-known addresses for log-upload.mihoyo.com
Nov 14 12:50:13 emily dnsmasq[627]: using only locally-known addresses for overseauspider.yuanshen.com
Nov 14 12:50:13 emily dnsmasq[627]: using only locally-known addresses for log-upload-os.hoyoverse.com
Nov 14 12:50:13 emily dnsmasq[627]: using only locally-known addresses for sg-public-data-api.hoyoverse.com
Nov 14 12:50:13 emily dnsmasq[627]: using only locally-known addresses for log-upload-os.hoyoverse.com
Nov 14 12:50:13 emily dnsmasq[627]: using only locally-known addresses for overseauspider.yuanshen.com
Nov 14 12:50:13 emily dnsmasq[627]: using 7 more local addresses
Nov 14 12:50:13 emily dnsmasq[627]: read /etc/hosts - 4 names
Nov 14 12:50:13 emily systemd-logind[614]: Watching system buttons on /dev/input/event3 (Power Button)
Nov 14 12:50:13 emily systemd-logind[614]: Watching system buttons on /dev/input/event0 (Lid Switch)
Nov 14 12:50:13 emily systemd-logind[614]: Watching system buttons on /dev/input/event2 (Power Button)
Nov 14 12:50:13 emily systemd-logind[614]: Watching system buttons on /dev/input/event1 (Sleep Button)
Nov 14 12:50:13 emily systemd-logind[614]: Watching system buttons on /dev/input/event5 (SONiX USB DEVICE)
Nov 14 12:50:13 emily systemd-logind[614]: Watching system buttons on /dev/input/event7 (SONiX USB DEVICE Keyboard)
Nov 14 12:50:13 emily systemd-logind[614]: Watching system buttons on /dev/input/event9 (USB Gaming Mouse)
Nov 14 12:50:13 emily systemd-logind[614]: Watching system buttons on /dev/input/event10 (USB Gaming Mouse Consumer Control)
Nov 14 12:50:13 emily systemd-logind[614]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Nov 14 12:50:13 emily systemd-logind[614]: Watching system buttons on /dev/input/event18 (Acer WMI hotkeys)
Nov 14 12:50:13 emily systemd[1]: Started User Login Management.
Nov 14 12:50:13 emily dhcpcd[639]: Dropped protocol specifier '.link' from 'enp8s0.link'. Using 'enp8s0' (ifindex=2).
Nov 14 12:50:13 emily systemd[1]: Reached target Multi-User System.
Nov 14 12:50:13 emily systemd[1]: Reached target Graphical Interface.
Nov 14 12:50:13 emily systemd[1]: Startup finished in 3.661s (firmware) + 3.825s (loader) + 3.127s (kernel) + 2.856s (userspace) = 13.471s.
Nov 14 12:50:13 emily dbus-broker-launch[608]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Nov 14 12:50:13 emily dhcpcd[639]: Failed to revert interface configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:50:13 emily dhcpcd[651]: Dropped protocol specifier '.link' from 'wlp9s0.link'. Using 'wlp9s0' (ifindex=3).
Nov 14 12:50:13 emily dhcpcd[651]: Failed to revert interface configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:50:13 emily dhcpcd[620]: no interfaces have a carrier
Nov 14 12:50:14 emily fangfrisch[628]: Traceback (most recent call last):
Nov 14 12:50:14 emily fangfrisch[628]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 12:50:14 emily fangfrisch[628]: from fangfrisch.__main__ import main
Nov 14 12:50:14 emily fangfrisch[628]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 12:50:14 emily kernel: Generic FE-GE Realtek PHY r8169-0-800:00: attached PHY driver (mii_bus:phy_addr=r8169-0-800:00, irq=MAC)
Nov 14 12:50:14 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 12:50:14 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 12:50:14 emily kernel: Bluetooth: hci0: Waiting for firmware download to complete
Nov 14 12:50:14 emily kernel: Bluetooth: hci0: Firmware loaded in 1620280 usecs
Nov 14 12:50:14 emily kernel: Bluetooth: hci0: Waiting for device to boot
Nov 14 12:50:14 emily kernel: Bluetooth: hci0: Device booted in 14689 usecs
Nov 14 12:50:14 emily kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Nov 14 12:50:14 emily kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
Nov 14 12:50:14 emily kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Nov 14 12:50:14 emily kernel: Bluetooth: hci0: Firmware revision 0.3 build 132 week 3 2024
Nov 14 12:50:14 emily kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Nov 14 12:50:14 emily dhcpcd[620]: enp8s0: waiting for carrier
Nov 14 12:50:14 emily kernel: r8169 0000:08:00.0 enp8s0: Link is Down
Nov 14 12:50:14 emily kernel: iwlwifi 0000:09:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Nov 14 12:50:14 emily dhcpcd[620]: wlp9s0: waiting for carrier
Nov 14 12:50:17 emily dhcpcd[620]: enp8s0: carrier acquired
Nov 14 12:50:17 emily kernel: r8169 0000:08:00.0 enp8s0: Link is Up - 1Gbps/Full - flow control rx/tx
Nov 14 12:50:17 emily dhcpcd[620]: enp8s0: IAID 98:68:7e:c8
Nov 14 12:50:17 emily dhcpcd[620]: enp8s0: adding address fe80::c284:a988:e750:3944
Nov 14 12:50:17 emily dhcpcd[620]: enp8s0: soliciting a DHCP lease
Nov 14 12:50:17 emily systemd[1]: systemd-rfkill.service: Deactivated successfully.
Nov 14 12:50:19 emily dhcpcd[620]: enp8s0: soliciting an IPv6 router
Nov 14 12:50:20 emily login[625]: pam_systemd_home(login:auth): New sd-bus connection (system-bus-pam-systemd-home-625) opened.
Nov 14 12:50:20 emily dbus-broker-launch[608]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Nov 14 12:50:22 emily dhcpcd[620]: enp8s0: offered 192.168.15.4 from 192.168.15.1
Nov 14 12:50:23 emily dhcpcd[620]: enp8s0: probing address 192.168.15.4/24
Nov 14 12:50:24 emily login[625]: pam_unix(login:session): session opened for user user(uid=1000) by user(uid=0)
Nov 14 12:50:24 emily login[625]: pam_systemd(login:session): New sd-bus connection (system-bus-pam-systemd-625) opened.
Nov 14 12:50:24 emily systemd-logind[614]: New session 1 of user user.
Nov 14 12:50:24 emily systemd[1]: Created slice User Slice of UID 1000.
Nov 14 12:50:24 emily systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 14 12:50:24 emily systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 14 12:50:24 emily systemd[1]: Starting User Manager for UID 1000...
Nov 14 12:50:24 emily (systemd)[666]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[user] ruser=[<unknown>] rhost=[<unknown>]
Nov 14 12:50:24 emily (systemd)[666]: pam_unix(systemd-user:session): session opened for user user(uid=1000) by user(uid=0)
Nov 14 12:50:24 emily systemd-logind[614]: New session 2 of user user.
Nov 14 12:50:24 emily systemd[666]: Queued start job for default target Main User Target.
Nov 14 12:50:24 emily systemd[666]: Created slice User Application Slice.
Nov 14 12:50:24 emily systemd[666]: Reached target Paths.
Nov 14 12:50:24 emily systemd[666]: Reached target Timers.
Nov 14 12:50:24 emily systemd[666]: Starting D-Bus User Message Bus Socket...
Nov 14 12:50:24 emily systemd[666]: Listening on GnuPG network certificate management daemon.
Nov 14 12:50:24 emily systemd[666]: Starting GCR ssh-agent wrapper...
Nov 14 12:50:24 emily systemd[666]: Listening on GNOME Keyring daemon.
Nov 14 12:50:24 emily systemd[666]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 14 12:50:24 emily systemd[666]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 14 12:50:24 emily systemd[666]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 14 12:50:24 emily systemd[666]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 14 12:50:24 emily systemd[666]: Listening on GnuPG public key management service.
Nov 14 12:50:24 emily systemd[666]: Listening on p11-kit server.
Nov 14 12:50:24 emily systemd[666]: Listening on PipeWire Multimedia System Sockets.
Nov 14 12:50:24 emily systemd[666]: Listening on D-Bus User Message Bus Socket.
Nov 14 12:50:24 emily systemd[666]: Listening on GCR ssh-agent wrapper.
Nov 14 12:50:24 emily systemd[666]: Reached target Sockets.
Nov 14 12:50:24 emily systemd[666]: Reached target Basic System.
Nov 14 12:50:24 emily systemd[1]: Started User Manager for UID 1000.
Nov 14 12:50:24 emily systemd[666]: Starting Update XDG user dir configuration...
Nov 14 12:50:24 emily systemd[1]: Started Session 1 of User user.
Nov 14 12:50:24 emily login[625]: LOGIN ON tty1 BY user
Nov 14 12:50:24 emily systemd[666]: Finished Update XDG user dir configuration.
Nov 14 12:50:24 emily systemd[666]: Reached target Main User Target.
Nov 14 12:50:24 emily systemd[666]: Startup finished in 196ms.
Nov 14 12:50:26 emily sudo[719]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-719) opened.
Nov 14 12:50:27 emily sudo[719]: user : TTY=tty1 ; PWD=/home/user/Desktop ; USER=root ; COMMAND=/usr/bin/tee /sys/bus/pci/devices/0000:00:01.0/power/control
Nov 14 12:50:27 emily sudo[719]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
Nov 14 12:50:27 emily sudo[719]: pam_unix(sudo:session): session closed for user root
Nov 14 12:50:27 emily dhcpcd[620]: enp8s0: Router Advertisement from fe80::920a:62ff:fe74:65f0
Nov 14 12:50:27 emily dhcpcd[620]: enp8s0: adding address 2804:7f4:ca00:8cc2:4765:b3e:8a20:fb1b/64
Nov 14 12:50:27 emily dhcpcd[620]: enp8s0: adding route to 2804:7f4:ca00:8cc2::/64 via fe80::920a:62ff:fe74:65f0
Nov 14 12:50:27 emily dhcpcd[620]: enp8s0: adding default route via fe80::920a:62ff:fe74:65f0
Nov 14 12:50:27 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: Global time limit set to 120000 milliseconds.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: Global size limit set to 419430400 bytes.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: File size limit set to 104857600 bytes.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: Recursion level limit set to 17.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: Files limit set to 10000.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: MaxEmbeddedPE limit set to 41943040 bytes.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: MaxHTMLNormalize limit set to 41943040 bytes.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: MaxHTMLNoTags limit set to 8388608 bytes.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: MaxScriptNormalize limit set to 20971520 bytes.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: MaxZipTypeRcg limit set to 1048576 bytes.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: MaxPartitions limit set to 50.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: MaxIconsPE limit set to 100.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: MaxRecHWP3 limit set to 16.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: PCREMatchLimit limit set to 100000.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: PCRERecMatchLimit limit set to 2000.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Limits: PCREMaxFileSize limit set to 104857600.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Archive support enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Image (graphics) scanning support enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Detection using image fuzzy hash enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> AlertExceedsMax heuristic detection disabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Heuristic alerts enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Portable Executable support enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> ELF support enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Mail files support enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> OLE2 support enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> PDF support enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> SWF support enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> HTML support enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> XMLDOCS support enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> HWP3 support enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> OneNote support enabled.
Nov 14 12:50:27 emily clamd[611]: Thu Nov 14 12:50:27 2024 -> Self checking every 600 seconds.
Nov 14 12:50:28 emily sudo[725]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-725) opened.
Nov 14 12:50:28 emily sudo[725]: user : TTY=tty1 ; PWD=/home/user/Desktop ; USER=root ; COMMAND=/usr/bin/tee /sys/bus/pci/devices/0000:01:00.0/power/control
Nov 14 12:50:28 emily sudo[725]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
Nov 14 12:50:28 emily sudo[725]: pam_unix(sudo:session): session closed for user root
Nov 14 12:50:28 emily sudo[729]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-729) opened.
Nov 14 12:50:28 emily sudo[729]: user : TTY=tty1 ; PWD=/home/user/Desktop ; USER=root ; COMMAND=/usr/bin/modprobe nvidia
Nov 14 12:50:28 emily sudo[729]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
Nov 14 12:50:28 emily sudo[729]: pam_unix(sudo:session): session closed for user root
Nov 14 12:50:28 emily sudo[733]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-733) opened.
Nov 14 12:50:28 emily sudo[733]: user : TTY=tty1 ; PWD=/home/user/Desktop ; USER=root ; COMMAND=/usr/bin/modprobe nvidia_uvm
Nov 14 12:50:28 emily sudo[733]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
Nov 14 12:50:28 emily sudo[733]: pam_unix(sudo:session): session closed for user root
Nov 14 12:50:28 emily sudo[737]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-737) opened.
Nov 14 12:50:28 emily sudo[737]: user : TTY=tty1 ; PWD=/home/user/Desktop ; USER=root ; COMMAND=/usr/bin/modprobe nvidia_modeset
Nov 14 12:50:28 emily sudo[737]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
Nov 14 12:50:28 emily sudo[737]: pam_unix(sudo:session): session closed for user root
Nov 14 12:50:28 emily sudo[741]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-741) opened.
Nov 14 12:50:28 emily sudo[741]: user : TTY=tty1 ; PWD=/home/user/Desktop ; USER=root ; COMMAND=/usr/bin/modprobe nvidia_drm modeset=1
Nov 14 12:50:28 emily sudo[741]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
Nov 14 12:50:28 emily sudo[741]: pam_unix(sudo:session): session closed for user root
Nov 14 12:50:28 emily dhcpcd[620]: enp8s0: leased 192.168.15.4 for 14400 seconds
Nov 14 12:50:28 emily dhcpcd[620]: enp8s0: adding route to 192.168.15.0/24
Nov 14 12:50:28 emily dhcpcd[620]: enp8s0: adding default route via 192.168.15.1
Nov 14 12:50:28 emily dhcpcd[750]: Dropped protocol specifier '.dhcp' from 'enp8s0.dhcp'. Using 'enp8s0' (ifindex=2).
Nov 14 12:50:28 emily dhcpcd[750]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:50:28 emily dhcpcd[620]: enp8s0: REPLY6 received from fe80::920a:62ff:fe74:65f0
Nov 14 12:50:28 emily dhcpcd[620]: enp8s0: refresh in 600 seconds
Nov 14 12:50:28 emily dhcpcd[762]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 12:50:28 emily dhcpcd[762]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:50:28 emily systemd[1]: Stopping Network Time Synchronization...
Nov 14 12:50:28 emily systemd[1]: systemd-timesyncd.service: Deactivated successfully.
Nov 14 12:50:28 emily systemd[1]: Stopped Network Time Synchronization.
Nov 14 12:50:28 emily systemd[1]: Starting Network Time Synchronization...
Nov 14 12:50:28 emily systemd[1]: Started Network Time Synchronization.
Nov 14 12:50:28 emily systemd-timesyncd[774]: Contacted time server 216.238.112.29:123 (0.arch.pool.ntp.org).
Nov 14 12:50:28 emily systemd-journald[317]: Time jumped backwards, rotating.
Nov 14 12:50:28 emily systemd-timesyncd[774]: Initial clock synchronization to Thu 2024-11-14 12:50:28.163674 -03.
Nov 14 12:50:28 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 12:50:28 emily fangfrisch[779]: Traceback (most recent call last):
Nov 14 12:50:28 emily fangfrisch[779]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 12:50:28 emily fangfrisch[779]: from fangfrisch.__main__ import main
Nov 14 12:50:28 emily fangfrisch[779]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 12:50:28 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 12:50:28 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 12:50:28 emily systemd[1]: Starting Authorization Manager...
Nov 14 12:50:28 emily systemd[666]: Created slice User Core Session Slice.
Nov 14 12:50:28 emily systemd[666]: Starting D-Bus User Message Bus...
Nov 14 12:50:28 emily dbus-broker-launch[810]: Service file '/usr/share//dbus-1/services/org.knopwob.dunst.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Nov 14 12:50:28 emily dbus-broker-launch[810]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share//dbus-1/services/org.knopwob.dunst.service'
Nov 14 12:50:28 emily dbus-broker-launch[810]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Nov 14 12:50:28 emily dbus-broker-launch[810]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Nov 14 12:50:28 emily dbus-broker-launch[810]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Nov 14 12:50:28 emily dbus-broker-launch[810]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Nov 14 12:50:28 emily dbus-broker-launch[810]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Nov 14 12:50:28 emily dbus-broker-launch[810]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service'
Nov 14 12:50:28 emily dbus-broker-launch[810]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service' is not named after the D-Bus name 'org.xfce.Notifyd'.
Nov 14 12:50:28 emily dbus-broker-launch[810]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Nov 14 12:50:28 emily dbus-broker-launch[810]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Nov 14 12:50:28 emily systemd[666]: Started D-Bus User Message Bus.
Nov 14 12:50:28 emily dbus-broker-launch[810]: Ready
Nov 14 12:50:28 emily polkitd[797]: Started polkitd version 125
Nov 14 12:50:28 emily dhcpcd[825]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:50:28 emily dhcpcd[825]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:50:28 emily systemd[1]: Started Authorization Manager.
Nov 14 12:50:30 emily dhcpcd[860]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:50:30 emily dhcpcd[860]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:50:31 emily systemd[666]: Starting Virtual filesystem service...
Nov 14 12:50:31 emily systemd[666]: Started Virtual filesystem service.
Nov 14 12:50:31 emily systemd[666]: Starting Accessibility services bus...
Nov 14 12:50:31 emily systemd[1]: Starting Time & Date Service...
Nov 14 12:50:31 emily systemd[666]: Starting Portal service...
Nov 14 12:50:31 emily systemd[666]: Started Accessibility services bus.
Nov 14 12:50:31 emily systemd[666]: Starting flatpak document portal service...
Nov 14 12:50:31 emily systemd[666]: Starting sandboxed app permission store...
Nov 14 12:50:31 emily systemd[666]: Started sandboxed app permission store.
Nov 14 12:50:31 emily systemd[666]: Started flatpak document portal service.
Nov 14 12:50:31 emily systemd[1]: Started Time & Date Service.
Nov 14 12:50:31 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 12:50:31 emily xdg-desktop-por[986]: cannot open display:
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 12:50:31 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 12:50:31 emily systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 14 12:50:31 emily rtkit-daemon[992]: Successfully called chroot.
Nov 14 12:50:31 emily rtkit-daemon[992]: Successfully dropped privileges.
Nov 14 12:50:31 emily systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 14 12:50:31 emily rtkit-daemon[992]: Successfully limited resources.
Nov 14 12:50:31 emily rtkit-daemon[992]: Canary thread running.
Nov 14 12:50:31 emily rtkit-daemon[992]: Running.
Nov 14 12:50:31 emily rtkit-daemon[992]: Watchdog thread running.
Nov 14 12:50:31 emily rtkit-daemon[992]: Supervising 0 threads of 0 processes of 0 users.
Nov 14 12:50:31 emily rtkit-daemon[992]: Supervising 0 threads of 0 processes of 0 users.
Nov 14 12:50:31 emily rtkit-daemon[992]: Supervising 0 threads of 0 processes of 0 users.
Nov 14 12:50:31 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 12:50:31 emily xdg-desktop-por[995]: cannot open display:
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 12:50:31 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 12:50:31 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 12:50:31 emily xdg-desktop-por[997]: cannot open display:
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 12:50:31 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 12:50:31 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 12:50:31 emily xdg-desktop-por[999]: cannot open display:
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 12:50:31 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 12:50:31 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 12:50:31 emily xdg-desktop-por[1001]: cannot open display:
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 12:50:31 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 12:50:31 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 12:50:31 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 12:50:31 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 12:50:31 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 12:50:31 emily systemd[666]: Started PipeWire Multimedia Service.
Nov 14 12:50:31 emily rtkit-daemon[992]: Supervising 0 threads of 0 processes of 0 users.
Nov 14 12:50:31 emily rtkit-daemon[992]: Supervising 0 threads of 0 processes of 0 users.
Nov 14 12:50:31 emily rtkit-daemon[992]: Supervising 0 threads of 0 processes of 0 users.
Nov 14 12:50:31 emily rtkit-daemon[992]: Successfully made thread 1004 of process 1004 owned by '1000' high priority at nice level -11.
Nov 14 12:50:31 emily rtkit-daemon[992]: Supervising 1 threads of 1 processes of 1 users.
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 12:50:31 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 12:50:31 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 12:50:31 emily rtkit-daemon[992]: Successfully made thread 1006 of process 1004 owned by '1000' RT at priority 20.
Nov 14 12:50:31 emily rtkit-daemon[992]: Supervising 2 threads of 1 processes of 1 users.
Nov 14 12:50:31 emily xdg-desktop-por[956]: Choosing gnome-keyring.portal for org.freedesktop.impl.portal.Secret via the deprecated UseIn key
Nov 14 12:50:31 emily xdg-desktop-por[956]: The preferred method to match portal implementations to desktop environments is to use the portals.conf(5) configuration file
Nov 14 12:50:31 emily systemd[666]: Created slice Slice /app/dbus-:1.3-org.freedesktop.secrets.
Nov 14 12:50:31 emily systemd[666]: Started dbus-:1.3-org.freedesktop.secrets@0.service.
Nov 14 12:50:31 emily systemd[666]: Started GNOME Keyring daemon.
Nov 14 12:50:31 emily gnome-keyring-daemon[1013]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Nov 14 12:50:31 emily gnome-keyring-daemon[1013]: The Secret Service was already initialized
Nov 14 12:50:31 emily gnome-keyring-d[1013]: The Secret Service was already initialized
Nov 14 12:50:31 emily gnome-keyring-daemon[1012]: discover_other_daemon: 1
Nov 14 12:50:31 emily gnome-keyring-daemon[1012]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 12:50:31 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 12:50:31 emily systemd[666]: Started Portal service.
Nov 14 12:50:31 emily rtkit-daemon[992]: Supervising 2 threads of 1 processes of 1 users.
Nov 14 12:50:31 emily rtkit-daemon[992]: Supervising 2 threads of 1 processes of 1 users.
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 12:50:31 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 12:50:31 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 12:50:31 emily rtkit-daemon[992]: Supervising 2 threads of 1 processes of 1 users.
Nov 14 12:50:31 emily rtkit-daemon[992]: Supervising 2 threads of 1 processes of 1 users.
Nov 14 12:50:31 emily rtkit-daemon[992]: Successfully made thread 1057 of process 857 owned by '1000' RT at priority 10.
Nov 14 12:50:31 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:31 emily dbus-broker-launch[1060]: Ready
Nov 14 12:50:31 emily systemd[666]: Created slice Slice /app/dbus-:1.19-org.a11y.atspi.Registry.
Nov 14 12:50:31 emily systemd[666]: Started dbus-:1.19-org.a11y.atspi.Registry@0.service.
Nov 14 12:50:31 emily at-spi2-registryd[1062]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 14 12:50:31 emily systemd[1]: Started PC/SC Smart Card Daemon.
Nov 14 12:50:31 emily (pcscd)[1066]: pcscd.service: Referenced but unset environment variable evaluates to an empty string: PCSCD_ARGS
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:32 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:33 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:33 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:33 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:33 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:33 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:33 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:33 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:33 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:33 emily dhcpcd[1853]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:50:33 emily dhcpcd[1853]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:50:36 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:36 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:36 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:36 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:36 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:36 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:47 emily systemd[1]: Starting Daemon for power management...
Nov 14 12:50:47 emily systemd[1]: Started Daemon for power management.
Nov 14 12:50:47 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:50:47 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:51:01 emily systemd[1]: systemd-timedated.service: Deactivated successfully.
Nov 14 12:51:11 emily dhcpcd[2610]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:51:11 emily dhcpcd[2610]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:51:12 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:51:12 emily rtkit-daemon[992]: Supervising 3 threads of 2 processes of 1 users.
Nov 14 12:51:12 emily rtkit-daemon[992]: Successfully made thread 2631 of process 1084 owned by '1000' RT at priority 10.
Nov 14 12:51:12 emily rtkit-daemon[992]: Supervising 4 threads of 3 processes of 1 users.
Nov 14 12:51:15 emily rtkit-daemon[992]: Supervising 4 threads of 3 processes of 1 users.
Nov 14 12:51:15 emily rtkit-daemon[992]: Supervising 4 threads of 3 processes of 1 users.
Nov 14 12:51:15 emily rtkit-daemon[992]: Successfully made thread 2705 of process 1305 owned by '1000' RT at priority 10.
Nov 14 12:51:15 emily rtkit-daemon[992]: Supervising 5 threads of 4 processes of 1 users.
Nov 14 12:51:16 emily rtkit-daemon[992]: Supervising 5 threads of 4 processes of 1 users.
Nov 14 12:51:16 emily rtkit-daemon[992]: Supervising 5 threads of 4 processes of 1 users.
Nov 14 12:51:16 emily rtkit-daemon[992]: Successfully made thread 2721 of process 1354 owned by '1000' RT at priority 10.
Nov 14 12:51:16 emily rtkit-daemon[992]: Supervising 6 threads of 5 processes of 1 users.
Nov 14 12:51:19 emily rtkit-daemon[992]: Supervising 6 threads of 5 processes of 1 users.
Nov 14 12:51:19 emily rtkit-daemon[992]: Supervising 6 threads of 5 processes of 1 users.
Nov 14 12:51:19 emily rtkit-daemon[992]: Successfully made thread 2776 of process 1334 owned by '1000' RT at priority 10.
Nov 14 12:51:19 emily rtkit-daemon[992]: Supervising 7 threads of 6 processes of 1 users.
Nov 14 12:51:41 emily dhcpcd[2821]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:51:41 emily dhcpcd[2821]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:51:54 emily rtkit-daemon[992]: Supervising 7 threads of 6 processes of 1 users.
Nov 14 12:51:54 emily rtkit-daemon[992]: Supervising 7 threads of 6 processes of 1 users.
Nov 14 12:52:12 emily dhcpcd[2909]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:52:12 emily dhcpcd[2909]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:52:19 emily rtkit-daemon[992]: Supervising 7 threads of 6 processes of 1 users.
Nov 14 12:52:19 emily rtkit-daemon[992]: Supervising 7 threads of 6 processes of 1 users.
Nov 14 12:52:54 emily rtkit-daemon[992]: Supervising 7 threads of 6 processes of 1 users.
Nov 14 12:52:54 emily rtkit-daemon[992]: Supervising 7 threads of 6 processes of 1 users.
Nov 14 12:53:00 emily rtkit-daemon[992]: Supervising 7 threads of 6 processes of 1 users.
Nov 14 12:53:00 emily rtkit-daemon[992]: Supervising 7 threads of 6 processes of 1 users.
Nov 14 12:53:06 emily dhcpcd[3113]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:53:06 emily dhcpcd[3113]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:53:38 emily dhcpcd[3156]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:53:38 emily dhcpcd[3156]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:54:17 emily dhcpcd[3210]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:54:17 emily dhcpcd[3210]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:55:08 emily dhcpcd[3286]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:55:08 emily dhcpcd[3286]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:55:40 emily dhcpcd[3343]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:55:40 emily dhcpcd[3343]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:56:18 emily dhcpcd[3420]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:56:18 emily dhcpcd[3420]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:57:07 emily dhcpcd[3484]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:57:07 emily dhcpcd[3484]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:57:08 emily sudo[3485]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-3485) opened.
Nov 14 12:57:08 emily sudo[3485]: user : TTY=pts/2 ; PWD=/home/user/Desktop ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 14 12:57:08 emily sudo[3485]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
Nov 14 12:57:26 emily sudo[3485]: pam_unix(sudo:session): session closed for user root
Nov 14 12:58:05 emily dhcpcd[3576]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:58:05 emily dhcpcd[3576]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:58:41 emily dhcpcd[3622]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:58:41 emily dhcpcd[3622]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:59:20 emily dhcpcd[3653]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:59:20 emily dhcpcd[3653]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 12:59:32 emily rtkit-daemon[992]: Supervising 7 threads of 6 processes of 1 users.
Nov 14 12:59:32 emily rtkit-daemon[992]: Supervising 7 threads of 6 processes of 1 users.
Nov 14 12:59:32 emily rtkit-daemon[992]: Successfully made thread 3673 of process 1683 owned by '1000' RT at priority 10.
Nov 14 12:59:32 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 12:59:33 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 12:59:33 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 12:59:54 emily dhcpcd[3749]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 12:59:54 emily dhcpcd[3749]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:00:27 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 13:00:28 emily dhcpcd[3772]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 13:00:28 emily dhcpcd[3772]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:00:33 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:00:33 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:00:41 emily dhcpcd[3849]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:00:41 emily dhcpcd[3849]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:00:54 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:00:54 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:01:00 emily CROND[3919]: (root) CMD (run-parts /etc/cron.hourly)
Nov 14 13:01:00 emily anacron[3928]: Anacron started on 2024-11-14
Nov 14 13:01:00 emily CROND[3918]: (root) CMDEND (run-parts /etc/cron.hourly)
Nov 14 13:01:00 emily anacron[3928]: Will run job `cron.daily' in 9 min.
Nov 14 13:01:00 emily anacron[3928]: Jobs will be executed sequentially
Nov 14 13:01:36 emily dhcpcd[3983]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:01:36 emily dhcpcd[3983]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:01:36 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 13:01:36 emily fangfrisch[3984]: Traceback (most recent call last):
Nov 14 13:01:36 emily fangfrisch[3984]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 13:01:36 emily fangfrisch[3984]: from fangfrisch.__main__ import main
Nov 14 13:01:36 emily fangfrisch[3984]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 13:01:36 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 13:01:36 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 13:02:25 emily dhcpcd[4037]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:02:25 emily dhcpcd[4037]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:02:27 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:02:27 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:03:08 emily dhcpcd[4170]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:03:08 emily dhcpcd[4170]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:03:13 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:03:13 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:03:46 emily dhcpcd[4256]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:03:46 emily dhcpcd[4256]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:03:56 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:03:56 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:04:40 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:04:40 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:04:41 emily dhcpcd[4389]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:04:41 emily dhcpcd[4389]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:05:35 emily dhcpcd[4457]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:05:35 emily systemd[1]: Starting Cleanup of Temporary Directories...
Nov 14 13:05:35 emily dhcpcd[4457]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:05:35 emily systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Nov 14 13:05:35 emily systemd[1]: Finished Cleanup of Temporary Directories.
Nov 14 13:05:35 emily systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount: Deactivated successfully.
Nov 14 13:06:08 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:06:08 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:06:08 emily dhcpcd[4540]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:06:08 emily dhcpcd[4540]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:06:43 emily dhcpcd[4609]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:06:43 emily dhcpcd[4609]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:07:20 emily dhcpcd[4633]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:07:20 emily dhcpcd[4633]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:08:08 emily dhcpcd[4679]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:08:08 emily dhcpcd[4679]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:08:47 emily dhcpcd[4717]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:08:47 emily dhcpcd[4717]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:09:33 emily dhcpcd[4749]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:09:33 emily dhcpcd[4749]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:10:00 emily anacron[3928]: Job `cron.daily' started
Nov 14 13:10:00 emily anacron[3928]: Job `cron.daily' terminated
Nov 14 13:10:00 emily anacron[3928]: Normal exit (1 job run)
Nov 14 13:10:26 emily dhcpcd[4796]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:10:26 emily dhcpcd[4796]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:10:26 emily clamd[611]: Thu Nov 14 13:10:26 2024 -> SelfCheck: Database status OK.
Nov 14 13:10:28 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 13:10:29 emily dhcpcd[4802]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 13:10:29 emily dhcpcd[4802]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:11:25 emily dhcpcd[4864]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:11:25 emily dhcpcd[4864]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:11:25 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 13:11:25 emily fangfrisch[4865]: Traceback (most recent call last):
Nov 14 13:11:25 emily fangfrisch[4865]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 13:11:25 emily fangfrisch[4865]: from fangfrisch.__main__ import main
Nov 14 13:11:25 emily fangfrisch[4865]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 13:11:25 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 13:11:25 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 13:12:02 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:12:02 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:12:18 emily dhcpcd[4990]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:12:18 emily dhcpcd[4990]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:12:58 emily dhcpcd[5035]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:12:58 emily dhcpcd[5035]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:13:09 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:13:09 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:13:34 emily dhcpcd[5104]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:13:34 emily dhcpcd[5104]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:14:28 emily dhcpcd[5151]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:14:28 emily dhcpcd[5151]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:15:08 emily dhcpcd[5198]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:15:08 emily dhcpcd[5198]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:16:08 emily dhcpcd[5252]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:16:08 emily dhcpcd[5252]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:17:04 emily dhcpcd[5304]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:17:04 emily dhcpcd[5304]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:17:53 emily dhcpcd[5352]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:17:53 emily dhcpcd[5352]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:18:44 emily dhcpcd[5399]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:18:44 emily dhcpcd[5399]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:19:42 emily dhcpcd[5448]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:19:42 emily dhcpcd[5448]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:20:26 emily clamd[611]: Thu Nov 14 13:20:26 2024 -> SelfCheck: Database status OK.
Nov 14 13:20:29 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 13:20:30 emily dhcpcd[5486]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 13:20:30 emily dhcpcd[5486]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:20:38 emily dhcpcd[5505]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:20:38 emily dhcpcd[5505]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:21:12 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:21:12 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:21:19 emily dhcpcd[5578]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:21:19 emily dhcpcd[5578]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:21:19 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 13:21:19 emily fangfrisch[5579]: Traceback (most recent call last):
Nov 14 13:21:19 emily fangfrisch[5579]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 13:21:19 emily fangfrisch[5579]: from fangfrisch.__main__ import main
Nov 14 13:21:19 emily fangfrisch[5579]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 13:21:19 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 13:21:19 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 13:22:14 emily dhcpcd[5634]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:22:14 emily dhcpcd[5634]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:22:47 emily dhcpcd[5667]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:22:47 emily dhcpcd[5667]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:23:36 emily dhcpcd[5705]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:23:36 emily dhcpcd[5705]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:24:35 emily dhcpcd[5765]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:24:35 emily dhcpcd[5765]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:25:25 emily dhcpcd[5813]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:25:25 emily dhcpcd[5813]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:26:02 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:26:02 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:26:10 emily dhcpcd[5891]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:26:10 emily dhcpcd[5891]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:26:58 emily dhcpcd[5936]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:26:58 emily dhcpcd[5936]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:27:30 emily dhcpcd[5963]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:27:30 emily dhcpcd[5963]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:28:23 emily dhcpcd[6011]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:28:23 emily dhcpcd[6011]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:28:39 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:28:39 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:29:07 emily dhcpcd[6107]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:29:07 emily dhcpcd[6107]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:29:45 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:29:45 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:30:02 emily dhcpcd[6221]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:30:02 emily dhcpcd[6221]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:30:26 emily clamd[611]: Thu Nov 14 13:30:26 2024 -> SelfCheck: Database status OK.
Nov 14 13:30:30 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 13:30:32 emily dhcpcd[6239]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 13:30:32 emily dhcpcd[6239]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:30:32 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 13:30:32 emily fangfrisch[6240]: Traceback (most recent call last):
Nov 14 13:30:32 emily fangfrisch[6240]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 13:30:32 emily fangfrisch[6240]: from fangfrisch.__main__ import main
Nov 14 13:30:32 emily fangfrisch[6240]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 13:30:32 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 13:30:32 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 13:30:58 emily dhcpcd[6288]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:30:58 emily dhcpcd[6288]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:31:13 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:31:13 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:31:47 emily dhcpcd[6366]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:31:47 emily dhcpcd[6366]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:32:19 emily dhcpcd[6391]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:32:19 emily dhcpcd[6391]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:33:03 emily dhcpcd[6437]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:33:03 emily dhcpcd[6437]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:33:03 emily systemd[1]: Starting Update ClamAV virus database once...
Nov 14 13:33:03 emily freshclam[6438]: ClamAV update process started at Thu Nov 14 13:33:03 2024
Nov 14 13:33:03 emily freshclam[6438]: daily database available for update (local version: 27456, remote version: 27458)
Nov 14 13:33:04 emily freshclam[6438]: Testing database: '/var/lib/clamav/tmp.a15b9914a2/clamav-d6a808e614ac9f56d3f63a96fc86bea0.tmp-daily.cld' ...
Nov 14 13:33:09 emily freshclam[6438]: Database test passed.
Nov 14 13:33:09 emily freshclam[6438]: daily.cld updated (version: 27458, sigs: 2067903, f-level: 90, builder: raynman)
Nov 14 13:33:09 emily freshclam[6438]: main.cvd database is up-to-date (version: 62, sigs: 6647427, f-level: 90, builder: sigmgr)
Nov 14 13:33:09 emily freshclam[6438]: bytecode.cvd database is up-to-date (version: 335, sigs: 86, f-level: 90, builder: raynman)
Nov 14 13:33:09 emily freshclam[6438]: Clamd successfully notified about the update.
Nov 14 13:33:09 emily clamd[611]: Thu Nov 14 13:33:09 2024 -> Reading databases from /var/lib/clamav
Nov 14 13:33:09 emily systemd[1]: clamav-freshclam-once.service: Deactivated successfully.
Nov 14 13:33:09 emily systemd[1]: Finished Update ClamAV virus database once.
Nov 14 13:33:09 emily systemd[1]: clamav-freshclam-once.service: Consumed 5.270s CPU time, 1.1G memory peak.
Nov 14 13:33:22 emily clamd[611]: Thu Nov 14 13:33:22 2024 -> Database correctly reloaded (8858792 signatures)
Nov 14 13:33:22 emily clamd[611]: Thu Nov 14 13:33:22 2024 -> Activating the newly loaded database...
Nov 14 13:34:01 emily dhcpcd[6497]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:34:01 emily dhcpcd[6497]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:34:49 emily dhcpcd[6543]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:34:49 emily dhcpcd[6543]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:35:26 emily dhcpcd[6567]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:35:26 emily dhcpcd[6567]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:36:22 emily dhcpcd[6618]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:36:22 emily dhcpcd[6618]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:37:04 emily dhcpcd[6663]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:37:04 emily dhcpcd[6663]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:37:51 emily dhcpcd[6708]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:37:51 emily dhcpcd[6708]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:38:22 emily dhcpcd[6729]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:38:23 emily dhcpcd[6729]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:38:58 emily dhcpcd[6771]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:38:58 emily dhcpcd[6771]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:39:55 emily dhcpcd[6824]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:39:55 emily dhcpcd[6824]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:40:17 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 13:40:17 emily fangfrisch[6835]: Traceback (most recent call last):
Nov 14 13:40:17 emily fangfrisch[6835]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 13:40:17 emily fangfrisch[6835]: from fangfrisch.__main__ import main
Nov 14 13:40:17 emily fangfrisch[6835]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 13:40:17 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 13:40:17 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 13:40:27 emily dhcpcd[6846]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:40:27 emily dhcpcd[6846]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:40:32 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 13:40:33 emily dhcpcd[6854]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 13:40:33 emily dhcpcd[6854]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:40:58 emily dhcpcd[6901]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:40:58 emily dhcpcd[6901]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:41:44 emily dhcpcd[6940]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:41:44 emily dhcpcd[6940]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:42:11 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:42:11 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:42:14 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:42:14 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:42:37 emily dhcpcd[7059]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:42:37 emily dhcpcd[7059]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:43:13 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:43:13 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:43:23 emily clamd[611]: Thu Nov 14 13:43:23 2024 -> SelfCheck: Database status OK.
Nov 14 13:43:35 emily dhcpcd[7148]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:43:35 emily dhcpcd[7148]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:43:41 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:43:41 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:44:18 emily dhcpcd[7231]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:44:18 emily dhcpcd[7231]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:44:52 emily dhcpcd[7266]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:44:52 emily dhcpcd[7266]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:45:45 emily dhcpcd[7313]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:45:45 emily dhcpcd[7313]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:46:31 emily dhcpcd[7350]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:46:31 emily dhcpcd[7350]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:47:24 emily dhcpcd[7401]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:47:24 emily dhcpcd[7401]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:48:16 emily dhcpcd[7457]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:48:16 emily dhcpcd[7457]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:48:52 emily dhcpcd[7494]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:48:52 emily dhcpcd[7494]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:49:29 emily dhcpcd[7524]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:49:29 emily dhcpcd[7524]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:50:10 emily dhcpcd[7565]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:50:10 emily dhcpcd[7565]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:50:33 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 13:50:34 emily dhcpcd[7584]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 13:50:34 emily dhcpcd[7584]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:50:41 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:50:41 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:50:47 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 13:50:47 emily fangfrisch[7656]: Traceback (most recent call last):
Nov 14 13:50:47 emily fangfrisch[7656]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 13:50:47 emily fangfrisch[7656]: from fangfrisch.__main__ import main
Nov 14 13:50:47 emily fangfrisch[7656]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 13:50:47 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 13:50:47 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 13:50:48 emily dhcpcd[7670]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:50:48 emily dhcpcd[7670]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:51:48 emily dhcpcd[7732]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:51:48 emily dhcpcd[7732]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:52:42 emily dhcpcd[7790]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:52:42 emily dhcpcd[7790]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:53:15 emily dhcpcd[7817]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:53:15 emily dhcpcd[7817]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:53:23 emily clamd[611]: Thu Nov 14 13:53:23 2024 -> SelfCheck: Database status OK.
Nov 14 13:54:11 emily dhcpcd[7869]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:54:11 emily dhcpcd[7869]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:54:48 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:54:48 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:54:54 emily dhcpcd[7964]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:54:54 emily dhcpcd[7964]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:55:29 emily dhcpcd[7991]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:55:29 emily dhcpcd[7991]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:56:09 emily dhcpcd[8039]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:56:09 emily dhcpcd[8039]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:56:50 emily dhcpcd[8079]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:56:50 emily dhcpcd[8079]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:57:07 emily dhcpcd[8099]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:57:07 emily dhcpcd[8099]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:57:32 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:57:32 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:57:43 emily dhcpcd[8162]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:57:43 emily dhcpcd[8162]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:57:47 emily authproto_pam[8171]: pam_systemd_home(system-auth:auth): New sd-bus connection (system-bus-pam-systemd-home-8171) opened.
Nov 14 13:57:52 emily authproto_pam[8182]: pam_unix(system-auth:account): setuid failed: Operation not permitted
Nov 14 13:58:18 emily dhcpcd[8209]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:58:18 emily dhcpcd[8209]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:58:53 emily dhcpcd[8246]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:58:53 emily dhcpcd[8246]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:59:31 emily dhcpcd[8275]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 13:59:31 emily dhcpcd[8275]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 13:59:47 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 13:59:47 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:00:10 emily dhcpcd[8354]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:00:10 emily dhcpcd[8354]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:00:15 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:00:15 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:00:34 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 14:00:35 emily dhcpcd[8762]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 14:00:35 emily dhcpcd[8762]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:00:42 emily dhcpcd[8785]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:00:42 emily dhcpcd[8785]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:00:46 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:00:46 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:01:00 emily CROND[8850]: (root) CMD (run-parts /etc/cron.hourly)
Nov 14 14:01:00 emily CROND[8849]: (root) CMDEND (run-parts /etc/cron.hourly)
Nov 14 14:01:22 emily dhcpcd[8878]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:01:22 emily dhcpcd[8878]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:01:22 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 14:01:22 emily fangfrisch[8879]: Traceback (most recent call last):
Nov 14 14:01:22 emily fangfrisch[8879]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 14:01:22 emily fangfrisch[8879]: from fangfrisch.__main__ import main
Nov 14 14:01:22 emily fangfrisch[8879]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 14:01:22 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:01:22 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 14:02:02 emily dhcpcd[8933]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:02:02 emily dhcpcd[8933]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:02:25 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:02:25 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:02:34 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:02:34 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:02:41 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:02:41 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:02:51 emily dhcpcd[9192]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:02:51 emily dhcpcd[9192]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:03:23 emily clamd[611]: Thu Nov 14 14:03:23 2024 -> SelfCheck: Database status OK.
Nov 14 14:03:23 emily dhcpcd[9219]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:03:23 emily dhcpcd[9219]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:03:26 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:26 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:26 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:26 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:26 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:26 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:36 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:36 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:39 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:39 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:40 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:40 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:46 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:46 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:46 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:46 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:47 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:03:47 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:02 emily dhcpcd[9750]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:04:02 emily dhcpcd[9750]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:04:03 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:03 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:33 emily dhcpcd[9813]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:04:33 emily dhcpcd[9813]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:04:35 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:35 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:39 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:39 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:39 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:39 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:43 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:43 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:43 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:43 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:46 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:46 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:52 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:52 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:53 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:04:53 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:05:09 emily dhcpcd[10283]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:05:09 emily dhcpcd[10283]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:05:41 emily dhcpcd[10326]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:05:41 emily dhcpcd[10326]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:06:13 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:06:13 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:06:13 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:06:13 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:06:17 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:06:17 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:06:17 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:06:17 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:06:24 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:06:24 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:06:28 emily dhcpcd[10695]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:06:28 emily dhcpcd[10695]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:06:43 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:06:43 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:07:01 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:07:01 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:07:04 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:07:04 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:07:06 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:07:06 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:07:07 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:07:07 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:07:27 emily dhcpcd[11008]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:07:27 emily dhcpcd[11008]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:07:29 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:07:29 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:07:39 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:07:39 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:08:22 emily dhcpcd[11163]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:08:22 emily dhcpcd[11163]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:09:14 emily dhcpcd[11221]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:09:14 emily dhcpcd[11221]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:09:50 emily dhcpcd[11275]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:09:50 emily dhcpcd[11275]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:10:25 emily dhcpcd[11310]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:10:25 emily dhcpcd[11310]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:10:35 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 14:10:36 emily dhcpcd[11327]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 14:10:36 emily dhcpcd[11327]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:10:56 emily dhcpcd[11364]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:10:56 emily dhcpcd[11364]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:10:56 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 14:10:56 emily fangfrisch[11365]: Traceback (most recent call last):
Nov 14 14:10:56 emily fangfrisch[11365]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 14:10:56 emily fangfrisch[11365]: from fangfrisch.__main__ import main
Nov 14 14:10:56 emily fangfrisch[11365]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 14:10:56 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:10:56 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 14:11:31 emily dhcpcd[11398]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:11:31 emily dhcpcd[11398]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:12:09 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:12:09 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:12:31 emily dhcpcd[11494]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:12:31 emily dhcpcd[11494]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:13:05 emily dhcpcd[11549]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:13:05 emily dhcpcd[11549]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:13:23 emily clamd[611]: Thu Nov 14 14:13:23 2024 -> SelfCheck: Database status OK.
Nov 14 14:13:36 emily dhcpcd[11577]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:13:36 emily dhcpcd[11577]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:14:18 emily dhcpcd[11627]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:14:18 emily dhcpcd[11627]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:14:58 emily dhcpcd[11674]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:14:58 emily dhcpcd[11674]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:15:35 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:15:35 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:15:39 emily dhcpcd[11806]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:15:39 emily dhcpcd[11806]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:16:32 emily dhcpcd[11893]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:16:32 emily dhcpcd[11893]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:16:49 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:16:49 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:17:04 emily dhcpcd[11971]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:17:04 emily dhcpcd[11971]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:18:03 emily dhcpcd[12035]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:18:03 emily dhcpcd[12035]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:18:50 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:18:50 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:19:02 emily dhcpcd[12140]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:19:02 emily dhcpcd[12140]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:19:27 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:19:27 emily xdg-desktop-por[12180]: cannot open display:
Nov 14 14:19:27 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:19:27 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:19:27 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:19:27 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:19:27 emily xdg-desktop-por[12182]: cannot open display:
Nov 14 14:19:27 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:19:27 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:19:27 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:19:27 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:19:27 emily xdg-desktop-por[12184]: cannot open display:
Nov 14 14:19:27 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:19:27 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:19:27 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:19:27 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:19:27 emily xdg-desktop-por[12187]: cannot open display:
Nov 14 14:19:27 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:19:27 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:19:27 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:19:27 emily systemd[666]: Starting Virtual filesystem service - disk device monitor...
Nov 14 14:19:27 emily systemd[1]: Starting Disk Manager...
Nov 14 14:19:27 emily udisksd[12195]: udisks daemon version 2.10.1 starting
Nov 14 14:19:27 emily kernel: block nvme0n1: No UUID available providing old NGUID
Nov 14 14:19:27 emily systemd[1]: Started Disk Manager.
Nov 14 14:19:27 emily udisksd[12195]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 14 14:19:28 emily systemd[666]: Started Virtual filesystem service - disk device monitor.
Nov 14 14:19:28 emily systemd[666]: Starting User preferences database...
Nov 14 14:19:28 emily systemd[666]: Started User preferences database.
Nov 14 14:19:28 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:19:28 emily xdg-desktop-por[12210]: cannot open display:
Nov 14 14:19:28 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:19:28 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:19:28 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:19:28 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 14:19:28 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:19:28 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:19:28 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 14:19:39 emily dhcpcd[12229]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:19:39 emily dhcpcd[12229]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:20:12 emily dhcpcd[12274]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:20:12 emily dhcpcd[12274]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:20:17 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 14:20:17 emily fangfrisch[12277]: Traceback (most recent call last):
Nov 14 14:20:17 emily fangfrisch[12277]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 14:20:17 emily fangfrisch[12277]: from fangfrisch.__main__ import main
Nov 14 14:20:17 emily fangfrisch[12277]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 14:20:17 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:20:17 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 14:20:36 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 14:20:37 emily dhcpcd[12341]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 14:20:37 emily dhcpcd[12341]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:20:49 emily dhcpcd[12365]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:20:49 emily dhcpcd[12365]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:21:36 emily dhcpcd[12412]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:21:36 emily dhcpcd[12412]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:21:50 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:21:50 emily xdg-desktop-por[12433]: cannot open display:
Nov 14 14:21:50 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:21:50 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:21:50 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:21:50 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:21:50 emily xdg-desktop-por[12438]: cannot open display:
Nov 14 14:21:50 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:21:50 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:21:50 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:22:00 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:22:00 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:22:02 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:22:02 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:22:07 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:22:07 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:22:11 emily dhcpcd[12620]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:22:11 emily dhcpcd[12620]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:22:57 emily dhcpcd[12719]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:22:57 emily dhcpcd[12719]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:23:23 emily clamd[611]: Thu Nov 14 14:23:23 2024 -> SelfCheck: Database status OK.
Nov 14 14:23:55 emily dhcpcd[12826]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:23:55 emily dhcpcd[12826]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:24:48 emily dhcpcd[12880]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:24:48 emily dhcpcd[12880]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:25:36 emily dhcpcd[12933]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:25:36 emily dhcpcd[12933]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:26:13 emily dhcpcd[12978]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:26:13 emily dhcpcd[12978]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:27:08 emily dhcpcd[13052]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:27:08 emily dhcpcd[13052]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:28:02 emily dhcpcd[13110]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:28:02 emily dhcpcd[13110]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:28:41 emily dhcpcd[13161]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:28:41 emily dhcpcd[13161]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:29:10 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:29:10 emily rtkit-daemon[992]: Supervising 8 threads of 7 processes of 1 users.
Nov 14 14:29:23 emily dhcpcd[13254]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:29:23 emily dhcpcd[13254]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:29:42 emily steam-runtime-steam-remote[13292]: steam-runtime-steam-remote: Steam is not running: No such device or address
Nov 14 14:29:46 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:29:46 emily xdg-desktop-por[13412]: cannot open display:
Nov 14 14:29:46 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:29:46 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:29:46 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:29:46 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:29:46 emily xdg-desktop-por[13419]: cannot open display:
Nov 14 14:29:46 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:29:46 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:29:46 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:29:46 emily rtkit-daemon[992]: Successfully made thread 13489 of process 13396 owned by '1000' high priority at nice level -10.
Nov 14 14:29:46 emily rtkit-daemon[992]: Supervising 9 threads of 8 processes of 1 users.
Nov 14 14:29:46 emily rtkit-daemon[992]: Successfully made thread 13490 of process 13396 owned by '1000' high priority at nice level -10.
Nov 14 14:29:46 emily rtkit-daemon[992]: Supervising 10 threads of 8 processes of 1 users.
Nov 14 14:29:46 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:29:46 emily xdg-desktop-por[13501]: cannot open display:
Nov 14 14:29:46 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:29:46 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:29:46 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:29:46 emily rtkit-daemon[992]: Successfully made thread 13515 of process 13396 owned by '1000' high priority at nice level -10.
Nov 14 14:29:46 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 14:29:48 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:29:48 emily xdg-desktop-por[13627]: cannot open display:
Nov 14 14:29:48 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:29:48 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:29:48 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:29:48 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:29:48 emily xdg-desktop-por[13636]: cannot open display:
Nov 14 14:29:48 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:29:48 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:29:48 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:29:48 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 14:29:48 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 14:30:00 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:30:00 emily xdg-desktop-por[13789]: cannot open display:
Nov 14 14:30:00 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:30:00 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:30:00 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:30:00 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:30:00 emily xdg-desktop-por[13793]: cannot open display:
Nov 14 14:30:00 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:30:00 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:30:00 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:30:15 emily dhcpcd[14218]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:30:15 emily dhcpcd[14218]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:30:37 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 14:30:38 emily dhcpcd[14492]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 14:30:38 emily dhcpcd[14492]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:30:40 emily kernel: warning: `wine_sechost_se' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Nov 14 14:30:48 emily dhcpcd[14658]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:30:48 emily dhcpcd[14658]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:31:18 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 14:31:18 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 14:31:18 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 14:31:18 emily fangfrisch[15007]: Traceback (most recent call last):
Nov 14 14:31:18 emily fangfrisch[15007]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 14:31:18 emily fangfrisch[15007]: from fangfrisch.__main__ import main
Nov 14 14:31:18 emily fangfrisch[15007]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 14:31:18 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:31:18 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 14:31:23 emily dhcpcd[15014]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:31:23 emily dhcpcd[15014]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:32:20 emily dhcpcd[15363]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:32:20 emily dhcpcd[15363]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:32:42 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:32:43 emily xdg-desktop-por[15576]: cannot open display:
Nov 14 14:32:43 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:32:43 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:32:43 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:32:43 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:32:43 emily xdg-desktop-por[15578]: cannot open display:
Nov 14 14:32:43 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:32:43 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:32:43 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:32:43 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:32:43 emily xdg-desktop-por[15580]: cannot open display:
Nov 14 14:32:43 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:32:43 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:32:43 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:32:43 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:32:43 emily xdg-desktop-por[15583]: cannot open display:
Nov 14 14:32:43 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:32:43 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:32:43 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:32:43 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 14:32:43 emily rtkit-daemon[992]: Successfully made thread 15587 of process 15563 owned by '1000' high priority at nice level -15.
Nov 14 14:32:43 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 14:32:43 emily rtkit-daemon[992]: Successfully made thread 15590 of process 15563 owned by '1000' high priority at nice level -15.
Nov 14 14:32:43 emily rtkit-daemon[992]: Supervising 13 threads of 9 processes of 1 users.
Nov 14 14:32:43 emily rtkit-daemon[992]: Successfully made thread 15640 of process 15563 owned by '1000' high priority at nice level -10.
Nov 14 14:32:43 emily rtkit-daemon[992]: Supervising 14 threads of 9 processes of 1 users.
Nov 14 14:32:45 emily rtkit-daemon[992]: Successfully made thread 15709 of process 15563 owned by '1000' high priority at nice level -15.
Nov 14 14:32:45 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 14:32:59 emily rtkit-daemon[992]: Successfully made thread 15739 of process 15563 owned by '1000' high priority at nice level -15.
Nov 14 14:32:59 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 14:32:59 emily rtkit-daemon[992]: Successfully made thread 15742 of process 15563 owned by '1000' high priority at nice level -15.
Nov 14 14:32:59 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 14:33:00 emily dhcpcd[15749]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:33:00 emily dhcpcd[15749]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:33:11 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 14:33:11 emily xdg-desktop-por[15826]: cannot open display:
Nov 14 14:33:11 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:33:11 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 14:33:11 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 14:33:23 emily clamd[611]: Thu Nov 14 14:33:23 2024 -> SelfCheck: Database status OK.
Nov 14 14:33:35 emily dhcpcd[16025]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:33:35 emily dhcpcd[16025]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:34:07 emily dhcpcd[16075]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:34:07 emily dhcpcd[16075]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:34:46 emily dhcpcd[16173]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:34:46 emily dhcpcd[16173]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:35:26 emily dhcpcd[16246]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:35:26 emily dhcpcd[16246]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:35:59 emily dhcpcd[16283]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:35:59 emily dhcpcd[16283]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:36:50 emily dhcpcd[16366]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:36:50 emily dhcpcd[16366]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:37:39 emily dhcpcd[16493]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:37:39 emily dhcpcd[16493]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:38:23 emily dhcpcd[16607]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:38:23 emily dhcpcd[16607]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:39:07 emily dhcpcd[16671]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:39:07 emily dhcpcd[16671]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:39:59 emily dhcpcd[16767]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:39:59 emily dhcpcd[16767]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:40:38 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 14:40:39 emily dhcpcd[16849]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 14:40:39 emily dhcpcd[16849]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:40:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 14:40:39 emily fangfrisch[16850]: Traceback (most recent call last):
Nov 14 14:40:39 emily fangfrisch[16850]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 14:40:39 emily fangfrisch[16850]: from fangfrisch.__main__ import main
Nov 14 14:40:39 emily fangfrisch[16850]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 14:40:39 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:40:39 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 14:40:41 emily dhcpcd[16862]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:40:41 emily dhcpcd[16862]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:41:24 emily dhcpcd[16892]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:41:24 emily dhcpcd[16892]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:42:23 emily dhcpcd[16926]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:42:23 emily dhcpcd[16926]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:43:08 emily dhcpcd[16957]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:43:08 emily dhcpcd[16957]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:43:23 emily clamd[611]: Thu Nov 14 14:43:23 2024 -> SelfCheck: Database status OK.
Nov 14 14:43:58 emily dhcpcd[16988]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:43:58 emily dhcpcd[16988]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:44:44 emily dhcpcd[17020]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:44:44 emily dhcpcd[17020]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:45:34 emily dhcpcd[17053]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:45:34 emily dhcpcd[17053]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:46:10 emily dhcpcd[17074]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:46:10 emily dhcpcd[17074]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:46:54 emily dhcpcd[17105]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:46:54 emily dhcpcd[17105]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:47:37 emily dhcpcd[17133]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:47:37 emily dhcpcd[17133]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:48:31 emily dhcpcd[17169]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:48:31 emily dhcpcd[17169]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:49:22 emily dhcpcd[17196]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:49:22 emily dhcpcd[17196]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:50:00 emily dhcpcd[17224]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:50:00 emily dhcpcd[17224]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:50:29 emily dhcpcd[17241]: Dropped protocol specifier '.dhcp' from 'enp8s0.dhcp'. Using 'enp8s0' (ifindex=2).
Nov 14 14:50:29 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 14:50:29 emily dhcpcd[17241]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:50:29 emily fangfrisch[17242]: Traceback (most recent call last):
Nov 14 14:50:29 emily fangfrisch[17242]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 14:50:29 emily fangfrisch[17242]: from fangfrisch.__main__ import main
Nov 14 14:50:29 emily fangfrisch[17242]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 14:50:29 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 14:50:29 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 14:50:39 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 14:50:40 emily dhcpcd[17255]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 14:50:40 emily dhcpcd[17255]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:50:47 emily dhcpcd[17266]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:50:47 emily dhcpcd[17266]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:51:17 emily dhcpcd[17287]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:51:17 emily dhcpcd[17287]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:52:07 emily dhcpcd[17320]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:52:07 emily dhcpcd[17320]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:52:46 emily dhcpcd[17346]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:52:46 emily dhcpcd[17346]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:53:20 emily dhcpcd[17368]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:53:20 emily dhcpcd[17368]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:53:23 emily clamd[611]: Thu Nov 14 14:53:23 2024 -> SelfCheck: Database status OK.
Nov 14 14:54:14 emily dhcpcd[17396]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:54:14 emily dhcpcd[17396]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:54:51 emily dhcpcd[17418]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:54:51 emily dhcpcd[17418]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:55:33 emily dhcpcd[17445]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:55:33 emily dhcpcd[17445]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:56:33 emily dhcpcd[17481]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:56:33 emily dhcpcd[17481]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:57:12 emily dhcpcd[17507]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:57:12 emily dhcpcd[17507]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:58:04 emily dhcpcd[17539]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:58:04 emily dhcpcd[17539]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:58:43 emily dhcpcd[17566]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:58:43 emily dhcpcd[17566]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 14:59:25 emily dhcpcd[17590]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 14:59:25 emily dhcpcd[17590]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:00:07 emily dhcpcd[17621]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:00:07 emily dhcpcd[17621]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:00:40 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 15:00:41 emily dhcpcd[17641]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 15:00:41 emily dhcpcd[17641]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:01:00 emily CROND[17662]: (root) CMD (run-parts /etc/cron.hourly)
Nov 14 15:01:00 emily CROND[17661]: (root) CMDEND (run-parts /etc/cron.hourly)
Nov 14 15:01:06 emily dhcpcd[17671]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:01:06 emily dhcpcd[17671]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:01:06 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 15:01:06 emily fangfrisch[17672]: Traceback (most recent call last):
Nov 14 15:01:06 emily fangfrisch[17672]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 15:01:06 emily fangfrisch[17672]: from fangfrisch.__main__ import main
Nov 14 15:01:06 emily fangfrisch[17672]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 15:01:06 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 15:01:06 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 15:02:01 emily dhcpcd[17708]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:02:01 emily dhcpcd[17708]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:02:58 emily dhcpcd[17742]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:02:58 emily dhcpcd[17742]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:03:23 emily clamd[611]: Thu Nov 14 15:03:23 2024 -> SelfCheck: Database status OK.
Nov 14 15:03:48 emily dhcpcd[17772]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:03:48 emily dhcpcd[17772]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:04:25 emily dhcpcd[17794]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:04:26 emily dhcpcd[17794]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:05:05 emily dhcpcd[17821]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:05:05 emily dhcpcd[17821]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:05:55 emily dhcpcd[17853]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:05:55 emily dhcpcd[17853]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:06:47 emily dhcpcd[17885]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:06:47 emily dhcpcd[17885]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:07:46 emily dhcpcd[17921]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:07:46 emily dhcpcd[17921]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:08:22 emily dhcpcd[17946]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:08:22 emily dhcpcd[17946]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:09:04 emily dhcpcd[17974]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:09:04 emily dhcpcd[17974]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:09:38 emily dhcpcd[17998]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:09:39 emily dhcpcd[17998]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:10:29 emily dhcpcd[18030]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:10:29 emily dhcpcd[18030]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:10:29 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 15:10:29 emily fangfrisch[18031]: Traceback (most recent call last):
Nov 14 15:10:29 emily fangfrisch[18031]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 15:10:29 emily fangfrisch[18031]: from fangfrisch.__main__ import main
Nov 14 15:10:29 emily fangfrisch[18031]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 15:10:29 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 15:10:29 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 15:10:41 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 15:10:43 emily dhcpcd[18044]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 15:10:43 emily dhcpcd[18044]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:11:24 emily dhcpcd[18075]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:11:24 emily dhcpcd[18075]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:12:22 emily dhcpcd[18111]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:12:22 emily dhcpcd[18111]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:13:04 emily dhcpcd[18141]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:13:04 emily dhcpcd[18141]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:13:23 emily clamd[611]: Thu Nov 14 15:13:23 2024 -> SelfCheck: Database status OK.
Nov 14 15:13:36 emily dhcpcd[18165]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:13:36 emily dhcpcd[18165]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:14:22 emily dhcpcd[18191]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:14:22 emily dhcpcd[18191]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:15:03 emily dhcpcd[18219]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:15:03 emily dhcpcd[18219]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:15:56 emily dhcpcd[18250]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:15:56 emily dhcpcd[18250]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:16:51 emily dhcpcd[18282]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:16:51 emily dhcpcd[18282]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:17:36 emily dhcpcd[18336]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:17:36 emily dhcpcd[18336]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:17:45 emily kernel: perf: interrupt took too long (2515 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
Nov 14 15:18:23 emily dhcpcd[18383]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:18:23 emily dhcpcd[18383]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:18:54 emily dhcpcd[18417]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:18:54 emily dhcpcd[18417]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:19:08 emily systemd[1]: Starting Time & Date Service...
Nov 14 15:19:08 emily systemd[1]: Started Time & Date Service.
Nov 14 15:19:09 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 15:19:09 emily xdg-desktop-por[18549]: cannot open display:
Nov 14 15:19:09 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 15:19:09 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 15:19:09 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 15:19:09 emily rtkit-daemon[992]: Supervising 10 threads of 3 processes of 1 users.
Nov 14 15:19:09 emily rtkit-daemon[992]: Supervising 10 threads of 3 processes of 1 users.
Nov 14 15:19:09 emily rtkit-daemon[992]: Supervising 10 threads of 3 processes of 1 users.
Nov 14 15:19:09 emily rtkit-daemon[992]: Supervising 10 threads of 3 processes of 1 users.
Nov 14 15:19:09 emily rtkit-daemon[992]: Supervising 10 threads of 3 processes of 1 users.
Nov 14 15:19:09 emily rtkit-daemon[992]: Supervising 10 threads of 3 processes of 1 users.
Nov 14 15:19:09 emily rtkit-daemon[992]: Successfully made thread 18609 of process 18438 owned by '1000' RT at priority 10.
Nov 14 15:19:09 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:10 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:12 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:12 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:12 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:12 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:12 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:12 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:16 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:16 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:18 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:18 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:18 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:18 emily rtkit-daemon[992]: Supervising 11 threads of 4 processes of 1 users.
Nov 14 15:19:38 emily systemd[1]: systemd-timedated.service: Deactivated successfully.
Nov 14 15:19:40 emily rtkit-daemon[992]: Supervising 9 threads of 4 processes of 1 users.
Nov 14 15:19:40 emily rtkit-daemon[992]: Supervising 9 threads of 4 processes of 1 users.
Nov 14 15:19:43 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 15:19:43 emily xdg-desktop-por[20037]: cannot open display:
Nov 14 15:19:43 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 15:19:43 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 15:19:43 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 15:19:43 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 15:19:43 emily xdg-desktop-por[20042]: cannot open display:
Nov 14 15:19:43 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 15:19:43 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 15:19:43 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 15:19:52 emily dhcpcd[20105]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:19:52 emily dhcpcd[20105]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:20:03 emily rtkit-daemon[992]: Supervising 6 threads of 3 processes of 1 users.
Nov 14 15:20:03 emily rtkit-daemon[992]: Supervising 6 threads of 3 processes of 1 users.
Nov 14 15:20:03 emily rtkit-daemon[992]: Successfully made thread 20196 of process 18891 owned by '1000' RT at priority 10.
Nov 14 15:20:03 emily rtkit-daemon[992]: Supervising 7 threads of 4 processes of 1 users.
Nov 14 15:20:09 emily rtkit-daemon[992]: Supervising 7 threads of 4 processes of 1 users.
Nov 14 15:20:09 emily rtkit-daemon[992]: Supervising 7 threads of 4 processes of 1 users.
Nov 14 15:20:09 emily rtkit-daemon[992]: Successfully made thread 20250 of process 18912 owned by '1000' RT at priority 10.
Nov 14 15:20:09 emily rtkit-daemon[992]: Supervising 8 threads of 5 processes of 1 users.
Nov 14 15:20:09 emily rtkit-daemon[992]: Supervising 8 threads of 5 processes of 1 users.
Nov 14 15:20:09 emily rtkit-daemon[992]: Supervising 8 threads of 5 processes of 1 users.
Nov 14 15:20:09 emily rtkit-daemon[992]: Successfully made thread 20261 of process 18869 owned by '1000' RT at priority 10.
Nov 14 15:20:09 emily rtkit-daemon[992]: Supervising 9 threads of 6 processes of 1 users.
Nov 14 15:20:11 emily rtkit-daemon[992]: Supervising 9 threads of 6 processes of 1 users.
Nov 14 15:20:11 emily rtkit-daemon[992]: Supervising 9 threads of 6 processes of 1 users.
Nov 14 15:20:11 emily rtkit-daemon[992]: Successfully made thread 20276 of process 18635 owned by '1000' RT at priority 10.
Nov 14 15:20:11 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:31 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:31 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:38 emily dhcpcd[20362]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:20:38 emily dhcpcd[20362]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:20:38 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 15:20:38 emily fangfrisch[20363]: Traceback (most recent call last):
Nov 14 15:20:38 emily fangfrisch[20363]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 15:20:38 emily fangfrisch[20363]: from fangfrisch.__main__ import main
Nov 14 15:20:38 emily fangfrisch[20363]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 15:20:38 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 15:20:38 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 15:20:40 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:40 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:40 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:40 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:41 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:41 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:41 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:41 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:42 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:42 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:42 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:42 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:42 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:42 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:43 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:43 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:43 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 15:20:43 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:43 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:43 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:43 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:43 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:43 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:43 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:43 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:44 emily dhcpcd[21029]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 15:20:44 emily dhcpcd[21029]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:20:51 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:51 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:53 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:53 emily rtkit-daemon[992]: Supervising 10 threads of 7 processes of 1 users.
Nov 14 15:20:53 emily rtkit-daemon[992]: Successfully made thread 21145 of process 19286 owned by '1000' RT at priority 10.
Nov 14 15:20:53 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:20:54 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:20:54 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:20:56 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:20:56 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:20:56 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:20:56 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:20:57 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:20:57 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:21:18 emily dhcpcd[21425]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:21:18 emily dhcpcd[21425]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:21:44 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:21:44 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:22:07 emily dhcpcd[21546]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:22:07 emily dhcpcd[21546]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:22:59 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:22:59 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:03 emily dhcpcd[21685]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:23:03 emily dhcpcd[21685]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:23:15 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:15 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:21 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:21 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:21 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:21 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:23 emily clamd[611]: Thu Nov 14 15:23:23 2024 -> SelfCheck: Database status OK.
Nov 14 15:23:23 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:23 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:25 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:25 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:28 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:28 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:31 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:31 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:42 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:42 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:47 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:47 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:49 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:49 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:23:54 emily dhcpcd[22705]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:23:54 emily dhcpcd[22705]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:24:27 emily dhcpcd[22784]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:24:27 emily dhcpcd[22784]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:25:21 emily dhcpcd[22887]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:25:21 emily dhcpcd[22887]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:25:25 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:25:25 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:26:08 emily dhcpcd[22973]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:26:08 emily dhcpcd[22973]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:26:14 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:26:14 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:26:41 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:26:41 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:27:06 emily dhcpcd[23121]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:27:06 emily dhcpcd[23121]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:27:14 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:27:14 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:27:51 emily dhcpcd[23235]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:27:51 emily dhcpcd[23235]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:28:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:28:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:28:45 emily dhcpcd[23342]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:28:45 emily dhcpcd[23342]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:29:23 emily dhcpcd[23387]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:29:23 emily dhcpcd[23387]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:29:57 emily dhcpcd[23424]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:29:57 emily dhcpcd[23424]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:30:03 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:30:03 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:30:31 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:30:31 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:30:33 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:30:33 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:30:43 emily dhcpcd[23650]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:30:43 emily dhcpcd[23650]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:30:44 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 15:30:45 emily dhcpcd[23654]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 15:30:45 emily dhcpcd[23654]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:31:20 emily dhcpcd[23702]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:31:20 emily dhcpcd[23702]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:31:32 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:31:32 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:31:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 15:31:39 emily fangfrisch[23773]: Traceback (most recent call last):
Nov 14 15:31:39 emily fangfrisch[23773]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 15:31:39 emily fangfrisch[23773]: from fangfrisch.__main__ import main
Nov 14 15:31:39 emily fangfrisch[23773]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 15:31:39 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 15:31:39 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 15:32:01 emily dhcpcd[23800]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:32:01 emily dhcpcd[23800]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:32:58 emily dhcpcd[23857]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:32:58 emily dhcpcd[23857]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:33:06 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:33:06 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:33:23 emily clamd[611]: Thu Nov 14 15:33:23 2024 -> SelfCheck: Database status OK.
Nov 14 15:33:40 emily dhcpcd[23940]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:33:40 emily dhcpcd[23940]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:34:11 emily dhcpcd[23964]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:34:11 emily dhcpcd[23964]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:34:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:34:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:35:04 emily dhcpcd[24055]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:35:04 emily dhcpcd[24055]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:35:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:35:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:35:21 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:35:21 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:35:43 emily dhcpcd[24208]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:35:43 emily dhcpcd[24208]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:36:22 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:36:22 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:36:26 emily dhcpcd[24289]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:36:26 emily dhcpcd[24289]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:36:57 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:36:57 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:37:21 emily dhcpcd[24376]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:37:21 emily dhcpcd[24376]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:37:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:37:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:37:58 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:37:58 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:38:16 emily dhcpcd[24535]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:38:16 emily dhcpcd[24535]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:39:10 emily dhcpcd[24587]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:39:10 emily dhcpcd[24587]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:39:58 emily dhcpcd[24649]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:39:58 emily dhcpcd[24649]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:40:45 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 15:40:46 emily dhcpcd[24703]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 15:40:46 emily dhcpcd[24703]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:40:48 emily dhcpcd[24714]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:40:48 emily dhcpcd[24714]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:41:27 emily dhcpcd[24756]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:41:27 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 15:41:27 emily dhcpcd[24756]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:41:27 emily fangfrisch[24757]: Traceback (most recent call last):
Nov 14 15:41:27 emily fangfrisch[24757]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 15:41:27 emily fangfrisch[24757]: from fangfrisch.__main__ import main
Nov 14 15:41:27 emily fangfrisch[24757]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 15:41:27 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 15:41:27 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 15:42:01 emily dhcpcd[24814]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:42:01 emily dhcpcd[24814]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:42:14 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:42:14 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:42:16 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:42:16 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:42:52 emily dhcpcd[24947]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:42:52 emily dhcpcd[24947]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:43:24 emily clamd[611]: Thu Nov 14 15:43:24 2024 -> SelfCheck: Database status OK.
Nov 14 15:43:27 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:43:27 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:43:29 emily dhcpcd[25032]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:43:29 emily dhcpcd[25032]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:44:17 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:44:17 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:44:20 emily dhcpcd[25117]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:44:20 emily dhcpcd[25117]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:44:50 emily dhcpcd[25147]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:44:50 emily dhcpcd[25147]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:45:24 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:45:24 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:45:47 emily dhcpcd[25241]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:45:47 emily dhcpcd[25241]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:46:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:46:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:46:34 emily dhcpcd[25347]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:46:34 emily dhcpcd[25347]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:47:25 emily dhcpcd[25432]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:47:25 emily dhcpcd[25432]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:48:07 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:48:07 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:48:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:48:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:48:22 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:48:22 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:48:22 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:48:22 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:48:24 emily dhcpcd[25685]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:48:24 emily dhcpcd[25685]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:48:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:48:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:48:28 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:48:28 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:49:05 emily dhcpcd[25849]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:49:05 emily dhcpcd[25849]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:49:43 emily dhcpcd[25913]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:49:43 emily dhcpcd[25913]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:50:29 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 15:50:29 emily fangfrisch[25957]: Traceback (most recent call last):
Nov 14 15:50:29 emily fangfrisch[25957]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 15:50:29 emily fangfrisch[25957]: from fangfrisch.__main__ import main
Nov 14 15:50:29 emily fangfrisch[25957]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 15:50:29 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 15:50:29 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 15:50:40 emily dhcpcd[25974]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:50:40 emily dhcpcd[25974]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:50:46 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 15:50:47 emily dhcpcd[25981]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 15:50:47 emily dhcpcd[25981]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:50:56 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:50:56 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:51:11 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:51:11 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:51:36 emily dhcpcd[26109]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:51:36 emily dhcpcd[26109]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:52:08 emily dhcpcd[26133]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:52:08 emily dhcpcd[26133]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:52:43 emily dhcpcd[26190]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:52:43 emily dhcpcd[26190]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:53:13 emily dhcpcd[26217]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:53:13 emily dhcpcd[26217]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:53:24 emily clamd[611]: Thu Nov 14 15:53:24 2024 -> SelfCheck: Database status OK.
Nov 14 15:54:01 emily dhcpcd[26269]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:54:01 emily dhcpcd[26269]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:54:42 emily dhcpcd[26334]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:54:42 emily dhcpcd[26334]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:55:24 emily dhcpcd[26376]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:55:24 emily dhcpcd[26376]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:56:09 emily dhcpcd[26416]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:56:09 emily dhcpcd[26416]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:56:35 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:35 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:40 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:40 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:42 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:42 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:42 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:42 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:45 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:45 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:47 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:47 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:50 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:50 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:52 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:52 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:53 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:53 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:55 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:55 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:56 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:56:56 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:57:02 emily dhcpcd[27057]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:57:02 emily dhcpcd[27057]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:57:45 emily dhcpcd[27106]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:57:45 emily dhcpcd[27106]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:58:22 emily dhcpcd[27150]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:58:22 emily dhcpcd[27150]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:58:55 emily dhcpcd[27182]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:58:55 emily dhcpcd[27182]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:59:50 emily dhcpcd[27244]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 15:59:50 emily dhcpcd[27244]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 15:59:55 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 15:59:55 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:00:07 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:00:07 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:00:23 emily dhcpcd[27378]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:00:23 emily dhcpcd[27378]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:00:27 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:00:27 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:00:47 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 16:00:48 emily dhcpcd[27441]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 16:00:48 emily dhcpcd[27441]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:01:00 emily CROND[27460]: (root) CMD (run-parts /etc/cron.hourly)
Nov 14 16:01:00 emily CROND[27459]: (root) CMDEND (run-parts /etc/cron.hourly)
Nov 14 16:01:19 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:01:19 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:01:21 emily dhcpcd[27522]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:01:21 emily dhcpcd[27522]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:01:21 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 16:01:21 emily fangfrisch[27523]: Traceback (most recent call last):
Nov 14 16:01:21 emily fangfrisch[27523]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 16:01:21 emily fangfrisch[27523]: from fangfrisch.__main__ import main
Nov 14 16:01:21 emily fangfrisch[27523]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 16:01:21 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 16:01:21 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 16:02:10 emily dhcpcd[27572]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:02:10 emily dhcpcd[27572]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:02:15 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:02:15 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:02:59 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:02:59 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:03:00 emily dhcpcd[27696]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:03:00 emily dhcpcd[27696]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:03:24 emily clamd[611]: Thu Nov 14 16:03:24 2024 -> SelfCheck: Database status OK.
Nov 14 16:03:47 emily dhcpcd[27743]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:03:47 emily dhcpcd[27743]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:04:46 emily dhcpcd[27805]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:04:46 emily dhcpcd[27805]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:05:10 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:05:10 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:05:12 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:05:12 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:05:12 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:05:12 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:05:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:05:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:05:41 emily dhcpcd[28046]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:05:41 emily dhcpcd[28046]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:06:19 emily dhcpcd[28093]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:06:19 emily dhcpcd[28093]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:06:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:06:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:06:25 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:06:25 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:06:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:06:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:06:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:06:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:06:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:06:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:06:54 emily dhcpcd[28378]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:06:54 emily dhcpcd[28378]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:07:39 emily dhcpcd[28426]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:07:39 emily dhcpcd[28426]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:08:18 emily dhcpcd[28467]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:08:18 emily dhcpcd[28467]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:08:49 emily dhcpcd[28496]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:08:49 emily dhcpcd[28496]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:09:22 emily dhcpcd[28536]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:09:22 emily dhcpcd[28536]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:09:52 emily dhcpcd[28571]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:09:52 emily dhcpcd[28571]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:10:48 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 16:10:49 emily dhcpcd[28635]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 16:10:49 emily dhcpcd[28635]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:10:51 emily dhcpcd[28644]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:10:51 emily dhcpcd[28644]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:11:17 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 16:11:17 emily fangfrisch[28676]: Traceback (most recent call last):
Nov 14 16:11:17 emily fangfrisch[28676]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 16:11:17 emily fangfrisch[28676]: from fangfrisch.__main__ import main
Nov 14 16:11:17 emily fangfrisch[28676]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 16:11:17 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 16:11:17 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 16:11:25 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:11:25 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:11:25 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:11:25 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:11:27 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:11:27 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:11:27 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:11:27 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:11:32 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 16:11:32 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:11:32 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:11:32 emily rtkit-daemon[992]: Successfully made thread 28984 of process 28729 owned by '1000' RT at priority 10.
Nov 14 16:11:32 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:11:32 emily xdg-desktop-por[28982]: cannot open display:
Nov 14 16:11:32 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 16:11:32 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:32 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:32 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 16:11:32 emily xdg-desktop-por[28995]: cannot open display:
Nov 14 16:11:32 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 16:11:32 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:32 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:32 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 16:11:33 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 16:11:33 emily xdg-desktop-por[28999]: cannot open display:
Nov 14 16:11:33 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 16:11:33 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:33 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:34 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 16:11:34 emily xdg-desktop-por[29078]: cannot open display:
Nov 14 16:11:34 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 16:11:34 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:34 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:34 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 16:11:34 emily xdg-desktop-por[29083]: cannot open display:
Nov 14 16:11:34 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 16:11:34 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:34 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:34 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 16:11:34 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:34 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:34 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:35 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:35 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:35 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:35 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:35 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:35 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:35 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 16:11:35 emily dhcpcd[29153]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:11:35 emily dhcpcd[29153]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:11:35 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:35 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:35 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:35 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:35 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:35 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:35 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:35 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:35 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:35 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 16:11:35 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:35 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:35 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:37 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:37 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:37 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:37 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:37 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:37 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:37 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 16:11:37 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:37 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:37 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:37 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:37 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:37 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:37 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:37 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:37 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:37 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 16:11:38 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:38 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:38 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:38 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:38 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:38 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:38 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:38 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:38 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:38 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 16:11:39 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:39 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:39 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:40 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:40 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:40 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:40 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 16:11:40 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 16:11:40 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 16:11:40 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 16:11:43 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:11:43 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:12:14 emily dhcpcd[29709]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:12:14 emily dhcpcd[29709]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:12:43 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:12:43 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:13:10 emily dhcpcd[29809]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:13:10 emily dhcpcd[29809]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:13:24 emily clamd[611]: Thu Nov 14 16:13:24 2024 -> SelfCheck: Database status OK.
Nov 14 16:13:49 emily dhcpcd[29858]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:13:49 emily dhcpcd[29858]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:14:04 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:04 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:04 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:04 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:04 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:04 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:04 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:04 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:07 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:07 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:07 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:07 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:07 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:07 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:08 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:08 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:08 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:08 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:09 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:09 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:10 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:10 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:10 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:10 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:14 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:14 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:30 emily dhcpcd[30629]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:14:30 emily dhcpcd[30629]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:14:33 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:33 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 16:14:56 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:14:56 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:14:59 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:14:59 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:15:00 emily dhcpcd[30789]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:15:00 emily dhcpcd[30789]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:15:01 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:15:01 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:15:04 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:15:04 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:15:16 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:15:16 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:15:40 emily dhcpcd[30985]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:15:40 emily dhcpcd[30985]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:16:27 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:16:27 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:16:39 emily dhcpcd[31094]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:16:39 emily dhcpcd[31094]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:17:21 emily dhcpcd[31137]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:17:21 emily dhcpcd[31137]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:18:12 emily dhcpcd[31181]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:18:12 emily dhcpcd[31181]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:18:56 emily dhcpcd[31231]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:18:56 emily dhcpcd[31231]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:19:31 emily dhcpcd[31285]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:19:31 emily dhcpcd[31285]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:20:04 emily dhcpcd[31311]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:20:04 emily dhcpcd[31311]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:20:37 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:20:37 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:20:49 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 16:20:50 emily dhcpcd[31418]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 16:20:50 emily dhcpcd[31418]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:20:57 emily dhcpcd[31442]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:20:57 emily dhcpcd[31442]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:20:57 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:20:57 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:21:31 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 16:21:31 emily fangfrisch[31516]: Traceback (most recent call last):
Nov 14 16:21:31 emily fangfrisch[31516]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 16:21:31 emily fangfrisch[31516]: from fangfrisch.__main__ import main
Nov 14 16:21:31 emily fangfrisch[31516]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 16:21:31 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 16:21:31 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 16:21:33 emily dhcpcd[31527]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:21:33 emily dhcpcd[31527]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:22:05 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:22:05 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:22:32 emily dhcpcd[31651]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:22:32 emily dhcpcd[31651]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:23:24 emily clamd[611]: Thu Nov 14 16:23:24 2024 -> SelfCheck: Database status OK.
Nov 14 16:23:27 emily dhcpcd[31708]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:23:27 emily dhcpcd[31708]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:24:02 emily dhcpcd[31743]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:24:02 emily dhcpcd[31743]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:24:50 emily dhcpcd[31798]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:24:50 emily dhcpcd[31798]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:25:18 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:25:18 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:25:21 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:25:21 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:25:35 emily dhcpcd[31943]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:25:35 emily dhcpcd[31943]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:26:26 emily dhcpcd[32003]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:26:26 emily dhcpcd[32003]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:27:13 emily dhcpcd[32043]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:27:13 emily dhcpcd[32043]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:27:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:27:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:27:52 emily dhcpcd[32128]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:27:52 emily dhcpcd[32128]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:28:43 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:28:43 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:28:52 emily dhcpcd[32267]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:28:52 emily dhcpcd[32267]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:29:44 emily dhcpcd[32403]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:29:44 emily dhcpcd[32403]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:29:50 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:29:50 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:30:36 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 16:30:36 emily fangfrisch[32478]: Traceback (most recent call last):
Nov 14 16:30:36 emily fangfrisch[32478]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 16:30:36 emily fangfrisch[32478]: from fangfrisch.__main__ import main
Nov 14 16:30:36 emily fangfrisch[32478]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 16:30:36 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 16:30:36 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 16:30:39 emily dhcpcd[32484]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:30:39 emily dhcpcd[32484]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:30:50 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 16:30:51 emily dhcpcd[32500]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 16:30:51 emily dhcpcd[32500]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:31:17 emily dhcpcd[32533]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:31:17 emily dhcpcd[32533]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:32:10 emily dhcpcd[32583]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:32:10 emily dhcpcd[32583]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:33:08 emily dhcpcd[32645]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:33:08 emily dhcpcd[32645]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:33:24 emily clamd[611]: Thu Nov 14 16:33:24 2024 -> SelfCheck: Database status OK.
Nov 14 16:33:40 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:33:40 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:33:46 emily dhcpcd[32738]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:33:46 emily dhcpcd[32738]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:34:38 emily dhcpcd[32794]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:34:38 emily dhcpcd[32794]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:35:19 emily dhcpcd[32837]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:35:19 emily dhcpcd[32837]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:36:07 emily dhcpcd[32877]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:36:07 emily dhcpcd[32877]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:36:55 emily dhcpcd[32928]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:36:55 emily dhcpcd[32928]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:37:45 emily dhcpcd[32996]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:37:45 emily dhcpcd[32996]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:37:48 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:37:48 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:38:43 emily dhcpcd[33101]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:38:43 emily dhcpcd[33101]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:39:32 emily dhcpcd[33149]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:39:32 emily dhcpcd[33149]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:40:31 emily dhcpcd[33205]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:40:31 emily dhcpcd[33205]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:40:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 16:40:39 emily fangfrisch[33215]: Traceback (most recent call last):
Nov 14 16:40:39 emily fangfrisch[33215]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 16:40:39 emily fangfrisch[33215]: from fangfrisch.__main__ import main
Nov 14 16:40:39 emily fangfrisch[33215]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 16:40:39 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 16:40:39 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 16:40:51 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 16:40:53 emily dhcpcd[33234]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 16:40:53 emily dhcpcd[33234]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:41:29 emily dhcpcd[33276]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:41:29 emily dhcpcd[33276]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:41:59 emily dhcpcd[33306]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:41:59 emily dhcpcd[33306]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:42:49 emily dhcpcd[33360]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:42:49 emily dhcpcd[33360]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:43:11 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:43:11 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:43:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:43:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:43:23 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:43:23 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:43:24 emily clamd[611]: Thu Nov 14 16:43:24 2024 -> SelfCheck: Database status OK.
Nov 14 16:43:32 emily dhcpcd[33581]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:43:32 emily dhcpcd[33581]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:44:06 emily dhcpcd[33618]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:44:06 emily dhcpcd[33618]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:44:46 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:44:46 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:44:46 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:44:46 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:44:51 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:44:51 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:44:56 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:44:56 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:00 emily dhcpcd[33940]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:45:00 emily dhcpcd[33940]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:45:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:34 emily dhcpcd[34172]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:45:34 emily dhcpcd[34172]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:45:35 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:35 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:35 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:35 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:45:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:46:16 emily dhcpcd[34528]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:46:16 emily dhcpcd[34528]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:46:54 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:46:54 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:06 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:06 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:06 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:06 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:07 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:07 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:07 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:07 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:08 emily dhcpcd[34854]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:47:08 emily dhcpcd[34854]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:47:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:30 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:47:30 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:48:07 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:48:07 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:48:07 emily dhcpcd[35110]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:48:07 emily dhcpcd[35110]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:48:53 emily dhcpcd[35162]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:48:53 emily dhcpcd[35162]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:49:33 emily dhcpcd[35209]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:49:33 emily dhcpcd[35209]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:50:18 emily dhcpcd[35257]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:50:18 emily dhcpcd[35257]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:50:31 emily dhcpcd[35290]: Dropped protocol specifier '.dhcp' from 'enp8s0.dhcp'. Using 'enp8s0' (ifindex=2).
Nov 14 16:50:31 emily dhcpcd[35290]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:50:47 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 16:50:47 emily fangfrisch[35305]: Traceback (most recent call last):
Nov 14 16:50:47 emily fangfrisch[35305]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 16:50:47 emily fangfrisch[35305]: from fangfrisch.__main__ import main
Nov 14 16:50:47 emily fangfrisch[35305]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 16:50:47 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 16:50:47 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 16:50:53 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 16:50:54 emily dhcpcd[35320]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 16:50:54 emily dhcpcd[35320]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:50:56 emily dhcpcd[35329]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:50:56 emily dhcpcd[35329]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:50:59 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:50:59 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:51:52 emily dhcpcd[35421]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:51:52 emily dhcpcd[35421]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:52:46 emily dhcpcd[35491]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:52:46 emily dhcpcd[35491]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:52:54 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:52:54 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:53:24 emily dhcpcd[35568]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:53:24 emily dhcpcd[35568]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:53:24 emily clamd[611]: Thu Nov 14 16:53:24 2024 -> SelfCheck: Database status OK.
Nov 14 16:54:11 emily dhcpcd[35611]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:54:11 emily dhcpcd[35611]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:54:53 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:54:53 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:55:00 emily dhcpcd[35734]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:55:00 emily dhcpcd[35734]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:55:02 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:55:02 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:55:47 emily dhcpcd[35839]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:55:47 emily dhcpcd[35839]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:56:00 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:56:00 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:56:02 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:56:02 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:56:12 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:56:12 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:56:27 emily dhcpcd[36067]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:56:27 emily dhcpcd[36067]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:56:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:56:34 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:57:13 emily dhcpcd[36168]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:57:13 emily dhcpcd[36168]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:57:31 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:57:31 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:57:37 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:57:37 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 16:58:08 emily dhcpcd[36326]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:58:08 emily dhcpcd[36326]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:58:40 emily dhcpcd[36368]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:58:40 emily dhcpcd[36368]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 16:59:38 emily dhcpcd[36459]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 16:59:38 emily dhcpcd[36459]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:00:19 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:00:19 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:00:20 emily dhcpcd[36535]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:00:20 emily dhcpcd[36535]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:00:20 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 17:00:20 emily fangfrisch[36536]: Traceback (most recent call last):
Nov 14 17:00:20 emily fangfrisch[36536]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 17:00:20 emily fangfrisch[36536]: from fangfrisch.__main__ import main
Nov 14 17:00:20 emily fangfrisch[36536]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 17:00:20 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 17:00:20 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 17:00:42 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:00:42 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:00:54 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 17:00:55 emily dhcpcd[36678]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 17:00:55 emily dhcpcd[36678]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:01:00 emily CROND[36689]: (root) CMD (run-parts /etc/cron.hourly)
Nov 14 17:01:00 emily CROND[36688]: (root) CMDEND (run-parts /etc/cron.hourly)
Nov 14 17:01:10 emily dhcpcd[36698]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:01:10 emily dhcpcd[36698]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:01:58 emily dhcpcd[36746]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:01:58 emily dhcpcd[36746]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:02:38 emily dhcpcd[36786]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:02:38 emily dhcpcd[36786]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:03:16 emily dhcpcd[36821]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:03:16 emily dhcpcd[36821]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:03:24 emily clamd[611]: Thu Nov 14 17:03:24 2024 -> SelfCheck: Database status OK.
Nov 14 17:04:04 emily dhcpcd[36863]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:04:04 emily dhcpcd[36863]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:04:42 emily dhcpcd[36912]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:04:42 emily dhcpcd[36912]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:05:09 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:05:09 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:05:20 emily dhcpcd[36994]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:05:20 emily dhcpcd[36994]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:05:58 emily dhcpcd[37030]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:05:58 emily dhcpcd[37030]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:06:19 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:06:19 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:06:48 emily dhcpcd[37125]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:06:48 emily dhcpcd[37125]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:07:31 emily dhcpcd[37175]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:07:31 emily dhcpcd[37175]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:08:02 emily dhcpcd[37201]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:08:02 emily dhcpcd[37201]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:08:57 emily dhcpcd[37266]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:08:57 emily dhcpcd[37266]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:09:51 emily dhcpcd[37325]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:09:51 emily dhcpcd[37325]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:10:22 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:10:22 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:10:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 17:10:39 emily fangfrisch[37409]: Traceback (most recent call last):
Nov 14 17:10:39 emily fangfrisch[37409]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 17:10:39 emily fangfrisch[37409]: from fangfrisch.__main__ import main
Nov 14 17:10:39 emily fangfrisch[37409]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 17:10:39 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 17:10:39 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 17:10:44 emily dhcpcd[37421]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:10:44 emily dhcpcd[37421]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:10:55 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 17:10:56 emily dhcpcd[37429]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 17:10:56 emily dhcpcd[37429]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:11:38 emily dhcpcd[37480]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:11:38 emily dhcpcd[37480]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:12:19 emily dhcpcd[37519]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:12:19 emily dhcpcd[37519]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:12:52 emily dhcpcd[37547]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:12:52 emily dhcpcd[37547]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:13:24 emily clamd[611]: Thu Nov 14 17:13:24 2024 -> SelfCheck: Database status OK.
Nov 14 17:13:30 emily dhcpcd[37590]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:13:30 emily dhcpcd[37590]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:14:19 emily dhcpcd[37632]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:14:19 emily dhcpcd[37632]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:15:17 emily dhcpcd[37687]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:15:17 emily dhcpcd[37687]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:15:50 emily dhcpcd[37718]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:15:50 emily dhcpcd[37718]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:16:46 emily dhcpcd[37773]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:16:46 emily dhcpcd[37773]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:17:32 emily dhcpcd[37824]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:17:32 emily dhcpcd[37824]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:18:24 emily dhcpcd[37875]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:18:24 emily dhcpcd[37875]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:19:06 emily dhcpcd[37910]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:19:06 emily dhcpcd[37910]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:20:03 emily dhcpcd[37975]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:20:03 emily dhcpcd[37975]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:20:08 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:20:08 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:20:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 17:20:39 emily fangfrisch[38045]: Traceback (most recent call last):
Nov 14 17:20:39 emily fangfrisch[38045]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 17:20:39 emily fangfrisch[38045]: from fangfrisch.__main__ import main
Nov 14 17:20:39 emily fangfrisch[38045]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 17:20:39 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 17:20:39 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 17:20:41 emily dhcpcd[38052]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:20:41 emily dhcpcd[38052]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:20:56 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 17:20:57 emily dhcpcd[38067]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 17:20:57 emily dhcpcd[38067]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:21:01 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:21:01 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:21:18 emily dhcpcd[38136]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:21:18 emily dhcpcd[38136]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:22:16 emily dhcpcd[38187]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:22:16 emily dhcpcd[38187]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:22:53 emily dhcpcd[38218]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:22:53 emily dhcpcd[38218]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:23:25 emily clamd[611]: Thu Nov 14 17:23:25 2024 -> SelfCheck: Database status OK.
Nov 14 17:23:41 emily dhcpcd[38274]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:23:41 emily dhcpcd[38274]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:24:29 emily dhcpcd[38320]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:24:29 emily dhcpcd[38320]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:25:24 emily dhcpcd[38378]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:25:24 emily dhcpcd[38378]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:26:22 emily dhcpcd[38434]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:26:22 emily dhcpcd[38434]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:27:18 emily dhcpcd[38486]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:27:18 emily dhcpcd[38486]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:28:01 emily dhcpcd[38523]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:28:01 emily dhcpcd[38523]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:28:37 emily dhcpcd[38559]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:28:37 emily dhcpcd[38559]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:29:11 emily dhcpcd[38588]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:29:11 emily dhcpcd[38588]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:29:29 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:29:29 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:29:43 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:29:43 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:30:01 emily dhcpcd[38722]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:30:01 emily dhcpcd[38722]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:30:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 17:30:39 emily fangfrisch[38765]: Traceback (most recent call last):
Nov 14 17:30:39 emily fangfrisch[38765]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 17:30:39 emily fangfrisch[38765]: from fangfrisch.__main__ import main
Nov 14 17:30:39 emily fangfrisch[38765]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 17:30:39 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 17:30:39 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 17:30:57 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 17:30:57 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:30:57 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:30:58 emily dhcpcd[38827]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:30:58 emily dhcpcd[38827]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:30:58 emily dhcpcd[38831]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 17:30:58 emily dhcpcd[38831]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:31:45 emily dhcpcd[38897]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:31:45 emily dhcpcd[38897]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:32:35 emily dhcpcd[38940]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:32:35 emily dhcpcd[38940]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:33:25 emily clamd[611]: Thu Nov 14 17:33:25 2024 -> SelfCheck: Database status OK.
Nov 14 17:33:27 emily dhcpcd[38992]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:33:27 emily dhcpcd[38992]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:34:09 emily dhcpcd[39030]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:34:09 emily dhcpcd[39030]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:34:52 emily dhcpcd[39079]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:34:52 emily dhcpcd[39079]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:35:38 emily dhcpcd[39122]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:35:38 emily dhcpcd[39122]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:36:30 emily dhcpcd[39173]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:36:30 emily dhcpcd[39173]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:37:16 emily dhcpcd[39213]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:37:16 emily dhcpcd[39213]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:38:10 emily dhcpcd[39259]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:38:10 emily dhcpcd[39259]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:38:51 emily dhcpcd[39300]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:38:51 emily dhcpcd[39300]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:39:35 emily dhcpcd[39345]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:39:35 emily dhcpcd[39345]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:39:49 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:39:49 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:40:33 emily dhcpcd[39455]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:40:33 emily dhcpcd[39455]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:40:58 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 17:40:59 emily dhcpcd[39487]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 17:40:59 emily dhcpcd[39487]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:41:09 emily dhcpcd[39506]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:41:09 emily dhcpcd[39506]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:41:09 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 17:41:09 emily fangfrisch[39507]: Traceback (most recent call last):
Nov 14 17:41:09 emily fangfrisch[39507]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 17:41:09 emily fangfrisch[39507]: from fangfrisch.__main__ import main
Nov 14 17:41:09 emily fangfrisch[39507]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 17:41:09 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 17:41:09 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 17:41:40 emily dhcpcd[39537]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:41:40 emily dhcpcd[39537]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:42:29 emily dhcpcd[39585]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:42:29 emily dhcpcd[39585]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:42:39 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:42:39 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:42:40 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:42:40 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:42:40 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:42:40 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:42:45 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:42:45 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:42:49 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:42:49 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:42:52 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:42:52 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:43:17 emily dhcpcd[39968]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:43:17 emily dhcpcd[39968]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:43:25 emily clamd[611]: Thu Nov 14 17:43:25 2024 -> SelfCheck: Database status OK.
Nov 14 17:44:14 emily dhcpcd[40056]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:44:14 emily dhcpcd[40056]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:45:12 emily dhcpcd[40177]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:45:12 emily dhcpcd[40177]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:46:07 emily dhcpcd[40234]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:46:07 emily dhcpcd[40234]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:46:11 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:46:11 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:47:02 emily dhcpcd[40327]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:47:02 emily dhcpcd[40327]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:47:37 emily dhcpcd[40368]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:47:37 emily dhcpcd[40368]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:48:20 emily dhcpcd[40419]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:48:20 emily dhcpcd[40419]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:49:03 emily dhcpcd[40457]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:49:03 emily dhcpcd[40457]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:50:02 emily dhcpcd[40528]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:50:02 emily dhcpcd[40528]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:50:02 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 17:50:02 emily fangfrisch[40529]: Traceback (most recent call last):
Nov 14 17:50:02 emily fangfrisch[40529]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 17:50:02 emily fangfrisch[40529]: from fangfrisch.__main__ import main
Nov 14 17:50:02 emily fangfrisch[40529]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 17:50:02 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 17:50:02 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 17:50:43 emily dhcpcd[40566]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:50:43 emily dhcpcd[40566]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:50:59 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 17:51:00 emily dhcpcd[40587]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 17:51:00 emily dhcpcd[40587]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:51:03 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:51:03 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:51:22 emily dhcpcd[40648]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:51:22 emily dhcpcd[40648]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:52:04 emily dhcpcd[40687]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:52:04 emily dhcpcd[40687]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:52:51 emily dhcpcd[40733]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:52:51 emily dhcpcd[40733]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:53:25 emily clamd[611]: Thu Nov 14 17:53:25 2024 -> SelfCheck: Database status OK.
Nov 14 17:53:35 emily dhcpcd[40775]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:53:35 emily dhcpcd[40775]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:54:06 emily dhcpcd[40805]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:54:06 emily dhcpcd[40805]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:54:50 emily dhcpcd[40856]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:54:50 emily dhcpcd[40856]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:55:06 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:55:06 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:55:06 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:55:06 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:55:21 emily dhcpcd[40991]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:55:21 emily dhcpcd[40991]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:55:29 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:55:29 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:55:52 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:55:52 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:56:12 emily dhcpcd[41140]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:56:12 emily dhcpcd[41140]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:56:15 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:56:15 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 17:56:48 emily dhcpcd[41236]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:56:48 emily dhcpcd[41236]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:57:30 emily dhcpcd[41293]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:57:30 emily dhcpcd[41293]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:58:05 emily dhcpcd[41327]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:58:05 emily dhcpcd[41327]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:58:56 emily dhcpcd[41379]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:58:56 emily dhcpcd[41379]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 17:59:31 emily dhcpcd[41423]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 17:59:31 emily dhcpcd[41423]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:00:21 emily dhcpcd[41475]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:00:21 emily dhcpcd[41475]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:01:00 emily CROND[41510]: (root) CMD (run-parts /etc/cron.hourly)
Nov 14 18:01:00 emily CROND[41509]: (root) CMDEND (run-parts /etc/cron.hourly)
Nov 14 18:01:00 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 18:01:01 emily dhcpcd[41520]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 18:01:01 emily dhcpcd[41520]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:01:01 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 18:01:01 emily fangfrisch[41521]: Traceback (most recent call last):
Nov 14 18:01:01 emily fangfrisch[41521]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 18:01:01 emily fangfrisch[41521]: from fangfrisch.__main__ import main
Nov 14 18:01:01 emily fangfrisch[41521]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 18:01:01 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 18:01:01 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 18:01:03 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:01:03 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:01:04 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:01:04 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:01:07 emily dhcpcd[41609]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:01:07 emily dhcpcd[41609]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:01:52 emily dhcpcd[41649]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:01:52 emily dhcpcd[41649]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:02:27 emily dhcpcd[41686]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:02:27 emily dhcpcd[41686]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:03:10 emily dhcpcd[41724]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:03:10 emily dhcpcd[41724]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:03:25 emily clamd[611]: Thu Nov 14 18:03:25 2024 -> SelfCheck: Database status OK.
Nov 14 18:04:01 emily dhcpcd[41773]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:04:01 emily dhcpcd[41773]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:04:37 emily dhcpcd[41811]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:04:37 emily dhcpcd[41811]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:05:09 emily dhcpcd[41844]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:05:09 emily dhcpcd[41844]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:05:48 emily dhcpcd[41882]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:05:48 emily dhcpcd[41882]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:06:09 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:06:09 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:06:22 emily dhcpcd[41969]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:06:22 emily dhcpcd[41969]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:06:52 emily dhcpcd[41998]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:06:52 emily dhcpcd[41998]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:07:25 emily dhcpcd[42035]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:07:25 emily dhcpcd[42035]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:07:55 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:07:55 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:08:24 emily dhcpcd[42137]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:08:24 emily dhcpcd[42137]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:08:58 emily dhcpcd[42166]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:08:58 emily dhcpcd[42166]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:09:44 emily dhcpcd[42211]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:09:44 emily dhcpcd[42211]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:10:26 emily dhcpcd[42252]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:10:26 emily dhcpcd[42252]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:10:26 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 18:10:26 emily fangfrisch[42253]: Traceback (most recent call last):
Nov 14 18:10:26 emily fangfrisch[42253]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 18:10:26 emily fangfrisch[42253]: from fangfrisch.__main__ import main
Nov 14 18:10:26 emily fangfrisch[42253]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 18:10:26 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 18:10:26 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 18:11:00 emily dhcpcd[42286]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:11:00 emily dhcpcd[42286]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:11:01 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 18:11:02 emily dhcpcd[42290]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 18:11:02 emily dhcpcd[42290]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:11:57 emily dhcpcd[42345]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:11:57 emily dhcpcd[42345]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:12:48 emily dhcpcd[42394]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:12:48 emily dhcpcd[42394]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:13:25 emily clamd[611]: Thu Nov 14 18:13:25 2024 -> SelfCheck: Database status OK.
Nov 14 18:13:33 emily dhcpcd[42440]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:13:33 emily dhcpcd[42440]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:14:18 emily dhcpcd[42480]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:14:18 emily dhcpcd[42480]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:14:52 emily dhcpcd[42511]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:14:52 emily dhcpcd[42511]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:15:38 emily dhcpcd[42557]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:15:38 emily dhcpcd[42557]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:16:37 emily dhcpcd[42612]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:16:37 emily dhcpcd[42612]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:17:12 emily dhcpcd[42642]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:17:12 emily dhcpcd[42642]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:17:50 emily dhcpcd[42677]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:17:50 emily dhcpcd[42677]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:18:24 emily dhcpcd[42714]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:18:24 emily dhcpcd[42714]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:19:11 emily dhcpcd[42754]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:19:11 emily dhcpcd[42754]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:19:53 emily dhcpcd[42800]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:19:53 emily dhcpcd[42800]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:20:18 emily kernel: perf: interrupt took too long (3145 > 3143), lowering kernel.perf_event_max_sample_rate to 63300
Nov 14 18:20:49 emily dhcpcd[42853]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:20:49 emily dhcpcd[42853]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:21:02 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 18:21:03 emily dhcpcd[42871]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 18:21:03 emily dhcpcd[42871]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:21:05 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:21:05 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:21:27 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 18:21:27 emily fangfrisch[42931]: Traceback (most recent call last):
Nov 14 18:21:27 emily fangfrisch[42931]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 18:21:27 emily fangfrisch[42931]: from fangfrisch.__main__ import main
Nov 14 18:21:27 emily fangfrisch[42931]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 18:21:27 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 18:21:27 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 18:21:41 emily dhcpcd[42946]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:21:41 emily dhcpcd[42946]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:22:13 emily dhcpcd[42977]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:22:13 emily dhcpcd[42977]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:22:55 emily dhcpcd[43018]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:22:55 emily dhcpcd[43018]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:23:25 emily clamd[611]: Thu Nov 14 18:23:25 2024 -> SelfCheck: Database status OK.
Nov 14 18:23:31 emily dhcpcd[43058]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:23:31 emily dhcpcd[43058]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:24:09 emily dhcpcd[43089]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:24:09 emily dhcpcd[43089]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:25:04 emily dhcpcd[43139]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:25:04 emily dhcpcd[43139]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:26:01 emily dhcpcd[43190]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:26:01 emily dhcpcd[43190]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:26:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:26:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:26:45 emily dhcpcd[43269]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:26:45 emily dhcpcd[43269]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:27:42 emily dhcpcd[43323]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:27:42 emily dhcpcd[43323]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:28:17 emily dhcpcd[43356]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:28:17 emily dhcpcd[43356]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:29:05 emily dhcpcd[43399]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:29:05 emily dhcpcd[43399]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:30:02 emily dhcpcd[43453]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:30:02 emily dhcpcd[43453]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:30:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 18:30:39 emily fangfrisch[43489]: Traceback (most recent call last):
Nov 14 18:30:39 emily fangfrisch[43489]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 18:30:39 emily fangfrisch[43489]: from fangfrisch.__main__ import main
Nov 14 18:30:39 emily fangfrisch[43489]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 18:30:39 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 18:30:39 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 18:30:40 emily dhcpcd[43495]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:30:40 emily dhcpcd[43495]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:31:03 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 18:31:04 emily dhcpcd[43518]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 18:31:04 emily dhcpcd[43518]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:31:27 emily dhcpcd[43548]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:31:27 emily dhcpcd[43548]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:31:59 emily dhcpcd[43576]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:31:59 emily dhcpcd[43576]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:32:52 emily dhcpcd[43624]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:32:52 emily dhcpcd[43624]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:33:25 emily clamd[611]: Thu Nov 14 18:33:25 2024 -> SelfCheck: Database status OK.
Nov 14 18:33:51 emily dhcpcd[43682]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:33:51 emily dhcpcd[43682]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:34:26 emily dhcpcd[43721]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:34:26 emily dhcpcd[43721]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:35:17 emily dhcpcd[43768]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:35:17 emily dhcpcd[43768]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:36:07 emily dhcpcd[43813]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:36:07 emily dhcpcd[43813]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:36:57 emily dhcpcd[43860]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:36:57 emily dhcpcd[43860]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:37:33 emily dhcpcd[43900]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:37:33 emily dhcpcd[43900]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:38:27 emily dhcpcd[43950]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:38:27 emily dhcpcd[43950]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:39:03 emily dhcpcd[43981]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:39:03 emily dhcpcd[43981]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:39:38 emily dhcpcd[44020]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:39:38 emily dhcpcd[44020]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:40:36 emily dhcpcd[44071]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:40:36 emily dhcpcd[44071]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:41:04 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 18:41:06 emily dhcpcd[44096]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 18:41:06 emily dhcpcd[44096]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:41:20 emily dhcpcd[44124]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:41:20 emily dhcpcd[44124]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:41:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 18:41:39 emily fangfrisch[44139]: Traceback (most recent call last):
Nov 14 18:41:39 emily fangfrisch[44139]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 18:41:39 emily fangfrisch[44139]: from fangfrisch.__main__ import main
Nov 14 18:41:39 emily fangfrisch[44139]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 18:41:39 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 18:41:39 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 18:41:59 emily dhcpcd[44157]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:41:59 emily dhcpcd[44157]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:42:45 emily dhcpcd[44204]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:42:45 emily dhcpcd[44204]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:43:25 emily clamd[611]: Thu Nov 14 18:43:25 2024 -> SelfCheck: Database status OK.
Nov 14 18:43:41 emily dhcpcd[44253]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:43:41 emily dhcpcd[44253]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:44:16 emily dhcpcd[44286]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:44:16 emily dhcpcd[44286]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:44:53 emily dhcpcd[44319]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:44:53 emily dhcpcd[44319]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:45:52 emily dhcpcd[44371]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:45:52 emily dhcpcd[44371]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:46:38 emily dhcpcd[44421]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:46:38 emily dhcpcd[44421]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:47:21 emily dhcpcd[44460]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:47:21 emily dhcpcd[44460]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:47:59 emily dhcpcd[44490]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:47:59 emily dhcpcd[44490]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:48:39 emily dhcpcd[44533]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:48:39 emily dhcpcd[44533]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:49:18 emily dhcpcd[44572]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:49:18 emily dhcpcd[44572]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:50:11 emily dhcpcd[44616]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:50:11 emily dhcpcd[44616]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:50:33 emily dhcpcd[44643]: Dropped protocol specifier '.dhcp' from 'enp8s0.dhcp'. Using 'enp8s0' (ifindex=2).
Nov 14 18:50:33 emily dhcpcd[44643]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:50:48 emily dhcpcd[44663]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:50:48 emily dhcpcd[44663]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:50:57 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 18:50:57 emily fangfrisch[44668]: Traceback (most recent call last):
Nov 14 18:50:57 emily fangfrisch[44668]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 18:50:57 emily fangfrisch[44668]: from fangfrisch.__main__ import main
Nov 14 18:50:57 emily fangfrisch[44668]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 18:50:57 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 18:50:57 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 18:51:06 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 18:51:07 emily dhcpcd[44693]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 18:51:07 emily dhcpcd[44693]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:51:08 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:51:08 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:51:32 emily dhcpcd[44758]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:51:32 emily dhcpcd[44758]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:51:57 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:51:57 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 18:52:13 emily dhcpcd[44826]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:52:13 emily dhcpcd[44826]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:52:47 emily dhcpcd[44863]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:52:47 emily dhcpcd[44863]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:53:25 emily clamd[611]: Thu Nov 14 18:53:25 2024 -> SelfCheck: Database status OK.
Nov 14 18:53:39 emily dhcpcd[44913]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:53:39 emily dhcpcd[44913]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:54:36 emily dhcpcd[44964]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:54:36 emily dhcpcd[44964]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:55:12 emily dhcpcd[44995]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:55:12 emily dhcpcd[44995]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:55:58 emily dhcpcd[45037]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:55:58 emily dhcpcd[45037]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:56:54 emily dhcpcd[45093]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:56:54 emily dhcpcd[45093]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:57:35 emily dhcpcd[45134]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:57:35 emily dhcpcd[45134]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:58:12 emily dhcpcd[45163]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:58:12 emily dhcpcd[45163]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:58:57 emily dhcpcd[45206]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:58:57 emily dhcpcd[45206]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 18:59:29 emily dhcpcd[45238]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 18:59:29 emily dhcpcd[45238]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:00:11 emily dhcpcd[45274]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:00:11 emily dhcpcd[45274]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:00:50 emily dhcpcd[45313]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:00:50 emily dhcpcd[45313]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:01:00 emily CROND[45326]: (root) CMD (run-parts /etc/cron.hourly)
Nov 14 19:01:00 emily CROND[45325]: (root) CMDEND (run-parts /etc/cron.hourly)
Nov 14 19:01:07 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 19:01:08 emily dhcpcd[45336]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 19:01:08 emily dhcpcd[45336]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:01:08 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 19:01:08 emily fangfrisch[45337]: Traceback (most recent call last):
Nov 14 19:01:08 emily fangfrisch[45337]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 19:01:08 emily fangfrisch[45337]: from fangfrisch.__main__ import main
Nov 14 19:01:08 emily fangfrisch[45337]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 19:01:08 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 19:01:08 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 19:01:28 emily dhcpcd[45368]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:01:28 emily dhcpcd[45368]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:02:15 emily dhcpcd[45406]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:02:15 emily dhcpcd[45406]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:02:53 emily dhcpcd[45444]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:02:53 emily dhcpcd[45444]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:03:25 emily clamd[611]: Thu Nov 14 19:03:25 2024 -> SelfCheck: Database status OK.
Nov 14 19:03:45 emily dhcpcd[45496]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:03:45 emily dhcpcd[45496]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:04:40 emily dhcpcd[45544]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:04:40 emily dhcpcd[45544]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:05:33 emily dhcpcd[45600]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:05:33 emily dhcpcd[45600]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:06:22 emily dhcpcd[45644]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:06:22 emily dhcpcd[45644]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:07:21 emily dhcpcd[45698]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:07:21 emily dhcpcd[45698]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:08:21 emily dhcpcd[45752]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:08:21 emily dhcpcd[45752]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:09:10 emily dhcpcd[45793]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:09:10 emily dhcpcd[45793]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:09:55 emily dhcpcd[45841]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:09:55 emily dhcpcd[45841]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:10:38 emily dhcpcd[45885]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:10:38 emily dhcpcd[45885]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:11:08 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 19:11:09 emily dhcpcd[45908]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 19:11:09 emily dhcpcd[45908]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:11:34 emily dhcpcd[45948]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:11:34 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 19:11:34 emily dhcpcd[45948]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:11:34 emily fangfrisch[45949]: Traceback (most recent call last):
Nov 14 19:11:34 emily fangfrisch[45949]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 19:11:34 emily fangfrisch[45949]: from fangfrisch.__main__ import main
Nov 14 19:11:34 emily fangfrisch[45949]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 19:11:34 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 19:11:34 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 19:12:29 emily dhcpcd[45998]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:12:29 emily dhcpcd[45998]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:13:22 emily dhcpcd[46047]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:13:22 emily dhcpcd[46047]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:13:25 emily clamd[611]: Thu Nov 14 19:13:25 2024 -> SelfCheck: Database status OK.
Nov 14 19:14:10 emily dhcpcd[46087]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:14:10 emily dhcpcd[46087]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:14:25 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:14:25 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:14:43 emily dhcpcd[46175]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:14:43 emily dhcpcd[46175]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:15:19 emily dhcpcd[46207]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:15:19 emily dhcpcd[46207]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:16:17 emily dhcpcd[46260]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:16:17 emily dhcpcd[46260]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:16:55 emily dhcpcd[46296]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:16:55 emily dhcpcd[46296]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:17:54 emily dhcpcd[46350]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:17:54 emily dhcpcd[46350]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:18:49 emily dhcpcd[46404]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:18:49 emily dhcpcd[46404]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:19:32 emily dhcpcd[46451]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:19:32 emily dhcpcd[46451]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:20:08 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:20:08 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:20:17 emily dhcpcd[46532]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:20:17 emily dhcpcd[46532]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:21:08 emily dhcpcd[46587]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:21:08 emily dhcpcd[46587]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:21:09 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 19:21:10 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:21:10 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:21:10 emily dhcpcd[46627]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 19:21:10 emily dhcpcd[46627]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:21:17 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 19:21:17 emily fangfrisch[46640]: Traceback (most recent call last):
Nov 14 19:21:17 emily fangfrisch[46640]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 19:21:17 emily fangfrisch[46640]: from fangfrisch.__main__ import main
Nov 14 19:21:17 emily fangfrisch[46640]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 19:21:17 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 19:21:17 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 19:21:59 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:21:59 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:22:02 emily dhcpcd[46718]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:22:02 emily dhcpcd[46718]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:22:54 emily dhcpcd[46767]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:22:54 emily dhcpcd[46767]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:23:26 emily clamd[611]: Thu Nov 14 19:23:26 2024 -> SelfCheck: Database status OK.
Nov 14 19:23:30 emily dhcpcd[46804]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:23:30 emily dhcpcd[46804]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:24:26 emily dhcpcd[46852]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:24:26 emily dhcpcd[46852]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:25:00 emily dhcpcd[46884]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:25:00 emily dhcpcd[46884]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:25:45 emily dhcpcd[46930]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:25:45 emily dhcpcd[46930]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:26:19 emily dhcpcd[46962]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:26:19 emily dhcpcd[46962]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:27:09 emily dhcpcd[47003]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:27:09 emily dhcpcd[47003]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:28:02 emily dhcpcd[47056]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:28:02 emily dhcpcd[47056]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:28:58 emily dhcpcd[47106]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:28:58 emily dhcpcd[47106]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:29:43 emily dhcpcd[47164]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:29:43 emily dhcpcd[47164]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:29:44 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:29:44 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:30:29 emily dhcpcd[47235]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:30:29 emily dhcpcd[47235]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:30:29 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 19:30:29 emily fangfrisch[47236]: Traceback (most recent call last):
Nov 14 19:30:29 emily fangfrisch[47236]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 19:30:29 emily fangfrisch[47236]: from fangfrisch.__main__ import main
Nov 14 19:30:29 emily fangfrisch[47236]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 19:30:29 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 19:30:29 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 19:31:10 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 19:31:11 emily dhcpcd[47275]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 19:31:11 emily dhcpcd[47275]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:31:14 emily dhcpcd[47286]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:31:14 emily dhcpcd[47286]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:31:59 emily dhcpcd[47331]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:31:59 emily dhcpcd[47331]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:32:44 emily dhcpcd[47386]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:32:44 emily dhcpcd[47386]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:33:17 emily dhcpcd[47415]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:33:17 emily dhcpcd[47415]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:33:26 emily clamd[611]: Thu Nov 14 19:33:26 2024 -> SelfCheck: Database status OK.
Nov 14 19:33:48 emily dhcpcd[47450]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:33:48 emily dhcpcd[47450]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:34:46 emily dhcpcd[47506]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:34:46 emily dhcpcd[47506]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:35:44 emily dhcpcd[47563]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:35:44 emily dhcpcd[47563]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:36:41 emily dhcpcd[47613]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:36:41 emily dhcpcd[47613]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:37:31 emily dhcpcd[47661]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:37:31 emily dhcpcd[47661]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:38:18 emily dhcpcd[47704]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:38:18 emily dhcpcd[47704]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:39:17 emily dhcpcd[47756]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:39:17 emily dhcpcd[47756]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:40:14 emily dhcpcd[47809]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:40:14 emily dhcpcd[47809]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:40:58 emily dhcpcd[47854]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:40:58 emily dhcpcd[47854]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:40:58 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 19:40:58 emily fangfrisch[47855]: Traceback (most recent call last):
Nov 14 19:40:58 emily fangfrisch[47855]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 19:40:58 emily fangfrisch[47855]: from fangfrisch.__main__ import main
Nov 14 19:40:58 emily fangfrisch[47855]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 19:40:58 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 19:40:58 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 19:41:11 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 19:41:12 emily dhcpcd[47872]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 19:41:12 emily dhcpcd[47872]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:41:36 emily dhcpcd[47904]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:41:36 emily dhcpcd[47904]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:42:31 emily dhcpcd[47956]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:42:31 emily dhcpcd[47956]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:43:10 emily dhcpcd[47991]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:43:10 emily dhcpcd[47991]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:43:26 emily clamd[611]: Thu Nov 14 19:43:26 2024 -> SelfCheck: Database status OK.
Nov 14 19:44:01 emily dhcpcd[48043]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:44:01 emily dhcpcd[48043]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:44:41 emily dhcpcd[48080]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:44:41 emily dhcpcd[48080]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:45:11 emily dhcpcd[48110]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:45:11 emily dhcpcd[48110]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:45:57 emily dhcpcd[48158]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:45:57 emily dhcpcd[48158]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:46:27 emily dhcpcd[48187]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:46:27 emily dhcpcd[48187]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:47:04 emily dhcpcd[48221]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:47:04 emily dhcpcd[48221]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:47:45 emily dhcpcd[48266]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:47:45 emily dhcpcd[48266]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:48:20 emily dhcpcd[48297]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:48:20 emily dhcpcd[48297]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:49:11 emily dhcpcd[48339]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:49:11 emily dhcpcd[48339]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:49:57 emily dhcpcd[48387]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:49:57 emily dhcpcd[48387]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:50:52 emily dhcpcd[48440]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:50:52 emily dhcpcd[48440]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:51:11 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:51:11 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:51:12 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 19:51:13 emily dhcpcd[48495]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 19:51:13 emily dhcpcd[48495]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:51:13 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 19:51:13 emily fangfrisch[48496]: Traceback (most recent call last):
Nov 14 19:51:13 emily fangfrisch[48496]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 19:51:13 emily fangfrisch[48496]: from fangfrisch.__main__ import main
Nov 14 19:51:13 emily fangfrisch[48496]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 19:51:13 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 19:51:13 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 19:51:36 emily dhcpcd[48536]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:51:36 emily dhcpcd[48536]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:52:02 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:52:02 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 19:52:17 emily dhcpcd[48607]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:52:17 emily dhcpcd[48607]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:52:58 emily dhcpcd[48646]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:52:58 emily dhcpcd[48646]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:53:26 emily clamd[611]: Thu Nov 14 19:53:26 2024 -> SelfCheck: Database status OK.
Nov 14 19:53:57 emily dhcpcd[48701]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:53:57 emily dhcpcd[48701]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:54:53 emily dhcpcd[48755]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:54:53 emily dhcpcd[48755]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:55:49 emily dhcpcd[48810]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:55:49 emily dhcpcd[48810]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:56:33 emily dhcpcd[48849]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:56:33 emily dhcpcd[48849]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:57:32 emily dhcpcd[48906]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:57:32 emily dhcpcd[48906]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:58:29 emily dhcpcd[48952]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:58:29 emily dhcpcd[48952]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 19:59:11 emily dhcpcd[48990]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 19:59:11 emily dhcpcd[48990]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:00:09 emily dhcpcd[49044]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:00:09 emily dhcpcd[49044]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:00:47 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 20:00:47 emily fangfrisch[49078]: Traceback (most recent call last):
Nov 14 20:00:47 emily fangfrisch[49078]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 20:00:47 emily fangfrisch[49078]: from fangfrisch.__main__ import main
Nov 14 20:00:47 emily fangfrisch[49078]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 20:00:47 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 20:00:47 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 20:01:00 emily CROND[49094]: (root) CMD (run-parts /etc/cron.hourly)
Nov 14 20:01:00 emily CROND[49093]: (root) CMDEND (run-parts /etc/cron.hourly)
Nov 14 20:01:02 emily dhcpcd[49101]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:01:02 emily dhcpcd[49101]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:01:13 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 20:01:14 emily dhcpcd[49111]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 20:01:14 emily dhcpcd[49111]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:01:34 emily dhcpcd[49145]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:01:34 emily dhcpcd[49145]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:02:18 emily dhcpcd[49186]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:02:18 emily dhcpcd[49186]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:03:11 emily dhcpcd[49230]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:03:11 emily dhcpcd[49230]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:03:26 emily clamd[611]: Thu Nov 14 20:03:26 2024 -> SelfCheck: Database status OK.
Nov 14 20:04:10 emily dhcpcd[49288]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:04:10 emily dhcpcd[49288]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:05:08 emily dhcpcd[49340]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:05:08 emily dhcpcd[49340]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:06:08 emily dhcpcd[49394]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:06:08 emily dhcpcd[49394]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:07:03 emily dhcpcd[49447]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:07:03 emily dhcpcd[49447]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:07:40 emily dhcpcd[49484]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:07:40 emily dhcpcd[49484]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:08:31 emily dhcpcd[49532]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:08:31 emily dhcpcd[49532]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:09:05 emily dhcpcd[49559]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:09:05 emily dhcpcd[49559]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:09:43 emily dhcpcd[49600]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:09:43 emily dhcpcd[49600]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:09:57 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 20:09:57 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 20:10:19 emily dhcpcd[49671]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:10:19 emily dhcpcd[49671]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:10:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 20:10:39 emily fangfrisch[49693]: Traceback (most recent call last):
Nov 14 20:10:39 emily fangfrisch[49693]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 20:10:39 emily fangfrisch[49693]: from fangfrisch.__main__ import main
Nov 14 20:10:39 emily fangfrisch[49693]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 20:10:39 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 20:10:39 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 20:10:54 emily dhcpcd[49711]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:10:54 emily dhcpcd[49711]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:11:14 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 20:11:15 emily dhcpcd[49730]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 20:11:15 emily dhcpcd[49730]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:11:38 emily dhcpcd[49762]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:11:38 emily dhcpcd[49762]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:12:25 emily dhcpcd[49810]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:12:25 emily dhcpcd[49810]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:13:05 emily dhcpcd[49845]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:13:05 emily dhcpcd[49845]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:13:26 emily clamd[611]: Thu Nov 14 20:13:26 2024 -> SelfCheck: Database status OK.
Nov 14 20:13:40 emily dhcpcd[49886]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:13:40 emily dhcpcd[49886]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:14:13 emily dhcpcd[49917]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:14:13 emily dhcpcd[49917]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:14:47 emily dhcpcd[49952]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:14:47 emily dhcpcd[49952]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:15:37 emily dhcpcd[49999]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:15:37 emily dhcpcd[49999]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:16:21 emily dhcpcd[50043]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:16:21 emily dhcpcd[50043]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:17:06 emily dhcpcd[50080]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:17:06 emily dhcpcd[50080]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:17:54 emily dhcpcd[50132]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:17:54 emily dhcpcd[50132]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:18:34 emily dhcpcd[50167]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:18:34 emily dhcpcd[50167]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:19:15 emily dhcpcd[50200]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:19:15 emily dhcpcd[50200]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:19:48 emily dhcpcd[50243]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:19:48 emily dhcpcd[50243]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:20:27 emily dhcpcd[50277]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:20:27 emily dhcpcd[50277]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:21:04 emily dhcpcd[50312]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:21:04 emily dhcpcd[50312]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:21:04 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 20:21:04 emily fangfrisch[50313]: Traceback (most recent call last):
Nov 14 20:21:04 emily fangfrisch[50313]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 20:21:04 emily fangfrisch[50313]: from fangfrisch.__main__ import main
Nov 14 20:21:04 emily fangfrisch[50313]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 20:21:04 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 20:21:04 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 20:21:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 20:21:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 20:21:15 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 20:21:16 emily dhcpcd[50363]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 20:21:16 emily dhcpcd[50363]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:21:50 emily dhcpcd[50404]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:21:50 emily dhcpcd[50404]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:22:05 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 20:22:05 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 20:22:26 emily dhcpcd[50473]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:22:26 emily dhcpcd[50473]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:23:26 emily clamd[611]: Thu Nov 14 20:23:26 2024 -> SelfCheck: Database status OK.
Nov 14 20:23:26 emily dhcpcd[50531]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:23:26 emily dhcpcd[50531]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:24:14 emily dhcpcd[50573]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:24:14 emily dhcpcd[50573]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:25:05 emily dhcpcd[50623]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:25:05 emily dhcpcd[50623]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:25:57 emily dhcpcd[50670]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:25:57 emily dhcpcd[50670]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:26:45 emily dhcpcd[50716]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:26:45 emily dhcpcd[50716]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:27:33 emily dhcpcd[50761]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:27:33 emily dhcpcd[50761]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:28:25 emily dhcpcd[50812]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:28:25 emily dhcpcd[50812]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:29:07 emily dhcpcd[50851]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:29:07 emily dhcpcd[50851]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:30:03 emily dhcpcd[50903]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:30:03 emily dhcpcd[50903]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:30:45 emily dhcpcd[50941]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:30:45 emily dhcpcd[50941]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:31:16 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 20:31:17 emily dhcpcd[50971]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 20:31:17 emily dhcpcd[50971]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:31:17 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 20:31:17 emily fangfrisch[50972]: Traceback (most recent call last):
Nov 14 20:31:17 emily fangfrisch[50972]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 20:31:17 emily fangfrisch[50972]: from fangfrisch.__main__ import main
Nov 14 20:31:17 emily fangfrisch[50972]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 20:31:17 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 20:31:17 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 20:31:31 emily dhcpcd[50997]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:31:31 emily dhcpcd[50997]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:32:05 emily dhcpcd[51028]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:32:05 emily dhcpcd[51028]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:32:54 emily dhcpcd[51070]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:32:54 emily dhcpcd[51070]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:33:26 emily clamd[611]: Thu Nov 14 20:33:26 2024 -> SelfCheck: Database status OK.
Nov 14 20:33:44 emily dhcpcd[51118]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:33:44 emily dhcpcd[51118]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:34:33 emily dhcpcd[51167]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:34:33 emily dhcpcd[51167]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:35:08 emily dhcpcd[51198]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:35:08 emily dhcpcd[51198]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:35:38 emily dhcpcd[51226]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:35:38 emily dhcpcd[51226]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:36:32 emily dhcpcd[51279]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:36:32 emily dhcpcd[51279]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:37:10 emily dhcpcd[51307]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:37:10 emily dhcpcd[51307]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:37:45 emily dhcpcd[51350]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:37:45 emily dhcpcd[51350]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:38:28 emily dhcpcd[51394]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:38:28 emily dhcpcd[51394]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:38:39 emily systemd[1]: Starting Daily man-db regeneration...
Nov 14 20:38:51 emily systemd[1]: man-db.service: Deactivated successfully.
Nov 14 20:38:51 emily systemd[1]: Finished Daily man-db regeneration.
Nov 14 20:38:51 emily systemd[1]: man-db.service: Consumed 10.623s CPU time, 201.2M memory peak.
Nov 14 20:39:20 emily dhcpcd[51562]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:39:20 emily dhcpcd[51562]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:39:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 20:39:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 20:40:09 emily dhcpcd[51649]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:40:09 emily dhcpcd[51649]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:40:17 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 20:40:17 emily fangfrisch[51657]: Traceback (most recent call last):
Nov 14 20:40:17 emily fangfrisch[51657]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 20:40:17 emily fangfrisch[51657]: from fangfrisch.__main__ import main
Nov 14 20:40:17 emily fangfrisch[51657]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 20:40:17 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 20:40:17 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 20:40:41 emily dhcpcd[51682]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:40:41 emily dhcpcd[51682]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:41:13 emily dhcpcd[51709]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:41:13 emily dhcpcd[51709]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:41:17 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 20:41:18 emily dhcpcd[51722]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 20:41:18 emily dhcpcd[51722]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:42:13 emily dhcpcd[51776]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:42:13 emily dhcpcd[51776]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:42:48 emily dhcpcd[51813]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:42:48 emily dhcpcd[51813]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:43:26 emily clamd[611]: Thu Nov 14 20:43:26 2024 -> SelfCheck: Database status OK.
Nov 14 20:43:29 emily dhcpcd[51851]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:43:29 emily dhcpcd[51851]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:44:06 emily dhcpcd[51889]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:44:06 emily dhcpcd[51889]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:44:56 emily dhcpcd[51933]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:44:56 emily dhcpcd[51933]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:45:44 emily dhcpcd[51977]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:45:44 emily dhcpcd[51977]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:46:21 emily dhcpcd[52013]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:46:21 emily dhcpcd[52013]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:46:59 emily dhcpcd[52044]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:46:59 emily dhcpcd[52044]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:47:37 emily dhcpcd[52082]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:47:37 emily dhcpcd[52082]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:48:36 emily dhcpcd[52139]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:48:36 emily dhcpcd[52139]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:49:32 emily dhcpcd[52192]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:49:32 emily dhcpcd[52192]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:50:29 emily dhcpcd[52244]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:50:29 emily dhcpcd[52244]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:50:35 emily dhcpcd[52253]: Dropped protocol specifier '.dhcp' from 'enp8s0.dhcp'. Using 'enp8s0' (ifindex=2).
Nov 14 20:50:35 emily dhcpcd[52253]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:51:17 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 20:51:17 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 20:51:18 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 20:51:20 emily dhcpcd[52332]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:51:20 emily dhcpcd[52332]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:51:20 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 20:51:20 emily dhcpcd[52337]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 20:51:20 emily dhcpcd[52337]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:51:20 emily fangfrisch[52333]: Traceback (most recent call last):
Nov 14 20:51:20 emily fangfrisch[52333]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 20:51:20 emily fangfrisch[52333]: from fangfrisch.__main__ import main
Nov 14 20:51:20 emily fangfrisch[52333]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 20:51:20 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 20:51:20 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 20:51:57 emily dhcpcd[52375]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:51:57 emily dhcpcd[52375]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:52:07 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 20:52:07 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 20:52:50 emily dhcpcd[52463]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:52:50 emily dhcpcd[52463]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:53:23 emily dhcpcd[52497]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:53:23 emily dhcpcd[52497]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:53:26 emily clamd[611]: Thu Nov 14 20:53:26 2024 -> SelfCheck: Database status OK.
Nov 14 20:54:16 emily dhcpcd[52545]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:54:16 emily dhcpcd[52545]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:55:13 emily dhcpcd[52596]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:55:13 emily dhcpcd[52596]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:56:04 emily dhcpcd[52644]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:56:04 emily dhcpcd[52644]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:56:49 emily dhcpcd[52688]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:56:49 emily dhcpcd[52688]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:57:34 emily dhcpcd[52731]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:57:34 emily dhcpcd[52731]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:58:30 emily dhcpcd[52782]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:58:30 emily dhcpcd[52782]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:59:14 emily dhcpcd[52818]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:59:14 emily dhcpcd[52818]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 20:59:53 emily dhcpcd[52861]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 20:59:53 emily dhcpcd[52861]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:00:28 emily dhcpcd[52898]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:00:28 emily dhcpcd[52898]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:01:00 emily CROND[52923]: (root) CMD (run-parts /etc/cron.hourly)
Nov 14 21:01:00 emily CROND[52922]: (root) CMDEND (run-parts /etc/cron.hourly)
Nov 14 21:01:16 emily dhcpcd[52943]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:01:16 emily dhcpcd[52943]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:01:16 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 21:01:17 emily fangfrisch[52944]: Traceback (most recent call last):
Nov 14 21:01:17 emily fangfrisch[52944]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 21:01:17 emily fangfrisch[52944]: from fangfrisch.__main__ import main
Nov 14 21:01:17 emily fangfrisch[52944]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 21:01:17 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 21:01:17 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 21:01:20 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 21:01:21 emily dhcpcd[52957]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 21:01:21 emily dhcpcd[52957]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:02:08 emily dhcpcd[53005]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:02:08 emily dhcpcd[53005]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:03:05 emily dhcpcd[53054]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:03:05 emily dhcpcd[53054]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:03:26 emily clamd[611]: Thu Nov 14 21:03:26 2024 -> SelfCheck: Database status OK.
Nov 14 21:03:43 emily dhcpcd[53093]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:03:43 emily dhcpcd[53093]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:04:36 emily dhcpcd[53144]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:04:36 emily dhcpcd[53144]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:05:35 emily dhcpcd[53197]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:05:35 emily dhcpcd[53197]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:06:13 emily dhcpcd[53230]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:06:13 emily dhcpcd[53230]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:07:11 emily dhcpcd[53282]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:07:11 emily dhcpcd[53282]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:07:52 emily dhcpcd[53326]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:07:52 emily dhcpcd[53326]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:08:36 emily dhcpcd[53369]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:08:36 emily dhcpcd[53369]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:09:25 emily dhcpcd[53415]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:09:25 emily dhcpcd[53415]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:10:23 emily dhcpcd[53471]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:10:23 emily dhcpcd[53471]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:10:57 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 21:10:57 emily fangfrisch[53498]: Traceback (most recent call last):
Nov 14 21:10:57 emily fangfrisch[53498]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 21:10:57 emily fangfrisch[53498]: from fangfrisch.__main__ import main
Nov 14 21:10:57 emily fangfrisch[53498]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 21:10:57 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 21:10:57 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 21:11:13 emily dhcpcd[53514]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:11:13 emily dhcpcd[53514]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:11:21 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 21:11:22 emily dhcpcd[53529]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 21:11:22 emily dhcpcd[53529]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:12:11 emily dhcpcd[53579]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:12:11 emily dhcpcd[53579]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:12:47 emily dhcpcd[53615]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:12:47 emily dhcpcd[53615]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:13:27 emily clamd[611]: Thu Nov 14 21:13:27 2024 -> SelfCheck: Database status OK.
Nov 14 21:13:36 emily dhcpcd[53666]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:13:36 emily dhcpcd[53666]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:14:29 emily dhcpcd[53714]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:14:29 emily dhcpcd[53714]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:15:02 emily dhcpcd[53743]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:15:02 emily dhcpcd[53743]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:15:42 emily dhcpcd[53784]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:15:42 emily dhcpcd[53784]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:16:13 emily dhcpcd[53813]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:16:13 emily dhcpcd[53813]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:17:09 emily dhcpcd[53862]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:17:09 emily dhcpcd[53862]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:17:51 emily dhcpcd[53907]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:17:51 emily dhcpcd[53907]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:18:46 emily dhcpcd[53954]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:18:46 emily dhcpcd[53954]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:19:38 emily dhcpcd[54009]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:19:38 emily dhcpcd[54009]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:20:10 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 21:20:10 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 21:20:12 emily dhcpcd[54076]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:20:12 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 21:20:12 emily dhcpcd[54076]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:20:12 emily fangfrisch[54077]: Traceback (most recent call last):
Nov 14 21:20:12 emily fangfrisch[54077]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 21:20:12 emily fangfrisch[54077]: from fangfrisch.__main__ import main
Nov 14 21:20:12 emily fangfrisch[54077]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 21:20:12 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 21:20:12 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 21:20:50 emily dhcpcd[54116]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:20:50 emily dhcpcd[54116]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:21:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 21:21:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 21:21:22 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 21:21:23 emily dhcpcd[54181]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 21:21:23 emily dhcpcd[54181]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:21:28 emily dhcpcd[54195]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:21:28 emily dhcpcd[54195]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:21:58 emily dhcpcd[54223]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:21:58 emily dhcpcd[54223]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:22:09 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 21:22:09 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 21:22:51 emily dhcpcd[54310]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:22:51 emily dhcpcd[54310]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:23:27 emily clamd[611]: Thu Nov 14 21:23:27 2024 -> SelfCheck: Database status OK.
Nov 14 21:23:36 emily dhcpcd[54357]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:23:36 emily dhcpcd[54357]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:24:11 emily dhcpcd[54387]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:24:11 emily dhcpcd[54387]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:24:53 emily dhcpcd[54427]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:24:53 emily dhcpcd[54427]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:25:30 emily dhcpcd[54467]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:25:30 emily dhcpcd[54467]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:26:02 emily dhcpcd[54493]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:26:02 emily dhcpcd[54493]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:26:51 emily dhcpcd[54541]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:26:51 emily dhcpcd[54541]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:27:22 emily dhcpcd[54571]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:27:22 emily dhcpcd[54571]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:27:52 emily dhcpcd[54602]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:27:52 emily dhcpcd[54602]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:28:49 emily dhcpcd[54654]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:28:49 emily dhcpcd[54654]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:29:49 emily dhcpcd[54711]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:29:49 emily dhcpcd[54711]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:30:29 emily dhcpcd[54748]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:30:29 emily dhcpcd[54748]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:31:10 emily dhcpcd[54783]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:31:10 emily dhcpcd[54783]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:31:23 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 21:31:24 emily dhcpcd[54803]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 21:31:24 emily dhcpcd[54803]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:31:24 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 21:31:24 emily fangfrisch[54804]: Traceback (most recent call last):
Nov 14 21:31:24 emily fangfrisch[54804]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 21:31:24 emily fangfrisch[54804]: from fangfrisch.__main__ import main
Nov 14 21:31:24 emily fangfrisch[54804]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 21:31:24 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 21:31:24 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 21:31:58 emily dhcpcd[54840]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:31:58 emily dhcpcd[54840]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:32:37 emily dhcpcd[54881]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:32:37 emily dhcpcd[54881]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:33:09 emily dhcpcd[54907]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:33:09 emily dhcpcd[54907]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:33:27 emily clamd[611]: Thu Nov 14 21:33:27 2024 -> SelfCheck: Database status OK.
Nov 14 21:33:54 emily dhcpcd[54956]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:33:54 emily dhcpcd[54956]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:34:39 emily dhcpcd[55000]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:34:39 emily dhcpcd[55000]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:35:30 emily dhcpcd[55045]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:35:30 emily dhcpcd[55045]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:36:08 emily dhcpcd[55079]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:36:08 emily dhcpcd[55079]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:36:56 emily dhcpcd[55125]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:36:56 emily dhcpcd[55125]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:37:26 emily dhcpcd[55162]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:37:26 emily dhcpcd[55162]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:38:06 emily dhcpcd[55194]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:38:06 emily dhcpcd[55194]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:38:49 emily dhcpcd[55240]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:38:49 emily dhcpcd[55240]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:39:32 emily dhcpcd[55282]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:39:32 emily dhcpcd[55282]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:40:06 emily dhcpcd[55311]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:40:06 emily dhcpcd[55311]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:40:27 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 21:40:27 emily fangfrisch[55332]: Traceback (most recent call last):
Nov 14 21:40:27 emily fangfrisch[55332]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 21:40:27 emily fangfrisch[55332]: from fangfrisch.__main__ import main
Nov 14 21:40:27 emily fangfrisch[55332]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 21:40:27 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 21:40:27 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 21:40:41 emily dhcpcd[55346]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:40:41 emily dhcpcd[55346]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:41:24 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 21:41:25 emily dhcpcd[55389]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 21:41:25 emily dhcpcd[55389]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:41:28 emily dhcpcd[55398]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:41:28 emily dhcpcd[55398]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:42:11 emily dhcpcd[55434]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:42:11 emily dhcpcd[55434]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:42:53 emily dhcpcd[55479]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:42:53 emily dhcpcd[55479]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:43:27 emily clamd[611]: Thu Nov 14 21:43:27 2024 -> SelfCheck: Database status OK.
Nov 14 21:43:40 emily dhcpcd[55529]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:43:40 emily dhcpcd[55529]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:44:16 emily dhcpcd[55563]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:44:16 emily dhcpcd[55563]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:45:13 emily dhcpcd[55614]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:45:13 emily dhcpcd[55614]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:46:05 emily dhcpcd[55661]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:46:05 emily dhcpcd[55661]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:46:53 emily dhcpcd[55708]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:46:53 emily dhcpcd[55708]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:47:28 emily dhcpcd[55743]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:47:28 emily dhcpcd[55743]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:48:21 emily dhcpcd[55794]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:48:21 emily dhcpcd[55794]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:48:58 emily dhcpcd[55825]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:48:58 emily dhcpcd[55825]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:49:33 emily dhcpcd[55864]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:49:33 emily dhcpcd[55864]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:50:27 emily dhcpcd[55920]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:50:27 emily dhcpcd[55920]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:50:28 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 21:50:28 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 21:51:01 emily dhcpcd[55984]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:51:01 emily dhcpcd[55984]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:51:01 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 21:51:01 emily fangfrisch[55985]: Traceback (most recent call last):
Nov 14 21:51:01 emily fangfrisch[55985]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 21:51:01 emily fangfrisch[55985]: from fangfrisch.__main__ import main
Nov 14 21:51:01 emily fangfrisch[55985]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 21:51:01 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 21:51:01 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 21:51:23 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 21:51:23 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 21:51:25 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 21:51:26 emily dhcpcd[56047]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 21:51:26 emily dhcpcd[56047]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:51:36 emily dhcpcd[56064]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:51:36 emily dhcpcd[56064]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:52:10 emily dhcpcd[56095]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:52:10 emily dhcpcd[56095]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:52:12 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 21:52:12 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 21:52:55 emily dhcpcd[56175]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:52:55 emily dhcpcd[56175]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:53:27 emily clamd[611]: Thu Nov 14 21:53:27 2024 -> SelfCheck: Database status OK.
Nov 14 21:53:48 emily dhcpcd[56219]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:53:48 emily dhcpcd[56219]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:54:31 emily dhcpcd[56266]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:54:31 emily dhcpcd[56266]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:55:17 emily dhcpcd[56302]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:55:17 emily dhcpcd[56302]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:55:55 emily dhcpcd[56343]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:55:55 emily dhcpcd[56343]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:56:53 emily dhcpcd[56392]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:56:53 emily dhcpcd[56392]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:57:30 emily dhcpcd[56433]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:57:30 emily dhcpcd[56433]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:58:16 emily dhcpcd[56475]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:58:16 emily dhcpcd[56475]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:59:01 emily dhcpcd[56519]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:59:01 emily dhcpcd[56519]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 21:59:39 emily dhcpcd[56555]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 21:59:39 emily dhcpcd[56555]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:00:35 emily dhcpcd[56605]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:00:35 emily dhcpcd[56605]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:01:00 emily CROND[56625]: (root) CMD (run-parts /etc/cron.hourly)
Nov 14 22:01:00 emily CROND[56624]: (root) CMDEND (run-parts /etc/cron.hourly)
Nov 14 22:01:26 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 22:01:27 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 22:01:27 emily fangfrisch[56655]: Traceback (most recent call last):
Nov 14 22:01:27 emily fangfrisch[56655]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 22:01:27 emily fangfrisch[56655]: from fangfrisch.__main__ import main
Nov 14 22:01:27 emily fangfrisch[56655]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 22:01:27 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 22:01:27 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 22:01:27 emily dhcpcd[56661]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 22:01:27 emily dhcpcd[56661]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:01:33 emily dhcpcd[56676]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:01:33 emily dhcpcd[56676]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:02:24 emily dhcpcd[56724]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:02:24 emily dhcpcd[56724]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:02:55 emily dhcpcd[56747]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:02:55 emily dhcpcd[56747]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:03:27 emily dhcpcd[56783]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:03:27 emily dhcpcd[56783]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:03:27 emily clamd[611]: Thu Nov 14 22:03:27 2024 -> SelfCheck: Database status OK.
Nov 14 22:04:05 emily dhcpcd[56814]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:04:05 emily dhcpcd[56814]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:04:48 emily dhcpcd[56856]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:04:48 emily dhcpcd[56856]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:05:32 emily dhcpcd[56904]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:05:32 emily dhcpcd[56904]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:06:28 emily dhcpcd[56954]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:06:28 emily dhcpcd[56954]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:07:17 emily dhcpcd[56994]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:07:17 emily dhcpcd[56994]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:07:58 emily dhcpcd[57032]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:07:58 emily dhcpcd[57032]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:08:46 emily dhcpcd[57077]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:08:46 emily dhcpcd[57077]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:09:22 emily dhcpcd[57110]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:09:22 emily dhcpcd[57110]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:10:08 emily dhcpcd[57152]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:10:08 emily dhcpcd[57152]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:10:49 emily dhcpcd[57192]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:10:49 emily dhcpcd[57192]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:11:27 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 22:11:27 emily fangfrisch[57228]: Traceback (most recent call last):
Nov 14 22:11:27 emily fangfrisch[57228]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 22:11:27 emily fangfrisch[57228]: from fangfrisch.__main__ import main
Nov 14 22:11:27 emily fangfrisch[57228]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 22:11:27 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 22:11:27 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 22:11:27 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 22:11:28 emily dhcpcd[57235]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 22:11:28 emily dhcpcd[57235]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:11:32 emily dhcpcd[57250]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:11:32 emily dhcpcd[57250]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:12:24 emily dhcpcd[57292]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:12:24 emily dhcpcd[57292]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:12:59 emily dhcpcd[57326]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:12:59 emily dhcpcd[57326]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:13:27 emily clamd[611]: Thu Nov 14 22:13:27 2024 -> SelfCheck: Database status OK.
Nov 14 22:13:45 emily dhcpcd[57370]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:13:45 emily dhcpcd[57370]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:14:41 emily dhcpcd[57423]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:14:41 emily dhcpcd[57423]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:15:21 emily dhcpcd[57462]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:15:21 emily dhcpcd[57462]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:15:52 emily dhcpcd[57487]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:15:52 emily dhcpcd[57487]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:16:41 emily dhcpcd[57536]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:16:41 emily dhcpcd[57536]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:17:33 emily dhcpcd[57588]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:17:33 emily dhcpcd[57588]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:18:21 emily dhcpcd[57628]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:18:21 emily dhcpcd[57628]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:19:17 emily dhcpcd[57680]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:19:17 emily dhcpcd[57680]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:20:07 emily dhcpcd[57731]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:20:08 emily dhcpcd[57731]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:21:02 emily dhcpcd[57781]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:21:02 emily dhcpcd[57781]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:21:02 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 22:21:02 emily fangfrisch[57782]: Traceback (most recent call last):
Nov 14 22:21:02 emily fangfrisch[57782]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 22:21:02 emily fangfrisch[57782]: from fangfrisch.__main__ import main
Nov 14 22:21:02 emily fangfrisch[57782]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 22:21:02 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 22:21:02 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 22:21:24 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 22:21:24 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 22:21:28 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 22:21:29 emily dhcpcd[57848]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 22:21:29 emily dhcpcd[57848]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:21:45 emily dhcpcd[57868]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:21:46 emily dhcpcd[57868]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:22:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 22:22:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 22:22:20 emily dhcpcd[57939]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:22:20 emily dhcpcd[57939]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:22:52 emily dhcpcd[57967]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:22:52 emily dhcpcd[57967]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:23:27 emily clamd[611]: Thu Nov 14 22:23:27 2024 -> SelfCheck: Database status OK.
Nov 14 22:23:32 emily dhcpcd[58015]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:23:32 emily dhcpcd[58015]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:24:05 emily dhcpcd[58038]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:24:05 emily dhcpcd[58038]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:24:58 emily dhcpcd[58088]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:24:58 emily dhcpcd[58088]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:25:38 emily dhcpcd[58130]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:25:38 emily dhcpcd[58130]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:26:12 emily dhcpcd[58157]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:26:12 emily dhcpcd[58157]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:26:45 emily dhcpcd[58191]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:26:45 emily dhcpcd[58191]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:27:38 emily dhcpcd[58246]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:27:38 emily dhcpcd[58246]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:28:26 emily dhcpcd[58293]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:28:26 emily dhcpcd[58293]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:29:24 emily dhcpcd[58345]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:29:24 emily dhcpcd[58345]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:30:05 emily dhcpcd[58376]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:30:05 emily dhcpcd[58376]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:30:57 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 22:30:57 emily fangfrisch[58424]: Traceback (most recent call last):
Nov 14 22:30:57 emily fangfrisch[58424]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 22:30:57 emily fangfrisch[58424]: from fangfrisch.__main__ import main
Nov 14 22:30:57 emily fangfrisch[58424]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 22:30:57 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 22:30:57 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 22:31:05 emily dhcpcd[58437]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:31:05 emily dhcpcd[58437]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:31:29 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 22:31:30 emily dhcpcd[58469]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 22:31:30 emily dhcpcd[58469]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:31:51 emily dhcpcd[58489]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:31:51 emily dhcpcd[58489]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:32:38 emily dhcpcd[58541]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:32:38 emily dhcpcd[58541]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:33:24 emily dhcpcd[58582]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:33:24 emily dhcpcd[58582]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:33:27 emily clamd[611]: Thu Nov 14 22:33:27 2024 -> SelfCheck: Database status OK.
Nov 14 22:33:28 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 22:33:28 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 22:34:21 emily dhcpcd[58677]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:34:21 emily dhcpcd[58677]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:34:51 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 22:34:51 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 22:35:21 emily dhcpcd[58834]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:35:21 emily dhcpcd[58834]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:35:58 emily dhcpcd[58864]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:35:58 emily dhcpcd[58864]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:36:31 emily dhcpcd[58904]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:36:31 emily dhcpcd[58904]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:37:17 emily dhcpcd[58946]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:37:17 emily dhcpcd[58946]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:37:50 emily dhcpcd[58980]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:37:50 emily dhcpcd[58980]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:38:32 emily dhcpcd[59026]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:38:32 emily dhcpcd[59026]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:39:19 emily dhcpcd[59067]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:39:19 emily dhcpcd[59067]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:40:11 emily dhcpcd[59112]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:40:11 emily dhcpcd[59112]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:40:45 emily dhcpcd[59146]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:40:45 emily dhcpcd[59146]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:40:45 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 22:40:46 emily fangfrisch[59147]: Traceback (most recent call last):
Nov 14 22:40:46 emily fangfrisch[59147]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 22:40:46 emily fangfrisch[59147]: from fangfrisch.__main__ import main
Nov 14 22:40:46 emily fangfrisch[59147]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 22:40:46 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 22:40:46 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 22:41:20 emily dhcpcd[59185]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:41:20 emily dhcpcd[59185]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:41:30 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 22:41:32 emily dhcpcd[59201]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 22:41:32 emily dhcpcd[59201]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:42:08 emily dhcpcd[59235]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:42:08 emily dhcpcd[59235]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:43:03 emily dhcpcd[59286]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:43:03 emily dhcpcd[59286]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:43:27 emily clamd[611]: Thu Nov 14 22:43:27 2024 -> SelfCheck: Database status OK.
Nov 14 22:44:02 emily dhcpcd[59340]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:44:02 emily dhcpcd[59340]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:44:34 emily dhcpcd[59373]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:44:34 emily dhcpcd[59373]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:45:33 emily dhcpcd[59429]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:45:33 emily dhcpcd[59429]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:46:04 emily dhcpcd[59457]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:46:04 emily dhcpcd[59457]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:46:46 emily dhcpcd[59496]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:46:46 emily dhcpcd[59496]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:47:18 emily dhcpcd[59526]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:47:18 emily dhcpcd[59526]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:48:12 emily dhcpcd[59576]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:48:12 emily dhcpcd[59576]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:49:04 emily dhcpcd[59629]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:49:04 emily dhcpcd[59629]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:49:40 emily dhcpcd[59668]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:49:40 emily dhcpcd[59668]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:50:36 emily dhcpcd[59721]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:50:36 emily dhcpcd[59721]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:50:37 emily dhcpcd[59726]: Dropped protocol specifier '.dhcp' from 'enp8s0.dhcp'. Using 'enp8s0' (ifindex=2).
Nov 14 22:50:37 emily dhcpcd[59726]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:51:07 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 22:51:07 emily fangfrisch[59750]: Traceback (most recent call last):
Nov 14 22:51:07 emily fangfrisch[59750]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 22:51:07 emily fangfrisch[59750]: from fangfrisch.__main__ import main
Nov 14 22:51:07 emily fangfrisch[59750]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 22:51:07 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 22:51:07 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 22:51:21 emily dhcpcd[59767]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:51:21 emily dhcpcd[59767]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:51:28 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 22:51:28 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 22:51:32 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 22:51:33 emily dhcpcd[59818]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 22:51:33 emily dhcpcd[59818]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:52:15 emily dhcpcd[59859]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:52:15 emily dhcpcd[59859]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:52:16 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 22:52:16 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 22:53:10 emily dhcpcd[59948]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:53:10 emily dhcpcd[59948]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:53:27 emily clamd[611]: Thu Nov 14 22:53:27 2024 -> SelfCheck: Database status OK.
Nov 14 22:54:06 emily dhcpcd[60000]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:54:06 emily dhcpcd[60000]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:54:59 emily dhcpcd[60046]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:54:59 emily dhcpcd[60046]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:55:40 emily dhcpcd[60089]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:55:40 emily dhcpcd[60089]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:56:23 emily dhcpcd[60132]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:56:23 emily dhcpcd[60132]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:57:02 emily dhcpcd[60163]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:57:02 emily dhcpcd[60163]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:57:41 emily dhcpcd[60200]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:57:41 emily dhcpcd[60200]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:58:24 emily dhcpcd[60245]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:58:24 emily dhcpcd[60245]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:59:08 emily dhcpcd[60284]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:59:08 emily dhcpcd[60284]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 22:59:51 emily dhcpcd[60324]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 22:59:51 emily dhcpcd[60324]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:00:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 23:00:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 23:00:50 emily dhcpcd[60412]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:00:50 emily dhcpcd[60412]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:01:00 emily CROND[60420]: (root) CMD (run-parts /etc/cron.hourly)
Nov 14 23:01:00 emily CROND[60419]: (root) CMDEND (run-parts /etc/cron.hourly)
Nov 14 23:01:33 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 23:01:34 emily dhcpcd[60459]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 23:01:34 emily dhcpcd[60459]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:01:34 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 23:01:34 emily fangfrisch[60460]: Traceback (most recent call last):
Nov 14 23:01:34 emily fangfrisch[60460]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 23:01:34 emily fangfrisch[60460]: from fangfrisch.__main__ import main
Nov 14 23:01:34 emily fangfrisch[60460]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 23:01:34 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:01:34 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 23:01:37 emily dhcpcd[60473]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:01:37 emily dhcpcd[60473]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:02:31 emily dhcpcd[60525]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:02:31 emily dhcpcd[60525]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:03:18 emily dhcpcd[60567]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:03:18 emily dhcpcd[60567]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:03:28 emily clamd[611]: Thu Nov 14 23:03:28 2024 -> SelfCheck: Database status OK.
Nov 14 23:03:56 emily dhcpcd[60600]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:03:56 emily dhcpcd[60600]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:04:55 emily dhcpcd[60655]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:04:55 emily dhcpcd[60655]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:05:47 emily dhcpcd[60704]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:05:47 emily dhcpcd[60704]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:06:43 emily dhcpcd[60757]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:06:43 emily dhcpcd[60757]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:07:37 emily dhcpcd[60812]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:07:37 emily dhcpcd[60812]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:08:27 emily dhcpcd[60857]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:08:27 emily dhcpcd[60857]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:09:25 emily dhcpcd[60913]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:09:25 emily dhcpcd[60913]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:10:18 emily dhcpcd[60962]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:10:18 emily dhcpcd[60962]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:10:47 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 23:10:47 emily fangfrisch[60984]: Traceback (most recent call last):
Nov 14 23:10:47 emily fangfrisch[60984]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 23:10:47 emily fangfrisch[60984]: from fangfrisch.__main__ import main
Nov 14 23:10:47 emily fangfrisch[60984]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 23:10:47 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:10:47 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 23:11:10 emily dhcpcd[61007]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:11:10 emily dhcpcd[61007]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:11:34 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 23:11:35 emily dhcpcd[61039]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 23:11:35 emily dhcpcd[61039]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:11:49 emily dhcpcd[61057]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:11:49 emily dhcpcd[61057]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:12:44 emily dhcpcd[61109]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:12:44 emily dhcpcd[61109]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:13:28 emily clamd[611]: Thu Nov 14 23:13:28 2024 -> SelfCheck: Database status OK.
Nov 14 23:13:30 emily dhcpcd[61156]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:13:30 emily dhcpcd[61156]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:14:00 emily dhcpcd[61180]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:14:00 emily dhcpcd[61180]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:14:32 emily dhcpcd[61216]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:14:32 emily dhcpcd[61216]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:15:14 emily dhcpcd[61251]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:15:14 emily dhcpcd[61251]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:15:59 emily dhcpcd[61297]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:15:59 emily dhcpcd[61297]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:16:54 emily dhcpcd[61352]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:16:54 emily dhcpcd[61352]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:17:32 emily dhcpcd[61393]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:17:32 emily dhcpcd[61393]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:18:13 emily dhcpcd[61421]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:18:13 emily dhcpcd[61421]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:19:01 emily dhcpcd[61467]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:19:01 emily dhcpcd[61467]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:19:50 emily dhcpcd[61518]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:19:50 emily dhcpcd[61518]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:20:14 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 23:20:14 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 23:20:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 23:20:39 emily fangfrisch[61597]: Traceback (most recent call last):
Nov 14 23:20:39 emily fangfrisch[61597]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 23:20:39 emily fangfrisch[61597]: from fangfrisch.__main__ import main
Nov 14 23:20:39 emily fangfrisch[61597]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 23:20:39 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:20:39 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 23:20:43 emily dhcpcd[61606]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:20:43 emily dhcpcd[61606]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:21:31 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 23:21:31 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 23:21:35 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 23:21:36 emily dhcpcd[61693]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 23:21:36 emily dhcpcd[61693]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:21:40 emily dhcpcd[61702]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:21:40 emily dhcpcd[61702]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:22:18 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 23:22:18 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 23:22:38 emily dhcpcd[61795]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:22:38 emily dhcpcd[61795]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:23:14 emily dhcpcd[61825]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:23:14 emily dhcpcd[61825]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:23:28 emily clamd[611]: Thu Nov 14 23:23:28 2024 -> SelfCheck: Database status OK.
Nov 14 23:23:56 emily dhcpcd[61870]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:23:56 emily dhcpcd[61870]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:24:36 emily dhcpcd[61911]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:24:36 emily dhcpcd[61911]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:25:11 emily dhcpcd[61936]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:25:11 emily dhcpcd[61936]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:26:10 emily dhcpcd[61992]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:26:10 emily dhcpcd[61992]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:26:44 emily dhcpcd[62031]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:26:44 emily dhcpcd[62031]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:27:27 emily dhcpcd[62074]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:27:27 emily dhcpcd[62074]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:28:01 emily dhcpcd[62102]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:28:01 emily dhcpcd[62102]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:28:44 emily dhcpcd[62143]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:28:44 emily dhcpcd[62143]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:28:49 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 23:28:49 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 23:29:17 emily dhcpcd[62241]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:29:17 emily dhcpcd[62241]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:30:14 emily dhcpcd[62328]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:30:14 emily dhcpcd[62328]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:30:14 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 23:30:14 emily fangfrisch[62329]: Traceback (most recent call last):
Nov 14 23:30:14 emily fangfrisch[62329]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 23:30:14 emily fangfrisch[62329]: from fangfrisch.__main__ import main
Nov 14 23:30:14 emily fangfrisch[62329]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 23:30:14 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:30:14 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 23:30:47 emily dhcpcd[62394]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:30:47 emily dhcpcd[62394]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:31:00 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 23:31:00 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 14 23:31:09 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 23:31:09 emily xdg-desktop-por[62717]: cannot open display:
Nov 14 23:31:09 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:31:09 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 23:31:09 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 23:31:09 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 23:31:09 emily xdg-desktop-por[62719]: cannot open display:
Nov 14 23:31:09 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:31:09 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 23:31:09 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 23:31:09 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 23:31:09 emily xdg-desktop-por[62727]: cannot open display:
Nov 14 23:31:09 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:31:09 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 23:31:09 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 23:31:09 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 23:31:09 emily xdg-desktop-por[62731]: cannot open display:
Nov 14 23:31:09 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:31:09 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 23:31:09 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 23:31:09 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 23:31:10 emily rtkit-daemon[992]: Successfully made thread 62745 of process 62710 owned by '1000' high priority at nice level -15.
Nov 14 23:31:10 emily rtkit-daemon[992]: Supervising 12 threads of 9 processes of 1 users.
Nov 14 23:31:10 emily rtkit-daemon[992]: Successfully made thread 62747 of process 62710 owned by '1000' high priority at nice level -15.
Nov 14 23:31:10 emily rtkit-daemon[992]: Supervising 13 threads of 9 processes of 1 users.
Nov 14 23:31:10 emily rtkit-daemon[992]: Successfully made thread 62771 of process 62710 owned by '1000' high priority at nice level -10.
Nov 14 23:31:10 emily rtkit-daemon[992]: Supervising 14 threads of 9 processes of 1 users.
Nov 14 23:31:11 emily rtkit-daemon[992]: Successfully made thread 62787 of process 62710 owned by '1000' high priority at nice level -15.
Nov 14 23:31:11 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 23:31:17 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 23:31:17 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 23:31:18 emily dhcpcd[62886]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:31:18 emily dhcpcd[62886]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:31:22 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 23:31:22 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 23:31:22 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 23:31:22 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 23:31:22 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 23:31:22 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 23:31:23 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 23:31:23 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 23:31:27 emily rtkit-daemon[992]: Successfully made thread 63126 of process 62710 owned by '1000' high priority at nice level -15.
Nov 14 23:31:27 emily rtkit-daemon[992]: Supervising 15 threads of 9 processes of 1 users.
Nov 14 23:31:27 emily rtkit-daemon[992]: Successfully made thread 63129 of process 62710 owned by '1000' high priority at nice level -15.
Nov 14 23:31:27 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:31:34 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:31:34 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:31:36 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:31:36 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:31:36 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 23:31:37 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:31:37 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:31:37 emily dhcpcd[63290]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 23:31:37 emily dhcpcd[63290]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:32:04 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:32:04 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:32:07 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:32:07 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:32:09 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:32:09 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:32:09 emily dhcpcd[63527]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:32:09 emily dhcpcd[63527]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:32:54 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 23:32:54 emily xdg-desktop-por[63670]: cannot open display:
Nov 14 23:32:54 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:32:54 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 23:32:54 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 23:32:54 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 23:32:54 emily xdg-desktop-por[63683]: cannot open display:
Nov 14 23:32:54 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:32:54 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 23:32:54 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 23:32:54 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 23:33:00 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 23:33:00 emily xdg-desktop-por[63701]: cannot open display:
Nov 14 23:33:00 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:33:00 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 23:33:00 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 23:33:02 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 23:33:02 emily xdg-desktop-por[63708]: cannot open display:
Nov 14 23:33:02 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:33:02 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 23:33:02 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 23:33:02 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 23:33:02 emily xdg-desktop-por[63711]: cannot open display:
Nov 14 23:33:02 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:33:02 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 23:33:02 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 23:33:02 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 23:33:03 emily systemd[666]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Nov 14 23:33:03 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 23:33:03 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 23:33:03 emily dhcpcd[63717]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:33:03 emily dhcpcd[63717]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:33:06 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 23:33:06 emily xdg-desktop-por[63723]: cannot open display:
Nov 14 23:33:06 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:33:06 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 23:33:06 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 23:33:06 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 23:33:06 emily xdg-desktop-por[63726]: cannot open display:
Nov 14 23:33:06 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:33:06 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 23:33:06 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 23:33:06 emily xdg-desktop-por[956]: A backend call failed: Could not activate remote peer 'org.freedesktop.impl.portal.desktop.gtk': startup job failed
Nov 14 23:33:28 emily clamd[611]: Thu Nov 14 23:33:28 2024 -> SelfCheck: Database status OK.
Nov 14 23:33:43 emily dhcpcd[63795]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:33:43 emily dhcpcd[63795]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:34:19 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 14 23:34:19 emily xdg-desktop-por[63855]: cannot open display:
Nov 14 23:34:19 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:34:19 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 14 23:34:19 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 14 23:34:30 emily dhcpcd[63876]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:34:30 emily dhcpcd[63876]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:35:10 emily dhcpcd[63940]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:35:10 emily dhcpcd[63940]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:35:50 emily dhcpcd[64017]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:35:50 emily dhcpcd[64017]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:36:37 emily dhcpcd[64100]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:36:37 emily dhcpcd[64100]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:37:30 emily dhcpcd[64190]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:37:30 emily dhcpcd[64190]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:37:37 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:37:37 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:38:25 emily dhcpcd[64324]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:38:25 emily dhcpcd[64324]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:38:54 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:38:54 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:39:08 emily dhcpcd[64423]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:39:08 emily dhcpcd[64423]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:40:08 emily dhcpcd[64530]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:40:08 emily dhcpcd[64530]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:40:32 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:40:32 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:40:44 emily dhcpcd[64628]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:40:44 emily dhcpcd[64628]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:41:15 emily dhcpcd[64675]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:41:15 emily dhcpcd[64675]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:41:26 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 23:41:26 emily fangfrisch[64701]: Traceback (most recent call last):
Nov 14 23:41:26 emily fangfrisch[64701]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 23:41:26 emily fangfrisch[64701]: from fangfrisch.__main__ import main
Nov 14 23:41:26 emily fangfrisch[64701]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 23:41:26 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:41:26 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 23:41:37 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 23:41:38 emily dhcpcd[64727]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 23:41:38 emily dhcpcd[64727]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:41:42 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:41:42 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:42:03 emily dhcpcd[64816]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:42:03 emily dhcpcd[64816]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:43:03 emily dhcpcd[64913]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:43:03 emily dhcpcd[64913]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:43:22 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:43:22 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:43:28 emily clamd[611]: Thu Nov 14 23:43:28 2024 -> SelfCheck: Database status OK.
Nov 14 23:43:30 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:43:30 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:43:33 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:43:33 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:44:01 emily dhcpcd[65193]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:44:01 emily dhcpcd[65193]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:44:47 emily dhcpcd[65272]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:44:47 emily dhcpcd[65272]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:45:23 emily dhcpcd[65332]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:45:23 emily dhcpcd[65332]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:46:02 emily dhcpcd[65396]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:46:02 emily dhcpcd[65396]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:46:20 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:46:20 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:46:58 emily dhcpcd[65523]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:46:58 emily dhcpcd[65523]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:47:20 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:47:20 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:47:39 emily dhcpcd[65629]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:47:39 emily dhcpcd[65629]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:48:18 emily dhcpcd[65710]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:48:18 emily dhcpcd[65710]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:49:17 emily dhcpcd[65819]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:49:17 emily dhcpcd[65819]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:49:50 emily dhcpcd[65878]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:49:50 emily dhcpcd[65878]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:50:36 emily dhcpcd[65958]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:50:36 emily dhcpcd[65958]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:51:09 emily dhcpcd[66002]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:51:09 emily dhcpcd[66002]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:51:09 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 14 23:51:09 emily fangfrisch[66003]: Traceback (most recent call last):
Nov 14 23:51:09 emily fangfrisch[66003]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 14 23:51:09 emily fangfrisch[66003]: from fangfrisch.__main__ import main
Nov 14 23:51:09 emily fangfrisch[66003]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 14 23:51:09 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 23:51:09 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 14 23:51:32 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:51:32 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:51:38 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 14 23:51:39 emily dhcpcd[66079]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 14 23:51:39 emily dhcpcd[66079]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:51:55 emily dhcpcd[66106]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:51:55 emily dhcpcd[66106]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:52:21 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:52:21 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 14 23:52:43 emily dhcpcd[66191]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:52:43 emily dhcpcd[66191]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:53:14 emily dhcpcd[66215]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:53:14 emily dhcpcd[66215]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:53:28 emily clamd[611]: Thu Nov 14 23:53:28 2024 -> SelfCheck: Database status OK.
Nov 14 23:54:03 emily dhcpcd[66272]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:54:03 emily dhcpcd[66272]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:54:52 emily dhcpcd[66318]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:54:52 emily dhcpcd[66318]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:55:43 emily dhcpcd[66369]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:55:43 emily dhcpcd[66369]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:56:26 emily dhcpcd[66413]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:56:26 emily dhcpcd[66413]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:57:25 emily dhcpcd[66470]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:57:25 emily dhcpcd[66470]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:58:03 emily dhcpcd[66497]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:58:03 emily dhcpcd[66497]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:58:56 emily dhcpcd[66550]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:58:56 emily dhcpcd[66550]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 14 23:59:35 emily dhcpcd[66597]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 14 23:59:35 emily dhcpcd[66597]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:00:07 emily systemd[1]: Started Verify integrity of password and group files.
Nov 15 00:00:07 emily systemd[1]: shadow.service: Deactivated successfully.
Nov 15 00:00:31 emily dhcpcd[66658]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:00:31 emily dhcpcd[66658]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:00:31 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 15 00:00:31 emily fangfrisch[66659]: Traceback (most recent call last):
Nov 15 00:00:31 emily fangfrisch[66659]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 15 00:00:31 emily fangfrisch[66659]: from fangfrisch.__main__ import main
Nov 15 00:00:31 emily fangfrisch[66659]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 15 00:00:31 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 00:00:31 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 15 00:01:00 emily CROND[66681]: (root) CMD (run-parts /etc/cron.hourly)
Nov 15 00:01:00 emily anacron[66690]: Anacron started on 2024-11-15
Nov 15 00:01:00 emily CROND[66680]: (root) CMDEND (run-parts /etc/cron.hourly)
Nov 15 00:01:00 emily anacron[66690]: Normal exit (0 jobs run)
Nov 15 00:01:16 emily dhcpcd[66706]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:01:16 emily dhcpcd[66706]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:01:39 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 15 00:01:40 emily dhcpcd[66736]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 15 00:01:40 emily dhcpcd[66736]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:01:51 emily dhcpcd[66753]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:01:51 emily dhcpcd[66753]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:02:29 emily dhcpcd[66790]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:02:29 emily dhcpcd[66790]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:03:14 emily dhcpcd[66830]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:03:14 emily dhcpcd[66830]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:03:28 emily clamd[611]: Fri Nov 15 00:03:28 2024 -> SelfCheck: Database status OK.
Nov 15 00:03:54 emily dhcpcd[66874]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:03:54 emily dhcpcd[66874]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:04:01 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:04:01 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:04:33 emily dhcpcd[66955]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:04:33 emily dhcpcd[66955]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:05:07 emily dhcpcd[66984]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:05:07 emily dhcpcd[66984]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:05:46 emily dhcpcd[67020]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:05:46 emily dhcpcd[67020]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:06:23 emily dhcpcd[67055]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:06:23 emily dhcpcd[67055]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:07:13 emily dhcpcd[67096]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:07:13 emily dhcpcd[67096]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:07:59 emily dhcpcd[67142]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:07:59 emily dhcpcd[67142]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:08:45 emily dhcpcd[67191]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:08:45 emily systemd[1]: Starting Update the plocate database...
Nov 15 00:08:45 emily dhcpcd[67191]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:09:07 emily systemd[1]: plocate-updatedb.service: Deactivated successfully.
Nov 15 00:09:07 emily systemd[1]: Finished Update the plocate database.
Nov 15 00:09:07 emily systemd[1]: plocate-updatedb.service: Consumed 14.525s CPU time, 1.2G memory peak.
Nov 15 00:09:31 emily dhcpcd[67245]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:09:31 emily dhcpcd[67245]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:10:27 emily dhcpcd[67298]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:10:27 emily dhcpcd[67298]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:11:22 emily dhcpcd[67341]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:11:22 emily dhcpcd[67341]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:11:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 15 00:11:39 emily fangfrisch[67362]: Traceback (most recent call last):
Nov 15 00:11:39 emily fangfrisch[67362]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 15 00:11:39 emily fangfrisch[67362]: from fangfrisch.__main__ import main
Nov 15 00:11:39 emily fangfrisch[67362]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 15 00:11:39 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 00:11:39 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 15 00:11:40 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 15 00:11:41 emily dhcpcd[67368]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 15 00:11:41 emily dhcpcd[67368]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:12:07 emily dhcpcd[67397]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:12:07 emily dhcpcd[67397]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:13:07 emily dhcpcd[67453]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:13:07 emily dhcpcd[67453]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:13:28 emily clamd[611]: Fri Nov 15 00:13:28 2024 -> SelfCheck: Database status OK.
Nov 15 00:13:47 emily dhcpcd[67490]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:13:47 emily dhcpcd[67490]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:14:35 emily dhcpcd[67547]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:14:35 emily dhcpcd[67547]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:15:21 emily dhcpcd[67585]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:15:21 emily dhcpcd[67585]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:16:19 emily dhcpcd[67638]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:16:19 emily dhcpcd[67638]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:16:54 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:16:54 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:16:54 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:16:54 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:17:06 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:17:06 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:17:08 emily dhcpcd[67857]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:17:08 emily dhcpcd[67857]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:17:42 emily dhcpcd[67947]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:17:42 emily dhcpcd[67947]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:18:30 emily dhcpcd[68005]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:18:30 emily dhcpcd[68005]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:19:10 emily dhcpcd[68049]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:19:10 emily dhcpcd[68049]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:19:57 emily dhcpcd[68106]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:19:57 emily dhcpcd[68106]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:20:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 15 00:20:39 emily fangfrisch[68151]: Traceback (most recent call last):
Nov 15 00:20:39 emily fangfrisch[68151]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 15 00:20:39 emily fangfrisch[68151]: from fangfrisch.__main__ import main
Nov 15 00:20:39 emily fangfrisch[68151]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 15 00:20:39 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 00:20:39 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 15 00:20:44 emily dhcpcd[68160]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:20:44 emily dhcpcd[68160]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:21:32 emily dhcpcd[68216]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:21:32 emily dhcpcd[68216]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:21:35 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:21:35 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:21:41 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 15 00:21:42 emily dhcpcd[68259]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 15 00:21:42 emily dhcpcd[68259]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:22:12 emily dhcpcd[68292]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:22:12 emily dhcpcd[68292]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:22:23 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:22:23 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:23:08 emily dhcpcd[68382]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:23:08 emily dhcpcd[68382]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:23:28 emily clamd[611]: Fri Nov 15 00:23:28 2024 -> SelfCheck: Database status OK.
Nov 15 00:23:51 emily dhcpcd[68425]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:23:51 emily dhcpcd[68425]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:24:47 emily dhcpcd[68480]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:24:47 emily dhcpcd[68480]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:25:47 emily dhcpcd[68539]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:25:47 emily dhcpcd[68539]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:26:38 emily dhcpcd[68591]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:26:38 emily dhcpcd[68591]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:27:19 emily dhcpcd[68627]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:27:19 emily dhcpcd[68627]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:27:59 emily dhcpcd[68667]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:27:59 emily dhcpcd[68667]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:28:29 emily dhcpcd[68705]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:28:29 emily dhcpcd[68705]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:28:29 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:28:29 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:28:47 emily systemd[1]: Starting Update ClamAV virus database once...
Nov 15 00:28:47 emily freshclam[68754]: ClamAV update process started at Fri Nov 15 00:28:47 2024
Nov 15 00:28:47 emily freshclam[68754]: daily.cld database is up-to-date (version: 27458, sigs: 2067903, f-level: 90, builder: raynman)
Nov 15 00:28:47 emily freshclam[68754]: main.cvd database is up-to-date (version: 62, sigs: 6647427, f-level: 90, builder: sigmgr)
Nov 15 00:28:47 emily freshclam[68754]: bytecode.cvd database is up-to-date (version: 335, sigs: 86, f-level: 90, builder: raynman)
Nov 15 00:28:47 emily systemd[1]: clamav-freshclam-once.service: Deactivated successfully.
Nov 15 00:28:47 emily systemd[1]: Finished Update ClamAV virus database once.
Nov 15 00:29:14 emily dhcpcd[68786]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:29:14 emily dhcpcd[68786]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:30:03 emily dhcpcd[68840]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:30:03 emily dhcpcd[68840]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:30:40 emily dhcpcd[68879]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:30:40 emily dhcpcd[68879]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:31:15 emily dhcpcd[68906]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:31:15 emily dhcpcd[68906]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:31:15 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 15 00:31:15 emily fangfrisch[68907]: Traceback (most recent call last):
Nov 15 00:31:15 emily fangfrisch[68907]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 15 00:31:15 emily fangfrisch[68907]: from fangfrisch.__main__ import main
Nov 15 00:31:15 emily fangfrisch[68907]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 15 00:31:15 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 00:31:15 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 15 00:31:42 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 15 00:31:43 emily dhcpcd[68943]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 15 00:31:43 emily dhcpcd[68943]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:31:50 emily dhcpcd[68956]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:31:50 emily dhcpcd[68956]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:32:43 emily dhcpcd[69012]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:32:43 emily dhcpcd[69012]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:33:28 emily clamd[611]: Fri Nov 15 00:33:28 2024 -> SelfCheck: Database status OK.
Nov 15 00:33:33 emily dhcpcd[69058]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:33:33 emily dhcpcd[69058]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:34:05 emily dhcpcd[69090]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:34:05 emily dhcpcd[69090]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:34:26 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:34:26 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:34:53 emily dhcpcd[69186]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:34:53 emily dhcpcd[69186]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:35:28 emily dhcpcd[69225]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:35:28 emily dhcpcd[69225]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:35:59 emily dhcpcd[69254]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:35:59 emily dhcpcd[69254]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:36:57 emily dhcpcd[69313]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:36:57 emily dhcpcd[69313]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:37:50 emily dhcpcd[69368]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:37:50 emily dhcpcd[69368]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:38:37 emily dhcpcd[69414]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:38:37 emily dhcpcd[69414]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:39:34 emily dhcpcd[69472]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:39:34 emily dhcpcd[69472]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:40:15 emily dhcpcd[69508]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:40:15 emily dhcpcd[69508]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:40:15 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 15 00:40:16 emily fangfrisch[69509]: Traceback (most recent call last):
Nov 15 00:40:16 emily fangfrisch[69509]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 15 00:40:16 emily fangfrisch[69509]: from fangfrisch.__main__ import main
Nov 15 00:40:16 emily fangfrisch[69509]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 15 00:40:16 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 00:40:16 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 15 00:41:07 emily dhcpcd[69561]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:41:07 emily dhcpcd[69561]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:41:43 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 15 00:41:45 emily dhcpcd[69610]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 15 00:41:45 emily dhcpcd[69610]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:41:51 emily dhcpcd[69628]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:41:51 emily dhcpcd[69628]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:41:53 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:41:53 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:41:53 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:41:53 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:42:43 emily dhcpcd[69804]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:42:43 emily dhcpcd[69804]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:43:21 emily dhcpcd[69898]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:43:21 emily dhcpcd[69898]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:43:29 emily clamd[611]: Fri Nov 15 00:43:29 2024 -> SelfCheck: Database status OK.
Nov 15 00:43:52 emily dhcpcd[69939]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:43:52 emily dhcpcd[69939]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:44:31 emily dhcpcd[69994]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:44:31 emily dhcpcd[69994]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:45:20 emily dhcpcd[70038]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:45:20 emily dhcpcd[70038]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:46:16 emily dhcpcd[70089]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:46:16 emily dhcpcd[70089]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:47:09 emily dhcpcd[70138]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:47:09 emily dhcpcd[70138]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:47:53 emily dhcpcd[70183]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:47:53 emily dhcpcd[70183]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:48:50 emily dhcpcd[70240]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:48:50 emily dhcpcd[70240]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:49:33 emily dhcpcd[70291]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:49:33 emily dhcpcd[70291]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:50:29 emily dhcpcd[70343]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:50:29 emily dhcpcd[70343]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:50:40 emily dhcpcd[70359]: Dropped protocol specifier '.dhcp' from 'enp8s0.dhcp'. Using 'enp8s0' (ifindex=2).
Nov 15 00:50:40 emily dhcpcd[70359]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:51:05 emily dhcpcd[70386]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:51:05 emily dhcpcd[70386]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:51:05 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 15 00:51:05 emily fangfrisch[70387]: Traceback (most recent call last):
Nov 15 00:51:05 emily fangfrisch[70387]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 15 00:51:05 emily fangfrisch[70387]: from fangfrisch.__main__ import main
Nov 15 00:51:05 emily fangfrisch[70387]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 15 00:51:05 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 00:51:05 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 15 00:51:37 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:51:37 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:51:45 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 15 00:51:46 emily dhcpcd[70465]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 15 00:51:46 emily dhcpcd[70465]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:51:49 emily dhcpcd[70477]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:51:49 emily dhcpcd[70477]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:52:25 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:52:25 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 00:52:29 emily dhcpcd[70555]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:52:29 emily dhcpcd[70555]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:53:25 emily dhcpcd[70610]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:53:25 emily dhcpcd[70610]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:53:29 emily clamd[611]: Fri Nov 15 00:53:29 2024 -> SelfCheck: Database status OK.
Nov 15 00:54:15 emily dhcpcd[70660]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:54:15 emily dhcpcd[70660]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:55:00 emily dhcpcd[70706]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:55:00 emily dhcpcd[70706]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:55:30 emily dhcpcd[70741]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:55:30 emily dhcpcd[70741]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:56:15 emily dhcpcd[70781]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:56:15 emily dhcpcd[70781]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:56:49 emily dhcpcd[70826]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:56:49 emily dhcpcd[70826]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:57:21 emily dhcpcd[70857]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:57:21 emily dhcpcd[70857]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:57:53 emily dhcpcd[70891]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:57:53 emily dhcpcd[70891]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:58:32 emily dhcpcd[70936]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:58:32 emily dhcpcd[70936]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:59:06 emily dhcpcd[70969]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:59:06 emily dhcpcd[70969]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 00:59:37 emily dhcpcd[71007]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 00:59:37 emily dhcpcd[71007]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:00:08 emily dhcpcd[71035]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:00:08 emily dhcpcd[71035]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:00:59 emily dhcpcd[71088]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:00:59 emily dhcpcd[71088]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:01:00 emily CROND[71092]: (root) CMD (run-parts /etc/cron.hourly)
Nov 15 01:01:00 emily anacron[71101]: Anacron started on 2024-11-15
Nov 15 01:01:00 emily CROND[71091]: (root) CMDEND (run-parts /etc/cron.hourly)
Nov 15 01:01:00 emily anacron[71101]: Normal exit (0 jobs run)
Nov 15 01:01:34 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 15 01:01:34 emily fangfrisch[71136]: Traceback (most recent call last):
Nov 15 01:01:34 emily fangfrisch[71136]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 15 01:01:34 emily fangfrisch[71136]: from fangfrisch.__main__ import main
Nov 15 01:01:34 emily fangfrisch[71136]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 15 01:01:34 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 01:01:34 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 15 01:01:46 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 15 01:01:47 emily dhcpcd[71152]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 15 01:01:47 emily dhcpcd[71152]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:01:56 emily dhcpcd[71169]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:01:56 emily dhcpcd[71169]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:02:39 emily dhcpcd[71215]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:02:39 emily dhcpcd[71215]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:03:21 emily dhcpcd[71258]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:03:21 emily dhcpcd[71258]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:03:29 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 01:03:29 emily rtkit-daemon[992]: Supervising 16 threads of 9 processes of 1 users.
Nov 15 01:03:29 emily clamd[611]: Fri Nov 15 01:03:29 2024 -> SelfCheck: Database status OK.
Nov 15 01:04:02 emily dhcpcd[71377]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:04:02 emily dhcpcd[71377]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:04:29 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 15 01:04:29 emily xdg-desktop-por[71429]: cannot open display:
Nov 15 01:04:29 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 01:04:29 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 15 01:04:29 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 15 01:04:29 emily systemd[666]: Starting Portal service (GTK/GNOME implementation)...
Nov 15 01:04:29 emily xdg-desktop-por[71434]: cannot open display:
Nov 15 01:04:29 emily systemd[666]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 01:04:29 emily systemd[666]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Nov 15 01:04:29 emily systemd[666]: Failed to start Portal service (GTK/GNOME implementation).
Nov 15 01:04:32 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:04:32 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:04:37 emily dhcpcd[71491]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:04:37 emily dhcpcd[71491]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:04:44 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:04:44 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:04:44 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:04:44 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:05:28 emily dhcpcd[71685]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:05:28 emily dhcpcd[71685]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:06:10 emily dhcpcd[72281]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:06:10 emily dhcpcd[72281]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:06:54 emily dhcpcd[72333]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:06:54 emily dhcpcd[72333]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:07:33 emily dhcpcd[72376]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:07:33 emily dhcpcd[72376]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:08:11 emily dhcpcd[72411]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:08:11 emily dhcpcd[72411]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:08:48 emily dhcpcd[73015]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:08:48 emily dhcpcd[73015]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:09:02 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:09:02 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:09:02 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:09:02 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:09:04 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:09:04 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:09:08 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:09:08 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:09:41 emily dhcpcd[73314]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:09:41 emily dhcpcd[73314]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:10:16 emily dhcpcd[73411]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:10:16 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 15 01:10:16 emily dhcpcd[73411]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:10:16 emily fangfrisch[73412]: Traceback (most recent call last):
Nov 15 01:10:16 emily fangfrisch[73412]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 15 01:10:16 emily fangfrisch[73412]: from fangfrisch.__main__ import main
Nov 15 01:10:16 emily fangfrisch[73412]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 15 01:10:16 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 01:10:16 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 15 01:10:41 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:10:41 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:10:46 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:10:46 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:11:06 emily dhcpcd[73610]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:11:06 emily dhcpcd[73610]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:11:47 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 15 01:11:48 emily dhcpcd[73651]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 15 01:11:48 emily dhcpcd[73651]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:11:54 emily dhcpcd[73665]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:11:54 emily dhcpcd[73665]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:12:35 emily dhcpcd[73707]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:12:35 emily dhcpcd[73707]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:13:09 emily dhcpcd[73737]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:13:09 emily dhcpcd[73737]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:13:29 emily clamd[611]: Fri Nov 15 01:13:29 2024 -> SelfCheck: Database status OK.
Nov 15 01:14:08 emily dhcpcd[73797]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:14:08 emily dhcpcd[73797]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:14:44 emily dhcpcd[73837]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:14:44 emily dhcpcd[73837]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:15:39 emily dhcpcd[73890]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:15:39 emily dhcpcd[73890]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:16:22 emily dhcpcd[73929]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:16:22 emily dhcpcd[73929]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:16:59 emily dhcpcd[73965]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:16:59 emily dhcpcd[73965]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:17:38 emily dhcpcd[74006]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:17:38 emily dhcpcd[74006]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:18:25 emily dhcpcd[74051]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:18:25 emily dhcpcd[74051]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:19:05 emily dhcpcd[74088]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:19:05 emily dhcpcd[74088]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:19:46 emily dhcpcd[74141]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:19:46 emily dhcpcd[74141]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:20:17 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:20:17 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:20:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 15 01:20:40 emily fangfrisch[74224]: Traceback (most recent call last):
Nov 15 01:20:40 emily fangfrisch[74224]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 15 01:20:40 emily fangfrisch[74224]: from fangfrisch.__main__ import main
Nov 15 01:20:40 emily fangfrisch[74224]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 15 01:20:40 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 01:20:40 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 15 01:20:41 emily dhcpcd[74230]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:20:41 emily dhcpcd[74230]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:21:25 emily dhcpcd[74272]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:21:25 emily dhcpcd[74272]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:21:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:21:38 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:21:48 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 15 01:21:49 emily dhcpcd[74333]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 15 01:21:49 emily dhcpcd[74333]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:22:06 emily dhcpcd[74353]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:22:06 emily dhcpcd[74353]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:22:27 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:22:27 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:22:53 emily kernel: perf: interrupt took too long (3938 > 3931), lowering kernel.perf_event_max_sample_rate to 50700
Nov 15 01:23:03 emily dhcpcd[74443]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:23:03 emily dhcpcd[74443]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:23:29 emily clamd[611]: Fri Nov 15 01:23:29 2024 -> SelfCheck: Database status OK.
Nov 15 01:23:38 emily dhcpcd[74482]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:23:38 emily dhcpcd[74482]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:24:16 emily dhcpcd[74518]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:24:16 emily dhcpcd[74518]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:24:45 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:24:45 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:24:56 emily dhcpcd[74597]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:24:56 emily dhcpcd[74597]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:25:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:25:20 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:25:24 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:25:24 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:25:43 emily dhcpcd[74766]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:25:43 emily dhcpcd[74766]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:26:10 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:26:10 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:26:11 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:26:11 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:26:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:26:13 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:26:16 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:26:16 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:26:21 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:26:21 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:26:33 emily dhcpcd[75075]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:26:33 emily dhcpcd[75075]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:27:03 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:27:03 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:27:17 emily dhcpcd[75196]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:27:17 emily dhcpcd[75196]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:27:54 emily dhcpcd[75265]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:27:54 emily dhcpcd[75265]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:28:26 emily dhcpcd[75305]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:28:26 emily dhcpcd[75305]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:29:24 emily dhcpcd[75371]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:29:24 emily dhcpcd[75371]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:29:37 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:29:37 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:29:37 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:29:37 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:29:39 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:29:39 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:30:10 emily dhcpcd[75584]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:30:10 emily dhcpcd[75584]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:30:39 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 15 01:30:39 emily fangfrisch[75617]: Traceback (most recent call last):
Nov 15 01:30:39 emily fangfrisch[75617]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 15 01:30:39 emily fangfrisch[75617]: from fangfrisch.__main__ import main
Nov 15 01:30:39 emily fangfrisch[75617]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 15 01:30:39 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 01:30:39 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 15 01:30:50 emily dhcpcd[75630]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:30:50 emily dhcpcd[75630]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:31:21 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:31:21 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:31:25 emily dhcpcd[75742]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:31:25 emily dhcpcd[75742]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:31:46 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:31:46 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:31:49 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 15 01:31:50 emily dhcpcd[75812]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 15 01:31:50 emily dhcpcd[75812]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:31:50 emily systemd[1]: Starting Hostname Service...
Nov 15 01:31:50 emily systemd[1]: Started Hostname Service.
Nov 15 01:32:05 emily dhcpcd[75863]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:32:05 emily dhcpcd[75863]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:32:21 emily systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 15 01:32:49 emily dhcpcd[75947]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:32:49 emily dhcpcd[75947]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:33:16 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:33:16 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:33:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:33:26 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:33:29 emily clamd[611]: Fri Nov 15 01:33:29 2024 -> SelfCheck: Database status OK.
Nov 15 01:33:29 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:33:29 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:33:44 emily dhcpcd[76221]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:33:44 emily dhcpcd[76221]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:34:42 emily dhcpcd[76308]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:34:42 emily dhcpcd[76308]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:35:38 emily dhcpcd[76373]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:35:38 emily dhcpcd[76373]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:36:37 emily dhcpcd[76428]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:36:37 emily dhcpcd[76428]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:37:33 emily dhcpcd[76498]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:37:33 emily dhcpcd[76498]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:38:05 emily dhcpcd[76538]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:38:05 emily dhcpcd[76538]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:38:59 emily dhcpcd[76603]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:38:59 emily dhcpcd[76603]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:39:38 emily dhcpcd[76653]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:39:38 emily dhcpcd[76653]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:40:06 emily systemd[1]: Started Update and verify unofficial Clam Anti-Virus signatures.
Nov 15 01:40:06 emily fangfrisch[76676]: Traceback (most recent call last):
Nov 15 01:40:06 emily fangfrisch[76676]: File "/usr/bin/fangfrisch", line 5, in <module>
Nov 15 01:40:06 emily fangfrisch[76676]: from fangfrisch.__main__ import main
Nov 15 01:40:06 emily fangfrisch[76676]: ModuleNotFoundError: No module named 'fangfrisch'
Nov 15 01:40:06 emily systemd[1]: fangfrisch.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 01:40:06 emily systemd[1]: fangfrisch.service: Failed with result 'exit-code'.
Nov 15 01:40:18 emily dhcpcd[76692]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:40:18 emily dhcpcd[76692]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:40:49 emily dhcpcd[76731]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:40:49 emily dhcpcd[76731]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:41:46 emily dhcpcd[76784]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:41:46 emily dhcpcd[76784]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:41:50 emily dhcpcd[620]: enp8s0: requesting DHCPv6 information
Nov 15 01:41:51 emily dhcpcd[76796]: Dropped protocol specifier '.dhcp6' from 'enp8s0.dhcp6'. Using 'enp8s0' (ifindex=2).
Nov 15 01:41:51 emily dhcpcd[76796]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:42:35 emily dhcpcd[76909]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:42:35 emily dhcpcd[76909]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:43:18 emily dhcpcd[76947]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:43:18 emily dhcpcd[76947]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:43:29 emily clamd[611]: Fri Nov 15 01:43:29 2024 -> SelfCheck: Database status OK.
Nov 15 01:44:09 emily dhcpcd[77026]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:44:09 emily dhcpcd[77026]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:44:42 emily dhcpcd[77067]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:44:42 emily dhcpcd[77067]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:45:16 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:45:16 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:45:32 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:45:32 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:45:36 emily dhcpcd[77269]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:45:36 emily dhcpcd[77269]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:45:45 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:45:45 emily rtkit-daemon[992]: Supervising 11 threads of 8 processes of 1 users.
Nov 15 01:46:25 emily dhcpcd[77376]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:46:25 emily dhcpcd[77376]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:47:03 emily dhcpcd[77446]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:47:03 emily dhcpcd[77446]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Nov 15 01:47:35 emily dhcpcd[77512]: Dropped protocol specifier '.ra' from 'enp8s0.ra'. Using 'enp8s0' (ifindex=2).
Nov 15 01:47:35 emily dhcpcd[77512]: Failed to set DNS configuration: Could not activate remote peer 'org.freedesktop.resolve1': activation request failed: unknown unit
Offline