Bug 270807 - databases/mysql80-server: mysqld got signal 4
Summary: databases/mysql80-server: mysqld got signal 4
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm64 Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-12 22:22 UTC by Federico GDB
Modified: 2024-04-22 15:14 UTC (History)
3 users (show)

See Also:
fernape: maintainer-feedback? (joneum)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Federico GDB 2023-04-12 22:22:10 UTC
mysql80-server stop working at version 8.0.26
1) All versions after 8.0.26 do not start, with the same "got signal 4 ...".
I have tried with RELEASE 13.0, 13.1 and 13.2. All the same.
I managed to run 8.0.26 in all of them, clean and efficient.
But I can not upgrade because all other versions fail.
2) I have already tried removing all previous files in /var/db/mysql and /usr/local/etc/mysql; that is, a clean start. Nothing changes. All versions after 8.0.26 fail.
3) I have tried this in two different Raspberrypi boards: rpi3 B+ 1G RAM, rpi4 8G RAM. Both the same.
rpi4 is running ZFS, offering NAS (samba43) and minildna in my local network (FreeBSD + MacOS), clean and stable, now on 13.2-RELEASE.
rpi3 is running Apache24 + MySQL 80.0.26 + python39, clean and stable, now on 13.2-RELEASE.
No hardware failures detected, ever.
4) admin@rpi4% sudo pkg check -dna
Checking all packages: 100%
mysql80-server is missing a required shared library: libprotobuf.so.3.19.4
BUT, we do have protobuf installed in a most recent version.
admin@rpi4% sudo pkg info | grep protobuf
protobuf-3.20.1,1              Data interchange format library
py39-protobuf-3.20.1,1         Google protobuf Python Client Library
I created a symbolic link to cover for missing 3.19.4, it does not make a difference. 
I am running 8.0.26 patching older libraries required with symbolic links to newer ones and surprisingly works:
(/usr/local/lib)
ln -s libicuuc.so.72.1 libicuuc.so.69
ln -s libicuio.so.72.1 libicuio.so.69
ln -s libicudata.so.72.1 libicudata.so.69
ln -s libicui18n.so.72.1 libicui18n.so.69
ln -s libprotobuf-lite.so.32.0.12 libprotobuf-lite.so.28
 
Last try at uname -a:
FreeBSD rpi4.local 13.2-RELEASE FreeBSD 13.2-RELEASE releng/13.2-n254617-525ecfdad597 GENERIC arm64.

tail -20 /var/log/mysqld.log:
2023-04-12T21:36:24.388389Z 0 [System] [MY-013169] [Server] /usr/local/libexec/mysqld (mysqld 8.0.32) initializing of server in progress as process 5667
2023-04-12T21:36:24.403051Z 0 [System] [MY-013951] [Server] A backtrace was processed and added to the main error-log in the appropriate format.
mysqld: Error on delete of '/var/db/mysql/auto.cnf' (OS errno 2 - No such file or directory)
2023-04-12T21:36:24.403410Z 0 [Warning] [MY-010107] [Server] World-writable config file '/var/db/mysql/auto.cnf' has been removed.
2023-04-12T21:36:24.415309Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2023-04-12T21:36:25Z UTC - mysqld got signal 4 ;
Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
Thread pointer: 0x95c9f000
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Fatal signal 11 while backtracing
Comment 1 Toshimichi Masubuchi 2023-05-10 16:24:20 UTC
(In reply to Federico GDB from comment #0)
Can you try with mysql80-server-8.0.32_3?
Get the latest package from pkg.FreeBSD.org or build with ports.

8.0.32_3 does not depend on devel/libprotobuf and uses the bundled libprotobuf.
It worked without setting the library symlink.

[System]
FreeBSD 13.2-RELEASE releng/13.2-n254617-525ecfdad597 GENERIC arm64
* I'm using "FreeBSD-13.2-RELEASE-arm64-aarch64-RPI.img" with QEMU 8.0.

[Log]
# cat /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}
# pkg update
# pkg search -d mysql80-server
mysql80-server-8.0.32_3
Comment        : Multithreaded SQL database (server)
Depends on     :
        groff-1.22.4_4
        libfido2-1.13.0
        perl5-5.32.1_3
        curl-8.0.1
        libunwind-20211201_2
        libevent-2.1.12
        libedit-3.1.20221030,1
        icu-73.1,1
        mysql80-client-8.0.32_2
        hidapi-0.13.1
        zstd-1.5.4_2
        liblz4-1.9.4,1
# pkg install -y mysql80-server
    :
# pkg check -dna
Checking all packages: 100%
# pkg info | grep -E "mysql|icu|protobuf"
icu-73.1,1                     International Components for Unicode (from IBM)
mysql80-client-8.0.32_2        Multithreaded SQL database (client)
mysql80-server-8.0.32_3        Multithreaded SQL database (server)
# ldd /usr/local/libexec/mysqld | grep -E "mysql|icu|protobuf"
/usr/local/libexec/mysqld:
        libicuuc.so.73 => /usr/local/lib/libicuuc.so.73 (0x5f7ec7c8d000)
        libicuio.so.73 => /usr/local/lib/libicuio.so.73 (0x5f7ec8913000)
        libicudata.so.73 => /usr/local/lib/libicudata.so.73 (0x5f7ec961b000)
        libicui18n.so.73 => /usr/local/lib/libicui18n.so.73 (0x5f7eca8f0000)
        libprotobuf-lite.so.3.19.4 => /usr/local/libexec/../lib/mysql/private/libprotobuf-lite.so.3.19.4 (0x5f7ed03d9000)
# cd /usr/local/etc/mysql
# vi my.cnf
# diff -uaN my.cnf.sample my.cnf
--- my.cnf.sample       2023-05-04 14:33:01.000000000 +0900
+++ my.cnf      2023-05-09 22:11:40.985426000 +0900
@@ -17,7 +17,8 @@
 replica-load-tmpdir             = /var/db/mysql_tmpdir
 secure-file-priv                = /var/db/mysql_secure
 log-bin                         = mysql-bin
-log-output                      = TABLE
+log-output                      = FILE
+log-error                      = /var/log/mysqld.log
 relay-log-recovery              = 1
 slow-query-log                  = 1
 server-id                       = 1
# touch /var/log/mysqld.log
# chown mysql:mysql /var/log/mysqld.log
# service mysql-server onerestart
Starting mysql.
# tail -20 /var/log/mysqld.log
2023-05-09T13:26:48.246457Z 0 [System] [MY-013169] [Server] /usr/local/libexec/mysqld (mysqld 8.0.32) initializing of server in progress as process 7534
mysqld: Error on delete of '/var/db/mysql/auto.cnf' (OS errno 2 - No such file or directory)
2023-05-09T13:26:49.164984Z 0 [Warning] [MY-010107] [Server] World-writable config file '/var/db/mysql/auto.cnf' has been removed.
2023-05-09T13:26:49.401917Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2023-05-09T13:27:00.986712Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2023-05-09T13:27:21.811567Z 6 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
2023-05-09T13:28:26.6NZ mysqld_safe Logging to '/var/log/mysqld.log'.
2023-05-09T13:28:26.6NZ mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
2023-05-09T13:28:30.813555Z 0 [System] [MY-010116] [Server] /usr/local/libexec/mysqld (mysqld 8.0.32) starting as process 8735
2023-05-09T13:28:31.754402Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2023-05-09T13:28:40.646425Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2023-05-09T13:28:48.754023Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2023-05-09T13:28:48.756725Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2023-05-09T13:28:49.481964Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /tmp/mysqlx.sock
2023-05-09T13:28:49.483049Z 0 [System] [MY-010931] [Server] /usr/local/libexec/mysqld: ready for connections. Version: '8.0.32'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution.
# mysql_secure_installation
   :
# mysql -u root -p -e "SHOW GLOBAL VARIABLES LIKE 'log_error';"
Enter password:
+---------------+---------------------+
| Variable_name | Value               |
+---------------+---------------------+
| log_error     | /var/log/mysqld.log |
+---------------+---------------------+
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2023-05-12 11:38:55 UTC
signal 4 is SIGILL, illegal instruction, can you retrieve the faulty instruction with a debugger ?
Comment 3 Federico GDB 2023-05-21 17:43:10 UTC
(In reply to Toshimichi Masubuchi from comment #1)

Thank you for your input.
Unfortunaltely, it does not seem related to devel/libprotobuf.

*** It fails the same way. ***

# rm -r /var/db/mysql
# sudo service mysql-server start
/usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql

# cat /var/log/mysqld.log
2023-05-21T12:29:01.919788Z 0 [System] [MY-013169] [Server] /usr/local/libexec/mysqld (mysqld 8.0.32) initializing of server in progress as process 53267
2023-05-21T12:29:01.925560Z 0 [ERROR] [MY-010457] [Server] --initialize specified but the data directory has files in it. Aborting.
2023-05-21T12:29:01.925648Z 0 [ERROR] [MY-013236] [Server] The designated data directory /var/db/mysql/ is unusable. You can remove all files that the server added to it.
2023-05-21T12:29:01.925770Z 0 [ERROR] [MY-010119] [Server] Aborting
2023-05-21T12:29:01.926043Z 0 [System] [MY-010910] [Server] /usr/local/libexec/mysqld: Shutdown complete (mysqld 8.0.32)  Source distribution.
2023-05-21T12:29:29.121399Z 0 [System] [MY-013169] [Server] /usr/local/libexec/mysqld (mysqld 8.0.32) initializing of server in progress as process 53284
mysqld: Error on delete of '/var/db/mysql/auto.cnf' (OS errno 2 - No such file or directory)
2023-05-21T12:29:29.138963Z 0 [Warning] [MY-010107] [Server] World-writable config file '/var/db/mysql/auto.cnf' has been removed.
2023-05-21T12:29:29.158451Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2023-05-21T12:29:30Z UTC - mysqld got signal 4 ;
Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
Thread pointer: 0x98d58000
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Fatal signal 11 while backtracing

*** Background ***

# uname -a
FreeBSD rpi4.local 13.2-RELEASE FreeBSD 13.2-RELEASE releng/13.2-n254617-525ecfdad597 GENERIC arm64

# sudo pkg info | grep mysql80 
mysql80-client-8.0.32_2        Multithreaded SQL database (client)
mysql80-server-8.0.32_3        Multithreaded SQL database (server)

#sudo pkg check -dna
Checking all packages: 100%

This my.cnf works with mysql80-server-8.0.26

# cat /usr/local/etc/mysql/my.cnf
[client]
port                            = 3306
socket                          = /tmp/mysql.sock

[mysql]
prompt                          = \u@\h [\d]>\_
no_auto_rehash

[mysqld]
performance_schema 		= off
user                            = mysql
port                            = 3306
socket                          = /tmp/mysql.sock
bind-address                    = 127.0.0.1
basedir                         = /usr/local
datadir                         = /var/db/mysql
tmpdir                          = /var/db/mysql_tmpdir
replica_load_tmpdir		= /var/db/mysql_tmpdir
secure-file-priv                = /var/db/mysql_secure
log-error			= /var/log/mysqld.log
log-bin                         = mysql-bin
log-output                      = TABLE
relay-log-recovery              = 1
slow-query-log                  = 1
server-id                       = 1
sync_binlog                     = 1
sync_relay_log                  = 1
myisam-recover-options          = BACKUP,FORCE
binlog_expire_logs_seconds	= 2592000
default_password_lifetime       = 0
enforce-gtid-consistency        = 1
gtid-mode                       = ON
safe-user-create                = 1
lower_case_table_names          = 1
explicit-defaults-for-timestamp = 1

innodb_buffer_pool_size		= 8M
innodb_log_buffer_size		= 256K
max_connections			= 10
key_buffer_size			= 8
thread_cache_size		= 0
host_cache_size			= 0
innodb_ft_cache_size		= 2097152
innodb_ft_total_cache_size	= 33554432

thread_stack			= 135168
sort_buffer_size		= 32K
read_buffer_size		= 8192
read_rnd_buffer_size		= 8192
max_heap_table_size		= 16K
tmp_table_size			= 1K
bulk_insert_buffer_size		= 0
join_buffer_size		= 128
net_buffer_length		= 1K
innodb_sort_buffer_size		= 64K

binlog_cache_size		= 4K
binlog_stmt_cache_size		= 4K

[mysqldump]
max_allowed_packet              = 256M
quote_names
quick
Comment 4 Federico GDB 2023-05-21 17:48:25 UTC
(In reply to Mikael Urankar from comment #2)
Thank you for your input.
Unfortunately, that binary does not seem to have DBG symbols.
***
2023-05-21T12:29:30Z UTC - mysqld got signal 4 ;
Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
Thread pointer: 0x98d58000
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Fatal signal 11 while backtracing
***
Comment 5 Mikael Urankar freebsd_committer freebsd_triage 2023-05-30 06:58:55 UTC
(In reply to Federico GDB from comment #4)
I've just tried on my honeycomb (cortex a72) and mysql works. Do you have any non default options?
Comment 6 Federico GDB 2024-04-22 15:14:18 UTC
Updating on this persistent issue.
This hardware is a raspberrypi 3B+ and runs well any MySQL version prior to 8.0.26 (included).

The present one is 8.0.35_1

I do not have a raspberrypi 4 anymore, but the behaviour was just the same.

#uname -a
FreeBSD *****.local 14.0-RELEASE-p6 FreeBSD 14.0-RELEASE-p6 #0: Tue Mar 26 20:37:02 UTC 2024     root@arm64-builder.daemonology.net:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC arm64

#pkg check -dna
Checking all packages: 100%

#tail -100 /var/log/mysqld.log
2024-04-22T14:48:27.6NZ mysqld_safe Logging to '/var/log/mysqld.log'.
2024-04-22T14:48:27.6NZ mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
2024-04-22T14:48:27.640519Z 0 [System] [MY-010116] [Server] /usr/local/libexec/mysqld (mysqld 8.0.35) starting as process 3772
2024-04-22T14:48:27.662506Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2024-04-22T14:48:27Z UTC - mysqld got signal 4 ;
Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
Thread pointer: 0x73b397a9d000
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
[0x22eb2d4] +0x0
[0x22eb438] +0x0
[0x8573e034] +0x0
[0x8573d774] +0x0
[0x849da1a4] +0x0
[0x3091da4] +0x0
[0x3089a18] +0x0
[0x2e1f6a8] +0x0
[0x2e1bce8] +0x0
[0x2e1cd04] +0x0
[0x3044f20] +0x0
[0x2d9b7c4] +0x0
[0x2b9fd10] +0x0
[0x2d25bd0] +0x0
[0x1fb867c] +0x0
[0x30f2d3c] +0x0
[0x8573334c] +0x0
stack_bottom = 98859e90 thread_stack 0x21000
0x2d50460 <_Z19my_print_stacktracePKhm+0x13c> at /usr/local/libexec/mysqld
0x22eb2d4 <_Z18print_fatal_signali+0x25c> at /usr/local/libexec/mysqld
0x22eb438 <handle_fatal_signal+0x40> at /usr/local/libexec/mysqld
0x8573e034 <pthread_sigmask+0x540> at /lib/libthr.so.3

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0): 
Connection ID (thread ID): 1
Status: NOT_KILLED

The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.


# dmesg -a
Copyright (c) 1992-2023 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 14.0-RELEASE-p6 #0: Tue Mar 26 20:37:02 UTC 2024
    root@arm64-builder.daemonology.net:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC arm64
FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152)
VT(efifb): resolution 656x416
module scmi already present!
real memory  = 993988608 (947 MB)
avail memory = 945319936 (901 MB)
Starting CPU 1 (1)
Starting CPU 2 (2)
Starting CPU 3 (3)
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
random: unblocking device.
random: entropy device external interface
kbd0 at kbdmux0
ofwbus0: <Open Firmware Device Tree>
simplebus0: <Flattened device tree simple bus> on ofwbus0
ofw_clkbus0: <OFW clocks bus> on ofwbus0
clk_fixed0: <Fixed clock> on ofw_clkbus0
clk_fixed1: <Fixed clock> on ofw_clkbus0
regfix0: <Fixed Regulator> on ofwbus0
regfix1: <Fixed Regulator> on ofwbus0
bcm2835_firmware0: <BCM2835 Firmware> on simplebus0
ofw_clkbus1: <OFW clocks bus> on bcm2835_firmware0
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
lintc0: <BCM2836 Interrupt Controller> mem 0x40000000-0x400000ff on simplebus0
intc0: <BCM2835 Interrupt Controller> mem 0x7e00b200-0x7e00b3ff irq 39 on simplebus0
gpio0: <BCM2708/2835 GPIO controller> mem 0x7e200000-0x7e2000b3 irq 7,8 on simplebus0
gpiobus0: <OFW GPIO bus> on gpio0
gpio1: <Raspberry Pi Firmware GPIO controller> on bcm2835_firmware0
gpiobus1: <GPIO bus> on gpio1
mbox0: <BCM2835 VideoCore Mailbox> mem 0x7e00b880-0x7e00b8bf irq 6 on simplebus0
generic_timer0: <ARMv7 Generic Timer> irq 1,2,3,4 on ofwbus0
Timecounter "ARM MPCore Timecounter" frequency 19200000 Hz quality 1000
Event timer "ARM MPCore Eventtimer" frequency 19200000 Hz quality 1000
bcm_dma0: <BCM2835 DMA Controller> mem 0x7e007000-0x7e007eff irq 23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38 on simplebus0
usb_nop_xceiv0: <USB NOP PHY> on ofwbus0
bcm2835_clkman0: <BCM283x Clock Manager> mem 0x7e101000-0x7e102fff on simplebus0
gpioc0: <GPIO controller> on gpio0
uart0: <PrimeCell UART (PL011)> mem 0x7e201000-0x7e2011ff irq 9 on simplebus0
uart0: console (115200,n,8,1)
spi0: <BCM2708/2835 SPI controller> mem 0x7e204000-0x7e2041ff irq 11 on simplebus0
spibus0: <OFW SPI bus> on spi0
spibus0: <unknown card> at cs 0 mode 0
spibus0: <unknown card> at cs 1 mode 0
iichb0: <BCM2708/2835 BSC controller> mem 0x7e804000-0x7e804fff irq 19 on simplebus0
bcm283x_dwcotg0: <DWC OTG 2.0 integrated USB controller (bcm283x)> mem 0x7e980000-0x7e98ffff,0x7e006000-0x7e006fff irq 21,22 on simplebus0
usbus1 on bcm283x_dwcotg0
bcmwd0: <BCM2708/2835 Watchdog> mem 0x7e100000-0x7e100113,0x7e00a000-0x7e00a023 on simplebus0
bcmrng0: <Broadcom BCM2835/BCM2838 RNG> mem 0x7e104000-0x7e10400f irq 40 on simplebus0
sdhci_bcm0: <Broadcom 2708 SDHCI controller> mem 0x7e300000-0x7e3000ff irq 48 on simplebus0
mmc0: <MMC/SD bus> on sdhci_bcm0
gpioc1: <GPIO controller> on gpio1
fb0: <BCM2835 VT framebuffer driver> on simplebus0
fb0: keeping existing fb bpp of 32
fbd0 on fb0
WARNING: Device "fb" is Giant locked and may be deleted before FreeBSD 15.0.
VT: Replacing driver "efifb" with new "fb".
fb0: 656x416(656x416@0,0) 32bpp
fb0: fbswap: 1, pitch 2624, base rx3eaf0000, screen_size 1091584
pmu0: <Performance Monitoring Unit> irq 0 on ofwbus0
cpulist0: <Open Firmware CPU Group> on ofwbus0
cpu0: <Open Firmware CPU> on cpulist0
bcm2835_cpufreq0: <CPU Frequency Control> on cpu0
gpioled0: <GPIO LEDs> on ofwbus0
gpioled0: <led0> failed to map pin
armv8crypto0: CPU lacks AES instructions
Timecounters tick every 1.000 msec
iicbus0: <OFW I2C bus> on iichb0
iic0: <I2C generic I/O> on iicbus0
usbus1: 480Mbps High Speed USB v2.0
ugen1.1: <DWCOTG OTG Root HUB> at usbus1
uhub0 on usbus1
uhub0: <DWCOTG OTG Root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
mmcsd0: 16GB <SDHC SC16G 8.0 SN C5E049F0 MFG 11/2017 by 3 SD> at mmc0 50.0MHz/4bit/65535-block
bcm2835_cpufreq0: ARM 600MHz, Core 250MHz, SDRAM 400MHz, Turbo OFF
CPU  0: ARM Cortex-A53 r0p4 affinity:  0
                   Cache Type = <64 byte D-cacheline,64 byte I-cacheline,VIPT ICache,64 byte ERG,64 byte CWG>
 Instruction Set Attributes 0 = <CRC32>
 Instruction Set Attributes 1 = <>
 Instruction Set Attributes 2 = <>
         Processor Features 0 = <AdvSIMD,FP,EL3 32,EL2 32,EL1 32,EL0 32>
         Processor Features 1 = <>
      Memory Model Features 0 = <TGran4,TGran64,SNSMem,BigEnd,16bit ASID,1TB PA>
Trying to mount root from ufs:/dev/ufs/rootfs [rw]...
      Memory Model Features 1 = <8bit VMID>
      Memory Model Features 2 = <32bit CCIDX,48bit VA>
             Debug Features 0 = <DoubleLock,2 CTX BKPTs,4 Watchpoints,6 Breakpoints,PMUv3,Debugv8>
             Debug Features 1 = <>
         Auxiliary Features 0 = <>
         Auxiliary Features 1 = <>
AArch32 Instruction Set Attributes 5 = <CRC32,SEVL>
AArch32 Media and VFP Features 0 = <FPRound,FPSqrt,FPDivide,DP VFPv3+v4,SP VFPv3+v4,AdvSIMD>
AArch32 Media and VFP Features 1 = <SIMDFMAC,FPHP DP Conv,SIMDHP SP Conv,SIMDSP,SIMDInt,SIMDLS,FPDNaN,FPFtZ>
CPU  1: ARM Cortex-A53 r0p4 affinity:  1
CPU  2: ARM Cortex-A53 r0p4 affinity:  2
CPU  3: ARM Cortex-A53 r0p4 affinity:  3
Release APs...done
TCP_ratelimit: Is now initialized
uhub0: 1 port with 1 removable, self powered
ugen1.2: <vendor 0x0424 product 0x9514> at usbus1
uhub1 on uhub0
uhub1: <vendor 0x0424 product 0x9514, class 9/0, rev 2.00/2.00, addr 2> on usbus1
uhub1: MTT enabled
Root mount waiting for: usbus1
uhub1: 5 ports with 4 removable, self powered
ugen1.3: <vendor 0x0424 product 0xec00> at usbus1
smsc0 on uhub1
smsc0: <vendor 0x0424 product 0xec00, rev 2.00/2.00, addr 3> on usbus1
smsc0: chip 0xec00, rev. 0002
miibus0: <MII bus> on smsc0
smscphy0: <SMC LAN8700 10/100 interface> PHY 1 on miibus0
smscphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
ue0: <USB Ethernet> on smsc0
ue0: Ethernet address: b8:27:eb:36:17:96
Root mount waiting for: usbus1
Root mount waiting for: usbus1
usb_msc_auto_quirk: UQ_MSC_NO_GETMAXLUN set for USB mass storage device vendor 0x13fe USB DISK 2.0 (0x13fe:0x3600)
usb_msc_auto_quirk: UQ_MSC_NO_TEST_UNIT_READY set for USB mass storage device vendor 0x13fe USB DISK 2.0 (0x13fe:0x3600)
usb_msc_auto_quirk: UQ_MSC_NO_PREVENT_ALLOW set for USB mass storage device vendor 0x13fe USB DISK 2.0 (0x13fe:0x3600)
usb_msc_auto_quirk: UQ_MSC_NO_SYNC_CACHE set for USB mass storage device vendor 0x13fe USB DISK 2.0 (0x13fe:0x3600)
Root mount waiting for: usbus1
ugen1.4: <vendor 0x13fe USB DISK 2.0> at usbus1
umass0 on uhub1
umass0: <vendor 0x13fe USB DISK 2.0, class 0/0, rev 2.00/1.10, addr 4> on usbus1
umass0:  SCSI over Bulk-Only; quirks = 0xc101
umass0:0:0: Attached to scbus0
(probe0:umass-sim0:0:0:0): REPORT LUNS. CDB: a0 00 00 00 00 00 00 00 00 10 00 00 
(probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI status: Check Condition
(probe0:umass-sim0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)
(probe0:umass-sim0:0:0:0): Error 22, Unretryable error
da0 at umass-sim0 bus 0 scbus0 target 0 lun 0
da0: < USB DISK 2.0 PMAP> Removable Direct Access SPC-4 SCSI device
da0: Serial Number 079A0A009E087E2B
da0: 40.000MB/s transfers
da0: 7640MB (15646720 512 byte sectors)
da0: quirks=0x3<NO_SYNC_CACHE,NO_6_BYTE>
Warning: no time-of-day clock registered, system time will not be set accurately
Dual Console: Serial Primary, Video Secondary
Setting hostuuid: 30303030-3030-3030-6238-333631373936.
Setting hostid: 0x4476d08b.
Starting file system checks:
/dev/ufs/rootfs: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ufs/rootfs: clean, 1687780 free (6340 frags, 210180 blocks, 0.2% fragmentation)
Mounting local filesystems:.
Setting up harvesting: [CALLOUT],[UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,[NET_ETHER],NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED
Feeding entropy: .
Setting hostname: *********.local.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /usr/local/lib/compat/pkg /usr/local/lib/mysql /usr/local/lib/mysql/plugin /usr/local/lib/perl5/5.36/mach/CORE
32-bit compatibility ldconfig path: /usr/lib32
ue0: link state changed to UP
lo0: link state changed to UP
smsc0: chip 0xec00, rev. 0002
ue0: link state changed to DOWN
ue0: link state changed to UP
Starting Network: lo0 ue0.
lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384
	options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
	inet 127.0.0.1 netmask 0xff000000
	inet6 ::1 prefixlen 128
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
	groups: lo
	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
ue0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
	options=80009<RXCSUM,VLAN_MTU,LINKSTATE>
	ether b8:27:eb:36:17:96
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Starting devd.
Starting dhclient.