Re: Screen tearing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jul 05, 2021 at 11:02:55PM +0100, Paulo Sherring wrote:
> Hello!
> Thanks for your input, Marius. Please find attached the journalctl log and
> a sample for the agl-compositor.log.
> The kmscube application ran with no apparent issue:
> https://youtu.be/CTjPUNmfJRs
> In regards to modetest, I am new to this low-level-ish graphics stack, so
> please, pardon my possibly dumb questions:
>  - Is it supposed to be part of drm-backend?
>  - On my AGL image, I could not find the modetest application. And a brief
> search, I could not find how to include it. Could you give me brief
> pointers on how to get it and use it?
It is part of libdrm, as a generic test application (displaying all sort
of information including the modes), and in AGL is being brought in
if adding agl-devel DISTRO FEATURE [1]. At this point is not really
useful, as I have the compositor and journalctl logs.

I'll spin a build myself for rpi4 and give it a test as the
kmscube doesn't show any tearing.

[1] https://docs.automotivelinux.org/en/master/#0_Getting_Started/2_Building_AGL_Image/3_Initializing_Your_Build_Environment/
> 
> Best regards,
> Paulo Sherring.
> 
> On Mon, Jul 5, 2021 at 3:05 PM Marius Vlad <marius.vlad@xxxxxxxxxxxxx>
> wrote:
> 
> > On Mon, Jul 05, 2021 at 04:00:28PM +0300, Marius Vlad wrote:
> > > On Mon, Jul 05, 2021 at 01:15:37PM +0100, Paulo Sherring wrote:
> > > > Hello, all,
> > > Hi,
> > > > I've noticed some tearing going on in my setup, but I don't have much
> > idea
> > > > of what is going on :(
> > > >
> > > > My setup:
> > > >  * RPi4, 2GiB;
> > > >  * AGL Kooky Koi;
> > > >  * HDMI display, 800x480, with highly debatable quality.
> > > >
> > > > I've built Kooky Koi and made a few changes to the IC Demo
> > Application, to
> > > > better adjust to the screen size.
> > > >
> > > > I've made three videos:
> > > > 1 - https://youtu.be/Q1BLsFUs7zE - AGL
> > > > 2 - https://youtu.be/5sPgdKXWSew - AGL Stock
> > > > 3 - https://youtu.be/nX5X9bttbTY - Yocto
> > >
> > > The weston log file should show up what mode it's picking it up.
> > Alternatively
> > > you could paste what modetest is saying, particularity the modes
> > supported.
> > >
> > > >
> > > > On video 1, it is not visible, but, probably because the image is more
> > > > "static-ish".
> > > > Video 2 shows AGL's Stock IC Application that doesn't work very well
> > on any
> > > > screen other than FHD. I've tried to capture the effect on video,
> > > The assumption is that for anything else than 1080p you'll need to tweak
> > > the demo apps on your own. The videos still show up the demo cluster app
> > > being clipped to the display itself.
> >
> > If you could, could you try using DRM backend directly, by installing
> > kmscube
> > and see if you're seeing any tearing with it? I don't think we have it
> > installed by default, but you should be able to add it quite easily.
> >
> > Also, probably it would make sense to attach/post the entire journalctl.
> > >
> > > > but, unfortunately, it is not readily visible, but  it is definitely
> > there.
> > > > I've found that the issue also occurs on Yocto (video 3).
> > > >
> > > > Could you share any insights on how to fix this?
> > > >
> > > > Best, Paulo Sherring.
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> > 
> >
> >
> >
> 
> 
> 
> 
> 

> Date: 2020-06-29 UTC
> [03:06:46.770] Using config file '/etc/xdg/weston/weston.ini'.
> [03:06:46.774] Output repaint window is 7 ms maximum.
> [03:06:46.780] Loading module '/usr/lib/libweston-8/drm-backend.so'
> [03:06:46.812] initializing drm backend
> [03:06:46.813] logind: not running in a systemd session
> [03:06:46.813] logind: cannot setup systemd-logind helper (-61), using legacy fallback
> [03:06:46.836] using /dev/dri/card0
> [03:06:46.836] DRM: supports universal planes
> [03:06:46.836] DRM: supports atomic modesetting
> [03:06:46.836] DRM: supports picture aspect ratio
> [03:06:46.840] Loading module '/usr/lib/libweston-8/gl-renderer.so'
> [03:06:47.037] EGL client extensions: EGL_EXT_client_extensions
>                EGL_EXT_device_base EGL_EXT_device_enumeration
>                EGL_EXT_device_query EGL_EXT_platform_base
>                EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug
>                EGL_EXT_platform_wayland EGL_MESA_platform_gbm
>                EGL_MESA_platform_surfaceless EGL_EXT_platform_device
> [03:06:47.042] EGL version: 1.4
> [03:06:47.042] EGL vendor: Mesa Project
> [03:06:47.042] EGL client APIs: OpenGL OpenGL_ES 
> [03:06:47.042] EGL extensions: EGL_ANDROID_blob_cache EGL_EXT_buffer_age
>                EGL_EXT_image_dma_buf_import
>                EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2
>                EGL_KHR_config_attribs EGL_KHR_create_context
>                EGL_KHR_create_context_no_error EGL_KHR_fence_sync
>                EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace
>                EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image
>                EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image
>                EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap
>                EGL_KHR_no_config_context EGL_KHR_reusable_sync
>                EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float
>                EGL_KHR_wait_sync EGL_MESA_configless_context
>                EGL_MESA_drm_image EGL_MESA_image_dma_buf_export
>                EGL_MESA_query_driver EGL_WL_bind_wayland_display
> [03:06:47.042] warning: Disabling render GPU timeline and explicit synchronization due to missing EGL_ANDROID_native_fence_sync extension
> [03:06:47.042] EGL_KHR_surfaceless_context available
> [03:06:47.086] GL version: OpenGL ES 3.1 Mesa 20.0.2
> [03:06:47.086] GLSL version: OpenGL ES GLSL ES 3.10
> [03:06:47.086] GL vendor: Broadcom
> [03:06:47.086] GL renderer: V3D 4.2
> [03:06:47.086] GL extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays
>                GL_EXT_texture_format_BGRA8888
>                GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24
>                GL_OES_element_index_uint GL_OES_fbo_render_mipmap
>                GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives
>                GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float
>                GL_OES_texture_half_float GL_OES_texture_half_float_linear
>                GL_OES_texture_npot GL_OES_vertex_half_float
>                GL_EXT_texture_sRGB_decode GL_OES_EGL_image
>                GL_OES_depth_texture GL_OES_packed_depth_stencil
>                GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary
>                GL_APPLE_texture_max_level GL_EXT_discard_framebuffer
>                GL_EXT_read_format_bgra GL_EXT_frag_depth
>                GL_NV_fbo_color_attachments GL_OES_EGL_image_external
>                GL_OES_EGL_sync GL_OES_vertex_array_object
>                GL_EXT_occlusion_query_boolean GL_EXT_texture_rg
>                GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer
>                GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil
>                GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug
>                GL_KHR_texture_compression_astc_ldr
>                GL_OES_depth_texture_cube_map GL_OES_required_internalformat
>                GL_OES_surfaceless_context GL_EXT_color_buffer_float
>                GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects
>                GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix
>                GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture
>                GL_EXT_draw_elements_base_vertex GL_EXT_primitive_bounding_box
>                GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp
>                GL_KHR_context_flush_control GL_NV_image_formats
>                GL_OES_draw_elements_base_vertex GL_OES_primitive_bounding_box
>                GL_OES_shader_io_blocks GL_OES_texture_border_clamp
>                GL_OES_texture_stencil8
>                GL_OES_texture_storage_multisample_2d_array
>                GL_EXT_buffer_storage GL_EXT_float_blend
>                GL_EXT_geometry_point_size GL_EXT_geometry_shader
>                GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d
>                GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size
>                GL_OES_geometry_shader GL_OES_shader_image_atomic
>                GL_MESA_shader_integer_functions GL_KHR_parallel_shader_compile
>                GL_EXT_EGL_image_storage GL_MESA_framebuffer_flip_y
>                GL_EXT_texture_query_lod
> [03:06:47.087] GL ES 2 renderer features:
>                read-back format: BGRA
>                wl_shm sub-image to texture: yes
>                EGL Wayland extension: yes
> [03:06:47.171] event0  - Chicony  USB Keyboard: is tagged by udev as: Keyboard
> [03:06:47.172] event0  - Chicony  USB Keyboard: device is a keyboard
> [03:06:47.195] event1  - Chicony  USB Keyboard System Control: is tagged by udev as: Keyboard
> [03:06:47.195] event1  - Chicony  USB Keyboard System Control: device is a keyboard
> [03:06:47.219] event2  - Chicony  USB Keyboard Consumer Control: is tagged by udev as: Keyboard
> [03:06:47.220] event2  - Chicony  USB Keyboard Consumer Control: device is a keyboard
> [03:06:47.297] event3  - Razer Razer Basilisk X HyperSpeed: is tagged by udev as: Mouse
> [03:06:47.298] event3  - Razer Razer Basilisk X HyperSpeed: device is a pointer
> [03:06:47.318] event4  - Razer Razer Basilisk X HyperSpeed Keyboard: is tagged by udev as: Keyboard
> [03:06:47.318] event4  - Razer Razer Basilisk X HyperSpeed Keyboard: device is a keyboard
> [03:06:47.338] event5  - Razer Razer Basilisk X HyperSpeed Consumer Control: is tagged by udev as: Keyboard
> [03:06:47.338] event5  - Razer Razer Basilisk X HyperSpeed Consumer Control: device is a keyboard
> [03:06:47.358] event6  - Razer Razer Basilisk X HyperSpeed System Control: is tagged by udev as: Keyboard
> [03:06:47.359] event6  - Razer Razer Basilisk X HyperSpeed System Control: device is a keyboard
> [03:06:47.379] event7  - Razer Razer Basilisk X HyperSpeed: not tagged as supported input device
> [03:06:47.427] event7  - not using input device '/dev/input/event7'
> [03:06:47.445] event8  - Razer Razer Basilisk X HyperSpeed: is tagged by udev as: Keyboard
> [03:06:47.446] event8  - Razer Razer Basilisk X HyperSpeed: device is a keyboard
> [03:06:47.532] DRM: head 'HDMI-A-1' found, connector 89 is connected, EDID make 'MPI', model 'MPI5008', serial 'B3432845'
> [03:06:47.532] Registered plugin API 'weston_drm_output_api_v1' of size 24
> [03:06:47.532] Loading module '/usr/lib/libweston-8/remoting-plugin.so'
> [03:06:47.532] Failed to load module: /usr/lib/libweston-8/remoting-plugin.so: cannot open shared object file: No such file or directory
> [03:06:47.532] Seat 0x55b98d40d0, cursor is not set
> [03:06:47.533] Installing 'allow-all' policy engine
> [03:06:47.533] Chosen EGL config details: id:  17 rgba: 8 8 8 0 buf: 24 dep:  0 stcl: 0 int: 1-1 type: win vis_id: XRGB8888 (0x34325258)
> [03:06:47.534] Output HDMI-A-1 (crtc 87) video modes:
>                800x480@60.0, preferred, current, 29.6 MHz
>                640x480@75.0, 31.5 MHz
>                640x480@72.8, 31.5 MHz
>                640x480@60.0 4:3, 25.2 MHz
>                640x480@59.9, 25.2 MHz
>                720x400@70.1, 28.3 MHz
> [03:06:47.534] associating input device event0 with output HDMI-A-1 (none by udev)
> [03:06:47.534] associating input device event1 with output HDMI-A-1 (none by udev)
> [03:06:47.534] associating input device event2 with output HDMI-A-1 (none by udev)
> [03:06:47.534] associating input device event3 with output HDMI-A-1 (none by udev)
> [03:06:47.534] associating input device event4 with output HDMI-A-1 (none by udev)
> [03:06:47.534] associating input device event5 with output HDMI-A-1 (none by udev)
> [03:06:47.534] associating input device event6 with output HDMI-A-1 (none by udev)
> [03:06:47.534] associating input device event8 with output HDMI-A-1 (none by udev)
> [03:06:47.534] Output 'HDMI-A-1' enabled with head(s) HDMI-A-1
> [03:06:47.534] Sending ready to systemd
> [03:06:49.573] Added surface 0x55b9f42620, app_id receiver to pending list
> [03:06:50.669] Added surface 0x55b9f3e340, app_id cluster-gauges to pending list
> [03:06:51.200] (background) position view 0x55b9f40b20, x 0, y 0, on output HDMI-A-1
> [03:06:51.200] Usable area: 800x480+0,0
> [03:06:51.200] Activation completed for app_id receiver, role POPUP, output HDMI-A-1
> [03:07:16.380] caught signal 15
> [03:07:16.381] Removed surface 0x55b9f3e340, app_id cluster-gauges, role BACKGROUND
> [03:07:16.381] Removed surface 0x55b9f42620, app_id receiver, role POPUP
> [03:07:16.384] event0  - Chicony  USB Keyboard: device removed
> [03:07:16.415] event1  - Chicony  USB Keyboard System Control: device removed
> [03:07:16.451] event2  - Chicony  USB Keyboard Consumer Control: device removed
> [03:07:16.487] event3  - Razer Razer Basilisk X HyperSpeed: device removed
> [03:07:16.531] event4  - Razer Razer Basilisk X HyperSpeed Keyboard: device removed
> [03:07:16.555] event5  - Razer Razer Basilisk X HyperSpeed Consumer Control: device removed
> [03:07:16.579] event6  - Razer Razer Basilisk X HyperSpeed System Control: device removed
> [03:07:16.599] event8  - Razer Razer Basilisk X HyperSpeed: device removed

> -- Logs begin at Mon 2020-06-29 03:06:41 UTC, end at Mon 2020-06-29 03:07:36 UTC. --
> Jun 29 03:06:41 raspberrypi4-64 kernel: Booting Linux on physical CPU 0x0000000000 [0x410fd083]
> Jun 29 03:06:41 raspberrypi4-64 kernel: Linux version 5.4.72-v8 (oe-user@oe-host) (gcc version 9.3.0 (GCC)) #1 SMP PREEMPT Mon Jun 29 03:06:40 UTC 2020
> Jun 29 03:06:41 raspberrypi4-64 kernel: Machine model: Raspberry Pi 4 Model B Rev 1.4
> Jun 29 03:06:41 raspberrypi4-64 kernel: efi: Getting EFI parameters from FDT:
> Jun 29 03:06:41 raspberrypi4-64 kernel: efi: UEFI not found.
> Jun 29 03:06:41 raspberrypi4-64 kernel: Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
> Jun 29 03:06:41 raspberrypi4-64 kernel: OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
> Jun 29 03:06:41 raspberrypi4-64 kernel: On node 0 totalpages: 458752
> Jun 29 03:06:41 raspberrypi4-64 kernel:   DMA zone: 3072 pages used for memmap
> Jun 29 03:06:41 raspberrypi4-64 kernel:   DMA zone: 0 pages reserved
> Jun 29 03:06:41 raspberrypi4-64 kernel:   DMA zone: 196608 pages, LIFO batch:63
> Jun 29 03:06:41 raspberrypi4-64 kernel:   DMA32 zone: 4096 pages used for memmap
> Jun 29 03:06:41 raspberrypi4-64 kernel:   DMA32 zone: 262144 pages, LIFO batch:63
> Jun 29 03:06:41 raspberrypi4-64 kernel: percpu: Embedded 32 pages/cpu s90328 r8192 d32552 u131072
> Jun 29 03:06:41 raspberrypi4-64 kernel: pcpu-alloc: s90328 r8192 d32552 u131072 alloc=32*4096
> Jun 29 03:06:41 raspberrypi4-64 kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
> Jun 29 03:06:41 raspberrypi4-64 kernel: Detected PIPT I-cache on CPU0
> Jun 29 03:06:41 raspberrypi4-64 kernel: CPU features: detected: EL2 vector hardening
> Jun 29 03:06:41 raspberrypi4-64 kernel: ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
> Jun 29 03:06:41 raspberrypi4-64 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 451584
> Jun 29 03:06:41 raspberrypi4-64 kernel: Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 video=HDMI-A-1:640x480M@60 smsc95xx.macaddr=E4:5F:01:03:D8:58 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait       usbhid.mousepoll=0
> Jun 29 03:06:41 raspberrypi4-64 kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
> Jun 29 03:06:41 raspberrypi4-64 kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
> Jun 29 03:06:41 raspberrypi4-64 kernel: mem auto-init: stack:off, heap alloc:off, heap free:off
> Jun 29 03:06:41 raspberrypi4-64 kernel: software IO TLB: mapped [mem 0x1ac00000-0x1ec00000] (64MB)
> Jun 29 03:06:41 raspberrypi4-64 kernel: Memory: 1448116K/1835008K available (11004K kernel code, 1202K rwdata, 3940K rodata, 1088K init, 1243K bss, 124748K reserved, 262144K cma-reserved)
> Jun 29 03:06:41 raspberrypi4-64 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
> Jun 29 03:06:41 raspberrypi4-64 kernel: ftrace: allocating 37273 entries in 146 pages
> Jun 29 03:06:41 raspberrypi4-64 kernel: rcu: Preemptible hierarchical RCU implementation.
> Jun 29 03:06:41 raspberrypi4-64 kernel: rcu:         RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
> Jun 29 03:06:41 raspberrypi4-64 kernel:         Tasks RCU enabled.
> Jun 29 03:06:41 raspberrypi4-64 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
> Jun 29 03:06:41 raspberrypi4-64 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
> Jun 29 03:06:41 raspberrypi4-64 kernel: NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
> Jun 29 03:06:41 raspberrypi4-64 kernel: GIC: Using split EOI/Deactivate mode
> Jun 29 03:06:41 raspberrypi4-64 kernel: random: get_random_bytes called from start_kernel+0x320/0x4b0 with crng_init=0
> Jun 29 03:06:41 raspberrypi4-64 kernel: arch_timer: cp15 timer(s) running at 54.00MHz (phys).
> Jun 29 03:06:41 raspberrypi4-64 kernel: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
> Jun 29 03:06:41 raspberrypi4-64 kernel: sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
> Jun 29 03:06:41 raspberrypi4-64 kernel: Console: colour dummy device 80x25
> Jun 29 03:06:41 raspberrypi4-64 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
> Jun 29 03:06:41 raspberrypi4-64 kernel: pid_max: default: 32768 minimum: 301
> Jun 29 03:06:41 raspberrypi4-64 kernel: LSM: Security Framework initializing
> Jun 29 03:06:41 raspberrypi4-64 kernel: Smack:  Initializing.
> Jun 29 03:06:41 raspberrypi4-64 kernel: Smack:  IPv6 port labeling enabled.
> Jun 29 03:06:41 raspberrypi4-64 kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
> Jun 29 03:06:41 raspberrypi4-64 kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
> Jun 29 03:06:41 raspberrypi4-64 kernel: Disabling memory control group subsystem
> Jun 29 03:06:41 raspberrypi4-64 kernel: ASID allocator initialised with 32768 entries
> Jun 29 03:06:41 raspberrypi4-64 kernel: rcu: Hierarchical SRCU implementation.
> Jun 29 03:06:41 raspberrypi4-64 kernel: EFI services will not be available.
> Jun 29 03:06:41 raspberrypi4-64 kernel: smp: Bringing up secondary CPUs ...
> Jun 29 03:06:41 raspberrypi4-64 kernel: Detected PIPT I-cache on CPU1
> Jun 29 03:06:41 raspberrypi4-64 kernel: CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
> Jun 29 03:06:41 raspberrypi4-64 kernel: Detected PIPT I-cache on CPU2
> Jun 29 03:06:41 raspberrypi4-64 kernel: CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
> Jun 29 03:06:41 raspberrypi4-64 kernel: Detected PIPT I-cache on CPU3
> Jun 29 03:06:41 raspberrypi4-64 kernel: CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
> Jun 29 03:06:41 raspberrypi4-64 kernel: smp: Brought up 1 node, 4 CPUs
> Jun 29 03:06:41 raspberrypi4-64 kernel: SMP: Total of 4 processors activated.
> Jun 29 03:06:41 raspberrypi4-64 kernel: CPU features: detected: 32-bit EL0 Support
> Jun 29 03:06:41 raspberrypi4-64 kernel: CPU features: detected: CRC32 instructions
> Jun 29 03:06:41 raspberrypi4-64 kernel: CPU: All CPU(s) started at EL2
> Jun 29 03:06:41 raspberrypi4-64 kernel: alternatives: patching kernel code
> Jun 29 03:06:41 raspberrypi4-64 kernel: devtmpfs: initialized
> Jun 29 03:06:41 raspberrypi4-64 kernel: Enabled cp15_barrier support
> Jun 29 03:06:41 raspberrypi4-64 kernel: Enabled setend support
> Jun 29 03:06:41 raspberrypi4-64 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
> Jun 29 03:06:41 raspberrypi4-64 kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
> Jun 29 03:06:41 raspberrypi4-64 kernel: pinctrl core: initialized pinctrl subsystem
> Jun 29 03:06:41 raspberrypi4-64 kernel: DMI not present or invalid.
> Jun 29 03:06:41 raspberrypi4-64 kernel: NET: Registered protocol family 16
> Jun 29 03:06:41 raspberrypi4-64 kernel: DMA: preallocated 1024 KiB pool for atomic allocations
> Jun 29 03:06:41 raspberrypi4-64 kernel: audit: initializing netlink subsys (disabled)
> Jun 29 03:06:41 raspberrypi4-64 kernel: audit: type=2000 audit(0.052:1): state=initialized audit_enabled=0 res=1
> Jun 29 03:06:41 raspberrypi4-64 kernel: cpuidle: using governor menu
> Jun 29 03:06:41 raspberrypi4-64 kernel: hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
> Jun 29 03:06:41 raspberrypi4-64 kernel: Serial: AMBA PL011 UART driver
> Jun 29 03:06:41 raspberrypi4-64 kernel: bcm2835-mbox fe00b880.mailbox: mailbox enabled
> Jun 29 03:06:41 raspberrypi4-64 kernel: raspberrypi-firmware soc:firmware: Attached to firmware from 2020-10-02 16:07, variant start
> Jun 29 03:06:41 raspberrypi4-64 kernel: raspberrypi-firmware soc:firmware: Firmware hash is 4672d0274057d726f3a327e2b3fe76f831b811bb
> Jun 29 03:06:41 raspberrypi4-64 kernel: bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
> Jun 29 03:06:41 raspberrypi4-64 kernel: vgaarb: loaded
> Jun 29 03:06:41 raspberrypi4-64 kernel: SCSI subsystem initialized
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbcore: registered new interface driver usbfs
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbcore: registered new interface driver hub
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbcore: registered new device driver usb
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb_phy_generic phy: phy supply vcc not found, using dummy regulator
> Jun 29 03:06:41 raspberrypi4-64 kernel: Advanced Linux Sound Architecture Driver Initialized.
> Jun 29 03:06:41 raspberrypi4-64 kernel: NetLabel: Initializing
> Jun 29 03:06:41 raspberrypi4-64 kernel: NetLabel:  domain hash size = 128
> Jun 29 03:06:41 raspberrypi4-64 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
> Jun 29 03:06:41 raspberrypi4-64 kernel: NetLabel:  unlabeled traffic allowed by default
> Jun 29 03:06:41 raspberrypi4-64 kernel: clocksource: Switched to clocksource arch_sys_counter
> Jun 29 03:06:41 raspberrypi4-64 kernel: VFS: Disk quotas dquot_6.6.0
> Jun 29 03:06:41 raspberrypi4-64 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> Jun 29 03:06:41 raspberrypi4-64 kernel: FS-Cache: Loaded
> Jun 29 03:06:41 raspberrypi4-64 kernel: CacheFiles: Loaded
> Jun 29 03:06:41 raspberrypi4-64 kernel: simple-framebuffer 3eace000.framebuffer: framebuffer at 0x3eace000, 0x12c000 bytes, mapped to 0x(____ptrval____)
> Jun 29 03:06:41 raspberrypi4-64 kernel: simple-framebuffer 3eace000.framebuffer: format=a8r8g8b8, mode=640x480x32, linelength=2560
> Jun 29 03:06:41 raspberrypi4-64 kernel: Console: switching to colour frame buffer device 80x30
> Jun 29 03:06:41 raspberrypi4-64 kernel: simple-framebuffer 3eace000.framebuffer: fb0: simplefb registered!
> Jun 29 03:06:41 raspberrypi4-64 kernel: thermal_sys: Registered thermal governor 'step_wise'
> Jun 29 03:06:41 raspberrypi4-64 kernel: NET: Registered protocol family 2
> Jun 29 03:06:41 raspberrypi4-64 kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
> Jun 29 03:06:41 raspberrypi4-64 kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
> Jun 29 03:06:41 raspberrypi4-64 kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
> Jun 29 03:06:41 raspberrypi4-64 kernel: TCP: Hash tables configured (established 16384 bind 16384)
> Jun 29 03:06:41 raspberrypi4-64 kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
> Jun 29 03:06:41 raspberrypi4-64 kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
> Jun 29 03:06:41 raspberrypi4-64 kernel: NET: Registered protocol family 1
> Jun 29 03:06:41 raspberrypi4-64 kernel: RPC: Registered named UNIX socket transport module.
> Jun 29 03:06:41 raspberrypi4-64 kernel: RPC: Registered udp transport module.
> Jun 29 03:06:41 raspberrypi4-64 kernel: RPC: Registered tcp transport module.
> Jun 29 03:06:41 raspberrypi4-64 kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
> Jun 29 03:06:41 raspberrypi4-64 kernel: PCI: CLS 0 bytes, default 64
> Jun 29 03:06:41 raspberrypi4-64 kernel: hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
> Jun 29 03:06:41 raspberrypi4-64 kernel: kvm: Limiting the IPA size due to kernel Virtual Address limit
> Jun 29 03:06:41 raspberrypi4-64 kernel: kvm [1]: IPA Size Limit: 43bits
> Jun 29 03:06:41 raspberrypi4-64 kernel: kvm [1]: vgic interrupt IRQ1
> Jun 29 03:06:41 raspberrypi4-64 kernel: kvm [1]: Hyp mode initialized successfully
> Jun 29 03:06:41 raspberrypi4-64 kernel: Initialise system trusted keyrings
> Jun 29 03:06:41 raspberrypi4-64 kernel: workingset: timestamp_bits=46 max_order=19 bucket_order=0
> Jun 29 03:06:41 raspberrypi4-64 kernel: FS-Cache: Netfs 'nfs' registered for caching
> Jun 29 03:06:41 raspberrypi4-64 kernel: NFS: Registering the id_resolver key type
> Jun 29 03:06:41 raspberrypi4-64 kernel: Key type id_resolver registered
> Jun 29 03:06:41 raspberrypi4-64 kernel: Key type id_legacy registered
> Jun 29 03:06:41 raspberrypi4-64 kernel: nfs4filelayout_init: NFSv4 File Layout Driver Registering...
> Jun 29 03:06:41 raspberrypi4-64 kernel: Key type asymmetric registered
> Jun 29 03:06:41 raspberrypi4-64 kernel: Asymmetric key parser 'x509' registered
> Jun 29 03:06:41 raspberrypi4-64 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
> Jun 29 03:06:41 raspberrypi4-64 kernel: io scheduler mq-deadline registered
> Jun 29 03:06:41 raspberrypi4-64 kernel: io scheduler kyber registered
> Jun 29 03:06:41 raspberrypi4-64 kernel: brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
> Jun 29 03:06:41 raspberrypi4-64 kernel: brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
> Jun 29 03:06:41 raspberrypi4-64 kernel: brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
> Jun 29 03:06:41 raspberrypi4-64 kernel: brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x007fffffff -> 0x0000000000
> Jun 29 03:06:41 raspberrypi4-64 kernel: brcm-pcie fd500000.pcie: link up, 5 GT/s x1 (SSC)
> Jun 29 03:06:41 raspberrypi4-64 kernel: brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci 0000:00:00.0: PME# supported from D0 D3hot
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci 0000:00:00.0: PCI bridge to [bus 01]
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci 0000:00:00.0: enabling device (0000 -> 0002)
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci 0000:01:00.0: enabling device (0000 -> 0002)
> Jun 29 03:06:41 raspberrypi4-64 kernel: pci 0000:01:00.0: quirk_usb_early_handoff+0x0/0x9a8 took 43924 usecs
> Jun 29 03:06:41 raspberrypi4-64 kernel: Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
> Jun 29 03:06:41 raspberrypi4-64 kernel: iproc-rng200 fe104000.rng: hwrng registered
> Jun 29 03:06:41 raspberrypi4-64 kernel: vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
> Jun 29 03:06:41 raspberrypi4-64 kernel: gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
> Jun 29 03:06:41 raspberrypi4-64 kernel: cacheinfo: Unable to detect cache hierarchy for CPU 0
> Jun 29 03:06:41 raspberrypi4-64 kernel: brd: module loaded
> Jun 29 03:06:41 raspberrypi4-64 kernel: loop: module loaded
> Jun 29 03:06:41 raspberrypi4-64 kernel: Loading iSCSI transport class v2.0-870.
> Jun 29 03:06:41 raspberrypi4-64 kernel: libphy: Fixed MDIO Bus: probed
> Jun 29 03:06:41 raspberrypi4-64 kernel: bcmgenet fd580000.ethernet: failed to get enet clock
> Jun 29 03:06:41 raspberrypi4-64 kernel: bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
> Jun 29 03:06:41 raspberrypi4-64 kernel: bcmgenet fd580000.ethernet: failed to get enet-wol clock
> Jun 29 03:06:41 raspberrypi4-64 kernel: bcmgenet fd580000.ethernet: failed to get enet-eee clock
> Jun 29 03:06:41 raspberrypi4-64 kernel: bcmgenet: Skipping UMAC reset
> Jun 29 03:06:41 raspberrypi4-64 kernel: libphy: bcmgenet MII bus: probed
> Jun 29 03:06:41 raspberrypi4-64 kernel: unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbcore: registered new interface driver r8152
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbcore: registered new interface driver lan78xx
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbcore: registered new interface driver smsc75xx
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbcore: registered new interface driver smsc95xx
> Jun 29 03:06:41 raspberrypi4-64 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> Jun 29 03:06:41 raspberrypi4-64 kernel: ehci-pci: EHCI PCI platform driver
> Jun 29 03:06:41 raspberrypi4-64 kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> Jun 29 03:06:41 raspberrypi4-64 kernel: ohci-pci: OHCI PCI platform driver
> Jun 29 03:06:41 raspberrypi4-64 kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
> Jun 29 03:06:41 raspberrypi4-64 kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
> Jun 29 03:06:41 raspberrypi4-64 kernel: xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb usb1: Product: xHCI Host Controller
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb usb1: Manufacturer: Linux 5.4.72-v8 xhci-hcd
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb usb1: SerialNumber: 0000:01:00.0
> Jun 29 03:06:41 raspberrypi4-64 kernel: hub 1-0:1.0: USB hub found
> Jun 29 03:06:41 raspberrypi4-64 kernel: hub 1-0:1.0: 1 port detected
> Jun 29 03:06:41 raspberrypi4-64 kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
> Jun 29 03:06:41 raspberrypi4-64 kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
> Jun 29 03:06:41 raspberrypi4-64 kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb usb2: Product: xHCI Host Controller
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb usb2: Manufacturer: Linux 5.4.72-v8 xhci-hcd
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb usb2: SerialNumber: 0000:01:00.0
> Jun 29 03:06:41 raspberrypi4-64 kernel: hub 2-0:1.0: USB hub found
> Jun 29 03:06:41 raspberrypi4-64 kernel: hub 2-0:1.0: 4 ports detected
> Jun 29 03:06:41 raspberrypi4-64 kernel: dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
> Jun 29 03:06:41 raspberrypi4-64 kernel: dwc_otg: FIQ enabled
> Jun 29 03:06:41 raspberrypi4-64 kernel: dwc_otg: NAK holdoff enabled
> Jun 29 03:06:41 raspberrypi4-64 kernel: dwc_otg: FIQ split-transaction FSM enabled
> Jun 29 03:06:41 raspberrypi4-64 kernel: Module dwc_common_port init
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbcore: registered new interface driver uas
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbcore: registered new interface driver usb-storage
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbcore: registered new interface driver usbserial_generic
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbserial: USB Serial support registered for generic
> Jun 29 03:06:41 raspberrypi4-64 kernel: mousedev: PS/2 mouse device common for all mice
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbcore: registered new interface driver i2c-tiny-usb
> Jun 29 03:06:41 raspberrypi4-64 kernel: bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
> Jun 29 03:06:41 raspberrypi4-64 kernel: sdhci: Secure Digital Host Controller Interface driver
> Jun 29 03:06:41 raspberrypi4-64 kernel: sdhci: Copyright(c) Pierre Ossman
> Jun 29 03:06:41 raspberrypi4-64 kernel: mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
> Jun 29 03:06:41 raspberrypi4-64 kernel: sdhci-pltfm: SDHCI platform and OF driver helper
> Jun 29 03:06:41 raspberrypi4-64 kernel: ledtrig-cpu: registered to indicate activity on CPUs
> Jun 29 03:06:41 raspberrypi4-64 kernel: hidraw: raw HID events driver (C) Jiri Kosina
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbcore: registered new interface driver usbhid
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbhid: USB HID core driver
> Jun 29 03:06:41 raspberrypi4-64 kernel: ashmem: initialized
> Jun 29 03:06:41 raspberrypi4-64 kernel: vchiq: vchiq_init_state: slot_zero = (____ptrval____)
> Jun 29 03:06:41 raspberrypi4-64 kernel: usbcore: registered new interface driver snd-usb-audio
> Jun 29 03:06:41 raspberrypi4-64 kernel: Initializing XFRM netlink socket
> Jun 29 03:06:41 raspberrypi4-64 kernel: NET: Registered protocol family 17
> Jun 29 03:06:41 raspberrypi4-64 kernel: Key type dns_resolver registered
> Jun 29 03:06:41 raspberrypi4-64 kernel: registered taskstats version 1
> Jun 29 03:06:41 raspberrypi4-64 kernel: Loading compiled-in X.509 certificates
> Jun 29 03:06:41 raspberrypi4-64 kernel: Key type ._fscrypt registered
> Jun 29 03:06:41 raspberrypi4-64 kernel: Key type .fscrypt registered
> Jun 29 03:06:41 raspberrypi4-64 kernel: uart-pl011 fe201000.serial: cts_event_workaround enabled
> Jun 29 03:06:41 raspberrypi4-64 kernel: fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 14, base_baud = 0) is a PL011 rev2
> Jun 29 03:06:41 raspberrypi4-64 kernel: printk: console [ttyS0] disabled
> Jun 29 03:06:41 raspberrypi4-64 kernel: fe215040.serial: ttyS0 at MMIO 0x0 (irq = 15, base_baud = 62500000) is a 16550
> Jun 29 03:06:41 raspberrypi4-64 kernel: printk: console [ttyS0] enabled
> Jun 29 03:06:41 raspberrypi4-64 kernel: bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
> Jun 29 03:06:41 raspberrypi4-64 kernel: mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
> Jun 29 03:06:41 raspberrypi4-64 kernel: mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
> Jun 29 03:06:41 raspberrypi4-64 kernel: mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
> Jun 29 03:06:41 raspberrypi4-64 kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
> Jun 29 03:06:41 raspberrypi4-64 kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
> Jun 29 03:06:41 raspberrypi4-64 kernel: mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
> Jun 29 03:06:41 raspberrypi4-64 kernel: mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
> Jun 29 03:06:41 raspberrypi4-64 kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
> Jun 29 03:06:41 raspberrypi4-64 kernel: of_cfs_init
> Jun 29 03:06:41 raspberrypi4-64 kernel: of_cfs_init: OK
> Jun 29 03:06:41 raspberrypi4-64 kernel: ALSA device list:
> Jun 29 03:06:41 raspberrypi4-64 kernel:   No soundcards found.
> Jun 29 03:06:41 raspberrypi4-64 kernel: Waiting for root device /dev/mmcblk0p2...
> Jun 29 03:06:41 raspberrypi4-64 kernel: random: fast init done
> Jun 29 03:06:41 raspberrypi4-64 kernel: mmc1: new high speed SDIO card at address 0001
> Jun 29 03:06:41 raspberrypi4-64 kernel: mmc0: new ultra high speed DDR50 SDHC card at address e624
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
> Jun 29 03:06:41 raspberrypi4-64 kernel: mmcblk0: mmc0:e624 SB16G 14.8 GiB
> Jun 29 03:06:41 raspberrypi4-64 kernel:  mmcblk0: p1 p2
> Jun 29 03:06:41 raspberrypi4-64 kernel: EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
> Jun 29 03:06:41 raspberrypi4-64 kernel: VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
> Jun 29 03:06:41 raspberrypi4-64 kernel: devtmpfs: mounted
> Jun 29 03:06:41 raspberrypi4-64 kernel: Freeing unused kernel memory: 1088K
> Jun 29 03:06:41 raspberrypi4-64 kernel: Run /sbin/init as init process
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1: Product: USB2.0 Hub
> Jun 29 03:06:41 raspberrypi4-64 kernel: hub 1-1:1.0: USB hub found
> Jun 29 03:06:41 raspberrypi4-64 kernel: hub 1-1:1.0: 4 ports detected
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Successfully loaded Smack policies.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Successfully loaded Smack/CIPSO policies.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: System time before build time, advancing clock.
> Jun 29 03:06:41 raspberrypi4-64 kernel: NET: Registered protocol family 10
> Jun 29 03:06:41 raspberrypi4-64 kernel: Segment Routing with IPv6
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 11.137ms.
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4: new full-speed USB device number 3 using xhci_hcd
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Detected architecture arm64.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Set hostname to <raspberrypi4-64>.
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4: not running at top speed; connect to a high speed hub
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4: Product: USB 2.0 Hub [Safe]
> Jun 29 03:06:41 raspberrypi4-64 kernel: hub 1-1.4:1.0: USB hub found
> Jun 29 03:06:41 raspberrypi4-64 kernel: hub 1-1.4:1.0: 4 ports detected
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: /lib/systemd/system/cynagora-agent.socket:3: ListenStream= references a path below legacy directory /var/run/, updating /var/run/cynagora/cynagora.agent → /run/cynagora/cynagora.agent; please update the unit file accordingly.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: /lib/systemd/system/cynagora-check.socket:3: ListenStream= references a path below legacy directory /var/run/, updating /var/run/cynagora/cynagora.check → /run/cynagora/cynagora.check; please update the unit file accordingly.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: /lib/systemd/system/cynagora-admin.socket:3: ListenStream= references a path below legacy directory /var/run/, updating /var/run/cynagora/cynagora.admin → /run/cynagora/cynagora.admin; please update the unit file accordingly.
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4.1: new low-speed USB device number 4 using xhci_hcd
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: /lib/systemd/system/gpsd.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/gpsd.sock → /run/gpsd.sock; please update the unit file accordingly.
> Jun 29 03:06:41 raspberrypi4-64 kernel: random: systemd: uninitialized urandom read (16 bytes read)
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Created slice platform.slice.
> Jun 29 03:06:41 raspberrypi4-64 kernel: random: systemd: uninitialized urandom read (16 bytes read)
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Created slice system-afm\x2duser\x2dsession.slice.
> Jun 29 03:06:41 raspberrypi4-64 kernel: random: systemd: uninitialized urandom read (16 bytes read)
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Created slice system-getty.slice.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Created slice system-serial\x2dgetty.slice.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Created slice User and Session Slice.
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4.1: New USB device found, idVendor=04f2, idProduct=1516, bcdDevice= 1.11
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4.1: Product: USB Keyboard
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4.1: Manufacturer: Chicony 
> Jun 29 03:06:41 raspberrypi4-64 kernel: input: Chicony  USB Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.1/1-1.4.1:1.0/0003:04F2:1516.0001/input/input0
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Reached target Host and Network Name Lookups.
> Jun 29 03:06:41 raspberrypi4-64 kernel: hid-generic 0003:04F2:1516.0001: input,hidraw0: USB HID v1.11 Keyboard [Chicony  USB Keyboard] on usb-0000:01:00.0-1.4.1/input0
> Jun 29 03:06:41 raspberrypi4-64 kernel: input: Chicony  USB Keyboard System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.1/1-1.4.1:1.1/0003:04F2:1516.0002/input/input1
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Reached target Paths.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Reached target Remote File Systems.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Reached target Slices.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Reached target Swap.
> Jun 29 03:06:41 raspberrypi4-64 kernel: input: Chicony  USB Keyboard Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.1/1-1.4.1:1.1/0003:04F2:1516.0002/input/input2
> Jun 29 03:06:41 raspberrypi4-64 kernel: hid-generic 0003:04F2:1516.0002: input,hidraw1: USB HID v1.11 Device [Chicony  USB Keyboard] on usb-0000:01:00.0-1.4.1/input1
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Listening on initctl Compatibility Named Pipe.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Listening on Journal Audit Socket.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Listening on Journal Socket (/dev/log).
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Listening on Journal Socket.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Listening on Network Service Netlink Socket.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Listening on udev Control Socket.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Listening on udev Kernel Socket.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Condition check resulted in Huge Pages File System being skipped.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Mounting POSIX Message Queue File System...
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4.2: new full-speed USB device number 5 using xhci_hcd
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Mounting Kernel Debug File System...
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Mounting Temporary Directory (/tmp)...
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Starting Create list of static device nodes for the current kernel...
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Starting File System Check on Root Device...
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Starting Journal Service...
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Starting Load Kernel Modules...
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Starting udev Coldplug all Devices...
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4.2: New USB device found, idVendor=1532, idProduct=0083, bcdDevice= 2.00
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Mounted POSIX Message Queue File System.
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Mounted Kernel Debug File System.
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4.2: Product: Razer Basilisk X HyperSpeed
> Jun 29 03:06:41 raspberrypi4-64 kernel: usb 1-1.4.2: Manufacturer: Razer
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Mounted Temporary Directory (/tmp).
> Jun 29 03:06:41 raspberrypi4-64 kernel: input: Razer Razer Basilisk X HyperSpeed as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.0/0003:1532:0083.0003/input/input3
> Jun 29 03:06:41 raspberrypi4-64 kernel: snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
> Jun 29 03:06:41 raspberrypi4-64 kernel: hid-generic 0003:1532:0083.0003: input,hidraw2: USB HID v1.11 Mouse [Razer Razer Basilisk X HyperSpeed] on usb-0000:01:00.0-1.4.2/input0
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Started Create list of static device nodes for the current kernel.
> Jun 29 03:06:41 raspberrypi4-64 kernel: input: Razer Razer Basilisk X HyperSpeed Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.1/0003:1532:0083.0004/input/input4
> Jun 29 03:06:41 raspberrypi4-64 systemd-journald[106]: Journal started
> Jun 29 03:06:41 raspberrypi4-64 systemd-journald[106]: Runtime Journal (/run/log/journal/abb4c6fc55f64e14829e30d5872fa877) is 8.0M, max 64.0M, 56.0M free.
> Jun 29 03:06:41 raspberrypi4-64 rngd[103]: Initializing available sources
> Jun 29 03:06:41 raspberrypi4-64 rngd[103]: [hwrng ]: Initialized
> Jun 29 03:06:41 raspberrypi4-64 rngd[103]: [jitter]: Initializing AES buffer
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Started Journal Service.
> Jun 29 03:06:41 raspberrypi4-64 kernel: bcm2835_audio bcm2835_audio: card created with 4 channels
> Jun 29 03:06:41 raspberrypi4-64 systemd-fsck[113]: root: clean, 68735/476640 files, 575284/953139 blocks
> Jun 29 03:06:41 raspberrypi4-64 systemd-modules-load[107]: Inserted module 'snd_bcm2835'
> Jun 29 03:06:41 raspberrypi4-64 kernel: bcm2835_audio bcm2835_audio: card created with 4 channels
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Started File System Check on Root Device.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Started Load Kernel Modules.
> Jun 29 03:06:41 raspberrypi4-64 kernel: input: Razer Razer Basilisk X HyperSpeed Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.1/0003:1532:0083.0004/input/input5
> Jun 29 03:06:41 raspberrypi4-64 kernel: input: Razer Razer Basilisk X HyperSpeed System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.1/0003:1532:0083.0004/input/input6
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Mounting Kernel Configuration File System...
> Jun 29 03:06:41 raspberrypi4-64 kernel: input: Razer Razer Basilisk X HyperSpeed as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.1/0003:1532:0083.0004/input/input7
> Jun 29 03:06:41 raspberrypi4-64 kernel: hid-generic 0003:1532:0083.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer Razer Basilisk X HyperSpeed] on usb-0000:01:00.0-1.4.2/input1
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Starting Remount Root and Kernel File Systems...
> Jun 29 03:06:41 raspberrypi4-64 kernel: input: Razer Razer Basilisk X HyperSpeed as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.2/0003:1532:0083.0005/input/input8
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Starting Apply Kernel Variables...
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Mounted Kernel Configuration File System.
> Jun 29 03:06:41 raspberrypi4-64 kernel: EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
> Jun 29 03:06:41 raspberrypi4-64 kernel: hid-generic 0003:1532:0083.0005: input,hidraw4: USB HID v1.11 Keyboard [Razer Razer Basilisk X HyperSpeed] on usb-0000:01:00.0-1.4.2/input2
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Started Remount Root and Kernel File Systems.
> Jun 29 03:06:41 raspberrypi4-64 systemd[1]: Started Apply Kernel Variables.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Starting Flush Journal to Persistent Storage...
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Create System Users being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd-journald[106]: Runtime Journal (/run/log/journal/abb4c6fc55f64e14829e30d5872fa877) is 8.0M, max 64.0M, 56.0M free.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Starting Create Static Device Nodes in /dev...
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Started Flush Journal to Persistent Storage.
> Jun 29 03:06:42 raspberrypi4-64 systemd-tmpfiles[129]: /etc/tmpfiles.d/connman_resolvconf.conf:1: Line references path below legacy directory /var/run/, updating /var/run/connman → /run/connman; please update the tmpfiles.d/ drop-in file accordingly.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Started Create Static Device Nodes in /dev.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Reached target Local File Systems (Pre).
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Mounting /var/volatile...
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Starting udev Kernel Device Manager...
> Jun 29 03:06:42 raspberrypi4-64 kernel: usb 1-1.4.4: new full-speed USB device number 6 using xhci_hcd
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Mounted /var/volatile.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/cache being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/lib being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Starting Load/Save Random Seed...
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/spool being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /srv being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd-random-seed[133]: Kernel entropy pool is not initialized yet, waiting until it is.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Started udev Coldplug all Devices.
> Jun 29 03:06:42 raspberrypi4-64 kernel: usb 1-1.4.4: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 3.00
> Jun 29 03:06:42 raspberrypi4-64 kernel: usb 1-1.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> Jun 29 03:06:42 raspberrypi4-64 kernel: usb 1-1.4.4: Product: USB-Serial Controller
> Jun 29 03:06:42 raspberrypi4-64 kernel: usb 1-1.4.4: Manufacturer: Prolific Technology Inc.
> Jun 29 03:06:42 raspberrypi4-64 systemd-udevd[134]: /etc/udev/rules.d/99-com.rules:10 Invalid value "/bin/sh -c 'ALIASES=/proc/device-tree/aliases; if cmp -s $ALIASES/uart0 $ALIASES/serial0; then echo 0;elif cmp -s $ALIASES/uart0 $ALIASES/serial1; then echo 1; else exit 1; fi'" for PROGRAM (char 58: invalid substitution type), ignoring, but please fix it.
> Jun 29 03:06:42 raspberrypi4-64 systemd-udevd[134]: /etc/udev/rules.d/99-com.rules:21 Invalid value "/bin/sh -c 'ALIASES=/proc/device-tree/aliases; if cmp -s $ALIASES/uart1 $ALIASES/serial0; then echo 0; elif cmp -s $ALIASES/uart1 $ALIASES/serial1; then echo 1; else exit 1; fi '" for PROGRAM (char 58: invalid substitution type), ignoring, but please fix it.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Started udev Kernel Device Manager.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Reached target Sound Card.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Created slice system-weston.slice.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Huge Pages File System being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Create System Users being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/cache being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/lib being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/spool being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /srv being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Huge Pages File System being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Create System Users being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/cache being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/lib being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/spool being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /srv being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Huge Pages File System being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Create System Users being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/cache being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/lib being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/spool being skipped.
> Jun 29 03:06:42 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /srv being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Huge Pages File System being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Create System Users being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/cache being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/lib being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/spool being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /srv being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Huge Pages File System being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Create System Users being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/cache being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/lib being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /var/spool being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Bind mount volatile /srv being skipped.
> Jun 29 03:06:43 raspberrypi4-64 kernel: vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
> Jun 29 03:06:43 raspberrypi4-64 kernel: mc: Linux media interface: v0.10
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835_vc_sm_cma_probe: Videocore shared memory driver
> Jun 29 03:06:43 raspberrypi4-64 kernel: [vc_sm_connected_init]: start
> Jun 29 03:06:43 raspberrypi4-64 kernel: vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
> Jun 29 03:06:43 raspberrypi4-64 kernel: checking generic (3eace000 12c000) vs hw (0 ffffffffffffffff)
> Jun 29 03:06:43 raspberrypi4-64 kernel: fb0: switching to vc4drmfb from simple
> Jun 29 03:06:43 raspberrypi4-64 systemd-udevd[137]: Using default interface naming scheme 'v243'.
> Jun 29 03:06:43 raspberrypi4-64 kernel: [vc_sm_connected_init]: installed successfully
> Jun 29 03:06:43 raspberrypi4-64 kernel: Console: switching to colour dummy device 80x25
> Jun 29 03:06:43 raspberrypi4-64 kernel: rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
> Jun 29 03:06:43 raspberrypi4-64 kernel: rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
> Jun 29 03:06:43 raspberrypi4-64 kernel: rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
> Jun 29 03:06:43 raspberrypi4-64 kernel: rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
> Jun 29 03:06:43 raspberrypi4-64 systemd-udevd[137]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Found device /dev/mmcblk0p1.
> Jun 29 03:06:43 raspberrypi4-64 kernel: videodev: Linux video capture interface: v2.00
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Mounting /boot...
> Jun 29 03:06:43 raspberrypi4-64 kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
> Jun 29 03:06:43 raspberrypi4-64 kernel: FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Mounted /boot.
> Jun 29 03:06:43 raspberrypi4-64 kernel: [drm] No driver support for vblank timestamp query.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Reached target Local File Systems.
> Jun 29 03:06:43 raspberrypi4-64 kernel: [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Starting Create Volatile Files and Directories...
> Jun 29 03:06:43 raspberrypi4-64 systemd-tmpfiles[166]: /etc/tmpfiles.d/connman_resolvconf.conf:1: Line references path below legacy directory /var/run/, updating /var/run/connman → /run/connman; please update the tmpfiles.d/ drop-in file accordingly.
> Jun 29 03:06:43 raspberrypi4-64 kernel: [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
> Jun 29 03:06:43 raspberrypi4-64 systemd[1]: Started Create Volatile Files and Directories.
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-codec bcm2835-codec: Device registered as /dev/video10
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-codec bcm2835-codec: Loaded V4L2 decode
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-codec bcm2835-codec: Device registered as /dev/video11
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-codec bcm2835-codec: Loaded V4L2 encode
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-codec bcm2835-codec: Device registered as /dev/video12
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-codec bcm2835-codec: Loaded V4L2 isp
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-isp bcm2835-isp: Register output node 0 with media controller
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
> Jun 29 03:06:43 raspberrypi4-64 kernel: bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
> Jun 29 03:06:43 raspberrypi4-64 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
> Jun 29 03:06:43 raspberrypi4-64 kernel: Console: switching to colour frame buffer device 80x30
> Jun 29 03:06:43 raspberrypi4-64 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
> Jun 29 03:06:43 raspberrypi4-64 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
> Jun 29 03:06:43 raspberrypi4-64 kernel: cfg80211: failed to load regulatory.db
> Jun 29 03:06:43 raspberrypi4-64 kernel: brcmfmac: F1 signature read @0x18000000=0x15264345
> Jun 29 03:06:43 raspberrypi4-64 kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
> Jun 29 03:06:43 raspberrypi4-64 kernel: usbcore: registered new interface driver brcmfmac
> Jun 29 03:06:44 raspberrypi4-64 kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
> Jun 29 03:06:44 raspberrypi4-64 kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 23 2020 02:19:54 version 7.45.206 (r725000 CY) FWID 01-88ee44ea
> Jun 29 03:06:44 raspberrypi4-64 kernel: random: crng init done
> Jun 29 03:06:44 raspberrypi4-64 kernel: random: 7 urandom warning(s) missed due to ratelimiting
> Jun 29 03:06:44 raspberrypi4-64 systemd-udevd[139]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
> Jun 29 03:06:44 raspberrypi4-64 kernel: [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 1
> Jun 29 03:06:44 raspberrypi4-64 systemd[1]: Started Load/Save Random Seed.
> Jun 29 03:06:44 raspberrypi4-64 kernel: usbcore: registered new interface driver pl2303
> Jun 29 03:06:44 raspberrypi4-64 kernel: vc4-drm gpu: fb0: vc4drmfb frame buffer device
> Jun 29 03:06:44 raspberrypi4-64 kernel: usbserial: USB Serial support registered for pl2303
> Jun 29 03:06:44 raspberrypi4-64 kernel: pl2303 1-1.4.4:1.0: pl2303 converter detected
> Jun 29 03:06:44 raspberrypi4-64 systemd[1]: Found device /dev/serial1.
> Jun 29 03:06:44 raspberrypi4-64 systemd-udevd[141]: Using default interface naming scheme 'v243'.
> Jun 29 03:06:44 raspberrypi4-64 systemd-udevd[141]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
> Jun 29 03:06:44 raspberrypi4-64 kernel: usb 1-1.4.4: pl2303 converter now attached to ttyUSB0
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Created slice system-gpsdctl.slice.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Condition check resulted in Huge Pages File System being skipped.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Condition check resulted in Create System Users being skipped.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Condition check resulted in Update is Completed being skipped.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting Load/Save RF Kill Switch Status...
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Started Update UTMP about System Boot/Shutdown.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Started Load/Save RF Kill Switch Status.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Reached target System Initialization.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Started Daily Cleanup of Temporary Directories.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Reached target Timers.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Listening on afm-system-daemon.socket.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting cynagora-admin.socket.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting cynagora-agent.socket.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting cynagora-check.socket.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Listening on D-Bus System Message Bus Socket.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Listening on GPS (Global Positioning System) Daemon Sockets.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Listening on security-manager.socket.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting sshd.socket.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Listening on cynagora-admin.socket.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Listening on cynagora-agent.socket.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Listening on cynagora-check.socket.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Listening on sshd.socket.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Reached target cynagora sockets.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Reached target Sockets.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Reached target Basic System.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting Initiate afm-system-setup...
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting CAN interface helper...
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Started Authorization server OAuth2.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting Cynagora service...
> Jun 29 03:06:45 raspberrypi4-64 can-dev-mapping-helper.sh[236]: Checking can0
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Started D-Bus System Message Bus.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Started GENIVI DLT logging daemon.
> Jun 29 03:06:45 raspberrypi4-64 can-dev-mapping-helper.sh[236]: Bringing up can0 as virtual CAN device
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting Manage ttyUSB0 for GPS daemon...
> Jun 29 03:06:45 raspberrypi4-64 sh[266]: /bin/sh: /usr/local/sbin/gpsdctl: No such file or directory
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: Unknown option: UDPConnectionSetup=1
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: Unknown option: UDPMulticastIPAddress=225.0.0.37
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: Unknown option: UDPMulticastIPPort=3491
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.833507]~DLT~  263~NOTICE   ~Starting DLT Daemon; DLT Package Version: 2.18.4 STABLE, Package Revision: v2.18.4, build on Jun 29 2020 03:06:40
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: +SYSTEMD -SYSTEMD_WATCHDOG -TEST -SHM
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.833640]~DLT~  263~INFO     ~System booted with systemd
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.833835]~DLT~  263~INFO     ~FIFO size: 65536
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.833872]~DLT~  263~INFO     ~Activate connection type: 5
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.833943]~DLT~  263~INFO     ~dlt_daemon_socket_open: Socket created
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.833998]~DLT~  263~INFO     ~dlt_daemon_socket_open: Listening on ip 0.0.0.0 and port: 3490
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.834021]~DLT~  263~INFO     ~dlt_daemon_socket_open: Socket send queue size: 16384
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.834074]~DLT~  263~INFO     ~Activate connection type: 1
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.834210]~DLT~  263~INFO     ~Activate connection type: 9
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.834237]~DLT~  263~INFO     ~Ringbuffer configuration: 500000/10000000/500000
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.835206]~DLT~  263~NOTICE   ~Failed to open ECU Software version file.
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.835266]~DLT~  263~INFO     ~<Timing packet> initialized with 1 timer
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.835297]~DLT~  263~INFO     ~Activate connection type: 6
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.835315]~DLT~  263~INFO     ~Switched to buffer state for socket connections.
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.835388]~DLT~  263~WARNING  ~dlt_daemon_applications_load: cannot open file /tmp/dlt-runtime-application.cfg: No such file or directory
> Jun 29 03:06:45 raspberrypi4-64 dlt-daemon[263]: [    8.835447]~DLT~  263~INFO     ~Cannot open configuration file: /tmp/dlt-runtime.cfg
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting Configure Bluetooth Modems connected by UART...
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting IPv6 Packet Filtering Framework...
> Jun 29 03:06:45 raspberrypi4-64 btuart[267]: /usr/bin/btuart: line 14: warning: command substitution: ignored null byte in input
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting IPv4 Packet Filtering Framework...
> Jun 29 03:06:45 raspberrypi4-64 btuart[267]: /usr/bin/btuart: line 15: warning: command substitution: ignored null byte in input
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting Telephony service...
> Jun 29 03:06:45 raspberrypi4-64 kernel: vcan: Virtual CAN interface driver
> Jun 29 03:06:45 raspberrypi4-64 systemd-udevd[144]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
> Jun 29 03:06:45 raspberrypi4-64 systemd-udevd[144]: Using default interface naming scheme 'v243'.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting Start the security manager...
> Jun 29 03:06:45 raspberrypi4-64 kernel: uart-pl011 fe201000.serial: no DMA platform data
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Starting Login Service...
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Started Cynagora service.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: afm-system-setup.service: Succeeded.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Started Initiate afm-system-setup.
> Jun 29 03:06:45 raspberrypi4-64 ofonod[277]: oFono version 1.31
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: can-dev-mapping-helper.service: Succeeded.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Started CAN interface helper.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Started Manage ttyUSB0 for GPS daemon.
> Jun 29 03:06:45 raspberrypi4-64 systemd[1]: Started IPv6 Packet Filtering Framework.
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started IPv4 Packet Filtering Framework.
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started Telephony service.
> Jun 29 03:06:46 raspberrypi4-64 kernel: Bluetooth: Core ver 2.22
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Reached target Network (Pre).
> Jun 29 03:06:46 raspberrypi4-64 kernel: NET: Registered protocol family 31
> Jun 29 03:06:46 raspberrypi4-64 kernel: Bluetooth: HCI device and connection manager initialized
> Jun 29 03:06:46 raspberrypi4-64 kernel: Bluetooth: HCI socket layer initialized
> Jun 29 03:06:46 raspberrypi4-64 kernel: Bluetooth: L2CAP socket layer initialized
> Jun 29 03:06:46 raspberrypi4-64 kernel: Bluetooth: SCO socket layer initialized
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Listening on Provides websocket api low-can for platform.
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Starting Expose CAN Low Level APIs through AGL Framework...
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started Application Framework Master, system side.
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Starting Connection service...
> Jun 29 03:06:46 raspberrypi4-64 systemd-logind[288]: New seat seat0.
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Starting Network Service...
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started Start the security manager.
> Jun 29 03:06:46 raspberrypi4-64 systemd-logind[288]: Watching system buttons on /dev/input/event0 (Chicony  USB Keyboard)
> Jun 29 03:06:46 raspberrypi4-64 systemd-logind[288]: Watching system buttons on /dev/input/event1 (Chicony  USB Keyboard System Control)
> Jun 29 03:06:46 raspberrypi4-64 systemd-logind[288]: Watching system buttons on /dev/input/event4 (Razer Razer Basilisk X HyperSpeed Keyboard)
> Jun 29 03:06:46 raspberrypi4-64 systemd-logind[288]: Watching system buttons on /dev/input/event5 (Razer Razer Basilisk X HyperSpeed Consumer Control)
> Jun 29 03:06:46 raspberrypi4-64 systemd-logind[288]: Watching system buttons on /dev/input/event6 (Razer Razer Basilisk X HyperSpeed System Control)
> Jun 29 03:06:46 raspberrypi4-64 systemd-logind[288]: Watching system buttons on /dev/input/event8 (Razer Razer Basilisk X HyperSpeed)
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started Login Service.
> Jun 29 03:06:46 raspberrypi4-64 afbd-agl-service-can-low-level[289]:  WARNING: [API low-can] Plugin multiple instances in searchpath will use /var/local/lib/afm/applications/agl-service-can-low-level/lib/plugins/default-signals.ctlso [/usr/src/debug/libappcontroller/11.0.1-r0/git/ctl-lib/ctl-plugin.c:247,LoadFoundPlugins]
> Jun 29 03:06:46 raspberrypi4-64 afbd-agl-service-can-low-level[289]:  WARNING: [API low-can] Diagnostic Manager: not initialized. No diagnostic messages will be processed. [/usr/src/debug/agl-service-can-low-level/11.0.1-r0/git/low-can-binding/binding/low-can-cb.cpp:135,config_low_can]
> Jun 29 03:06:46 raspberrypi4-64 afbd-agl-service-can-low-level[289]:  WARNING: [API low-can] signal: Engine is off, diagnostic_messages.engine.speed won't received responses until it's on [/usr/src/debug/agl-service-can-low-level/11.0.1-r0/git/low-can-binding/binding/low-can-cb.cpp:255,subscribe_unsubscribe_diagnostic_messages]
> Jun 29 03:06:46 raspberrypi4-64 systemd-networkd[293]: Enumeration completed
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started Network Service.
> Jun 29 03:06:46 raspberrypi4-64 systemd-networkd[293]: can0: Link DOWN
> Jun 29 03:06:46 raspberrypi4-64 systemd-networkd[293]: can0: Lost carrier
> Jun 29 03:06:46 raspberrypi4-64 systemd-networkd[293]: can0: Link UP
> Jun 29 03:06:46 raspberrypi4-64 systemd-networkd[293]: can0: Gained carrier
> Jun 29 03:06:46 raspberrypi4-64 kernel: can: controller area network core (rev 20170425 abi 9)
> Jun 29 03:06:46 raspberrypi4-64 kernel: NET: Registered protocol family 29
> Jun 29 03:06:46 raspberrypi4-64 kernel: can: broadcast manager protocol (rev 20170425 t)
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started Expose CAN Low Level APIs through AGL Framework.
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: Connection Manager version 1.37
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started Connection service.
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: Adding configuration cluster
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Reached target Network.
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: Checking loopback interface settings
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: System hostname is raspberrypi4-64
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Starting Permit User Sessions...
> Jun 29 03:06:46 raspberrypi4-64 dbus-daemon[255]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=295 comm="/usr/sbin/connmand -n " label="System")
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: lo {newlink} index 1 address 00:00:00:00:00:00 mtu 65536
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: lo {newlink} index 1 operstate 0 <UNKNOWN>
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: eth0 {create} index 2 type 1 <ETHER>
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: eth0 {update} flags 4098 <DOWN>
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: eth0 {newlink} index 2 address E4:5F:01:03:D8:58 mtu 1500
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: eth0 {newlink} index 2 operstate 2 <DOWN>
> Jun 29 03:06:46 raspberrypi4-64 dbus-daemon[255]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=295 comm="/usr/sbin/connmand -n " label="System")
> Jun 29 03:06:46 raspberrypi4-64 kernel: bcmgenet: Skipping UMAC reset
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Starting Target Communication Framework agent...
> Jun 29 03:06:46 raspberrypi4-64 kernel: bcmgenet fd580000.ethernet: configuring instance for external RGMII
> Jun 29 03:06:46 raspberrypi4-64 kernel: bcmgenet fd580000.ethernet eth0: Link is Down
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: Adding interface eth0 [ ethernet ]
> Jun 29 03:06:46 raspberrypi4-64 systemd-networkd[293]: eth0: Link UP
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: wlan0 {create} index 3 type 1 <ETHER>
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: wlan0 {update} flags 4098 <DOWN>
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: wlan0 {newlink} index 3 address E4:5F:01:03:D8:59 mtu 1500
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: wlan0 {newlink} index 3 operstate 2 <DOWN>
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: Adding interface wlan0 [ wifi ]
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started Permit User Sessions.
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: can0 {newlink} index 4 address 00:00:00:00:00:00 mtu 72
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: can0 {newlink} index 4 operstate 0 <UNKNOWN>
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: eth0 {update} flags 36867 <UP>
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: eth0 {newlink} index 2 address E4:5F:01:03:D8:58 mtu 1500
> Jun 29 03:06:46 raspberrypi4-64 connmand[295]: eth0 {newlink} index 2 operstate 2 <DOWN>
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started Initiate afm-user-session 1001.
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started Getty on tty1.
> Jun 29 03:06:46 raspberrypi4-64 systemd[308]: pam_unix(afm-user-session:session): session opened for user agl-driver by (uid=0)
> Jun 29 03:06:46 raspberrypi4-64 kernel: audit: type=1006 audit(1593400006.615:2): pid=308 uid=0 subj=System old-auid=4294967295 auid=1001 tty=(none) old-ses=4294967295 ses=1 res=1
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started Serial Getty on ttyS0.
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Reached target Login Prompts.
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Starting Hostname Service...
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Starting Weston Wayland Compositor...
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Starting WPA supplicant...
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started Target Communication Framework agent.
> Jun 29 03:06:46 raspberrypi4-64 dbus-daemon[255]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
> Jun 29 03:06:46 raspberrypi4-64 wpa_supplicant[314]: Successfully initialized wpa_supplicant
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started WPA supplicant.
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Created slice system-afm\x2duser\x2dsetup.slice.
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Created slice User Slice of UID 1001.
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Starting User Runtime Directory /run/user/1001...
> Jun 29 03:06:46 raspberrypi4-64 dbus-daemon[255]: [system] Rejected receive message, 1 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameLost" error name="(unset)" requested_reply="0" destination=":1.7" (uid=0 pid=315 comm="/lib/systemd/systemd-user-runtime-dir start 1001 " label="System") privilege="http://tizen.org/privilege/internal/dbus";
> Jun 29 03:06:46 raspberrypi4-64 dbus-daemon[255]: [system] Successfully activated service 'org.freedesktop.hostname1'
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started Hostname Service.
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Started User Runtime Directory /run/user/1001.
> Jun 29 03:06:46 raspberrypi4-64 systemd[1]: Starting Initiate afm-user-setup 1001...
> Jun 29 03:06:47 raspberrypi4-64 systemd[1]: afm-user-setup@1001.service: Succeeded.
> Jun 29 03:06:47 raspberrypi4-64 systemd[1]: Started Initiate afm-user-setup 1001.
> Jun 29 03:06:47 raspberrypi4-64 systemd[1]: Starting User Manager for UID 1001...
> Jun 29 03:06:47 raspberrypi4-64 kernel: audit: type=1006 audit(1593400007.183:3): pid=339 uid=0 subj=System old-auid=4294967295 auid=1001 tty=(none) old-ses=4294967295 ses=2 res=1
> Jun 29 03:06:47 raspberrypi4-64 systemd[1]: Started Weston Wayland Compositor.
> Jun 29 03:06:48 raspberrypi4-64 systemd[339]: Reached target Paths.
> Jun 29 03:06:48 raspberrypi4-64 systemd[339]: Reached target Timers.
> Jun 29 03:06:48 raspberrypi4-64 systemd[339]: Listening on D-Bus User Message Bus Socket.
> Jun 29 03:06:48 raspberrypi4-64 systemd[339]: Reached target Sockets.
> Jun 29 03:06:48 raspberrypi4-64 systemd[339]: Reached target Basic System.
> Jun 29 03:06:48 raspberrypi4-64 systemd[339]: Reached target Main User Target.
> Jun 29 03:06:48 raspberrypi4-64 systemd[339]: Startup finished in 995ms.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Started User Manager for UID 1001.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Started Session 1 of user agl-driver.
> Jun 29 03:06:48 raspberrypi4-64 dbus-daemon[255]: [system] Rejected receive message, 1 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameLost" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=308 comm="(-session) " label="System") privilege="http://tizen.org/privilege/internal/dbus";
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Created slice system-afm\x2dapi\x2dsignal\x2dcomposer.slice.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Starting Cluster receiver demo application...
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Starting Initiate afm-user-setup 1001...
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Started Cluster receiver demo application.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: afm-user-setup@1001.service: Succeeded.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Started Initiate afm-user-setup 1001.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Listening on Provides websocket api signal-composer for user 1001.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Starting Provides api signal-composer for user 1001...
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Started Provides api signal-composer for user 1001.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Starting Cluster gauges demo application...
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Started Cluster gauges demo application.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Created slice system-afm\x2dapi\x2dgps.slice.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Created slice system-afm\x2dapi\x2dlow\x2dcan.slice.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Reached target afm-user-session 1001.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Starting Initiate afm-system-setup...
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Starting Initiate afm-user-setup 1001...
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: afm-system-setup.service: Succeeded.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Started Initiate afm-system-setup.
> Jun 29 03:06:48 raspberrypi4-64 systemd[1]: Listening on Provides websocket api gps for platform.
> Jun 29 03:06:49 raspberrypi4-64 systemd[1]: afm-user-setup@1001.service: Succeeded.
> Jun 29 03:06:49 raspberrypi4-64 systemd[1]: Started Initiate afm-user-setup 1001.
> Jun 29 03:06:49 raspberrypi4-64 systemd[1]: Starting Provides api gps for user 1001...
> Jun 29 03:06:49 raspberrypi4-64 systemd[1]: Starting Provides api low-can for user 1001...
> Jun 29 03:06:49 raspberrypi4-64 systemd[1]: Started Provides api gps for user 1001.
> Jun 29 03:06:49 raspberrypi4-64 systemd[1]: Started Provides api low-can for user 1001.
> Jun 29 03:06:49 raspberrypi4-64 systemd[1]: Starting Signal composer API connected to low level AGL services...
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  WARNING: [API signal-composer] Plugin multiple instances in searchpath will use /var/local/lib/afm/applications/signal-composer/lib/plugins/low-can.ctlso [/usr/src/debug/libappcontroller/11.0.1-r0/git/ctl-lib/ctl-plugin.c:247,LoadFoundPlugins]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  WARNING: [API signal-composer] Plugin multiple instances in searchpath will use /var/local/lib/afm/applications/signal-composer/lib/plugins/gps.ctlso [/usr/src/debug/libappcontroller/11.0.1-r0/git/ctl-lib/ctl-plugin.c:247,LoadFoundPlugins]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  WARNING: [API signal-composer] Plugin multiple instances in searchpath will use /var/local/lib/afm/applications/signal-composer/var/unit-conversion.lua [/usr/src/debug/libappcontroller/11.0.1-r0/git/ctl-lib/ctl-plugin.c:247,LoadFoundPlugins]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  WARNING: [API signal-composer] Caution! You don't specify the API source as required in the metadata section. This API 'gps' may not be initialized [/usr/src/debug/agl-service-signal-composer/11.0.1-r0/git/signal-composer-binding/signal-composer.cpp:139,loadOneSourceAPI]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] Fail to parse action JSON : ({ "function": "lua:\/\/convert#_Simple_Echo_Args", "uid": "getSignals" }) [/usr/src/debug/libappcontroller/11.0.1-r0/git/ctl-lib/ctl-action.c:389,ActionLoadOne]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-signal-composer[403]:  ERROR: [API signal-composer] event handler gps/location already exists [/usr/src/debug/af-binder/koi+gitAUTOINC+1b6249810b-r0/git/src/afb-export.c:1306,afb_export_event_handler_add]
> Jun 29 03:06:49 raspberrypi4-64 afbd-agl-service-can-low-level[289]:  WARNING: [API low-can] signal: Engine is off, diagnostic_messages.engine.load won't received responses until it's on [/usr/src/debug/agl-service-can-low-level/11.0.1-r0/git/low-can-binding/binding/low-can-cb.cpp:255,subscribe_unsubscribe_diagnostic_messages]
> Jun 29 03:06:49 raspberrypi4-64 afbd-agl-service-can-low-level[289]:  WARNING: [API low-can] signal: Engine is off, diagnostic_messages.engine.speed won't received responses until it's on [/usr/src/debug/agl-service-can-low-level/11.0.1-r0/git/low-can-binding/binding/low-can-cb.cpp:255,subscribe_unsubscribe_diagnostic_messages]
> Jun 29 03:06:49 raspberrypi4-64 systemd[1]: Starting Binding for handling NMEA signalisation of GPS...
> Jun 29 03:06:49 raspberrypi4-64 afbd-agl-service-can-low-level[289]:  WARNING: [API low-can] signal: Engine is off, diagnostic_messages.fuel.level won't received responses until it's on [/usr/src/debug/agl-service-can-low-level/11.0.1-r0/git/low-can-binding/binding/low-can-cb.cpp:255,subscribe_unsubscribe_diagnostic_messages]
> Jun 29 03:06:49 raspberrypi4-64 afbd-agl-service-can-low-level[289]:  WARNING: [API low-can] signal: Engine is off, diagnostic_messages.vehicle.speed won't received responses until it's on [/usr/src/debug/agl-service-can-low-level/11.0.1-r0/git/low-can-binding/binding/low-can-cb.cpp:255,subscribe_unsubscribe_diagnostic_messages]
> Jun 29 03:06:49 raspberrypi4-64 systemd[1]: Started Signal composer API connected to low level AGL services.
> Jun 29 03:06:49 raspberrypi4-64 afbd-xdg-cluster-receiver[356]: Using pipeline: rtpbin name=rtpbin udpsrc caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=JPEG,payload=26" port=5005 ! rtpbin.recv_rtp_sink_0 rtpbin. ! rtpjpegdepay ! jpegdec ! waylandsink
> Jun 29 03:06:49 raspberrypi4-64 systemd[1]: Started Binding for handling NMEA signalisation of GPS.
> Jun 29 03:06:49 raspberrypi4-64 systemd[1]: Starting GPS (Global Positioning System) Daemon...
> Jun 29 03:06:49 raspberrypi4-64 systemd[1]: Started GPS (Global Positioning System) Daemon.
> Jun 29 03:06:49 raspberrypi4-64 afbd-xdg-cluster-receiver[356]: Found output with width 800 and height 480
> Jun 29 03:06:49 raspberrypi4-64 afbd-xdg-cluster-receiver[356]: gstreamer pipeline running
> Jun 29 03:06:50 raspberrypi4-64 afbd-cluster-gauges[368]: ()
> Jun 29 03:06:50 raspberrypi4-64 systemd[1]: systemd-rfkill.service: Succeeded.
> Jun 29 03:06:50 raspberrypi4-64 afbd-cluster-gauges[368]: libpng warning: iCCP: known incorrect sRGB profile
> Jun 29 03:06:51 raspberrypi4-64 afbd-cluster-gauges[368]: agl_shell ready!
> Jun 29 03:06:51 raspberrypi4-64 kernel: bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
> Jun 29 03:06:51 raspberrypi4-64 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> Jun 29 03:06:51 raspberrypi4-64 connmand[295]: eth0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
> Jun 29 03:06:51 raspberrypi4-64 systemd-networkd[293]: eth0: Gained carrier
> Jun 29 03:06:51 raspberrypi4-64 connmand[295]: eth0 {update} flags 102467 <UP,RUNNING,LOWER_UP>
> Jun 29 03:06:51 raspberrypi4-64 connmand[295]: eth0 {newlink} index 2 address E4:5F:01:03:D8:58 mtu 1500
> Jun 29 03:06:51 raspberrypi4-64 connmand[295]: eth0 {newlink} index 2 operstate 6 <UP>
> Jun 29 03:06:51 raspberrypi4-64 kernel: 8021q: 802.1Q VLAN Support v1.8
> Jun 29 03:06:51 raspberrypi4-64 connmand[295]: eth0 {add} address 192.168.5.2/24 label eth0 family 2
> Jun 29 03:06:51 raspberrypi4-64 connmand[295]: eth0 {add} route 192.168.5.0 gw 0.0.0.0 scope 253 <LINK>
> Jun 29 03:06:51 raspberrypi4-64 connmand[295]: eth0 {add} route 0.0.0.0 gw 0.0.0.0 scope 253 <LINK>
> Jun 29 03:06:52 raspberrypi4-64 systemd-networkd[293]: eth0: Gained IPv6LL
> Jun 29 03:06:53 raspberrypi4-64 kernel: Bluetooth: HCI UART driver ver 2.3
> Jun 29 03:06:53 raspberrypi4-64 kernel: Bluetooth: HCI UART protocol H4 registered
> Jun 29 03:06:53 raspberrypi4-64 kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
> Jun 29 03:06:53 raspberrypi4-64 kernel: Bluetooth: HCI UART protocol Broadcom registered
> Jun 29 03:06:53 raspberrypi4-64 btuart[280]: bcm43xx_init
> Jun 29 03:06:53 raspberrypi4-64 btuart[280]: Flash firmware /lib/firmware/brcm/BCM4345C0.hcd
> Jun 29 03:06:53 raspberrypi4-64 btuart[280]: Set Controller UART speed to 3000000 bit/s
> Jun 29 03:06:53 raspberrypi4-64 btuart[280]: Device setup complete
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: Starting Load/Save RF Kill Switch Status...
> Jun 29 03:06:53 raspberrypi4-64 systemd[339]: Reached target Bluetooth.
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: Started Load/Save RF Kill Switch Status.
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: Started Configure Bluetooth Modems connected by UART.
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: Created slice system-bthelper.slice.
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: Reached target Multi-User System.
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: Starting Bluetooth service...
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: Starting Update UTMP about System Runlevel Changes...
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: Started Update UTMP about System Runlevel Changes.
> Jun 29 03:06:53 raspberrypi4-64 bluetoothd[423]: Bluetooth daemon 5.55
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: Started Bluetooth service.
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: Reached target Bluetooth.
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: Started Raspberry Pi bluetooth helper.
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: Startup finished in 2.998s (kernel) + 13.453s (userspace) = 16.451s.
> Jun 29 03:06:53 raspberrypi4-64 bluetoothd[423]: Starting SDP server
> Jun 29 03:06:53 raspberrypi4-64 bthelper[426]: Can't init device hci0: Operation not possible due to RF-kill (132)
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: bthelper@hci0.service: Main process exited, code=exited, status=1/FAILURE
> Jun 29 03:06:53 raspberrypi4-64 systemd[1]: bthelper@hci0.service: Failed with result 'exit-code'.
> Jun 29 03:06:53 raspberrypi4-64 kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
> Jun 29 03:06:53 raspberrypi4-64 kernel: Bluetooth: BNEP filters: protocol multicast
> Jun 29 03:06:53 raspberrypi4-64 kernel: Bluetooth: BNEP socket layer initialized
> Jun 29 03:06:53 raspberrypi4-64 bluetoothd[423]: Bluetooth management interface 1.14 initialized
> Jun 29 03:06:53 raspberrypi4-64 kernel: NET: Registered protocol family 38
> Jun 29 03:06:53 raspberrypi4-64 kernel: cryptd: max_cpu_qlen set to 1000
> Jun 29 03:06:53 raspberrypi4-64 kernel: Bluetooth: RFCOMM TTY layer initialized
> Jun 29 03:06:53 raspberrypi4-64 kernel: Bluetooth: RFCOMM socket layer initialized
> Jun 29 03:06:53 raspberrypi4-64 kernel: Bluetooth: RFCOMM ver 1.11
> Jun 29 03:06:54 raspberrypi4-64 rngd[103]: [jitter]: Enabling JITTER rng support
> Jun 29 03:06:54 raspberrypi4-64 rngd[103]: [jitter]: Initialized
> Jun 29 03:06:58 raspberrypi4-64 systemd[1]: systemd-rfkill.service: Succeeded.
> Jun 29 03:07:09 raspberrypi4-64 systemd[1]: Created slice system-sshd.slice.
> Jun 29 03:07:09 raspberrypi4-64 systemd[1]: Starting OpenSSH Key Generation...
> Jun 29 03:07:09 raspberrypi4-64 systemd[1]: Started OpenSSH Key Generation.
> Jun 29 03:07:09 raspberrypi4-64 systemd[1]: Started OpenSSH Per-Connection Daemon (192.168.5.1:36770).
> Jun 29 03:07:09 raspberrypi4-64 sshd[468]: Accepted none for root from 192.168.5.1 port 36770 ssh2
> Jun 29 03:07:09 raspberrypi4-64 sshd[468]: pam_unix(sshd:session): session opened for user root by (uid=0)
> Jun 29 03:07:09 raspberrypi4-64 systemd[1]: Created slice User Slice of UID 0.
> Jun 29 03:07:09 raspberrypi4-64 systemd[1]: Starting User Runtime Directory /run/user/0...
> Jun 29 03:07:09 raspberrypi4-64 systemd-logind[288]: New session c1 of user root.
> Jun 29 03:07:09 raspberrypi4-64 dbus-daemon[255]: [system] Rejected receive message, 1 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameLost" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=470 comm="/lib/systemd/systemd-user-runtime-dir start 0 " label="System") privilege="http://tizen.org/privilege/internal/dbus";
> Jun 29 03:07:09 raspberrypi4-64 systemd[1]: Started User Runtime Directory /run/user/0.
> Jun 29 03:07:09 raspberrypi4-64 systemd[1]: Starting Initiate afm-user-setup 0...
> Jun 29 03:07:09 raspberrypi4-64 systemd[1]: afm-user-setup@0.service: Succeeded.
> Jun 29 03:07:09 raspberrypi4-64 systemd[1]: Started Initiate afm-user-setup 0.
> Jun 29 03:07:09 raspberrypi4-64 systemd[1]: Starting User Manager for UID 0...
> Jun 29 03:07:09 raspberrypi4-64 kernel: audit: type=1006 audit(1593400029.835:4): pid=494 uid=0 subj=System old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
> Jun 29 03:07:10 raspberrypi4-64 systemd[494]: Reached target Paths.
> Jun 29 03:07:10 raspberrypi4-64 systemd[494]: Reached target Timers.
> Jun 29 03:07:10 raspberrypi4-64 systemd[494]: Listening on D-Bus User Message Bus Socket.
> Jun 29 03:07:10 raspberrypi4-64 systemd[494]: Reached target Sockets.
> Jun 29 03:07:10 raspberrypi4-64 systemd[494]: Reached target Basic System.
> Jun 29 03:07:10 raspberrypi4-64 systemd[494]: Reached target Main User Target.
> Jun 29 03:07:10 raspberrypi4-64 systemd[494]: Startup finished in 1.103s.
> Jun 29 03:07:10 raspberrypi4-64 systemd[1]: Started User Manager for UID 0.
> Jun 29 03:07:10 raspberrypi4-64 systemd[1]: Started Session c1 of user root.
> Jun 29 03:07:11 raspberrypi4-64 dbus-daemon[255]: [system] Rejected receive message, 1 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameLost" error name="(unset)" requested_reply="0" destination=":1.13" (uid=0 pid=468 comm="sshd: root [priv] " label="System") privilege="http://tizen.org/privilege/internal/dbus";
> Jun 29 03:07:11 raspberrypi4-64 kernel: audit: type=1006 audit(1593400031.011:5): pid=468 uid=0 subj=System old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=4 res=1
> Jun 29 03:07:16 raspberrypi4-64 afbd-xdg-cluster-receiver[356]: 0:00:27.739171669   356   0x556c4dd2d0 ERROR            waylandsink wldisplay.c:273:gst_wl_display_thread_run: Error communicating with the wayland server
> Jun 29 03:07:16 raspberrypi4-64 audit[368]: ANOM_ABEND auid=4294967295 uid=1001 gid=1001 ses=4294967295 subj=User::App::cluster-gauges pid=368 comm="QSGRenderThread" exe="/var/local/lib/afm/applications/cluster-gauges/bin/cluster-gauges" sig=6 res=1
> Jun 29 03:07:16 raspberrypi4-64 afbd-cluster-gauges[368]: The Wayland connection broke. Did the Wayland compositor die?
> Jun 29 03:07:16 raspberrypi4-64 systemd[1]: Stopping Cluster gauges demo application...
> Jun 29 03:07:16 raspberrypi4-64 systemd[1]: Stopping Cluster receiver demo application...
> Jun 29 03:07:16 raspberrypi4-64 systemd[1]: afm-appli-xdg-cluster-receiver--1.0--main@1001.service: Succeeded.
> Jun 29 03:07:16 raspberrypi4-64 systemd[1]: Stopped Cluster receiver demo application.
> Jun 29 03:07:16 raspberrypi4-64 audit[356]: ANOM_ABEND auid=4294967295 uid=1001 gid=1001 ses=4294967295 subj=User::App::xdg-cluster-receiver pid=356 comm="xdg-cluster-rec" exe="/var/local/lib/afm/applications/xdg-cluster-receiver/bin/xdg-cluster-receiver" sig=11 res=1
> Jun 29 03:07:16 raspberrypi4-64 kernel: audit: type=1701 audit(1593400036.379:6): auid=4294967295 uid=1001 gid=1001 ses=4294967295 subj=User::App::cluster-gauges pid=368 comm="QSGRenderThread" exe="/var/local/lib/afm/applications/cluster-gauges/bin/cluster-gauges" sig=6 res=1
> Jun 29 03:07:16 raspberrypi4-64 kernel: audit: type=1701 audit(1593400036.379:7): auid=4294967295 uid=1001 gid=1001 ses=4294967295 subj=User::App::xdg-cluster-receiver pid=356 comm="xdg-cluster-rec" exe="/var/local/lib/afm/applications/xdg-cluster-receiver/bin/xdg-cluster-receiver" sig=11 res=1
> Jun 29 03:07:16 raspberrypi4-64 systemd[1]: afm-appli-cluster-gauges--1.0--main@1001.service: Succeeded.
> Jun 29 03:07:16 raspberrypi4-64 systemd[1]: Stopped Cluster gauges demo application.
> Jun 29 03:07:16 raspberrypi4-64 systemd[1]: weston@display.service: Succeeded.
> Jun 29 03:07:23 raspberrypi4-64 dbus-daemon[255]: [system] Rejected receive message, 1 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameLost" error name="(unset)" requested_reply="0" destination=":1.8" (uid=0 pid=312 comm="/lib/systemd/systemd-hostnamed " label="System") privilege="http://tizen.org/privilege/internal/dbus";
> Jun 29 03:07:23 raspberrypi4-64 systemd[1]: systemd-hostnamed.service: Succeeded.
> Jun 29 03:07:36 raspberrypi4-64 kernel: usb 1-1.4: USB disconnect, device number 3
> Jun 29 03:07:36 raspberrypi4-64 kernel: usb 1-1.4.1: USB disconnect, device number 4
> Jun 29 03:07:36 raspberrypi4-64 kernel: usb 1-1.4.2: USB disconnect, device number 5
> Jun 29 03:07:36 raspberrypi4-64 kernel: usb 1-1.4.4: USB disconnect, device number 6
> Jun 29 03:07:36 raspberrypi4-64 kernel: pl2303 ttyUSB0: pl2303 converter now disconnected from ttyUSB0
> Jun 29 03:07:36 raspberrypi4-64 kernel: pl2303 1-1.4.4:1.0: device disconnected
> Jun 29 03:07:36 raspberrypi4-64 systemd[1]: Stopping Manage ttyUSB0 for GPS daemon...
> Jun 29 03:07:36 raspberrypi4-64 sh[512]: /bin/sh: /usr/local/sbin/gpsdctl: No such file or directory
> Jun 29 03:07:36 raspberrypi4-64 systemd[1]: gpsdctl@ttyUSB0.service: Succeeded.
> Jun 29 03:07:36 raspberrypi4-64 systemd[1]: Stopped Manage ttyUSB0 for GPS daemon.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9287): https://lists.automotivelinux.org/g/agl-dev-community/message/9287
Mute This Topic: https://lists.automotivelinux.org/mt/83995818/2167316
Group Owner: agl-dev-community+owner@xxxxxxxxxxxxxxxxxxxxxxxxx
Unsubscribe: https://lists.automotivelinux.org/g/agl-dev-community/leave/4543822/2167316/883735764/xyzzy [list-automotive-discussions82@xxxxxxxxxxx]
-=-=-=-=-=-=-=-=-=-=-=-


Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux