· 6 years ago · Mar 10, 2020, 05:04 PM
1login as: root
2Authenticating with public key "HASSIO"
3
4 _ _ _
5 | | | | (_)
6 | |__| | __ _ ___ ___ _ ___
7 | __ |/ _` / __/ __| | |/ _ \
8 | | | | (_| \__ \__ \_| | (_) |
9 |_| |_|\__,_|___/___(_)_|\___/
10
11
12
13Our Cli:
14$ hassio help
15
16core-ssh:~# dmesg -H
17dmesg: unrecognized option: H
18BusyBox v1.30.1 (2019-06-12 17:58:12 UTC) multi-call binary.
19
20Usage: dmesg [-c] [-n LEVEL] [-s SIZE]
21
22Print or control the kernel ring buffer
23
24 -c Clear ring buffer after printing
25 -n LEVEL Set console logging level
26 -s SIZE Buffer size
27 -r Print raw message buffer
28core-ssh:~# dmesg -r
29<6>[ 0.000000] Booting Linux on physical CPU 0x0
30<5>[ 0.000000] Linux version 4.19.106-v7 (builder@55c6964304ca) (gcc version 7.4.0 (Buildroot 2019.02.9-g834754d9)) #1 SMP Fri Mar 6 19:35:05 UTC 2020
31<6>[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
32<6>[ 0.000000] CPU: div instructions available: patching division code
33<6>[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
34<6>[ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
35<6>[ 0.000000] Memory policy: Data cache writealloc
36<6>[ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
37<7>[ 0.000000] On node 0 totalpages: 242688
38<7>[ 0.000000] Normal zone: 2133 pages used for memmap
39<7>[ 0.000000] Normal zone: 0 pages reserved
40<7>[ 0.000000] Normal zone: 242688 pages, LIFO batch:63
41<5>[ 0.000000] random: get_random_bytes called from start_kernel+0xb0/0x4b8 with crng_init=0
42<6>[ 0.000000] percpu: Embedded 17 pages/cpu s36940 r8192 d24500 u69632
43<7>[ 0.000000] pcpu-alloc: s36940 r8192 d24500 u69632 alloc=17*4096
44<7>[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
45<6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
46<5>[ 0.000000] Kernel command line: zram.enabled=1 zram.num_devices=3 apparmor=1 security=apparmor rootwait cgroup_enable=memory coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:A1:59:C0 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=a3ec664e-32ce-4665-95ea-7ae90ce9aa20 rootfstype=squashfs ro rauc.slot=B
47<6>[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
48<6>[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
49<6>[ 0.000000] Memory: 936948K/970752K available (9216K kernel code, 694K rwdata, 2412K rodata, 1024K init, 844K bss, 25612K reserved, 8192K cma-reserved)
50<5>[ 0.000000] Virtual kernel memory layout:
51<5>[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
52<5>[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
53<5>[ 0.000000] vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
54<5>[ 0.000000] lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
55<5>[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
56<5>[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (10208 kB)
57<5>[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
58<5>[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 695 kB)
59<5>[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 845 kB)
60<6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
61<6>[ 0.000000] ftrace: allocating 30373 entries in 90 pages
62<6>[ 0.000000] rcu: Hierarchical RCU implementation.
63<6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
64<6>[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
65<6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
66<6>[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
67<6>[ 0.000022] Switching to timer-based delay loop, resolution 52ns
68<6>[ 0.000293] Console: colour dummy device 80x30
69<6>[ 0.000944] console [tty1] enabled
70<6>[ 0.001001] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
71<6>[ 0.001045] pid_max: default: 32768 minimum: 301
72<6>[ 0.001225] Security Framework initialized
73<6>[ 0.001327] AppArmor: AppArmor initialized
74<6>[ 0.001550] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
75<6>[ 0.001587] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
76<6>[ 0.002557] CPU: Testing write buffer coherency: ok
77<6>[ 0.003054] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
78<6>[ 0.003734] Setting up static identity map for 0x100000 - 0x10003c
79<6>[ 0.003902] rcu: Hierarchical SRCU implementation.
80<6>[ 0.004730] smp: Bringing up secondary CPUs ...
81<6>[ 0.005614] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
82<6>[ 0.006541] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
83<6>[ 0.007397] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
84<6>[ 0.007511] smp: Brought up 1 node, 4 CPUs
85<6>[ 0.007593] SMP: Total of 4 processors activated (153.60 BogoMIPS).
86<6>[ 0.007618] CPU: All CPU(s) started in HYP mode.
87<6>[ 0.007639] CPU: Virtualization extensions available.
88<6>[ 0.008680] devtmpfs: initialized
89<6>[ 0.022005] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
90<6>[ 0.022272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
91<6>[ 0.022320] futex hash table entries: 1024 (order: 4, 65536 bytes)
92<6>[ 0.023028] pinctrl core: initialized pinctrl subsystem
93<6>[ 0.023881] NET: Registered protocol family 16
94<6>[ 0.027088] DMA: preallocated 1024 KiB pool for atomic coherent allocations
95<6>[ 0.031685] audit: initializing netlink subsys (disabled)
96<5>[ 0.031892] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1
97<6>[ 0.033182] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
98<6>[ 0.033218] hw-breakpoint: maximum watchpoint size is 8 bytes.
99<6>[ 0.033445] Serial: AMBA PL011 UART driver
100<6>[ 0.035796] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
101<6>[ 0.050035] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-02-28 18:50, variant start
102<6>[ 0.060047] raspberrypi-firmware soc:firmware: Firmware hash is 830b164720d3fe555ee53c2a3912bd927ea71169
103<6>[ 0.104019] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
104<5>[ 0.105676] SCSI subsystem initialized
105<6>[ 0.105944] usbcore: registered new interface driver usbfs
106<6>[ 0.106021] usbcore: registered new interface driver hub
107<6>[ 0.106137] usbcore: registered new device driver usb
108<6>[ 0.107919] clocksource: Switched to clocksource arch_sys_counter
109<5>[ 0.206489] VFS: Disk quotas dquot_6.6.0
110<6>[ 0.206623] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
111<5>[ 0.206786] FS-Cache: Loaded
112<6>[ 0.207011] CacheFiles: Loaded
113<6>[ 0.207574] AppArmor: AppArmor Filesystem Enabled
114<6>[ 0.217775] NET: Registered protocol family 2
115<6>[ 0.218632] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
116<6>[ 0.218698] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
117<6>[ 0.218830] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
118<6>[ 0.219035] TCP: Hash tables configured (established 8192 bind 8192)
119<6>[ 0.219204] UDP hash table entries: 512 (order: 2, 16384 bytes)
120<6>[ 0.219271] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
121<6>[ 0.219521] NET: Registered protocol family 1
122<6>[ 0.220184] RPC: Registered named UNIX socket transport module.
123<6>[ 0.220220] RPC: Registered udp transport module.
124<6>[ 0.220242] RPC: Registered tcp transport module.
125<6>[ 0.220264] RPC: Registered tcp NFSv4.1 backchannel transport module.
126<6>[ 0.221887] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
127<5>[ 0.225013] Initialise system trusted keyrings
128<6>[ 0.225216] workingset: timestamp_bits=14 max_order=18 bucket_order=4
129<6>[ 0.235352] squashfs: version 4.0 (2009/01/31) Phillip Lougher
130<5>[ 0.235645] FS-Cache: Netfs 'nfs' registered for caching
131<5>[ 0.236210] NFS: Registering the id_resolver key type
132<5>[ 0.236267] Key type id_resolver registered
133<5>[ 0.236289] Key type id_legacy registered
134<6>[ 0.236321] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
135<5>[ 0.242945] Key type asymmetric registered
136<5>[ 0.242984] Asymmetric key parser 'x509' registered
137<6>[ 0.243086] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
138<6>[ 0.243303] io scheduler noop registered
139<6>[ 0.243328] io scheduler deadline registered
140<6>[ 0.243552] io scheduler cfq registered (default)
141<6>[ 0.243578] io scheduler mq-deadline registered
142<6>[ 0.243601] io scheduler kyber registered
143<6>[ 0.245801] bcm2708_fb soc:fb: FB found 1 display(s)
144<6>[ 0.254424] Console: switching to colour frame buffer device 82x26
145<6>[ 0.260798] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
146<6>[ 0.267479] bcm2835-rng 3f104000.rng: hwrng registered
147<6>[ 0.270304] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
148<6>[ 0.275836] vc-sm: Videocore shared memory driver
149<6>[ 0.278667] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
150<6>[ 0.294501] brd: module loaded
151<6>[ 0.306964] loop: module loaded
152<6>[ 0.310085] zram: Added device: zram0
153<6>[ 0.313088] zram: Added device: zram1
154<6>[ 0.316002] zram: Added device: zram2
155<6>[ 0.318926] Loading iSCSI transport class v2.0-870.
156<6>[ 0.321932] libphy: Fixed MDIO Bus: probed
157<6>[ 0.324233] tun: Universal TUN/TAP device driver, 1.6
158<6>[ 0.326765] usbcore: registered new interface driver lan78xx
159<6>[ 0.329085] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
160<6>[ 0.331567] dwc_otg 3f980000.usb: base=(ptrval)
161<4>[ 0.534012] Core Release: 2.80a
162<4>[ 0.536250] Setting default values for core params
163<4>[ 0.538572] Finished setting default values for core params
164<4>[ 0.741204] Using Buffer DMA mode
165<4>[ 0.743547] Periodic Transfer Interrupt Enhancement - disabled
166<4>[ 0.745956] Multiprocessor Interrupt Enhancement - disabled
167<4>[ 0.748371] OTG VER PARAM: 0, OTG VER FLAG: 0
168<4>[ 0.750726] Dedicated Tx FIFOs mode
169<4>[ 0.753439] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = bad14000 dma = 0xfad14000 len=9024
170<4>[ 0.758119] FIQ FSM acceleration enabled for :
171<4>[ 0.758119] Non-periodic Split Transactions
172<4>[ 0.758119] Periodic Split Transactions
173<4>[ 0.758119] High-Speed Isochronous Endpoints
174<4>[ 0.758119] Interrupt/Control Split Transaction hack enabled
175<7>[ 0.768959] dwc_otg: Microframe scheduler enabled
176<4>[ 0.769016] WARN::hcd_init_fiq:457: FIQ on core 1
177<4>[ 0.771194] WARN::hcd_init_fiq:458: FIQ ASM at 806ec778 length 36
178<4>[ 0.773403] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
179<6>[ 0.775663] dwc_otg 3f980000.usb: DWC OTG Controller
180<6>[ 0.778029] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
181<6>[ 0.780433] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
182<4>[ 0.782820] Init: Port Power? op_state=1
183<4>[ 0.785139] Init: Power Port (0)
184<6>[ 0.787652] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
185<6>[ 0.792354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
186<6>[ 0.794855] usb usb1: Product: DWC OTG Controller
187<6>[ 0.797329] usb usb1: Manufacturer: Linux 4.19.106-v7 dwc_otg_hcd
188<6>[ 0.799848] usb usb1: SerialNumber: 3f980000.usb
189<6>[ 0.802904] hub 1-0:1.0: USB hub found
190<6>[ 0.805360] hub 1-0:1.0: 1 port detected
191<7>[ 0.808313] dwc_otg: FIQ enabled
192<7>[ 0.808319] dwc_otg: NAK holdoff enabled
193<7>[ 0.808324] dwc_otg: FIQ split-transaction FSM enabled
194<7>[ 0.808337] Module dwc_common_port init
195<6>[ 0.808633] usbcore: registered new interface driver usb-storage
196<6>[ 0.811148] usbcore: registered new interface driver usbserial_generic
197<6>[ 0.813565] usbserial: USB Serial support registered for generic
198<6>[ 0.816118] mousedev: PS/2 mouse device common for all mice
199<6>[ 0.819308] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
200<6>[ 0.821888] bcm2835-cpufreq: min=600000 max=1400000
201<6>[ 0.824731] sdhci: Secure Digital Host Controller Interface driver
202<6>[ 0.827151] sdhci: Copyright(c) Pierre Ossman
203<6>[ 0.829845] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
204<6>[ 0.831134] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
205<6>[ 0.832285] sdhci-pltfm: SDHCI platform and OF driver helper
206<6>[ 0.834486] ledtrig-cpu: registered to indicate activity on CPUs
207<6>[ 0.835689] hidraw: raw HID events driver (C) Jiri Kosina
208<6>[ 0.836880] usbcore: registered new interface driver usbhid
209<6>[ 0.838006] usbhid: USB HID core driver
210<6>[ 0.839489] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
211<6>[ 0.841626] [vc_sm_connected_init]: start
212<6>[ 0.848578] [vc_sm_connected_init]: end - returning 0
213<6>[ 0.850560] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
214<6>[ 0.851700] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
215<6>[ 0.853047] IPVS: ipvs loaded.
216<6>[ 0.854120] IPVS: [rr] scheduler registered.
217<6>[ 0.855837] NET: Registered protocol family 10
218<6>[ 0.857479] Segment Routing with IPv6
219<6>[ 0.858625] NET: Registered protocol family 17
220<5>[ 0.859751] Bridge firewalling registered
221<5>[ 0.860870] Key type dns_resolver registered
222<5>[ 0.862251] Registering SWP/SWPB emulation handler
223<6>[ 0.863661] registered taskstats version 1
224<5>[ 0.864726] Loading compiled-in X.509 certificates
225<6>[ 0.865810] AppArmor: AppArmor sha1 policy hashing enabled
226<6>[ 0.870253] uart-pl011 3f201000.serial: cts_event_workaround enabled
227<6>[ 0.871372] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
228<6>[ 0.874471] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
229<6>[ 0.875565] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
230<6>[ 0.901249] sdhost: log_buf @ (ptrval) (fad13000)
231<4>[ 0.939439] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
232<4>[ 0.942906] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
233<4>[ 0.946827] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
234<6>[ 0.951674] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
235<4>[ 0.953928] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
236<6>[ 0.957566] console [netcon0] enabled
237<6>[ 0.959824] netconsole: network logging started
238<6>[ 0.962031] of_cfs_init
239<6>[ 0.964322] of_cfs_init: OK
240<6>[ 0.966493] Waiting for root device PARTUUID=a3ec664e-32ce-4665-95ea-7ae90ce9aa20...
241<4>[ 1.013427] mmc0: host does not support reading read-only switch, assuming write-enable
242<6>[ 1.020905] mmc0: new high speed SDHC card at address 5048
243<6>[ 1.024587] mmcblk0: mmc0:5048 SD32G 29.0 GiB
244<4>[ 1.028014] Indeed it is in host mode hprt0 = 00021501
245<5>[ 1.031665] random: fast init done
246<6>[ 1.033689] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
247<6>[ 1.045739] mmc1: new high speed SDIO card at address 0001
248<6>[ 1.061292] VFS: Mounted root (squashfs filesystem) readonly on device 179:5.
249<6>[ 1.063937] devtmpfs: mounted
250<6>[ 1.089945] Freeing unused kernel memory: 1024K
251<6>[ 1.138369] Run /sbin/init as init process
252<6>[ 1.238002] usb 1-1: new high-speed USB device number 2 using dwc_otg
253<4>[ 1.240664] Indeed it is in host mode hprt0 = 00001101
254<30>[ 1.403481] systemd[1]: System time before build time, advancing clock.
255<30>[ 1.421040] systemd[1]: systemd 240 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)
256<30>[ 1.430016] systemd[1]: Detected architecture arm.
257<30>[ 1.451585] systemd[1]: Set hostname to <homeassistant>.
258<5>[ 1.463964] random: systemd: uninitialized urandom read (16 bytes read)
259<30>[ 1.465261] systemd[1]: Initializing machine ID from random generator.
260<30>[ 1.466605] systemd[1]: Installed transient /etc/machine-id file.
261<28>[ 1.468823] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
262<6>[ 1.478387] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
263<6>[ 1.483739] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
264<6>[ 1.487246] hub 1-1:1.0: USB hub found
265<6>[ 1.490257] hub 1-1:1.0: 4 ports detected
266<5>[ 1.768850] random: systemd: uninitialized urandom read (16 bytes read)
267<5>[ 1.776130] random: systemd: uninitialized urandom read (16 bytes read)
268<30>[ 1.777718] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
269<30>[ 1.782158] systemd[1]: Listening on udev Kernel Socket.
270<30>[ 1.784943] systemd[1]: Reached target Slices.
271<30>[ 1.787578] systemd[1]: Reached target HassOS zram targets.
272<6>[ 1.807997] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
273<6>[ 1.859480] zram2: detected capacity change from 0 to 16777216
274<6>[ 1.859531] zram1: detected capacity change from 0 to 33554432
275<6>[ 1.878739] zram0: detected capacity change from 0 to 242221056
276<6>[ 1.938282] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
277<6>[ 1.940716] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
278<6>[ 1.942462] hub 1-1.1:1.0: USB hub found
279<6>[ 1.943778] hub 1-1.1:1.0: 3 ports detected
280<6>[ 2.125558] media: Linux media interface: v0.10
281<4>[ 2.127506] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
282<6>[ 2.145655] videodev: Linux video capture interface: v2.00
283<6>[ 2.159864] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
284<4>[ 2.160206] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
285<6>[ 2.161246] [vc_sm_connected_init]: start
286<6>[ 2.169103] [vc_sm_connected_init]: installed successfully
287<4>[ 2.174639] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
288<4>[ 2.175041] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
289<4>[ 2.189400] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
290<4>[ 2.192553] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
291<4>[ 2.194080] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
292<6>[ 2.205204] bcm2835_audio soc:audio: card created with 8 channels
293<6>[ 2.208661] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
294<6>[ 2.214077] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
295<6>[ 2.219477] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
296<6>[ 2.220968] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
297<6>[ 2.241946] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
298<6>[ 2.243388] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
299<5>[ 2.252483] cfg80211: Loading compiled-in X.509 certificates for regulatory database
300<5>[ 2.263645] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
301<4>[ 2.265290] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
302<6>[ 2.268016] cfg80211: failed to load regulatory.db
303<4>[ 2.297735] dwc_otg_handle_wakeup_detected_intr lxstate = 2
304<7>[ 2.312362] brcmfmac: F1 signature read @0x18000000=0x15264345
305<3>[ 2.316622] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
306<6>[ 2.323127] usbcore: registered new interface driver brcmfmac
307<4>[ 2.611106] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
308<3>[ 2.621040] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
309<3>[ 2.633486] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
310<6>[ 2.837975] usb 1-1.1.1: new high-speed USB device number 4 using dwc_otg
311<6>[ 2.948814] Adding 236540k swap on /dev/zram0. Priority:-2 extents:1 across:236540k SSFS
312<6>[ 2.978305] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
313<6>[ 2.980755] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
314<6>[ 3.065438] EXT4-fs (mmcblk0p7): recovery complete
315<6>[ 3.067623] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
316<5>[ 3.138836] random: crng init done
317<5>[ 3.139891] random: 7 urandom warning(s) missed due to ratelimiting
318<6>[ 3.246103] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
319<6>[ 3.249295] libphy: lan78xx-mdiobus: probed
320<6>[ 3.256856] EXT4-fs (zram1): mounted filesystem without journal. Opts: nobarrier
321<5>[ 3.259343] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
322<6>[ 3.265448] EXT4-fs (zram2): mounted filesystem without journal. Opts: nobarrier
323<46>[ 3.446879] systemd-journald[119]: Received request to flush runtime journal from PID 1
324<6>[ 4.032159] EXT4-fs (mmcblk0p8): recovery complete
325<6>[ 4.036259] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
326<6>[ 4.770717] uart-pl011 3f201000.serial: no DMA platform data
327<5>[ 5.195453] audit: type=1400 audit(1583854881.559:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor" pid=290 comm="apparmor_parser"
328<5>[ 5.198772] audit: type=1400 audit(1583854881.559:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=290 comm="apparmor_parser"
329<5>[ 5.202011] audit: type=1400 audit(1583854881.559:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=290 comm="apparmor_parser"
330<5>[ 5.205548] audit: type=1400 audit(1583854881.559:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/socat" pid=290 comm="apparmor_parser"
331<5>[ 5.209345] audit: type=1300 audit(1583854881.559:2): arch=40000028 syscall=4 per=800000 success=yes exit=70868 a0=6 a1=76cf4008 a2=114d4 a3=0 items=0 ppid=288 pid=290 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null)
332<5>[ 5.209358] audit: type=1327 audit(1583854881.559:2): proctitle=61707061726D6F725F706172736572002D72002D57002D4C002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D73757065727669736F72
333<6>[ 5.355969] Bluetooth: Core ver 2.22
334<6>[ 5.357606] NET: Registered protocol family 31
335<6>[ 5.359032] Bluetooth: HCI device and connection manager initialized
336<6>[ 5.360719] Bluetooth: HCI socket layer initialized
337<6>[ 5.362091] Bluetooth: L2CAP socket layer initialized
338<6>[ 5.363424] Bluetooth: SCO socket layer initialized
339<6>[ 5.385789] Bluetooth: HCI UART driver ver 2.3
340<6>[ 5.387104] Bluetooth: HCI UART protocol H4 registered
341<6>[ 5.388498] Bluetooth: HCI UART protocol Three-wire (H5) registered
342<6>[ 5.391229] Bluetooth: HCI UART protocol Broadcom registered
343<6>[ 5.687833] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
344<6>[ 5.688858] Bluetooth: BNEP filters: protocol multicast
345<6>[ 5.689830] Bluetooth: BNEP socket layer initialized
346<6>[ 5.702703] NET: Registered protocol family 38
347<6>[ 5.717407] cryptd: max_cpu_qlen set to 1000
348<6>[ 5.853770] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
349<6>[ 5.855440] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
350<6>[ 5.880783] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
351<6>[ 5.906574] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
352<3>[ 5.908875] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
353<6>[ 6.442735] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
354<3>[ 6.445058] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
355<6>[ 6.607825] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
356<6>[ 9.973550] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
357<3>[ 9.975878] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
358<6>[ 14.053794] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
359<6>[ 15.764453] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
360<5>[ 18.643088] audit: type=1400 audit(1583854895.009:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=395 comm="apparmor_parser"
361<5>[ 18.646441] audit: type=1300 audit(1583854895.009:3): arch=40000028 syscall=4 per=800000 success=yes exit=7945 a0=4 a1=b26e40 a2=1f09 a3=0 items=0 ppid=394 pid=395 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null)
362<5>[ 18.652550] audit: type=1327 audit(1583854895.009:3): proctitle=61707061726D6F725F706172736572002D4B72002F6D6E742F646174612F646F636B65722F746D702F646F636B65722D64656661756C74373732333838363633
363<5>[ 20.365081] audit: type=1325 audit(1583854896.729:4): table=nat family=2 entries=5
364<5>[ 20.371309] audit: type=1300 audit(1583854896.729:4): arch=40000028 syscall=294 per=800000 success=yes exit=0 a0=4 a1=0 a2=40 a3=f68888 items=0 ppid=357 pid=432 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null)
365<5>[ 20.388168] audit: type=1327 audit(1583854896.729:4): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B4552
366<5>[ 20.391382] audit: type=1325 audit(1583854896.759:5): table=filter family=2 entries=4
367<5>[ 20.394611] audit: type=1300 audit(1583854896.759:5): arch=40000028 syscall=294 per=800000 success=yes exit=0 a0=4 a1=0 a2=40 a3=1aaf778 items=0 ppid=357 pid=434 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null)
368<5>[ 20.403162] audit: type=1327 audit(1583854896.759:5): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B4552
369<5>[ 20.406562] audit: type=1325 audit(1583854896.769:6): table=filter family=2 entries=6
370<6>[ 20.483066] Initializing XFRM netlink socket
371<6>[ 20.743723] IPv6: ADDRCONF(NETDEV_UP): hassio: link is not ready
372<6>[ 20.954227] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
373<4>[ 24.132779] kauditd_printk_skb: 167 callbacks suppressed
374<5>[ 24.132783] audit: type=1325 audit(1583854900.499:62): table=nat family=2 entries=17
375<5>[ 24.137432] audit: type=1300 audit(1583854900.499:62): arch=40000028 syscall=294 per=800000 success=yes exit=0 a0=4 a1=0 a2=40 a3=1c124e0 items=0 ppid=357 pid=728 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null)
376<5>[ 24.145583] audit: type=1327 audit(1583854900.499:62): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4400444F434B4552002D7000746370002D6400302F30002D2D64706F72740031363237002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E33302E33332E343A313632370000002D690068617373696F
377<5>[ 24.161059] audit: type=1325 audit(1583854900.529:63): table=filter family=2 entries=27
378<5>[ 24.164261] audit: type=1300 audit(1583854900.529:63): arch=40000028 syscall=294 per=800000 success=yes exit=0 a0=4 a1=0 a2=40 a3=385090 items=0 ppid=357 pid=730 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null)
379<5>[ 24.172497] audit: type=1327 audit(1583854900.529:63): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45520000002D690068617373696F002D6F0068617373696F002D7000746370002D64003137322E33302E33332E34002D2D64706F72740031363237002D6A00414343455054
380<5>[ 24.178916] audit: type=1325 audit(1583854900.549:64): table=nat family=2 entries=16
381<5>[ 24.182107] audit: type=1300 audit(1583854900.549:64): arch=40000028 syscall=294 per=800000 success=yes exit=0 a0=4 a1=0 a2=40 a3=10f1288 items=0 ppid=357 pid=732 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null)
382<5>[ 24.190256] audit: type=1327 audit(1583854900.549:64): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4400504F5354524F5554494E47002D7000746370002D73003137322E33302E33332E34002D64003137322E33302E33332E34002D2D64706F72740031363237002D6A004D415351554552414445
383<5>[ 24.578784] audit: type=1325 audit(1583854900.949:65): table=nat family=2 entries=15
384<6>[ 28.518701] docker0: port 1(veth6e41aa8) entered blocking state
385<6>[ 28.520229] docker0: port 1(veth6e41aa8) entered disabled state
386<6>[ 28.521947] device veth6e41aa8 entered promiscuous mode
387<6>[ 28.524136] IPv6: ADDRCONF(NETDEV_UP): veth6e41aa8: link is not ready
388<6>[ 28.570752] hassio: port 1(vethe04787a) entered blocking state
389<6>[ 28.572091] hassio: port 1(vethe04787a) entered disabled state
390<6>[ 28.573698] device vethe04787a entered promiscuous mode
391<6>[ 28.576577] IPv6: ADDRCONF(NETDEV_UP): vethe04787a: link is not ready
392<6>[ 28.578221] hassio: port 1(vethe04787a) entered blocking state
393<6>[ 28.579657] hassio: port 1(vethe04787a) entered forwarding state
394<6>[ 28.583012] hassio: port 1(vethe04787a) entered disabled state
395<6>[ 29.612491] eth0: renamed from vethe131c36
396<6>[ 29.669642] IPv6: ADDRCONF(NETDEV_CHANGE): veth6e41aa8: link becomes ready
397<6>[ 29.672609] docker0: port 1(veth6e41aa8) entered blocking state
398<6>[ 29.675105] docker0: port 1(veth6e41aa8) entered forwarding state
399<6>[ 29.677701] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
400<4>[ 29.829790] kauditd_printk_skb: 77 callbacks suppressed
401<5>[ 29.829795] audit: type=1325 audit(1583854906.199:91): table=nat family=2 entries=0
402<5>[ 29.833068] audit: type=1300 audit(1583854906.199:91): arch=40000028 syscall=295 per=800000 success=yes exit=0 a0=4 a1=0 a2=40 a3=7eeaca5c items=0 ppid=940 pid=949 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null)
403<5>[ 29.839034] audit: type=1327 audit(1583854906.199:91): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E
404<5>[ 29.852732] audit: type=1325 audit(1583854906.219:92): table=filter family=2 entries=0
405<5>[ 29.855478] audit: type=1300 audit(1583854906.219:92): arch=40000028 syscall=295 per=800000 success=yes exit=0 a0=4 a1=0 a2=40 a3=7eb4fa6c items=0 ppid=940 pid=951 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null)
406<5>[ 29.862715] audit: type=1327 audit(1583854906.219:92): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4C002D6E
407<5>[ 29.868391] audit: type=1325 audit(1583854906.239:93): table=nat family=2 entries=5
408<5>[ 29.871573] audit: type=1300 audit(1583854906.239:93): arch=40000028 syscall=294 per=800000 success=yes exit=0 a0=4 a1=0 a2=40 a3=1a56888 items=0 ppid=940 pid=954 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null)
409<5>[ 29.879895] audit: type=1327 audit(1583854906.239:93): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B45525F4F5554505554
410<5>[ 29.884880] audit: type=1325 audit(1583854906.239:94): table=nat family=2 entries=7
411<6>[ 29.989950] eth1: renamed from veth805b028
412<6>[ 30.029754] IPv6: ADDRCONF(NETDEV_CHANGE): vethe04787a: link becomes ready
413<6>[ 30.033564] hassio: port 1(vethe04787a) entered blocking state
414<6>[ 30.037140] hassio: port 1(vethe04787a) entered forwarding state
415<6>[ 30.041059] IPv6: ADDRCONF(NETDEV_CHANGE): hassio: link becomes ready
416<30>[ 30.962872] udevd[180]: starting version 3.2.9
417<30>[ 30.992644] udevd[181]: starting eudev-3.2.9
418<4>[ 37.647583] kauditd_printk_skb: 20 callbacks suppressed
419<5>[ 37.647588] audit: type=1400 audit(1583856609.901:101): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor" pid=1274 comm="apparmor_parser"
420<5>[ 37.653659] audit: type=1400 audit(1583856609.901:101): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=1274 comm="apparmor_parser"
421<5>[ 37.658034] audit: type=1400 audit(1583856609.901:101): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=1274 comm="apparmor_parser"
422<5>[ 37.662387] audit: type=1400 audit(1583856609.901:101): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/socat" pid=1274 comm="apparmor_parser"
423<5>[ 37.666723] audit: type=1300 audit(1583856609.901:101): arch=40000028 syscall=4 per=800000 success=yes exit=70868 a0=6 a1=76d96008 a2=114d4 a3=0 items=0 ppid=1273 pid=1274 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null)
424<5>[ 37.673951] audit: type=1327 audit(1583856609.901:101): proctitle=61707061726D6F725F706172736572002D72002D57002D4C002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D73757065727669736F72
425<6>[ 38.120344] hassio: port 2(veth53b7622) entered blocking state
426<6>[ 38.122081] hassio: port 2(veth53b7622) entered disabled state
427<6>[ 38.130816] device veth53b7622 entered promiscuous mode
428<5>[ 38.132777] audit: type=1700 audit(1583856610.381:102): dev=veth53b7622 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
429<6>[ 38.133429] IPv6: ADDRCONF(NETDEV_UP): veth53b7622: link is not ready
430<5>[ 38.136178] audit: type=1300 audit(1583856610.381:102): arch=40000028 syscall=290 per=800000 success=yes exit=40 a0=c a1=44c6d50 a2=28 a3=0 items=0 ppid=1 pid=357 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null)
431<5>[ 38.145758] audit: type=1327 audit(1583856610.381:102): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D646174612D726F6F74002F6D6E742F646174612F646F636B6572
432<6>[ 38.372082] hassio: port 3(veth759d314) entered blocking state
433<6>[ 38.375815] hassio: port 3(veth759d314) entered disabled state
434<6>[ 38.381675] device veth759d314 entered promiscuous mode
435<5>[ 38.385398] audit: type=1700 audit(1583856610.631:103): dev=veth759d314 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
436<6>[ 38.398812] IPv6: ADDRCONF(NETDEV_UP): veth759d314: link is not ready
437<6>[ 38.400335] hassio: port 3(veth759d314) entered blocking state
438<6>[ 38.401767] hassio: port 3(veth759d314) entered forwarding state
439<6>[ 39.128144] hassio: port 3(veth759d314) entered disabled state
440<6>[ 39.306976] eth0: renamed from veth5c1e7a3
441<6>[ 39.359881] IPv6: ADDRCONF(NETDEV_CHANGE): veth53b7622: link becomes ready
442<6>[ 39.363235] hassio: port 2(veth53b7622) entered blocking state
443<6>[ 39.366373] hassio: port 2(veth53b7622) entered forwarding state
444<6>[ 39.442563] eth0: renamed from veth053fbb8
445<6>[ 39.479618] IPv6: ADDRCONF(NETDEV_CHANGE): veth759d314: link becomes ready
446<6>[ 39.482914] hassio: port 3(veth759d314) entered blocking state
447<6>[ 39.485941] hassio: port 3(veth759d314) entered forwarding state
448<30>[ 40.704346] udevd[316]: starting version 3.2.9
449<30>[ 40.864691] udevd[317]: starting eudev-3.2.9
450<6>[ 43.812240] hassio: port 4(veth11f101b) entered blocking state
451<6>[ 43.813503] hassio: port 4(veth11f101b) entered disabled state
452<6>[ 43.816069] device veth11f101b entered promiscuous mode
453<4>[ 43.817333] kauditd_printk_skb: 62 callbacks suppressed
454<5>[ 43.817336] audit: type=1700 audit(1583856616.071:124): dev=veth11f101b prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
455<6>[ 43.818580] IPv6: ADDRCONF(NETDEV_UP): veth11f101b: link is not ready
456<5>[ 43.818724] audit: type=1300 audit(1583856616.071:124): arch=40000028 syscall=290 per=800000 success=yes exit=40 a0=c a1=4283560 a2=28 a3=0 items=0 ppid=1 pid=357 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null)
457<5>[ 43.837065] audit: type=1327 audit(1583856616.071:124): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D646174612D726F6F74002F6D6E742F646174612F646F636B6572
458<5>[ 43.873796] audit: type=1325 audit(1583856616.131:125): table=nat family=2 entries=13
459<5>[ 43.876602] audit: type=1300 audit(1583856616.131:125): arch=40000028 syscall=294 per=800000 success=yes exit=0 a0=4 a1=0 a2=40 a3=1562c08 items=0 ppid=357 pid=1856 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null)
460<5>[ 43.884287] audit: type=1327 audit(1583856616.131:125): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4100444F434B4552002D7000746370002D6400302F30002D2D64706F72740038383834002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E33302E33332E303A383838340000002D690068617373696F
461<5>[ 43.894689] audit: type=1325 audit(1583856616.151:126): table=filter family=2 entries=29
462<5>[ 43.898103] audit: type=1300 audit(1583856616.151:126): arch=40000028 syscall=294 per=800000 success=yes exit=0 a0=4 a1=0 a2=40 a3=1ccc0c0 items=0 ppid=357 pid=1858 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null)
463<5>[ 43.906779] audit: type=1327 audit(1583856616.151:126): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4100444F434B45520000002D690068617373696F002D6F0068617373696F002D7000746370002D64003137322E33302E33332E30002D2D64706F72740038383834002D6A00414343455054
464<5>[ 43.913816] audit: type=1325 audit(1583856616.171:127): table=nat family=2 entries=14
465<6>[ 44.981098] eth0: renamed from vetha814a6a
466<6>[ 45.019922] IPv6: ADDRCONF(NETDEV_CHANGE): veth11f101b: link becomes ready
467<6>[ 45.023779] hassio: port 4(veth11f101b) entered blocking state
468<6>[ 45.027372] hassio: port 4(veth11f101b) entered forwarding state
469<6>[ 51.103531] hassio: port 5(veth970468c) entered blocking state
470<6>[ 51.105227] hassio: port 5(veth970468c) entered disabled state
471<6>[ 51.107122] device veth970468c entered promiscuous mode
472<4>[ 51.108983] kauditd_printk_skb: 59 callbacks suppressed
473<5>[ 51.108987] audit: type=1700 audit(1583856623.361:147): dev=veth970468c prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
474<5>[ 51.115488] audit: type=1300 audit(1583856623.361:147): arch=40000028 syscall=290 per=800000 success=yes exit=40 a0=c a1=4f6e420 a2=28 a3=0 items=0 ppid=1 pid=357 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null)
475<6>[ 51.116268] IPv6: ADDRCONF(NETDEV_UP): veth970468c: link is not ready
476<5>[ 51.122661] audit: type=1327 audit(1583856623.361:147): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D646174612D726F6F74002F6D6E742F646174612F646F636B6572
477<6>[ 51.225728] hassio: port 6(veth2db8bb4) entered blocking state
478<6>[ 51.227248] hassio: port 6(veth2db8bb4) entered disabled state
479<6>[ 51.229152] device veth2db8bb4 entered promiscuous mode
480<5>[ 51.230871] audit: type=1700 audit(1583856623.481:148): dev=veth2db8bb4 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
481<5>[ 51.233840] audit: type=1300 audit(1583856623.481:148): arch=40000028 syscall=290 per=800000 success=yes exit=40 a0=c a1=4f6f6b0 a2=28 a3=0 items=0 ppid=1 pid=357 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null)
482<6>[ 51.242068] IPv6: ADDRCONF(NETDEV_UP): veth2db8bb4: link is not ready
483<6>[ 51.243642] hassio: port 6(veth2db8bb4) entered blocking state
484<6>[ 51.245260] hassio: port 6(veth2db8bb4) entered forwarding state
485<5>[ 51.248069] audit: type=1327 audit(1583856623.481:148): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D646174612D726F6F74002F6D6E742F646174612F646F636B6572
486<5>[ 51.319684] audit: type=1325 audit(1583856623.581:149): table=nat family=2 entries=21
487<5>[ 51.322774] audit: type=1300 audit(1583856623.581:149): arch=40000028 syscall=294 per=800000 success=yes exit=0 a0=4 a1=0 a2=40 a3=1fe3bc8 items=0 ppid=357 pid=2062 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null)
488<5>[ 51.330293] audit: type=1327 audit(1583856623.581:149): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4100444F434B4552002D7000746370002D6400302F30002D2D64706F7274003232002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E33302E33332E323A32320000002D690068617373696F
489<5>[ 51.353944] audit: type=1325 audit(1583856623.611:150): table=filter family=2 entries=33
490<6>[ 52.089135] hassio: port 6(veth2db8bb4) entered disabled state
491<6>[ 52.103200] eth0: renamed from veth5b68456
492<6>[ 52.170158] IPv6: ADDRCONF(NETDEV_CHANGE): veth970468c: link becomes ready
493<6>[ 52.174218] hassio: port 5(veth970468c) entered blocking state
494<6>[ 52.177797] hassio: port 5(veth970468c) entered forwarding state
495<6>[ 52.291932] eth0: renamed from veth026db86
496<6>[ 52.350967] IPv6: ADDRCONF(NETDEV_CHANGE): veth2db8bb4: link becomes ready
497<6>[ 52.354603] hassio: port 6(veth2db8bb4) entered blocking state
498<6>[ 52.358090] hassio: port 6(veth2db8bb4) entered forwarding state
499<30>[ 58.643967] udevd[6]: starting version 3.2.8
500<30>[ 58.674627] udevd[7]: starting eudev-3.2.8
501<6>[ 164.821540] hassio: port 7(veth9d95433) entered blocking state
502<6>[ 164.823330] hassio: port 7(veth9d95433) entered disabled state
503<6>[ 164.828413] device veth9d95433 entered promiscuous mode
504<4>[ 164.829860] kauditd_printk_skb: 65 callbacks suppressed
505<5>[ 164.829865] audit: type=1700 audit(1583856737.087:172): dev=veth9d95433 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
506<5>[ 164.848558] audit: type=1300 audit(1583856737.087:172): arch=40000028 syscall=290 per=800000 success=yes exit=40 a0=c a1=3cefb30 a2=28 a3=0 items=0 ppid=1 pid=357 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null)
507<6>[ 164.849019] IPv6: ADDRCONF(NETDEV_UP): veth9d95433: link is not ready
508<5>[ 164.855365] audit: type=1327 audit(1583856737.087:172): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D646174612D726F6F74002F6D6E742F646174612F646F636B6572
509<6>[ 164.911324] hassio: port 8(veth0b08909) entered blocking state
510<6>[ 164.912836] hassio: port 8(veth0b08909) entered disabled state
511<6>[ 164.914635] device veth0b08909 entered promiscuous mode
512<5>[ 164.916257] audit: type=1700 audit(1583856737.177:173): dev=veth0b08909 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
513<5>[ 164.919352] audit: type=1300 audit(1583856737.177:173): arch=40000028 syscall=290 per=800000 success=yes exit=40 a0=c a1=43a8cf0 a2=28 a3=0 items=0 ppid=1 pid=357 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null)
514<6>[ 164.929556] IPv6: ADDRCONF(NETDEV_UP): veth0b08909: link is not ready
515<6>[ 164.931359] hassio: port 8(veth0b08909) entered blocking state
516<5>[ 164.932065] audit: type=1327 audit(1583856737.177:173): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D646174612D726F6F74002F6D6E742F646174612F646F636B6572
517<6>[ 164.933098] hassio: port 8(veth0b08909) entered forwarding state
518<5>[ 164.979136] audit: type=1325 audit(1583856737.247:174): table=nat family=2 entries=23
519<5>[ 164.982638] audit: type=1300 audit(1583856737.247:174): arch=40000028 syscall=294 per=800000 success=yes exit=0 a0=4 a1=0 a2=40 a3=17bffb8 items=0 ppid=357 pid=2830 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null)
520<5>[ 164.991771] audit: type=1327 audit(1583856737.247:174): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4100444F434B4552002D7000746370002D6400302F30002D2D64706F72740031363237002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E33302E33332E333A313632370000002D690068617373696F
521<5>[ 165.005769] audit: type=1325 audit(1583856737.277:175): table=filter family=2 entries=34
522<6>[ 165.842087] hassio: port 8(veth0b08909) entered disabled state
523<6>[ 166.204295] eth0: renamed from veth429b279
524<6>[ 166.253301] IPv6: ADDRCONF(NETDEV_CHANGE): veth0b08909: link becomes ready
525<6>[ 166.255171] hassio: port 8(veth0b08909) entered blocking state
526<6>[ 166.256817] hassio: port 8(veth0b08909) entered forwarding state
527<6>[ 166.338940] eth0: renamed from vethcccfeb5
528<6>[ 166.373437] IPv6: ADDRCONF(NETDEV_CHANGE): veth9d95433: link becomes ready
529<6>[ 166.375254] hassio: port 7(veth9d95433) entered blocking state
530<6>[ 166.376944] hassio: port 7(veth9d95433) entered forwarding state
531core-ssh:~#