Unable to reboot 2.4
-
https://www.freebsd.org/cgi/man.cgi?reboot(8)
-
You probably want:
shutdown -p now
If your box still doesn't shutdown using that there's probably some bad value being fed to the system about how to power down the board. BIOS up to date?
Steve
-
There are known problems on certain hardware where FreeBSD fails to reboot or powerdown properly. USB seems to be one of the common factors.
This is rather old bug but showcases the problem:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167685
Suggested workaround is a sysctl:
# sysctl hw.usb.no_shutdown_wait=1
-
@kpa:
There are known problems on certain hardware where FreeBSD fails to reboot or powerdown properly. USB seems to be one of the common factors.
This is rather old bug but showcases the problem:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167685
Suggested workaround is a sysctl:
# sysctl hw.usb.no_shutdown_wait=1
Oh nice. I moved my router to my Supermicro xeon server for the time being, and it works on that flawlessly (I had an issue with a NIC not showing up but it seems to be fixed). I think I may just move my 7700K to my video encoding box, and keep the xeon as my router.
Where would I add that code if I wanted to test it out? Not very familiar with that aspect of pfsense. Thanks for all the help, this forum is great.
-
You can add any sysctl tunable at System->Advanced->System Tunables. Select new, enter hw.usb.no_shutdown_wait as the tunable and 1 as the value.
-
Thank you!
-
I'm seeing the same issue on a new ASRock H270M-ITX/ac P2.00 with the latest BIOS and the latest beta "built on Mon Apr 10 18:49:44 CDT 2017".
Applying the "hw.usb.no_shutdown_wait=1" did not seem to resolve the issue.
I've turned off most everything extra in the BIOS (except all the unused USB ports).
I do see the following in /var/log/system.log several times right at shutdown:
ACPI Exception: AE_ERROR, Thread 100762 could not acquire Mutex [0x0] (20160527/utmutex-345)
ACPI Error: Could not acquire AML Interpreter mutex (20160527/exutils-104)Other info:
Intel Core i5-7600K @ 3.80GHz
8 GB RAM (2xCrucial 4GB DDR4-2133)
Samsung PM951 128GB M.2Let me know what would be helpful to troubleshoot. (I am seeing packet loss from the LAN side with
ping 8.8.8.8
, but not from the pfSense machine or to the machine itself, and it seems php-fhm needs a restart pretty frequently, but those are for another post)Thanks,
// Tomi B.
-
Hard to say exactly what that is. That ACPI error could be causing it to not pass the power functions correctly.
Can you power down with any manual command line?
Probably not much we can do there.
Steve
-
IDK then , maybe something got corrupted? I'd just do a fresh install then restore config.
If you aren't already maybe give a ZFS install a shot, it is generally less prone to corruption.
Update: Fresh install won't even reboot when it completes the installation. I have to push the rest button on the front of the computer to force a reboot. Everything works 100%, just cant reboot. :(
I'm having the excact same issue after installing ZFS 2 disk mirror onto two USB sticks.
Asrock J3455-ITX latest bios 1.20
2x4gb HyperX DDR3L 1866MHz RAMAny updates?
-
Same issue, driving me crazy.
H270M-ITX/ac : manual if interested http://asrock.pc.cdn.bitgravity.com/Manual/H270M-ITXac.pdf
i5-7500
zfs
Samsung PM961 256GB M.2 NGFF PCIe Gen3 x4, NVME Solid state drive SSD, OEM (2280) (MZVLW256HEHP-00000)Also if I enable the temperature widget, it will not show my cpu temps and shortly crash the web interface, i wont be able to get to the web interface unless I do "16) Restart PHP-FPM" .. i think it's 16 anyway. But the system information widget 'Temperature' seems to be working fine
I tried to do a reboot, and it froze like the OP picture, and so I hard power cycled it, this is the log
Apr 22 00:38:34 php-fpm 39118 /index.php: Successful login for user 'admin' from: 192.168.1.10 Apr 22 00:38:15 kernel arp: 192.168.1.25 moved from 20:a2:0b:13:00:f8 to 54:04:a6:8a:d6:10 on em0 Apr 22 00:38:14 sshlockout 86053 sshlockout/webConfigurator v3.0 starting up Apr 22 00:38:14 login login on ttyv0 as root Apr 22 00:38:14 php-fpm 39118 /rc.start_packages: Restarting/Starting all packages. Apr 22 00:38:14 syslogd kernel boot file is /boot/kernel/kernel Apr 22 00:38:14 syslogd exiting on signal 15 Apr 22 00:38:12 kernel done. Apr 22 00:38:12 root /etc/rc.d/hostid: WARNING: hostid: unable to figure out a UUID from DMI data, generating a new one Apr 22 00:38:12 php-cgi rc.bootup: Creating rrd update script Apr 22 00:38:12 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/lan-dhcpd.rrd N:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/lan-dhcpd.rrd: illegal attempt to update using time 1492846692 when last update time is 1492863558 (minimum one second step)' Apr 22 00:38:12 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/ntpd.rrd N:U:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/ntpd.rrd: illegal attempt to update using time 1492846692 when last update time is 1492863559 (minimum one second step)' Apr 22 00:38:12 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/system-mbuf.rrd N:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/system-mbuf.rrd: illegal attempt to update using time 1492846692 when last update time is 1492863559 (minimum one second step)' Apr 22 00:38:12 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/system-memory.rrd N:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/system-memory.rrd: illegal attempt to update using time 1492846692 when last update time is 1492863559 (minimum one second step)' Apr 22 00:38:12 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/system-processor.rrd N:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/system-processor.rrd: illegal attempt to update using time 1492846692 when last update time is 1492863559 (minimum one second step)' Apr 22 00:38:12 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/system-states.rrd N:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/system-states.rrd: illegal attempt to update using time 1492846692 when last update time is 1492863558 (minimum one second step)' Apr 22 00:38:12 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/ipsec-packets.rrd N:U:U:U:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/ipsec-packets.rrd: illegal attempt to update using time 1492846692 when last update time is 1492863558 (minimum one second step)' Apr 22 00:38:12 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/ipsec-traffic.rrd N:U:U:U:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/ipsec-traffic.rrd: illegal attempt to update using time 1492846692 when last update time is 1492863558 (minimum one second step)' Apr 22 00:38:12 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/lan-packets.rrd N:U:U:U:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/lan-packets.rrd: illegal attempt to update using time 1492846692 when last update time is 1492863558 (minimum one second step)' Apr 22 00:38:12 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/lan-traffic.rrd N:U:U:U:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/lan-traffic.rrd: illegal attempt to update using time 1492846692 when last update time is 1492863558 (minimum one second step)' Apr 22 00:38:12 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/wan-packets.rrd N:U:U:U:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/wan-packets.rrd: illegal attempt to update using time 1492846692 when last update time is 1492863558 (minimum one second step)' Apr 22 00:38:12 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/wan-traffic.rrd N:U:U:U:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/wan-traffic.rrd: illegal attempt to update using time 1492846692 when last update time is 1492863558 (minimum one second step)' Apr 22 00:38:12 php-fpm 295 /rc.dyndns.update: phpDynDNS (dev-local.net): No change in my IP address and/or 25 days has not passed. Not updating dynamic DNS entry. Apr 22 00:38:11 php-fpm 295 /rc.dyndns.update: phpDynDNS (lawrie.family): No change in my IP address and/or 25 days has not passed. Not updating dynamic DNS entry. Apr 22 00:38:10 kernel em0: link state changed to UP Apr 22 00:38:10 check_reload_status Linkup starting em0 Apr 22 00:38:09 php-fpm 295 /rc.dyndns.update: phpDynDNS (): No change in my IP address and/or 25 days has not passed. Not updating dynamic DNS entry. Apr 22 00:38:09 php-fpm 295 /rc.dyndns.update: Dynamic Dns (): Current WAN IP: [redacted ip] Cached IP: [redacted ip] Apr 22 00:38:09 php-fpm 295 /rc.dyndns.update: Dynamic DNS custom (): [redacted ip] extracted from local system. Apr 22 00:38:09 php-fpm 295 /rc.dyndns.update: Dynamic DNS (): running get_failover_interface for wan. found igb0 Apr 22 00:38:09 php-fpm 295 /rc.dyndns.update: Dynamic DNS custom (): [redacted ip] extracted from local system. Apr 22 00:38:09 php-fpm 295 /rc.dyndns.update: Dynamic DNS: updatedns() starting Apr 22 00:38:08 kernel 0 addresses deleted. Apr 22 00:38:08 kernel ... Apr 22 00:38:08 kernel . Apr 22 00:38:08 kernel done. Apr 22 00:38:08 check_reload_status Updating all dyndns Apr 22 00:38:08 kernel done. Apr 22 00:38:08 php-cgi rc.bootup: NTPD is starting up. Apr 22 00:38:08 kernel done. Apr 22 00:38:07 dhcpleases /etc/hosts changed size from original! Apr 22 00:38:07 php-fpm 295 /rc.newwanip: rc.newwanip: on (IP address: [redacted ip]) (interface: WAN[wan]) (real interface: igb0). Apr 22 00:38:07 php-fpm 295 /rc.newwanip: rc.newwanip: Info: starting on igb0. Apr 22 00:38:07 kernel done. Apr 22 00:38:06 php-cgi rc.bootup: ROUTING: setting default route to 73.151.192.1 Apr 22 00:38:06 kernel pflog0: promiscuous mode enabled Apr 22 00:38:06 kernel done. Apr 22 00:38:06 php-cgi rc.bootup: Resyncing OpenVPN instances. Apr 22 00:38:06 check_reload_status rc.newwanip starting igb0 Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 check_reload_status Linkup starting igb0 Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:06 kernel igb0: link state changed to UP Apr 22 00:38:06 syslogd sendto: Network is unreachable Apr 22 00:38:03 syslogd sendto: Network is unreachable Apr 22 00:38:03 sshlockout 6930 sshlockout/webConfigurator v3.0 starting up Apr 22 00:38:03 syslogd sendto: Network is unreachable Apr 22 00:38:03 sshd 6857 Server listening on 0.0.0.0 port 53388. Apr 22 00:38:03 syslogd sendto: Network is unreachable Apr 22 00:38:03 sshd 6857 Server listening on :: port 53388. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel coretemp3: <cpu on-die="" thermal="" sensors="">on cpu3 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel coretemp2: <cpu on-die="" thermal="" sensors="">on cpu2 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel coretemp1: <cpu on-die="" thermal="" sensors="">on cpu1 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel coretemp0: <cpu on-die="" thermal="" sensors="">on cpu0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ugen0.4: <vendor 0x8087="">at usbus0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Root mount waiting for: usbus0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel uhid1: <vendor 0="" 2="" 0x04d9="" product="" 0x1203,="" class="" 0,="" rev="" 2.00="" 2.80,="" addr="">on usbus0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel kbd2 at ukbd0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ukbd0: <vendor 0="" 2="" 0x04d9="" product="" 0x1203,="" class="" 0,="" rev="" 2.00="" 2.80,="" addr="">on usbus0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ugen0.3: <vendor 0x04d9="">at usbus0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Root mount waiting for: usbus0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel uhid0: <vendor 0="" 1="" 0x2516="" xornet="" gaming="" mouse,="" class="" 0,="" rev="" 2.00="" 0.32,="" addr="">on usbus0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ugen0.2: <vendor 0x2516="">at usbus0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel uhub0: 24 ports with 24 removable, self powered Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Root mount waiting for: usbus0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Root mount waiting for: usbus0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Trying to mount root from zfs:zroot/ROOT/default []... Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Timecounter "TSC-low" frequency 1704060219 Hz quality 1000 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel SMP: AP CPU #3 Launched! Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel SMP: AP CPU #2 Launched! Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel SMP: AP CPU #1 Launched! Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel nvd0: 244198MB (500118192 512 byte sectors) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel nvd0: <samsung mzvlw256hehp-00000="">NVMe namespace Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ugen0.1: <0x8086> at usbus0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel nvme cam probe device init Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Timecounters tick every 1.000 msec Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ZFS storage pool version: features support (5000) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ZFS filesystem version: 5 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel usbus0: 5.0Gbps Super Speed USB v3.0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel est3: <enhanced speedstep="" frequency="" control="">on cpu3 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel est2: <enhanced speedstep="" frequency="" control="">on cpu2 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel est1: <enhanced speedstep="" frequency="" control="">on cpu1 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel est0: <enhanced speedstep="" frequency="" control="">on cpu0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ppc0: cannot reserve I/O port range Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel atkbd0: [GIANT-LOCKED] Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel kbd0 at atkbd0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel atkbd0: <at keyboard="">irq 1 on atkbdc0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel atkbdc0: <keyboard controller="" (i8042)="">at port 0x60,0x64 on isa0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel acpi_button1: <power button="">on acpi0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel acpi_button0: <sleep button="">on acpi0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel em0: netmap queues/slots: TX 1/1024, RX 1/1024 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel em0: Ethernet address: 70:85:c2:35:34:77 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel em0: Using an MSI interrupt Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel em0: <intel(r) 1000="" pro="" network="" connection="" 7.6.1-k="">mem 0xdf300000-0xdf31ffff at device 31.6 on pci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel pci0: <memory>at device 31.2 (no driver attached) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel isa0: <isa bus="">on isab0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel isab0: <pci-isa bridge="">at device 31.0 on pci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel nvme0: <generic nvme="" device="">mem 0xdf000000-0xdf003fff at device 0.0 on pci4 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel pci4: <acpi pci="" bus="">on pcib4 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel pcib4: <acpi pci-pci="" bridge="">at device 29.0 on pci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel pci3: <network>at device 0.0 (no driver attached) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel pci3: <acpi pci="" bus="">on pcib3 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel pcib3: <acpi pci-pci="" bridge="">at device 28.6 on pci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel igb0: netmap queues/slots: TX 2/1024, RX 2/1024 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel igb0: Bound queue 1 to cpu 1 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel igb0: Bound queue 0 to cpu 0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel igb0: Ethernet address: 70:85:c2:35:34:75 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel igb0: Using MSIX interrupts with 3 vectors Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel igb0: <intel(r) 1000="" pro="" network="" connection,="" version="" -="" 2.5.3-k="">port 0xe000-0xe01f mem 0xdf200000-0xdf21ffff,0xdf220000-0xdf223fff at device 0.0 on pci2 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel pci2: <acpi pci="" bus="">on pcib2 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel pcib2: <acpi pci-pci="" bridge="">at device 28.5 on pci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel pci1: <acpi pci="" bus="">on pcib1 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel pcib1: <acpi pci-pci="" bridge="">at device 28.0 on pci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel device_attach: ahciem0 attach returned 6 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ahciem0: EM timeout Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ahciem0: <ahci enclosure="" management="" bridge="">on ahci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ahcich5: <ahci channel="">at channel 5 on ahci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ahcich4: <ahci channel="">at channel 4 on ahci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ahcich3: <ahci channel="">at channel 3 on ahci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ahcich2: <ahci channel="">at channel 2 on ahci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ahcich1: <ahci channel="">at channel 1 on ahci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ahcich0: <ahci channel="">at channel 0 on ahci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ahci0: AHCI v1.31 with 6 6Gbps ports, Port Multiplier not supported Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ahci0: <ahci sata="" controller="">port 0xf090-0xf097,0xf080-0xf083,0xf060-0xf07f mem 0xdf334000-0xdf335fff,0xdf338000-0xdf3380ff,0xdf337000-0xdf3377ff at device 23.0 on pci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel pci0: <simple comms="">at device 22.0 (no driver attached) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel usbus0 on xhci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel xhci0: 32 bytes context size, 64-bit DMA Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel xhci0: <xhci (generic)="" usb="" 3.0="" controller="">mem 0xdf320000-0xdf32ffff at device 20.0 on pci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel vgapci0: Boot video device Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel vgapci0: <vga-compatible display="">port 0xf000-0xf03f mem 0xde000000-0xdeffffff,0xc0000000-0xcfffffff at device 2.0 on pci0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel pci0: <acpi pci="" bus="">on pcib0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel pcib0: <acpi host-pci="" bridge="">port 0xcf8-0xcff on acpi0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Event timer "i8254" frequency 1193182 Hz quality 100 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Timecounter "i8254" frequency 1193182 Hz quality 0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel attimer0: <at timer="">port 0x40-0x43,0x50-0x53 irq 0 on acpi0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Event timer "RTC" frequency 32768 Hz quality 0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel atrtc0: Warning: Couldn't map I/O. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel atrtc0: <at realtime="" clock="">port 0x70-0x77 irq 8 on acpi0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Event timer "HPET4" frequency 24000000 Hz quality 440 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Event timer "HPET3" frequency 24000000 Hz quality 440 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Event timer "HPET2" frequency 24000000 Hz quality 440 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Event timer "HPET1" frequency 24000000 Hz quality 440 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Event timer "HPET" frequency 24000000 Hz quality 550 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Timecounter "HPET" frequency 24000000 Hz quality 950 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel hpet0: <high precision="" event="" timer="">iomem 0xfed00000-0xfed003ff on acpi0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel cpu3: <acpi cpu="">on acpi0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel cpu2: <acpi cpu="">on acpi0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ACPI Error: Could not release AML Interpreter mutex (20160527/exutils-147) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ACPI Error: Mutex [0x0] is not acquired, cannot release (20160527/utmutex-386) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ACPI Error: Could not release AML Interpreter mutex (20160527/exutils-147) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ACPI Error: Mutex [0x0] is not acquired, cannot release (20160527/utmutex-386) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel cpu1: <acpi cpu="">on acpi0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ACPI Error: Could not release AML Interpreter mutex (20160527/exutils-147) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ACPI Error: Mutex [0x0] is not acquired, cannot release (20160527/utmutex-386) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ACPI Error: Could not release AML Interpreter mutex (20160527/exutils-147) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ACPI Error: Mutex [0x0] is not acquired, cannot release (20160527/utmutex-386) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel cpu0: <acpi cpu="">on acpi0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel unknown: memory range not supported Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel acpi0: Power Button (fixed) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel acpi0: <alaska a="" m="" i="">on motherboard Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel padlock0: No ACE support. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel cryptosoft0: <software crypto="">on motherboard Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel random: fast provider: "Intel Secure Key RNG" Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel random: registering fast source Intel Secure Key RNG Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel module_register_init: MOD_LOAD (vesa, 0xffffffff8122b980, 0) error 19 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel netmap: loaded module Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel kbd1 at kbdmux0 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel module_register_init: MOD_LOAD (iwi_monitor_fw, 0xffffffff8069ebb0, 0) error 1 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel iwi_monitor: If you agree with the license, set legal.intel_iwi.license_ack=1 in /boot/loader.conf. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel iwi_monitor: You need to read the LICENSE file in /usr/share/doc/legal/intel_iwi.LICENSE. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel module_register_init: MOD_LOAD (iwi_ibss_fw, 0xffffffff8069eb00, 0) error 1 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel iwi_ibss: If you agree with the license, set legal.intel_iwi.license_ack=1 in /boot/loader.conf. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel iwi_ibss: You need to read the LICENSE file in /usr/share/doc/legal/intel_iwi.LICENSE. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel module_register_init: MOD_LOAD (iwi_bss_fw, 0xffffffff8069ea50, 0) error 1 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel iwi_bss: If you agree with the license, set legal.intel_iwi.license_ack=1 in /boot/loader.conf. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel iwi_bss: You need to read the LICENSE file in /usr/share/doc/legal/intel_iwi.LICENSE. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel wlan: mac acl policy registered Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel module_register_init: MOD_LOAD (ipw_monitor_fw, 0xffffffff80675620, 0) error 1 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ipw_monitor: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ipw_monitor: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw.LICENSE. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel module_register_init: MOD_LOAD (ipw_ibss_fw, 0xffffffff80675570, 0) error 1 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ipw_ibss: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ipw_ibss: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw.LICENSE. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel random: entropy device external interface Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel module_register_init: MOD_LOAD (ipw_bss_fw, 0xffffffff806754c0, 0) error 1 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ipw_bss: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ipw_bss: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw.LICENSE. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ioapic0 <version 2.0="">irqs 0-119 on motherboard Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel random: unblocking device. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel FreeBSD/SMP: 1 package(s) x 4 core(s) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel ACPI APIC Table: <alaska a="" m="" i="">Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Event timer "LAPIC" quality 600 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel avail memory = 16092884992 (15347 MB) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel real memory = 17179869184 (16384 MB) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel TSC: P-state invariant, performance statistics Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel XSAVE Features=0xf <xsaveopt,xsavec,xinuse,xsaves>Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Structured Extended Features=0x29c6fbf <fsgsbase,tscadj,sgx,bmi1,hle,avx2,smep,bmi2,erms,invpcid,rtm,nfpusg,mpx,rdseed,adx,smap,clflushopt,proctrace>Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel AMD Features2=0x121 <lahf,abm,prefetch>Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel AMD Features=0x2c100800 <syscall,nx,page1gb,rdtscp,lm>Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Features2=0x7ffafbff <sse3,pclmulqdq,dtes64,mon,ds_cpl,vmx,smx,est,tm2,ssse3,sdbg,fma,cx16,xtpr,pdcm,pcid,sse4.1,sse4.2,x2apic,movbe,popcnt,tscdlt,aesni,xsave,osxsave,avx,f16c,rdrand>Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Features=0xbfebfbff <fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,htt,tm,pbe>Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Origin="GenuineIntel" Id=0x906e9 Family=0x6 Model=0x9e Stepping=9 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel CPU: Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz (3408.12-MHz K8-class CPU) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel VT(efifb): resolution 1280x1024 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0) Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel root@buildbot2.netgate.com:/builder/ce/tmp/obj/builder/ce/tmp/FreeBSD-src/sys/pfSense amd64 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel FreeBSD 11.0-RELEASE-p8 #37 abb86267960(RELENG_2_4): Fri Apr 21 18:04:47 CDT 2017 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel FreeBSD is a registered trademark of The FreeBSD Foundation. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel The Regents of the University of California. All rights reserved. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 kernel Copyright (c) 1992-2016 The FreeBSD Project. Apr 22 00:38:02 syslogd sendto: Network is unreachable Apr 22 00:38:02 syslogd kernel boot file is /boot/kernel/kernel Apr 22 00:36:30 syslogd exiting on signal 15 Apr 22 00:36:30 reboot rebooted by root Apr 22 00:36:28 php-fpm 40652 /diag_reboot.php: Stopping all packages. Apr 22 00:33:56 kernel arp: 192.168.1.25 moved from 20:96:e5:13:00:f8 to 54:04:a6:8a:d6:10 on em0 Apr 22 00:33:40 dhcpleases kqueue error: unkown Apr 22 00:33:40 dhcpleases Could not deliver signal HUP to process because its pidfile (/var/run/unbound.pid) does not exist, No such process. Apr 22 00:33:40 dhcpleases /etc/hosts changed size from original! Apr 22 00:33:38 syslogd kernel boot file is /boot/kernel/kernel</fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,htt,tm,pbe></sse3,pclmulqdq,dtes64,mon,ds_cpl,vmx,smx,est,tm2,ssse3,sdbg,fma,cx16,xtpr,pdcm,pcid,sse4.1,sse4.2,x2apic,movbe,popcnt,tscdlt,aesni,xsave,osxsave,avx,f16c,rdrand></syscall,nx,page1gb,rdtscp,lm></lahf,abm,prefetch></fsgsbase,tscadj,sgx,bmi1,hle,avx2,smep,bmi2,erms,invpcid,rtm,nfpusg,mpx,rdseed,adx,smap,clflushopt,proctrace></xsaveopt,xsavec,xinuse,xsaves></alaska></version></software></alaska></acpi></acpi></acpi></acpi></high></at></at></acpi></acpi></vga-compatible></xhci></simple></ahci></ahci></ahci></ahci></ahci></ahci></ahci></ahci></acpi></acpi></acpi></acpi></intel(r)></acpi></acpi></network></acpi></acpi></generic></pci-isa></isa></memory></intel(r)></sleep></power></keyboard></at></enhanced></enhanced></enhanced></enhanced></samsung></vendor></vendor></vendor></vendor></vendor></vendor></cpu></cpu></cpu></cpu>
tried system tunable hw.acpi.disable_on_reboot = 1 , no help
-
Seems related https://forums.freebsd.org/threads/59627/
My pfsense console also "freezes" when I type sysctl -a:
kern.ostype: FreeBSD kern.osrelease: 11.0-RELEASE-p8 kern.osrevision: 199506 kern.version: FreeBSD 11.0-RELEASE-p8 #37 abb86267960(RELENG_2_4): Fri Apr 21 18:04:47 CDT 2017 root@buildbot2.netgate.com:/builder/ce/tmp/obj/builder/ce/tmp/FreeBSD-src/sys/pfSense kern.maxvnodes: 342167 kern.maxproc: 21300 kern.maxfiles: 509193 kern.argmax: 262144 kern.securelevel: -1 kern.hostname: pfsense.localdomain kern.hostid: 986406865 kern.clockrate: { hz = 1000, tick = 1000, profhz = 8128, stathz = 127 } kern.posix1version: 200112 kern.ngroups: 1023 kern.job_control: 1 kern.saved_ids: 0 kern.boottime: { sec = 1492848575, usec = 237591 } Sat Apr 22 01:09:35 2017 kern.domainname: kern.osreldate: 1100122 kern.bootfile: /boot/kernel/kernel kern.maxfilesperproc: 458271 kern.maxprocperuid: 19170 kern.ipc.maxsockbuf: 4262144 kern.ipc.sockbuf_waste_factor: 8 kern.ipc.max_linkhdr: 16 kern.ipc.max_protohdr: 60 kern.ipc.max_hdr: 76 kern.ipc.max_datalen: 92 kern.ipc.maxsockets: 509196 kern.ipc.numopensockets: 77 kern.ipc.soacceptqueue: 128 kern.ipc.shm_allow_removed: 1 kern.ipc.shm_use_phys: 0 kern.ipc.shmall: 131072 kern.ipc.shmseg: 128 kern.ipc.shmmni: 192 kern.ipc.shmmin: 1 kern.ipc.shmmax: 536870912 kern.ipc.semaem: 16384 kern.ipc.semvmx: 32767 kern.ipc.semusz: 632 kern.ipc.semume: 50 kern.ipc.semopm: 100 kern.ipc.semmsl: 340 kern.ipc.semmnu: 150 kern.ipc.semmns: 340 kern.ipc.semmni: 50 kern.ipc.msgseg: 512 kern.ipc.msgssz: 32 kern.ipc.msgtql: 2048 kern.ipc.msgmnb: 8192 kern.ipc.msgmni: 40 kern.ipc.msgmax: 16384 kern.ipc.aio.lifetime: 30000 kern.ipc.aio.target_procs: 4 kern.ipc.aio.num_procs: 4 kern.ipc.aio.max_procs: 32 kern.ipc.aio.empty_retries: 0 kern.ipc.aio.empty_results: 0 kern.ipc.piperesizeallowed: 1 kern.ipc.piperesizefail: 0 kern.ipc.pipeallocfail: 0 kern.ipc.pipefragretry: 0 kern.ipc.pipekva: 86016 kern.ipc.maxpipekva: 260706304 kern.ipc.umtx_max_robust: 1000 kern.ipc.umtx_vnode_persistent: 0 kern.ipc.nmbufs: 6326775 kern.ipc.nmbjumbo16: 329516 kern.ipc.nmbjumbo9: 439359 kern.ipc.nmbjumbop: 494279 kern.ipc.nmbclusters: 988558 kern.ipc.maxmbufmem: 8098271232 kern.dummy: 0 kern.ps_strings: 140737488351200 kern.usrstack: 140737488351232 kern.logsigexit: 1 kern.iov_max: 1024 kern.hostuuid: 13b427c8-2733-11e7-8d39-7085c2353475 kern.cryptodevallowsoft: 0 kern.userasymcrypto: 1 kern.minvnodes: 85541 kern.metadelay: 28 kern.dirdelay: 29 kern.filedelay: 30 kern.tty_nout: 119078 kern.tty_nin: 98 kern.tty_inq_flush_secure: 1 kern.smp.forward_signal_enabled: 1 kern.smp.topology: 0 kern.smp.cpus: 4 kern.smp.disabled: 0 kern.smp.active: 1 kern.smp.maxcpus: 256 kern.smp.maxid: 3 kern.msgbuf_clear: 0 kern.msgbuf: kern.always_console_output: 0 kern.log_console_add_linefeed: 0 kern.log_console_output: 1 kern.vm_guest: none kern.sgrowsiz: 131072 kern.maxssiz: 536870912 kern.dflssiz: 8388608 kern.maxdsiz: 34359738368 kern.dfldsiz: 34359738368 kern.maxtsiz: 134217728 kern.bio_transient_maxcnt: 1024 kern.maxbcache: 0 kern.maxswzone: 0 kern.msgbufsize: 98304 kern.nswbuf: 256 kern.nbuf: 102503 kern.hz: 1000 kern.msgbuf_show_timestamp: 0 kern.log_wakeups_per_second: 5 kern.kobj_methodcount: 263 kern.hintmode: 0 kern.devstat.version: 6 kern.devstat.generation: 199 kern.devstat.numdevs: 2 kern.ccpu: 0 kern.sched.topology_spec: <groups><group level="1" cache-level="0"><cpu count="4" mask="f,0,0,0">0, 1, 2, 3</cpu> <children><group level="2" cache-level="3"><cpu count="4" mask="f,0,0,0">0, 1, 2, 3</cpu> <children><group level="3" cache-level="2"><cpu count="1" mask="1,0,0,0">0</cpu></group> <group level="3" cache-level="2"><cpu count="1" mask="2,0,0,0">1</cpu></group> <group level="3" cache-level="2"><cpu count="1" mask="4,0,0,0">2</cpu></group> <group level="3" cache-level="2"><cpu count="1" mask="8,0,0,0">3</cpu></group></children></group></children></group></groups> kern.sched.steal_thresh: 2 kern.sched.steal_idle: 1 kern.sched.balance_interval: 127 kern.sched.balance: 1 kern.sched.affinity: 1 kern.sched.idlespinthresh: 157 kern.sched.idlespins: 10000 kern.sched.static_boost: 152 kern.sched.preempt_thresh: 80 kern.sched.interact: 30 kern.sched.slice: 12 kern.sched.quantum: 94488 kern.sched.name: ULE kern.sched.preemption: 1 kern.sched.cpusetsize: 32 kern.callout_stat: 0 kern.pin_pcpu_swi: 0 kern.pin_default_swi: 0 kern.ncallout: 18508 kern.threads.max_threads_hits: 0 kern.threads.max_threads_per_proc: 1500 kern.timecounter.tsc_shift: 1 kern.timecounter.smp_tsc_adjust: 0 kern.timecounter.smp_tsc: 1 kern.timecounter.invariant_tsc: 1 kern.timecounter.fast_gettime: 1 kern.timecounter.tick: 1 kern.timecounter.choice: TSC-low(1000) ACPI-fast(900) i8254(0) HPET(950) dummy(-1000000) kern.timecounter.hardware: TSC-low kern.timecounter.alloweddeviation: 5 kern.timecounter.stepwarnings: 0 kern.timecounter.tc.TSC-low.quality: 1000 kern.timecounter.tc.TSC-low.frequency: 1704055923 kern.timecounter.tc.TSC-low.counter: 1028448201 kern.timecounter.tc.TSC-low.mask: 4294967295 kern.timecounter.tc.ACPI-fast.quality: 900 kern.timecounter.tc.ACPI-fast.frequency: 3579545 kern.timecounter.tc.ACPI-fast.counter: 9592477 kern.timecounter.tc.ACPI-fast.mask: 16777215 kern.timecounter.tc.i8254.quality: 0 kern.timecounter.tc.i8254.frequency: 1193182 kern.timecounter.tc.i8254.counter: 8750 kern.timecounter.tc.i8254.mask: 65535 kern.timecounter.tc.HPET.quality: 950 kern.timecounter.tc.HPET.frequency: 24000000 kern.timecounter.tc.HPET.counter: 2242616163 kern.timecounter.tc.HPET.mask: 4294967295 kern.fscale: 2048 kern.corefile: /root/%N.core kern.coredump_devctl: 0 kern.nodump_coredump: 0 kern.coredump: 1 kern.capmode_coredump: 0 kern.sugid_coredump: 0 kern.sigqueue.alloc_fail: 0 kern.sigqueue.overflow: 0 kern.sigqueue.preallocate: 1024 kern.sigqueue.max_pending_per_proc: 128 kern.forcesigexit: 1 kern.suspend_blocked: 0 kern.shutdown.dumpdevname: kern.shutdown.kproc_shutdown_wait: 60 kern.shutdown.poweroff_delay: 5000 kern.shutdown.show_busybufs: 0 kern.sync_on_panic: 0 kern.panic_reboot_wait_time: 15 kern.racct.rctl.throttle_pct2: 4294967295 kern.racct.rctl.throttle_pct: 4294967295 kern.racct.rctl.throttle_max: 4294967295 kern.racct.rctl.throttle_min: 4294967295 kern.racct.rctl.devctl_rate_limit: 10 kern.racct.rctl.log_rate_limit: 10 kern.racct.rctl.maxbufsize: 16777216 kern.racct.pcpu_threshold: 1 kern.racct.enable: 0 kern.proc_vmmap_skip_resident_count: 0 kern.kstack_pages: 4 kern.hwpmc.softevents: 16 kern.ntp_pll.time_freq: 104451424718976 kern.ntp_pll.pps_freq: 103347847168000 kern.ntp_pll.time_monitor: 7272494 kern.ntp_pll.pps_shift: 2 kern.ntp_pll.pps_shiftmax: 8 kern.fallback_elf_brand: -1 kern.pid_max: 99999 kern.features.ufs_quota64: 1 kern.features.ufs_quota: 1 kern.features.ufs_gjournal: 1 kern.features.ufs_acl: 1 kern.features.softupdates: 1 kern.features.ffs_snapshot: 1 kern.features.audit: 1 kern.features.ipsec_natt: 1 kern.features.ipsec: 1 kern.features.inet6: 1 kern.features.sctp: 1 kern.features.inet: 1 kern.features.aio: 1 kern.features.posix_shm: 1 kern.features.sysv_shm: 1 kern.features.sysv_sem: 1 kern.features.sysv_msg: 1 kern.features.process_descriptors: 1 kern.features.security_capabilities: 1 kern.features.security_capability_mode: 1 kern.features.stack: 1 kern.features.rctl: 1 kern.features.racct: 1 kern.features.hwpmc_hooks: 1 kern.features.pps_sync: 1 kern.features.ktrace: 1 kern.features.kdtrace_hooks: 1 kern.features.kposix_priority_scheduling: 1 kern.features.geom_uzip: 1 kern.features.geom_part_mbr: 1 kern.features.geom_part_gpt: 1 kern.features.geom_part_ebr_compat: 1 kern.features.geom_part_ebr: 1 kern.features.geom_part_bsd: 1 kern.features.geom_mirror: 1 kern.features.geom_label: 1 kern.features.geom_eli: 1 kern.features.geom_bde: 1 kern.features.nfsd: 1 kern.features.nfscl: 1 kern.features.ata_cam: 1 kern.features.compat_freebsd_32bit: 1 kern.features.scbus: 1 kern.conftxt: options CONFIG_AUTOGENERATED ident pfSense machine amd64 cpu HAMMER makeoptions WITH_CTF=1 makeoptions DEBUG=-g options CONSPEED=115200 options MROUTING options HIFN_RNDTEST options HIFN_DEBUG options MSGTQL=2048 options MSGSSZ=32 options MSGSEG=512 options MSGMNI=40 options MSGMNB=8192 options ALTQ_CODEL options ALTQ_NOPCC options ALTQ_FAIRQ options ALTQ_PRIQ options ALTQ_HFSC options ALTQ_RIO options ALTQ_RED options ALTQ_CBQ options ALTQ options TCP_SIGNATURE options IPSEC_NAT_T options NETGRAPH_PRED1 options NETGRAPH_DEFLATE options NETGRAPH_CAR options NETGRAPH_PIPE options NETGRAPH_TCPMSS options NETGRAPH_TEE options NETGRAPH_HOLE options NETGRAPH_FRAME_RELAY options NETGRAPH_ASYNC options NETGRAPH_ECHO options NETGRAPH_CISCO options NETGRAPH_BRIDGE options NETGRAPH_ONE2MANY options NETGRAPH_LMI options NETGRAPH_KSOCKET options NETGRAPH_VJC options NETGRAPH_UI options NETGRAPH_MPPC_ENCRYPTION options NETGRAPH_TTY options NETGRAPH_SOCKET options NETGRAPH_RFC1490 options NETGRAPH_PPTPGRE options NETGRAPH_PPPOE options NETGRAPH_PPP options NETGRAPH_EIFACE options NETGRAPH_IFACE options NETGRAPH_ETHER options NETGRAPH_BPF options NETGRAPH_L2TP options NETGRAPH_VLAN options NETGRAPH options IPSTEALTH options IPFIREWALL_VERBOSE options IPFIREWALL_DEFAULT_TO_ACCEPT options PPS_SYNC options NULLFS options UNIONFS options TMPFS options GEOM_BDE options GEOM_ELI options GEOM_UZIP options GEOM_MIRROR options DDB options XENHVM options ATH_ENABLE_11N options AH_AR5416_INTERRUPT_MITIGATION options AH_SUPPORT_AR5416 options IEEE80211_SUPPORT_MESH options IEEE80211_AMPDU_AGE options IEEE80211_DEBUG options SC_PIXEL_MODE options VESA options AHD_REG_PRETTY_PRINT options AHC_REG_PRETTY_PRINT options PCI_IOV options PCI_HP options ACPI_DMAR options DEVICE_NUMA options SMP options KDB options RCTL options RACCT_DEFAULT_TO_DISABLED options RACCT options INCLUDE_CONFIG_FILE options DDB_CTF options KDTRACE_HOOKS options KDTRACE_FRAME options CAPABILITIES options CAPABILITY_MODE options AUDIT options HWPMC_HOOKS options KBD_INSTALL_CDEV options PRINTF_BUFR_SIZE=128 options _KPOSIX_PRIORITY_SCHEDULING options SYSVSEM options SYSVMSG options SYSVSHM options STACK options KTRACE options SCSI_DELAY=5000 options COMPAT_FREEBSD10 options COMPAT_FREEBSD9 options COMPAT_FREEBSD32 options GEOM_LABEL options GEOM_RAID options GEOM_PART_GPT options PSEUDOFS options PROCFS options CD9660 options MSDOSFS options NFS_ROOT options NFSLOCKD options NFSD options NFSCL options MD_ROOT options QUOTA options UFS_GJOURNAL options UFS_DIRHASH options UFS_ACL options SOFTUPDATES options FFS options SCTP options TCP_OFFLOAD options IPSEC options INET6 options INET options PREEMPTION options SCHED_ULE options NEW_PCIB options GEOM_PART_MBR options GEOM_PART_EBR_COMPAT options GEOM_PART_EBR options GEOM_PART_BSD device isa device mem device io device uart_ns8250 device cpufreq device acpi device pci device fdc device ahci device ata device mvs device siis device ahc device ahd device esp device hptiop device isp device mpt device mps device mpr device sym device trm device adv device adw device aic device bt device isci device scbus device ch device da device sa device cd device pass device ses device amr device arcmsr device ciss device dpt device hptmv device hptnr device hptrr device hpt27xx device iir device ips device mly device twa device tws device aac device aacp device aacraid device ida device mfi device mlx device mrsas device pmspcv device twe device nvme device nvd device atkbdc device atkbd device psm device kbdmux device vga device splash device sc device vt device vt_vga device vt_efifb device agp device cbb device pccard device cardbus device uart device ppc device ppbus device lpt device ppi device puc device bxe device de device em device igb device ix device ixv device ixl device ixlv device le device ti device txp device vx device miibus device ae device age device alc device ale device bce device bfe device bge device cas device dc device et device fxp device gem device hme device jme device lge device msk device nfe device nge device pcn device re device rl device sf device sge device sis device sk device ste device stge device tl device tx device vge device vr device wb device xl device wlan device wlan_wep device wlan_ccmp device wlan_tkip device wlan_amrr device an device ath device ath_pci device ath_hal device ath_rate_sample device ipw device iwi device iwn device malo device mwl device ral device wi device wpi device loop device random device padlock_rng device rdrand_rng device ether device vlan device tun device md device gif device firmware device bpf device uhci device ohci device ehci device xhci device usb device ukbd device umass device sound device snd_cmi device snd_csa device snd_emu10kx device snd_es137x device snd_hda device snd_ich device snd_via8233 device mmc device mmcsd device sdhci device virtio device virtio_pci device vtnet device virtio_blk device virtio_scsi device virtio_balloon device hyperv device xenpci device vmx device netmap device crypto device wlan_rssadapt device wlan_xauth device wlan_acl device iwifw device ipwfw device wpifw device iwnfw device uath device ralfw device ural device urtw device rum device mwlfw device zyd device upgt device udav device axe device axge device aue device cue device kue device mos device rsu device rsufw device run device runfw device rue device rtwn device rtwnfw device siba_bwn device bwn device bwi device ufoma device ucom device uslcom device uplcom device umct device uvisor device uark device uftdi device uvscom device umodem device u3g device cdce device uhid device firewire device sbp device tap device gre device if_bridge device carp device lagg device vte device enc device pf device pflog device pfsync device rndtest device hifn device ubsec device safe device padlock device speaker device mxge device cxgb device cxgbe device oce kern.supported_archs: amd64 i386 kern.maxusers: 1330 kern.compiler_version: FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0) kern.ident: pfSense kern.malloc_count: 459 kern.module_path: /boot/kernel;/boot/modules kern.ktrace.request_pool: 100 kern.ktrace.genio_size: 4096 kern.randompid: 347 kern.lastpid: 86004 kern.disallow_high_osrel: 0 kern.ps_arg_cache_limit: 256 kern.stackprot: 7 kern.coredump_pack_vmmapinfo: 1 kern.coredump_pack_fileinfo: 1 kern.kq_calloutmax: 4096 kern.eventtimer.periodic: 0 kern.eventtimer.timer: LAPIC kern.eventtimer.idletick: 0 kern.eventtimer.singlemul: 2 kern.eventtimer.choice: LAPIC(600) HPET(550) HPET1(440) HPET2(440) HPET3(440) HPET4(440) i8254(100) RTC(0) kern.eventtimer.et.i8254.quality: 100 kern.eventtimer.et.i8254.frequency: 1193182 kern.eventtimer.et.i8254.flags: 1 kern.eventtimer.et.RTC.quality: 0 kern.eventtimer.et.RTC.frequency: 32768 kern.eventtimer.et.RTC.flags: 17 kern.eventtimer.et.HPET4.quality: 440 kern.eventtimer.et.HPET4.frequency: 24000000 kern.eventtimer.et.HPET4.flags: 3 kern.eventtimer.et.HPET3.quality: 440 kern.eventtimer.et.HPET3.frequency: 24000000 kern.eventtimer.et.HPET3.flags: 3 kern.eventtimer.et.HPET2.quality: 440 kern.eventtimer.et.HPET2.frequency: 24000000 kern.eventtimer.et.HPET2.flags: 3 kern.eventtimer.et.HPET1.quality: 440 kern.eventtimer.et.HPET1.frequency: 24000000 kern.eventtimer.et.HPET1.flags: 3 kern.eventtimer.et.HPET.quality: 550 kern.eventtimer.et.HPET.frequency: 24000000 kern.eventtimer.et.HPET.flags: 7 kern.eventtimer.et.LAPIC.quality: 600 kern.eventtimer.et.LAPIC.frequency: 3408111846 kern.eventtimer.et.LAPIC.flags: 7 kern.openfiles: 177 kern.chroot_allow_open_directories: 1 kern.vty: vt kern.constty_wakeups_per_second: 5 kern.consmsgbuf_size: 8192 kern.consmute: 0 kern.console: ttyv0,/ucom,ttyv0, kern.cp_times: 881 195 1063 844 325413 794 320 1128 269 325880 1202 311 2042 53 324783 1215 326 3032 20 323798 kern.cp_time: 4092 1152 7265 1186 1299874 kern.acct_suspended: 0 kern.acct_configured: 0 kern.acct_chkfreq: 15 kern.acct_resume: 4 kern.acct_suspend: 2 kern.init_shutdown_timeout: 120 kern.init_path: /sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init kern.elf32.read_exec: 0 kern.elf32.nxstack: 1 kern.elf32.fallback_brand: -1 kern.elf64.nxstack: 1 kern.elf64.fallback_brand: -1 kern.geom.uzip.debug_block: 4294967295 kern.geom.uzip.debug: 0 kern.geom.raid.raid5.enable: 1 kern.geom.raid.raid1e.enable: 1 kern.geom.raid.raid1e.rebuild_meta_update: 1024 kern.geom.raid.raid1e.rebuild_cluster_idle: 100 kern.geom.raid.raid1e.rebuild_fair_io: 20 kern.geom.raid.raid1e.rebuild_slab_size: 1048576 kern.geom.raid.raid1.enable: 1 kern.geom.raid.raid1.rebuild_meta_update: 1024 kern.geom.raid.raid1.rebuild_cluster_idle: 100 kern.geom.raid.raid1.rebuild_fair_io: 20 kern.geom.raid.raid1.rebuild_slab_size: 1048576 kern.geom.raid.raid0.enable: 1 kern.geom.raid.concat.enable: 1 kern.geom.raid.sii.enable: 1 kern.geom.raid.promise.enable: 1 kern.geom.raid.nvidia.enable: 1 kern.geom.raid.jmicron.enable: 1 kern.geom.raid.intel.enable: 1 kern.geom.raid.ddf.enable: 1 kern.geom.raid.idle_threshold: 1000000 kern.geom.raid.name_format: 0 kern.geom.raid.disconnect_on_failure: 1 kern.geom.raid.clean_time: 5 kern.geom.raid.start_timeout: 30 kern.geom.raid.read_err_thresh: 10 kern.geom.raid.debug: 0 kern.geom.raid.aggressive_spare: 0 kern.geom.raid.enable: 1 kern.geom.part.mbr.enforce_chs: 0 kern.geom.part.check_integrity: 1 kern.geom.mirror.sync_requests: 2 kern.geom.mirror.disconnect_on_failure: 1 kern.geom.mirror.idletime: 5 kern.geom.mirror.timeout: 4 kern.geom.mirror.debug: 0 kern.geom.label.disk_ident.enable: 0 kern.geom.label.gptid.enable: 0 kern.geom.label.gpt.enable: 1 kern.geom.label.ufs.enable: 1 kern.geom.label.ufsid.enable: 1 kern.geom.label.reiserfs.enable: 1 kern.geom.label.ntfs.enable: 1 kern.geom.label.msdosfs.enable: 1 kern.geom.label.iso9660.enable: 1 kern.geom.label.ext2fs.enable: 1 kern.geom.label.debug: 0 kern.geom.collectstats: 1 kern.geom.notaste: 0 kern.geom.debugflags: 0 kern.geom.conftxt: 0 MD md0 4194304 512 u 0 s 512 f 0 fs 0 l 4194304 t malloc 0 DISK nvd0 256060514304 512 hd 0 sc 0 1 PART nvd0p4 253910581248 512 i 4 o 2149580800 ty freebsd-zfs xs GPT xt 516e7cba-6ecf-11d6-8ff8-00022d09712b 1 PART nvd0p3 2147483648 512 i 3 o 2097152 ty freebsd-swap xs GPT xt 516e7cb5-6ecf-11d6-8ff8-00022d09712b 1 PART nvd0p2 524288 512 i 2 o 839680 ty freebsd-boot xs GPT xt 83bd6b9d-7f41-11dc-be0b-001560b84f0f 2 LABEL gpt/gptboot0 524288 512 i 0 o 0 1 PART nvd0p1 819200 512 i 1 o 20480 ty efi xs GPT xt c12a7328-f81f-11d2-ba4b-00a0c93ec93b 2 LABEL msdosfs/EFI 819200 512 i 0 o 0 2 LABEL gpt/efiboot0 819200 512 i 0 o 0 kern.geom.confdot: digraph geom { z0xfffff80019239300 [shape=box,label="ZFS::VDEV\nzfs::vdev\nr#3"]; z0xfffff800190ca880 [label="r1w1e1"]; z0xfffff800190ca880 -> z0xfffff80019139400; z0xfffff80019239300 -> z0xfffff800190ca880; z0xfffff80019393800 [shape=box,label="MD\nmd0\nr#1"]; z0xfffff80019393700 [shape=hexagon,label="md0\nr1w1e1\nerr#0\nsector=512\nstripe=0"]; z0xfffff80019393700 -> z0xfffff80019393800; z0xfffff80014016900 [shape=box,label="PART\nnvd0\nr#2"]; z0xfffff800190a4400 [label="r2w2e3"]; z0xfffff800190a4400 -> z0xfffff8001909c800; z0xfffff80014016900 -> z0xfffff800190a4400; z0xfffff80019139400 [shape=hexagon,label="nvd0p4\nr1w1e1\nerr#0\nsector=512\nstripe=0"]; z0xfffff80019139400 -> z0xfffff80014016900; z0xfffff80019139600 [shape=hexagon,label="nvd0p3\nr1w1e0\nerr#0\nsector=512\nstripe=0"]; z0xfffff80019139600 -> z0xfffff80014016900; z0xfffff80019139800 [shape=hexagon,label="nvd0p2\nr0w0e0\nerr#0\nsector=512\nstripe=0"]; z0xfffff80019139800 -> z0xfffff80014016900; z0xfffff80019139a00 [shape=hexagon,label="nvd0p1\nr0w0e0\nerr#0\nsector=512\nstripe=0"]; z0xfffff80019139a00 -> z0xfffff80014016900; z0xfffff80019138a00 [shape=box,label="LABEL\nnvd0p2\nr#3"]; z0xfffff80019118300 [label="r0w0e0"]; z0xfffff80019118300 -> z0xfffff80019139800; z0xfffff80019138a00 -> z0xfffff80019118300; z0xfffff80019138900 [shape=hexagon,label="gpt/gptboot0\nr0w0e0\nerr#0\nsector=512\nstripe=0"]; z0xfffff80019138900 -> z0xfffff80019138a00; z0xfffff80019138d00 [shape=box,label="LABEL\nnvd0p1\nr#3"]; z0xfffff80019118400 [label="r0w0e0"]; z0xfffff80019118400 -> z0xfffff80019139a00; z0xfffff80019138d00 -> z0xfffff80019118400; z0xfffff80019138c00 [shape=hexagon,label="msdosfs/EFI\nr0w0e0\nerr#0\nsector=512\nstripe=0"]; z0xfffff80019138c00 -> z0xfffff80019138d00; z0xfffff80019139100 [shape=box,label="LABEL\nnvd0p1\nr#3"]; z0xfffff80019118480 [label="r0w0e0"]; z0xfffff80019118480 -> z0xfffff80019139a00; z0xfffff80019139100 -> z0xfffff80019118480; z0xfffff80019139000 [shape=hexagon,label="gpt/efiboot0\nr0w0e0\nerr#0\nsector=512\nstripe=0"]; z0xfffff80019139000 -> z0xfffff80019139100; z0xfffff8001973d600 [shape=box,label="VFS\nffs.md0\nr#2"]; z0xfffff8001976c000 [label="r1w1e1"]; z0xfffff8001976c000 -> z0xfffff80019393700; z0xfffff8001973d600 -> z0xfffff8001976c000; z0xfffff8001909c900 [shape=box,label="DISK\nnvd0\nr#1"]; z0xfffff8001909c800 [shape=hexagon,label="nvd0\nr2w2e3\nerr#0\nsector=512\nstripe=0"]; z0xfffff8001909c800 -> z0xfffff8001909c900; z0xfffff80019741100 [shape=box,label="DEV\nmd0\nr#2"]; z0xfffff8001976b380 [label="r0w0e0"]; z0xfffff8001976b380 -> z0xfffff80019393700; z0xfffff80019741100 -> z0xfffff8001976b380; z0xfffff80019138b00 [shape=box,label="DEV\ngpt/gptboot0\nr#4"]; z0xfffff80019117f00 [label="r0w0e0"]; z0xfffff80019117f00 -> z0xfffff80019138900; z0xfffff80019138b00 -> z0xfffff80019117f00; z0xfffff80019138e00 [shape=box,label="DEV\nmsdosfs/EFI\nr#4"]; z0xfffff80019118000 [label="r0w0e0"]; z0xfffff80019118000 -> z0xfffff80019138c00; z0xfffff80019138e00 -> z0xfffff80019118000; z0xfffff80019139300 [shape=box,label="DEV\ngpt/efiboot0\nr#4"]; z0xfffff80019118080 [label="r0w0e0"]; z0xfffff80019118080 -> z0xfffff80019139000; z0xfffff80019139300 -> z0xfffff80019118080; z0xfffff80019139500 [shape=box,label="DEV\nnvd0p4\nr#3"]; z0xfffff80019118180 [label="r0w0e0"]; z0xfffff80019118180 -> z0xfffff80019139400; z0xfffff80019139500 -> z0xfffff80019118180; z0xfffff80019139700 [shape=box,label="DEV\nnvd0p3\nr#3"]; z0xfffff80019118280 [label="r0w0e0"]; z0xfffff80019118280 -> z0xfffff80019139600; z0xfffff80019139700 -> z0xfffff80019118280; z0xfffff80019139900 [shape=box,label="DEV\nnvd0p2\nr#3"]; z0xfffff80019118380 [label="r0w0e0"]; z0xfffff80019118380 -> z0xfffff80019139800; z0xfffff80019139900 -> z0xfffff80019118380; z0xfffff8001909c700 [shape=box,label="DEV\nnvd0p1\nr#3"]; z0xfffff80019118500 [label="r0w0e0"]; z0xfffff80019118500 -> z0xfffff80019139a00; z0xfffff8001909c700 -> z0xfffff80019118500; z0xfffff80019139200 [shape=box,label="DEV\nnvd0\nr#2"]; z0xfffff80019118580 [label="r0w0e0"]; z0xfffff80019118580 -> z0xfffff8001909c800; z0xfffff80019139200 -> z0xfffff80019118580; z0xfffff80019393600 [shape=box,label="SWAP\nswap\nr#3"]; z0xfffff8001976a980 [label="r1w1e0"]; z0xfffff8001976a980 -> z0xfffff80019139600; z0xfffff80019393600 -> z0xfffff8001976a980; } kern.geom.confxml: <mesh><class id="0xffffffff825f5858"><name>FD</name></class> <class id="0xffffffff82596a78"><name>RAID</name></class> <class id="0xffffffff82f36468"><name>ZFS::VDEV</name> <geom id="0xfffff80019239300"><class ref="0xffffffff82f36468"><name>zfs::vdev</name> <rank>3</rank> <consumer id="0xfffff800190ca880"><geom ref="0xfffff80019239300"><provider ref="0xfffff80019139400"><mode>r1w1e1</mode></provider></geom></consumer></class></geom></class> <class id="0xffffffff82f36070"><name>ZFS::ZVOL</name></class> <class id="0xffffffff82421980"><name>MD</name> <geom id="0xfffff80019393800"><class ref="0xffffffff82421980"><name>md0</name> <rank>1</rank> <provider id="0xfffff80019393700"><geom ref="0xfffff80019393800"><mode>r1w1e1</mode> <name>md0</name> <mediasize>4194304</mediasize> <sectorsize>512</sectorsize> <stripesize>0</stripesize> <stripeoffset>0</stripeoffset> <config><unit>0</unit> <sectorsize>512</sectorsize> <fwheads>0</fwheads> <fwsectors>0</fwsectors> <length>4194304</length> <compression>on</compression> <access>read-write</access> <type>malloc</type></config></geom></provider></class></geom></class> <class id="0xffffffff825990a8"><name>UZIP</name></class> <class id="0xffffffff82595a60"><name>PART</name> <geom id="0xfffff80014016900"><class ref="0xffffffff82595a60"><name>nvd0</name> <rank>2</rank> <config><scheme>GPT</scheme> <entries>152</entries> <first>40</first> <last>500118151</last> <fwsectors>63</fwsectors> <fwheads>255</fwheads> <state>OK</state> <modified>false</modified></config> <consumer id="0xfffff800190a4400"><geom ref="0xfffff80014016900"><provider ref="0xfffff8001909c800"><mode>r2w2e3</mode></provider></geom></consumer> <provider id="0xfffff80019139400"><geom ref="0xfffff80014016900"><mode>r1w1e1</mode> <name>nvd0p4</name> <mediasize>253910581248</mediasize> <sectorsize>512</sectorsize> <stripesize>0</stripesize> <stripeoffset>2149580800</stripeoffset> <config><start>4198400</start> <end>500117503</end> <index>4</index> <type>freebsd-zfs</type> <offset>2149580800</offset> <length>253910581248</length> <label>zfs0</label> <rawtype>516e7cba-6ecf-11d6-8ff8-00022d09712b</rawtype> <rawuuid>34e4d295-2715-11e7-a30e-7085c2353475</rawuuid></config></geom></provider> <provider id="0xfffff80019139600"><geom ref="0xfffff80014016900"><mode>r1w1e0</mode> <name>nvd0p3</name> <mediasize>2147483648</mediasize> <sectorsize>512</sectorsize> <stripesize>0</stripesize> <stripeoffset>2097152</stripeoffset> <config><start>4096</start> <end>4198399</end> <index>3</index> <type>freebsd-swap</type> <offset>2097152</offset> <length>2147483648</length> <label>swap0</label> <rawtype>516e7cb5-6ecf-11d6-8ff8-00022d09712b</rawtype> <rawuuid>34e1bc70-2715-11e7-a30e-7085c2353475</rawuuid></config></geom></provider> <provider id="0xfffff80019139800"><geom ref="0xfffff80014016900"><mode>r0w0e0</mode> <name>nvd0p2</name> <mediasize>524288</mediasize> <sectorsize>512</sectorsize> <stripesize>0</stripesize> <stripeoffset>839680</stripeoffset> <config><start>1640</start> <end>2663</end> <index>2</index> <type>freebsd-boot</type> <offset>839680</offset> <length>524288</length> <label>gptboot0</label> <rawtype>83bd6b9d-7f41-11dc-be0b-001560b84f0f</rawtype> <rawuuid>34dc640d-2715-11e7-a30e-7085c2353475</rawuuid></config></geom></provider> <provider id="0xfffff80019139a00"><geom ref="0xfffff80014016900"><mode>r0w0e0</mode> <name>nvd0p1</name> <mediasize>819200</mediasize> <sectorsize>512</sectorsize> <stripesize>0</stripesize> <stripeoffset>20480</stripeoffset> <config><start>40</start> <end>1639</end> <index>1</index> <type>efi</type> <offset>20480</offset> <length>819200</length> <label>efiboot0</label> <rawtype>c12a7328-f81f-11d2-ba4b-00a0c93ec93b</rawtype> <rawuuid>34d4c872-2715-11e7-a30e-7085c2353475</rawuuid></config></geom></provider></class></geom></class> <class id="0xffffffff82595458"><name>MIRROR</name></class> <class id="0xffffffff82594868"><name>LABEL</name> <geom id="0xfffff80019138a00"><class ref="0xffffffff82594868"><name>nvd0p2</name> <rank>3</rank> <consumer id="0xfffff80019118300"><geom ref="0xfffff80019138a00"><provider ref="0xfffff80019139800"><mode>r0w0e0</mode></provider></geom></consumer> <provider id="0xfffff80019138900"><geom ref="0xfffff80019138a00"><mode>r0w0e0</mode> <name>gpt/gptboot0</name> <mediasize>524288</mediasize> <sectorsize>512</sectorsize> <stripesize>0</stripesize> <stripeoffset>839680</stripeoffset> <config><index>0</index> <length>524288</length> <seclength>1024</seclength> <offset>0</offset> <secoffset>0</secoffset></config></geom></provider></class></geom> <geom id="0xfffff80019138d00"><class ref="0xffffffff82594868"><name>nvd0p1</name> <rank>3</rank> <consumer id="0xfffff80019118400"><geom ref="0xfffff80019138d00"><provider ref="0xfffff80019139a00"><mode>r0w0e0</mode></provider></geom></consumer> <provider id="0xfffff80019138c00"><geom ref="0xfffff80019138d00"><mode>r0w0e0</mode> <name>msdosfs/EFI</name> <mediasize>819200</mediasize> <sectorsize>512</sectorsize> <stripesize>0</stripesize> <stripeoffset>20480</stripeoffset> <config><index>0</index> <length>819200</length> <seclength>1600</seclength> <offset>0</offset> <secoffset>0</secoffset></config></geom></provider></class></geom> <geom id="0xfffff80019139100"><class ref="0xffffffff82594868"><name>nvd0p1</name> <rank>3</rank> <consumer id="0xfffff80019118480"><geom ref="0xfffff80019139100"><provider ref="0xfffff80019139a00"><mode>r0w0e0</mode></provider></geom></consumer> <provider id="0xfffff80019139000"><geom ref="0xfffff80019139100"><mode>r0w0e0</mode> <name>gpt/efiboot0</name> <mediasize>819200</mediasize> <sectorsize>512</sectorsize> <stripesize>0</stripesize> <stripeoffset>20480</stripeoffset> <config><index>0</index> <length>819200</length> <seclength>1600</seclength> <offset>0</offset> <secoffset>0</secoffset></config></geom></provider></class></geom></class> <class id="0xffffffff825946a8"><name>VFS</name> <geom id="0xfffff8001973d600"><class ref="0xffffffff825946a8"><name>ffs.md0</name> <rank>2</rank> <consumer id="0xfffff8001976c000"><geom ref="0xfffff8001973d600"><provider ref="0xfffff80019393700"><mode>r1w1e1</mode></provider></geom></consumer></class></geom></class> <class id="0xffffffff82593e20"><name>DISK</name> <geom id="0xfffff8001909c900"><class ref="0xffffffff82593e20"><name>nvd0</name> <rank>1</rank> <provider id="0xfffff8001909c800"><geom ref="0xfffff8001909c900"><mode>r2w2e3</mode> <name>nvd0</name> <mediasize>256060514304</mediasize> <sectorsize>512</sectorsize> <stripesize>0</stripesize> <stripeoffset>0</stripeoffset> <config><fwheads>0</fwheads> <fwsectors>0</fwsectors> <rotationrate>unknown</rotationrate> <ident>S33VNX0J131141</ident> <descr>SAMSUNG MZVLW256HEHP-00000</descr></config></geom></provider></class></geom></class> <class id="0xffffffff82593b20"><name>DEV</name> <geom id="0xfffff80019741100"><class ref="0xffffffff82593b20"><name>md0</name> <rank>2</rank> <consumer id="0xfffff8001976b380"><geom ref="0xfffff80019741100"><provider ref="0xfffff80019393700"><mode>r0w0e0</mode></provider></geom></consumer></class></geom> <geom id="0xfffff80019138b00"><class ref="0xffffffff82593b20"><name>gpt/gptboot0</name> <rank>4</rank> <consumer id="0xfffff80019117f00"><geom ref="0xfffff80019138b00"><provider ref="0xfffff80019138900"><mode>r0w0e0</mode></provider></geom></consumer></class></geom> <geom id="0xfffff80019138e00"><class ref="0xffffffff82593b20"><name>msdosfs/EFI</name> <rank>4</rank> <consumer id="0xfffff80019118000"><geom ref="0xfffff80019138e00"><provider ref="0xfffff80019138c00"><mode>r0w0e0</mode></provider></geom></consumer></class></geom> <geom id="0xfffff80019139300"><class ref="0xffffffff82593b20"><name>gpt/efiboot0</name> <rank>4</rank> <consumer id="0xfffff80019118080"><geom ref="0xfffff80019139300"><provider ref="0xfffff80019139000"><mode>r0w0e0</mode></provider></geom></consumer></class></geom> <geom id="0xfffff80019139500"><class ref="0xffffffff82593b20"><name>nvd0p4</name> <rank>3</rank> <consumer id="0xfffff80019118180"><geom ref="0xfffff80019139500"><provider ref="0xfffff80019139400"><mode>r0w0e0</mode></provider></geom></consumer></class></geom> <geom id="0xfffff80019139700"><class ref="0xffffffff82593b20"><name>nvd0p3</name> <rank>3</rank> <consumer id="0xfffff80019118280"><geom ref="0xfffff80019139700"><provider ref="0xfffff80019139600"><mode>r0w0e0</mode></provider></geom></consumer></class></geom> <geom id="0xfffff80019139900"><class ref="0xffffffff82593b20"><name>nvd0p2</name> <rank>3</rank> <consumer id="0xfffff80019118380"><geom ref="0xfffff80019139900"><provider ref="0xfffff80019139800"><mode>r0w0e0</mode></provider></geom></consumer></class></geom> <geom id="0xfffff8001909c700"><class ref="0xffffffff82593b20"><name>nvd0p1</name> <rank>3</rank> <consumer id="0xfffff80019118500"><geom ref="0xfffff8001909c700"><provider ref="0xfffff80019139a00"><mode>r0w0e0</mode></provider></geom></consumer></class></geom> <geom id="0xfffff80019139200"><class ref="0xffffffff82593b20"><name>nvd0</name> <rank>2</rank> <consumer id="0xfffff80019118580"><geom ref="0xfffff80019139200"><provider ref="0xfffff8001909c800"><mode>r0w0e0</mode></provider></geom></consumer></class></geom></class> <class id="0xffffffff82593748"><name>ELI</name></class> <class id="0xffffffff825e69f0"><name>SWAP</name> <geom id="0xfffff80019393600"><class ref="0xffffffff825e69f0"><name>swap</name> <rank>3</rank> <consumer id="0xfffff8001976a980"><geom ref="0xfffff80019393600"><provider ref="0xfffff80019139600"><mode>r1w1e0</mode></provider></geom></consumer></class></geom></class> <class id="0xffffffff82593118"><name>BDE</name></class></mesh> kern.geom.inflight_transient_maps: 0 kern.geom.transient_map_soft_failures: 0 kern.geom.transient_map_hard_failures: 0 kern.geom.transient_map_retries: 10 kern.geom.transient_maps: 0 kern.geom.disk.nvd0.led: kern.geom.dev.delete_max_sectors: 262144 kern.geom.eli.key_cache_misses: 0 kern.geom.eli.key_cache_hits: 0 kern.geom.eli.key_cache_limit: 8192 kern.geom.eli.boot_passcache: 1 kern.geom.eli.batch: 0 kern.geom.eli.threads: 0 kern.geom.eli.overwrites: 5 kern.geom.eli.visible_passphrase: 0 kern.geom.eli.tries: 3 kern.geom.eli.debug: 0 kern.geom.eli.version: 7 kern.disks: nvd0 kern.vt.splash_cpu_duration: 10 kern.vt.splash_cpu_style: 2 kern.vt.splash_ncpu: 0 kern.vt.splash_cpu: 0 kern.vt.kbd_panic: 0 kern.vt.kbd_debug: 1 kern.vt.kbd_reboot: 1 kern.vt.kbd_poweroff: 1 kern.vt.kbd_halt: 1 kern.vt.suspendswitch: 1 kern.vt.deadtimer: 15 kern.vt.debug: 0 kern.vt.enable_bell: 1 kern.vt.enable_altgr: 1 kern.rndtest.verbose: 1 kern.rndtest.retest: 120 kern.random.fortuna.minpoolsize: 64 kern.random.harvest.mask_symbolic: UMA,FS_ATIME,SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED kern.random.harvest.mask_bin: 11111111111 kern.random.harvest.mask: 2047 kern.random.random_sources: 'Intel Secure Key RNG' kern.cam.enc.emulate_array_devices: 1 kern.cam.sa.allow_io_split: 0 kern.cam.da.default_softtimeout: 0 kern.cam.da.send_ordered: 1 kern.cam.da.default_timeout: 60 kern.cam.da.retry_count: 4 kern.cam.da.poll_period: 3 kern.cam.ada.write_cache: 1 kern.cam.ada.read_ahead: 1 kern.cam.ada.spindown_suspend: 1 kern.cam.ada.spindown_shutdown: 1 kern.cam.ada.send_ordered: 1 kern.cam.ada.default_timeout: 30 kern.cam.ada.retry_count: 4 kern.cam.cd.timeout: 30000 kern.cam.cd.retry_count: 4 kern.cam.cd.poll_period: 3 kern.cam.scsi_delay: 5000 kern.cam.cam_srch_hi: 0 kern.cam.pmp.hide_special: 1 kern.cam.pmp.default_timeout: 30 kern.cam.pmp.retry_count: 1 kern.cam.debug_delay: 0 kern.cam.dflags: 0 kern.cam.num_doneqs: 1 kern.cam.xpt_generation: 1 kern.cam.boot_delay: 0 kern.cam.sort_io_queues: 1 vm.vmtotal: System wide totals computed every five seconds: (values in kilobytes) =============================================== Processes: (RUNQ: 2 Disk Wait: 0 Page Wait: 0 Sleep: 52) Virtual Memory: (Total: 1149160K Active: 1123180K) Real Memory: (Total: 132464K Active: 128572K) Shared Virtual Memory: (Total: 37612K Active: 11644K) Shared Real Memory: (Total: 12452K Active: 8568K) Free Memory: 15319972K vm.loadavg: { 0.04 0.09 0.08 } vm.v_free_min: 24968 vm.v_free_target: 84278 vm.v_free_reserved: 5198 vm.v_inactive_target: 126417 vm.v_pageout_free_min: 34 vm.swap_enabled: 1 vm.kvm_free: 2180608159744 vm.kvm_size: 2199023251456 vm.pmap.pdpe.demotions: 3 vm.pmap.pde.promotions: 830 vm.pmap.pde.p_failures: 1 vm.pmap.pde.mappings: 4819 vm.pmap.pde.demotions: 68 vm.pmap.pcid_save_cnt: 286816 vm.pmap.invpcid_works: 1 vm.pmap.pcid_enabled: 1 vm.pmap.pg_ps_enabled: 1 vm.pmap.pat_works: 1 vm.idlezero_enable: 0 vm.reserv.reclaimed: 0 vm.reserv.partpopq: LEVEL SIZE NUMBER -1: 369612K, 223 vm.reserv.fullpop: 133 vm.reserv.freed: 93516 vm.reserv.broken: 2 vm.default_policy: rr vm.ndomains: 1 vm.phys_segs: SEGMENT 0: start: 0x10000 end: 0x54000 domain: 0 free list: 0xffffffff8296fc50 SEGMENT 1: start: 0x59000 end: 0x9e000 domain: 0 free list: 0xffffffff8296fc50 SEGMENT 2: start: 0x100000 end: 0x200000 domain: 0 free list: 0xffffffff8296fc50 SEGMENT 3: start: 0x3106000 end: 0x3140000 domain: 0 free list: 0xffffffff8296f9e0 SEGMENT 4: start: 0x3141000 end: 0x6a4bb000 domain: 0 free list: 0xffffffff8296f9e0 SEGMENT 5: start: 0x6a4bd000 end: 0x6ef6d000 domain: 0 free list: 0xffffffff8296f9e0 SEGMENT 6: start: 0x6f299000 end: 0x6f72d000 domain: 0 free list: 0xffffffff8296f9e0 SEGMENT 7: start: 0x6fffe000 end: 0x6ffff000 domain: 0 free list: 0xffffffff8296f9e0 SEGMENT 8: start: 0x100000000 end: 0x4591f2000 domain: 0 free list: 0xffffffff8296f9e0 vm.phys_free: DOMAIN 0: FREE LIST 0: ORDER (SIZE) | NUMBER | POOL 0 | POOL 1 -- -- -- -- -- -- 12 ( 16384K) | 909 | 0 11 ( 8192K) | 1 | 1 10 ( 4096K) | 5 | 0 9 ( 2048K) | 4 | 1 8 ( 1024K) | 1 | 1 7 ( 512K) | 0 | 0 6 ( 256K) | 1 | 0 5 ( 128K) | 4 | 3 4 ( 64K) | 4 | 4 3 ( 32K) | 4 | 7 2 ( 16K) | 0 | 24 1 ( 8K) | 1 | 1 0 ( 4K) | 0 | 1 FREE LIST 1: ORDER (SIZE) | NUMBER | POOL 0 | POOL 1 -- -- -- -- -- -- 12 ( 16384K) | 0 | 0 11 ( 8192K) | 0 | 0 10 ( 4096K) | 0 | 0 9 ( 2048K) | 0 | 0 8 ( 1024K) | 1 | 0 7 ( 512K) | 0 | 0 6 ( 256K) | 0 | 0 5 ( 128K) | 2 | 0 4 ( 64K) | 3 | 0 3 ( 32K) | 1 | 0 2 ( 16K) | 2 | 0 1 ( 8K) | 2 | 0 0 ( 4K) | 0 | 0 vm.max_wired: 1298826 vm.pageout_oom_seq: 12 vm.pageout_lock_miss: 0 vm.disable_swapspace_pageouts: 0 vm.defer_swapspace_pageouts: 0 vm.swap_idle_enabled: 0 vm.lowmem_period: 10 vm.pageout_update_period: 600 vm.max_launder: 32 vm.pageout_wakeup_thresh: 27456 vm.panic_on_oom: 0 vm.page_blacklist: vm.tryrelock_restart: 0 vm.boot_pages: 64 vm.old_msync: 0 vm.old_mlock: 0 vm.stats.object.bypasses: 7025 vm.stats.object.collapses: 33530 vm.stats.misc.cnt_prezero: 0 vm.stats.misc.zero_page_count: 190 vm.stats.vm.v_kthreadpages: 0 vm.stats.vm.v_rforkpages: 0 vm.stats.vm.v_vforkpages: 469584 vm.stats.vm.v_forkpages: 314119 vm.stats.vm.v_kthreads: 26 vm.stats.vm.v_rforks: 0 vm.stats.vm.v_vforks: 7993 vm.stats.vm.v_forks: 8204 vm.stats.vm.v_interrupt_free_min: 2 vm.stats.vm.v_pageout_free_min: 34 vm.stats.vm.v_cache_count: 0 vm.stats.vm.v_inactive_count: 8620 vm.stats.vm.v_inactive_target: 126417 vm.stats.vm.v_active_count: 22596 vm.stats.vm.v_wire_count: 93004 vm.stats.vm.v_free_count: 3830022 vm.stats.vm.v_free_min: 24968 vm.stats.vm.v_free_target: 84278 vm.stats.vm.v_free_reserved: 5198 vm.stats.vm.v_page_count: 3954234 vm.stats.vm.v_page_size: 4096 vm.stats.vm.v_tfree: 5392329 vm.stats.vm.v_pfree: 2105343 vm.stats.vm.v_dfree: 0 vm.stats.vm.v_tcached: 0 vm.stats.vm.v_pdpages: 98766 vm.stats.vm.v_pdwakeups: 0 vm.stats.vm.v_reactivated: 0 vm.stats.vm.v_intrans: 0 vm.stats.vm.v_vnodepgsout: 212 vm.stats.vm.v_vnodepgsin: 7824 vm.stats.vm.v_vnodeout: 212 vm.stats.vm.v_vnodein: 7187 vm.stats.vm.v_swappgsout: 0 vm.stats.vm.v_swappgsin: 0 vm.stats.vm.v_swapout: 0 vm.stats.vm.v_swapin: 0 vm.stats.vm.v_ozfod: 0 vm.stats.vm.v_zfod: 3795603 vm.stats.vm.v_cow_optim: 923 vm.stats.vm.v_cow_faults: 781140 vm.stats.vm.v_io_faults: 6993 vm.stats.vm.v_vm_faults: 4763275 vm.stats.sys.v_soft: 52253 vm.stats.sys.v_intr: 1550384 vm.stats.sys.v_syscall: 12565985 vm.stats.sys.v_trap: 4516719 vm.stats.sys.v_swtch: 3816993 vm.v_free_severe: 15083 vm.max_kernel_address: 18446744073709547520 vm.min_kernel_address: 18446741874686296064 vm.exec_map_entries: 16 vm.swap_idle_threshold2: 10 vm.swap_idle_threshold1: 2 vm.kstacks: 438 vm.kstack_cache_size: 128 vm.zone_warnings: 1 vm.zone_count: 251 vm.nswapdev: 1 vm.dmmax: 32 vm.swap_async_max: 4 vm.swap_maxpages: 63267744 vm.swzone: 569409696 vm.overcommit: 0 vm.swap_reserved: 718372864 vm.swap_total: 2147483648 vm.kmem_map_free: 16023310336 vm.kmem_map_size: 173281280 vm.kmem_size_scale: 1 vm.kmem_size_max: 1319413950874 vm.kmem_size_min: 0 vm.kmem_zmax: 65536 vm.kmem_size: 16196542464 vm.md_malloc_wait: 0 vfs.ufs.rename_restarts: 0 vfs.ufs.dirhash_reclaimpercent: 10 vfs.ufs.dirhash_lowmemcount: 0 vfs.ufs.dirhash_docheck: 0 vfs.ufs.dirhash_mem: 0 vfs.ufs.dirhash_maxmem: 26230784 vfs.ufs.dirhash_minsize: 2560 vfs.nfs.downdelayinitial: 12 vfs.nfs.downdelayinterval: 30 vfs.nfs.defect: 0 vfs.nfs.iodmax: 20 vfs.nfs.iodmin: 0 vfs.nfs.iodmaxidle: 120 vfs.nfs.fileid_maxwarnings: 10 vfs.nfs.diskless_rootpath: vfs.nfs.diskless_valid: 0 vfs.nfs.nfs_ip_paranoia: 1 vfs.nfs.nfs_directio_allow_mmap: 1 vfs.nfs.nfs_keep_dirty_on_error: 0 vfs.nfs.nfs_directio_enable: 0 vfs.nfs.clean_pages_on_close: 1 vfs.nfs.commit_on_close: 0 vfs.nfs.prime_access_cache: 0 vfs.nfs.access_cache_timeout: 60 vfs.nfs.ignore_eexist: 0 vfs.nfs.userhashsize: 100 vfs.nfs.debuglevel: 0 vfs.nfs.callback_addr: vfs.nfs.realign_count: 0 vfs.nfs.realign_test: 0 vfs.nfs.skip_wcc_data_onerr: 1 vfs.nfs.nfs3_jukebox_delay: 10 vfs.nfs.reconnects: 0 vfs.nfs.bufpackets: 4 vfs.devfs.dotimes: 0 vfs.devfs.rule_depth: 1 vfs.devfs.generation: 102 vfs.tmpfs.memory_reserved: 4194304 vfs.tmpfs.rename_restarts: 0 vfs.zfs.trim.max_interval: 1 vfs.zfs.trim.timeout: 30 vfs.zfs.trim.txg_delay: 32 vfs.zfs.trim.enabled: 1 vfs.zfs.vol.unmap_enabled: 1 vfs.zfs.vol.recursive: 0 vfs.zfs.vol.mode: 1 vfs.zfs.version.zpl: 5 vfs.zfs.version.spa: 5000 vfs.zfs.version.acl: 1 vfs.zfs.version.ioctl: 6 vfs.zfs.debug: 0 vfs.zfs.super_owner: 0 vfs.zfs.sync_pass_rewrite: 2 vfs.zfs.sync_pass_dont_compress: 5 vfs.zfs.sync_pass_deferred_free: 2 vfs.zfs.zio.exclude_metadata: 0 vfs.zfs.zio.use_uma: 1 vfs.zfs.cache_flush_disable: 0 vfs.zfs.zil_replay_disable: 0 vfs.zfs.min_auto_ashift: 9 vfs.zfs.max_auto_ashift: 13 vfs.zfs.vdev.trim_max_pending: 10000 vfs.zfs.vdev.bio_delete_disable: 0 vfs.zfs.vdev.bio_flush_disable: 0 vfs.zfs.vdev.write_gap_limit: 4096 vfs.zfs.vdev.read_gap_limit: 32768 vfs.zfs.vdev.aggregation_limit: 131072 vfs.zfs.vdev.trim_max_active: 64 vfs.zfs.vdev.trim_min_active: 1 vfs.zfs.vdev.scrub_max_active: 2 vfs.zfs.vdev.scrub_min_active: 1 vfs.zfs.vdev.async_write_max_active: 10 vfs.zfs.vdev.async_write_min_active: 1 vfs.zfs.vdev.async_read_max_active: 3 vfs.zfs.vdev.async_read_min_active: 1 vfs.zfs.vdev.sync_write_max_active: 10 vfs.zfs.vdev.sync_write_min_active: 10 vfs.zfs.vdev.sync_read_max_active: 10 vfs.zfs.vdev.sync_read_min_active: 10 vfs.zfs.vdev.max_active: 1000 vfs.zfs.vdev.async_write_active_max_dirty_percent: 60 vfs.zfs.vdev.async_write_active_min_dirty_percent: 30 vfs.zfs.vdev.mirror.non_rotating_seek_inc: 1 vfs.zfs.vdev.mirror.non_rotating_inc: 0 vfs.zfs.vdev.mirror.rotating_seek_offset: 1048576 vfs.zfs.vdev.mirror.rotating_seek_inc: 5 vfs.zfs.vdev.mirror.rotating_inc: 0 vfs.zfs.vdev.trim_on_init: 1 vfs.zfs.vdev.cache.bshift: 16 vfs.zfs.vdev.cache.size: 0 vfs.zfs.vdev.cache.max: 16384 vfs.zfs.vdev.metaslabs_per_vdev: 200 vfs.zfs.txg.timeout: 5 vfs.zfs.space_map_blksz: 4096 vfs.zfs.spa_slop_shift: 5 vfs.zfs.spa_asize_inflation: 24 vfs.zfs.deadman_enabled: 1 vfs.zfs.deadman_checktime_ms: 5000 vfs.zfs.deadman_synctime_ms: 1000000 vfs.zfs.debug_flags: 0 vfs.zfs.recover: 0 vfs.zfs.spa_load_verify_data: 1 vfs.zfs.spa_load_verify_metadata: 1 vfs.zfs.spa_load_verify_maxinflight: 10000 vfs.zfs.ccw_retry_interval: 300 vfs.zfs.check_hostid: 1 vfs.zfs.mg_fragmentation_threshold: 85 vfs.zfs.mg_noalloc_threshold: 0 vfs.zfs.condense_pct: 200 vfs.zfs.metaslab.bias_enabled: 1 vfs.zfs.metaslab.lba_weighting_enabled: 1 vfs.zfs.metaslab.fragmentation_factor_enabled: 1 vfs.zfs.metaslab.preload_enabled: 1 vfs.zfs.metaslab.preload_limit: 3 vfs.zfs.metaslab.unload_delay: 8 vfs.zfs.metaslab.load_pct: 50 vfs.zfs.metaslab.min_alloc_size: 33554432 vfs.zfs.metaslab.df_free_pct: 4 vfs.zfs.metaslab.df_alloc_threshold: 131072 vfs.zfs.metaslab.debug_unload: 0 vfs.zfs.metaslab.debug_load: 0 vfs.zfs.metaslab.fragmentation_threshold: 70 vfs.zfs.metaslab.gang_bang: 16777217 vfs.zfs.free_bpobj_enabled: 1 vfs.zfs.free_max_blocks: 18446744073709551615 vfs.zfs.no_scrub_prefetch: 0 vfs.zfs.no_scrub_io: 0 vfs.zfs.resilver_min_time_ms: 3000 vfs.zfs.free_min_time_ms: 1000 vfs.zfs.scan_min_time_ms: 1000 vfs.zfs.scan_idle: 50 vfs.zfs.scrub_delay: 4 vfs.zfs.resilver_delay: 2 vfs.zfs.top_maxinflight: 32
-
cont.. from above
vfs.zfs.zfetch.array_rd_sz: 1048576 vfs.zfs.zfetch.max_distance: 8388608 vfs.zfs.zfetch.min_sec_reap: 2 vfs.zfs.zfetch.max_streams: 8 vfs.zfs.prefetch_disable: 0 vfs.zfs.delay_scale: 500000 vfs.zfs.delay_min_dirty_percent: 60 vfs.zfs.dirty_data_sync: 67108864 vfs.zfs.dirty_data_max_percent: 10 vfs.zfs.dirty_data_max_max: 4294967296 vfs.zfs.dirty_data_max: 1668523622 vfs.zfs.max_recordsize: 1048576 vfs.zfs.mdcomp_disable: 0 vfs.zfs.nopwrite_enabled: 1 vfs.zfs.dedup.prefetch: 1 vfs.zfs.l2c_only_size: 0 vfs.zfs.mfu_ghost_data_lsize: 0 vfs.zfs.mfu_ghost_metadata_lsize: 0 vfs.zfs.mfu_ghost_size: 0 vfs.zfs.mfu_data_lsize: 25918464 vfs.zfs.mfu_metadata_lsize: 420352 vfs.zfs.mfu_size: 26455552 vfs.zfs.mru_ghost_data_lsize: 0 vfs.zfs.mru_ghost_metadata_lsize: 0 vfs.zfs.mru_ghost_size: 0 vfs.zfs.mru_data_lsize: 42280960 vfs.zfs.mru_metadata_lsize: 530944 vfs.zfs.mru_size: 47604224 vfs.zfs.anon_data_lsize: 0 vfs.zfs.anon_metadata_lsize: 0 vfs.zfs.anon_size: 327168 vfs.zfs.l2arc_norw: 1 vfs.zfs.l2arc_feed_again: 1 vfs.zfs.l2arc_noprefetch: 1 vfs.zfs.l2arc_feed_min_ms: 200 vfs.zfs.l2arc_feed_secs: 1 vfs.zfs.l2arc_headroom: 2 vfs.zfs.l2arc_write_boost: 8388608 vfs.zfs.l2arc_write_max: 8388608 vfs.zfs.arc_meta_limit: 3780700160 vfs.zfs.arc_free_target: 27456 vfs.zfs.arc_shrink_shift: 7 vfs.zfs.arc_average_blocksize: 8192 vfs.zfs.arc_min: 1890350080 vfs.zfs.arc_max: 15122800640 vfs.ffs.compute_summary_at_mount: 0 vfs.ffs.maxclustersearch: 10 vfs.ffs.doreallocblks: 1 vfs.ffs.doasyncfree: 1 vfs.worklist_len: 1 vfs.timestamp_precision: 2 vfs.free_owe_inact: 0 vfs.reassignbufcalls: 396 vfs.recycles: 0 vfs.freevnodes: 328 vfs.wantfreevnodes: 85541 vfs.vnodes_created: 1204 vfs.numvnodes: 978 vfs.root_mount_hold: vfs.usermount: 0 vfs.lookup_shared: 1 vfs.typenumhash: 1 vfs.read_min: 1 vfs.read_max: 32 vfs.write_behind: 1 vfs.cache.numupgrades: 186 vfs.cache.numfullpathfound: 15930 vfs.cache.numfullpathfail4: 0 vfs.cache.numfullpathfail2: 0 vfs.cache.numfullpathfail1: 0 vfs.cache.numfullpathcalls: 15930 vfs.cache.numneghits: 141475 vfs.cache.numnegzaps: 0 vfs.cache.numposhits: 1569070 vfs.cache.numposzaps: 4158 vfs.cache.nummisszap: 2434 vfs.cache.nummiss: 15223 vfs.cache.numchecks: 1715200 vfs.cache.dotdothits: 4 vfs.cache.dothits: 1796 vfs.cache.numcalls: 1734156 vfs.cache.numcache: 934 vfs.cache.numneg: 57 vfs.ncsizefactor: 2 vfs.ncnegfactor: 16 vfs.flushwithdeps: 0 vfs.unmapped_buf_allowed: 1 vfs.barrierwrites: 0 vfs.notbufdflushes: 0 vfs.flushbufqtarget: 100 vfs.numbufallocfails: 0 vfs.mappingrestarts: 0 vfs.getnewbufrestarts: 0 vfs.getnewbufcalls: 64 vfs.hifreebuffers: 768 vfs.lofreebuffers: 512 vfs.numfreebuffers: 102477 vfs.dirtybufthresh: 23080 vfs.hidirtybuffers: 25645 vfs.lodirtybuffers: 12822 vfs.numdirtybuffers: 1 vfs.recursiveflushes: 0 vfs.altbufferflushes: 0 vfs.bdwriteskip: 0 vfs.dirtybufferflushes: 0 vfs.hirunningspace: 16777216 vfs.lorunningspace: 11206656 vfs.bufdefragcnt: 0 vfs.buffreekvacnt: 8 vfs.bufspacethresh: 1636784941 vfs.hibufspace: 1678753792 vfs.lobufspace: 1594816091 vfs.maxmallocbufspace: 83937689 vfs.bufmallocspace: 0 vfs.maxbufspace: 1679409152 vfs.bufkvaspace: 114688 vfs.bufspace: 135168 vfs.runningbufspace: 0 vfs.vmiodirenable: 1 vfs.aio.max_buf_aio: 16 vfs.aio.max_aio_queue_per_proc: 256 vfs.aio.max_aio_per_proc: 32 vfs.aio.aiod_lifetime: 30000 vfs.aio.num_buf_aio: 0 vfs.aio.num_queue_count: 0 vfs.aio.max_aio_queue: 1024 vfs.aio.target_aio_procs: 4 vfs.aio.num_aio_procs: 0 vfs.aio.max_aio_procs: 32 vfs.aio.unsafe_warningcnt: 1 vfs.aio.enable_unsafe: 0 vfs.acl_nfs4_old_semantics: 0 vfs.pfs.vncache.misses: 0 vfs.pfs.vncache.hits: 0 vfs.pfs.vncache.maxentries: 0 vfs.pfs.vncache.entries: 0 vfs.nfsd.fha.fhe_stats: No file handle entries. vfs.nfsd.fha.max_reqs_per_nfsd: 0 vfs.nfsd.fha.max_nfsds_per_fh: 8 vfs.nfsd.fha.bin_shift: 22 vfs.nfsd.fha.enable: 1 vfs.nfsd.request_space_throttle_count: 0 vfs.nfsd.request_space_throttled: 0 vfs.nfsd.request_space_low: 337427796 vfs.nfsd.request_space_high: 506141696 vfs.nfsd.request_space_used_highest: 0 vfs.nfsd.request_space_used: 0 vfs.nfsd.groups: 1 vfs.nfsd.threads: 0 vfs.nfsd.maxthreads: 1 vfs.nfsd.minthreads: 1 vfs.nfsd.cachetcp: 1 vfs.nfsd.tcpcachetimeo: 43200 vfs.nfsd.udphighwater: 500 vfs.nfsd.tcphighwater: 0 vfs.nfsd.enable_stringtouid: 0 vfs.nfsd.debuglevel: 0 vfs.nfsd.enable_locallocks: 0 vfs.nfsd.issue_delegations: 0 vfs.nfsd.commit_miss: 0 vfs.nfsd.commit_blks: 0 vfs.nfsd.mirrormnt: 1 vfs.nfsd.async: 0 vfs.nfsd.server_max_nfsvers: 4 vfs.nfsd.server_min_nfsvers: 2 vfs.nfsd.nfs_privport: 0 vfs.nfsd.v4statelimit: 500000 vfs.nfsd.sessionhashsize: 20 vfs.nfsd.fhhashsize: 20 vfs.nfsd.clienthashsize: 20 vfs.nfsd.statehashsize: 10 vfs.nfsd.enable_nogroupcheck: 1 vfs.nfsd.enable_nobodycheck: 1 vfs.nfsd.enable_checkutf8: 1 net.local.stream.recvspace: 8192 net.local.stream.sendspace: 8192 net.local.dgram.recvspace: 4096 net.local.dgram.maxdgram: 2048 net.local.seqpacket.recvspace: 8192 net.local.seqpacket.maxseqpacket: 8192 net.local.taskcount: 0 net.local.recycled: 0 net.local.deferred: 0 net.local.inflight: 0 net.inet.ip.portrange.randomtime: 45 net.inet.ip.portrange.randomcps: 10 net.inet.ip.portrange.randomized: 1 net.inet.ip.portrange.reservedlow: 0 net.inet.ip.portrange.reservedhigh: 1023 net.inet.ip.portrange.hilast: 65535 net.inet.ip.portrange.hifirst: 49152 net.inet.ip.portrange.last: 65535 net.inet.ip.portrange.first: 1024 net.inet.ip.portrange.lowlast: 600 net.inet.ip.portrange.lowfirst: 1023 net.inet.ip.forwarding: 1 net.inet.ip.redirect: 1 net.inet.ip.ttl: 64 net.inet.ip.sourceroute: 0 net.inet.ip.intr_queue_maxlen: 1000 net.inet.ip.intr_queue_drops: 0 net.inet.ip.accept_sourceroute: 0 net.inet.ip.gifttl: 30 net.inet.ip.pfil.outbound: pf net.inet.ip.pfil.inbound: pf net.inet.ip.maxfragsperpacket: 16 net.inet.ip.fragpackets: 0 net.inet.ip.maxfragpackets: 30956 net.inet.ip.process_options: 0 net.inet.ip.stealth: 0 net.inet.ip.check_interface: 0 net.inet.ip.fastforwarding: 1 net.inet.ip.mcast.loop: 1 net.inet.ip.mcast.maxsocksrc: 128 net.inet.ip.mcast.maxgrpsrc: 512 net.inet.ip.random_id_total: 14436 net.inet.ip.random_id_collisions: 1392 net.inet.ip.random_id_period: 8192 net.inet.ip.rfc6864: 1 net.inet.ip.random_id: 1 net.inet.ip.grettl: 30 net.inet.ip.no_same_prefix: 0 net.inet.icmp.maskrepl: 0 net.inet.icmp.icmplim: 0 net.inet.icmp.tstamprepl: 1 net.inet.icmp.bmcastecho: 0 net.inet.icmp.quotelen: 8 net.inet.icmp.reply_from_interface: 1 net.inet.icmp.reply_src: net.inet.icmp.log_redirect: 0 net.inet.icmp.drop_redirect: 0 net.inet.icmp.maskfake: 0 net.inet.icmp.icmplim_output: 1 net.inet.igmp.gsrdelay: 10 net.inet.igmp.default_version: 3 net.inet.igmp.legacysupp: 0 net.inet.igmp.v2enable: 1 net.inet.igmp.v1enable: 1 net.inet.igmp.sendlocal: 1 net.inet.igmp.sendra: 1 net.inet.igmp.recvifkludge: 1 net.inet.tcp.rfc1323: 1 net.inet.tcp.mssdflt: 536 net.inet.tcp.keepidle: 7200000 net.inet.tcp.keepintvl: 75000 net.inet.tcp.sendspace: 65228 net.inet.tcp.recvspace: 65228 net.inet.tcp.keepinit: 75000 net.inet.tcp.delacktime: 100 net.inet.tcp.v6mssdflt: 1220 net.inet.tcp.nolocaltimewait: 0 net.inet.tcp.maxtcptw: 32255 net.inet.tcp.per_cpu_timers: 0 net.inet.tcp.v6pmtud_blackhole_mss: 1220 net.inet.tcp.pmtud_blackhole_mss: 1200 net.inet.tcp.pmtud_blackhole_failed: 0 net.inet.tcp.pmtud_blackhole_activated_min_mss: 0 net.inet.tcp.pmtud_blackhole_activated: 0 net.inet.tcp.pmtud_blackhole_detection: 0 net.inet.tcp.rexmit_drop_options: 0 net.inet.tcp.keepcnt: 8 net.inet.tcp.finwait2_timeout: 60000 net.inet.tcp.fast_finwait2_recycle: 0 net.inet.tcp.always_keepalive: 1 net.inet.tcp.rexmit_slop: 200 net.inet.tcp.rexmit_min: 30 net.inet.tcp.msl: 30000 net.inet.tcp.persmax: 60000 net.inet.tcp.persmin: 5000 net.inet.tcp.syncache.rst_on_sock_fail: 1 net.inet.tcp.syncache.rexmtlimit: 3 net.inet.tcp.syncache.hashsize: 512 net.inet.tcp.syncache.count: 0 net.inet.tcp.syncache.cachelimit: 15364 net.inet.tcp.syncache.bucketlimit: 30 net.inet.tcp.syncookies_only: 0 net.inet.tcp.syncookies: 1 net.inet.tcp.functions_available: Stack D PCB count default * 13 net.inet.tcp.functions_default: default net.inet.tcp.signature_verify_input: 1 net.inet.tcp.soreceive_stream: 0 net.inet.tcp.isn_reseed_interval: 0 net.inet.tcp.icmp_may_rst: 1 net.inet.tcp.pcbcount: 13 net.inet.tcp.do_tcpdrain: 1 net.inet.tcp.tcbhashsize: 131072 net.inet.tcp.log_debug: 0 net.inet.tcp.minmss: 216 net.inet.tcp.sack.globalholes: 0 net.inet.tcp.sack.globalmaxholes: 65536 net.inet.tcp.sack.maxholes: 128 net.inet.tcp.sack.enable: 1 net.inet.tcp.reass.cursegments: 0 net.inet.tcp.reass.maxsegments: 61800 net.inet.tcp.sendbuf_max: 2097152 net.inet.tcp.sendbuf_inc: 8192 net.inet.tcp.sendbuf_auto: 1 net.inet.tcp.tso: 0 net.inet.tcp.path_mtu_discovery: 1 net.inet.tcp.recvbuf_max: 2097152 net.inet.tcp.recvbuf_inc: 16384 net.inet.tcp.recvbuf_auto: 1 net.inet.tcp.insecure_rst: 0 net.inet.tcp.insecure_syn: 0 net.inet.tcp.ecn.maxretries: 1 net.inet.tcp.ecn.enable: 2 net.inet.tcp.abc_l_var: 2 net.inet.tcp.rfc3465: 1 net.inet.tcp.initcwnd_segments: 10 net.inet.tcp.rfc3390: 1 net.inet.tcp.rfc3042: 1 net.inet.tcp.rfc6675_pipe: 0 net.inet.tcp.drop_synfin: 1 net.inet.tcp.delayed_ack: 0 net.inet.tcp.blackhole: 2 net.inet.tcp.log_in_vain: 0 net.inet.tcp.hostcache.purgenow: 0 net.inet.tcp.hostcache.purge: 0 net.inet.tcp.hostcache.prune: 300 net.inet.tcp.hostcache.expire: 3600 net.inet.tcp.hostcache.count: 2 net.inet.tcp.hostcache.bucketlimit: 30 net.inet.tcp.hostcache.hashsize: 512 net.inet.tcp.hostcache.cachelimit: 15360 net.inet.tcp.cc.available: newreno net.inet.tcp.cc.algorithm: newreno net.inet.udp.checksum: 1 net.inet.udp.maxdgram: 57344 net.inet.udp.recvspace: 42080 net.inet.udp.blackhole: 1 net.inet.udp.log_in_vain: 0 net.inet.esp.esp_enable: 1 net.inet.ah.ah_cleartos: 1 net.inet.ah.ah_enable: 1 net.inet.pim.squelch_wholepkt: 0 net.inet.ipcomp.ipcomp_enable: 1 net.inet.carp.ifdown_demotion_factor: 240 net.inet.carp.senderr_demotion_factor: 0 net.inet.carp.demotion: 0 net.inet.carp.log: 1 net.inet.carp.preempt: 1 net.inet.carp.allow: 0 net.inet.sctp.diag_info_code: 0 net.inet.sctp.blackhole: 0 net.inet.sctp.use_dcccecn: 1 net.inet.sctp.rttvar_steady_step: 20 net.inet.sctp.rttvar_eqret: 0 net.inet.sctp.rttvar_rtt: 5 net.inet.sctp.rttvar_bw: 4 net.inet.sctp.initial_cwnd: 3 net.inet.sctp.buffer_splitting: 0 net.inet.sctp.vtag_time_wait: 60 net.inet.sctp.nat_friendly_init: 0 net.inet.sctp.enable_sack_immediately: 1 net.inet.sctp.udp_tunneling_port: 0 net.inet.sctp.mobility_fasthandoff: 0 net.inet.sctp.mobility_base: 0 net.inet.sctp.default_frag_interleave: 1 net.inet.sctp.default_ss_module: 0 net.inet.sctp.default_cc_module: 0 net.inet.sctp.log_level: 0 net.inet.sctp.max_retran_chunk: 30 net.inet.sctp.min_residual: 1452 net.inet.sctp.abort_at_limit: 0 net.inet.sctp.hb_max_burst: 4 net.inet.sctp.do_sctp_drain: 1 net.inet.sctp.max_chained_mbufs: 5 net.inet.sctp.abc_l_var: 2 net.inet.sctp.nat_friendly: 1 net.inet.sctp.cwnd_maxburst: 1 net.inet.sctp.cmt_use_dac: 0 net.inet.sctp.cmt_on_off: 0 net.inet.sctp.outgoing_streams: 10 net.inet.sctp.incoming_streams: 2048 net.inet.sctp.add_more_on_output: 1452 net.inet.sctp.path_pf_threshold: 65535 net.inet.sctp.path_rtx_max: 5 net.inet.sctp.assoc_rtx_max: 10 net.inet.sctp.init_rtx_max: 8 net.inet.sctp.valid_cookie_life: 60000 net.inet.sctp.init_rto_max: 60000 net.inet.sctp.rto_initial: 3000 net.inet.sctp.rto_min: 1000 net.inet.sctp.rto_max: 60000 net.inet.sctp.secret_lifetime: 3600 net.inet.sctp.shutdown_guard_time: 0 net.inet.sctp.pmtu_raise_time: 600 net.inet.sctp.heartbeat_interval: 30000 net.inet.sctp.asoc_resource: 10 net.inet.sctp.sys_resource: 1000 net.inet.sctp.sack_freq: 2 net.inet.sctp.delayed_sack_time: 200 net.inet.sctp.chunkscale: 10 net.inet.sctp.min_split_point: 2904 net.inet.sctp.pcbhashsize: 256 net.inet.sctp.tcbhashsize: 1024 net.inet.sctp.maxchunks: 123569 net.inet.sctp.fr_maxburst: 4 net.inet.sctp.maxburst: 4 net.inet.sctp.peer_chkoh: 256 net.inet.sctp.pktdrop_enable: 0 net.inet.sctp.nrsack_enable: 0 net.inet.sctp.reconfig_enable: 1 net.inet.sctp.asconf_enable: 1 net.inet.sctp.auth_enable: 1 net.inet.sctp.pr_enable: 1 net.inet.sctp.ecn_enable: 1 net.inet.sctp.auto_asconf: 1 net.inet.sctp.recvspace: 1864135 net.inet.sctp.sendspace: 1864135 net.inet.ipsec.def_policy: 1 net.inet.ipsec.esp_trans_deflev: 1 net.inet.ipsec.esp_net_deflev: 1 net.inet.ipsec.ah_trans_deflev: 1 net.inet.ipsec.ah_net_deflev: 1 net.inet.ipsec.ah_cleartos: 1 net.inet.ipsec.ah_offsetmask: 0 net.inet.ipsec.dfbit: 0 net.inet.ipsec.ecn: 0 net.inet.ipsec.debug: 0 net.inet.ipsec.crypto_support: 50331648 net.inet.ipsec.filtertunnel: 0 net.inet.raw.recvspace: 131072 net.inet.raw.maxdgram: 131072 net.link.generic.system.ifcount: 6 net.link.ether.inet.allow_multicast: 0 net.link.ether.inet.log_arp_permanent_modify: 1 net.link.ether.inet.log_arp_movements: 0 net.link.ether.inet.log_arp_wrong_iface: 0 net.link.ether.inet.max_log_per_second: 1 net.link.ether.inet.maxhold: 1 net.link.ether.inet.wait: 20 net.link.ether.inet.proxyall: 0 net.link.ether.inet.maxtries: 5 net.link.ether.inet.max_age: 1200 net.link.gre.max_nesting: 1 net.link.vlan.mtag_pcp: 0 net.link.vlan.soft_pad: 0 net.link.bridge.ipfw: 0 net.link.bridge.allow_llz_overlap: 0 net.link.bridge.inherit_mac: 0 net.link.bridge.log_stp: 0 net.link.bridge.pfil_local_phys: 0 net.link.bridge.pfil_member: 1 net.link.bridge.ipfw_arp: 0 net.link.bridge.pfil_bridge: 0 net.link.bridge.pfil_onlyip: 0 net.link.gif.parallel_tunnels: 0 net.link.gif.max_nesting: 1 net.link.pfil.outbound: net.link.pfil.inbound: net.link.tap.debug: 0 net.link.tap.devfs_cloning: 1 net.link.tap.up_on_open: 0 net.link.tap.user_open: 1 net.link.tun.devfs_cloning: 1 net.link.lagg.default_flowid_shift: 16 net.link.lagg.default_use_flowid: 1 net.link.lagg.failover_rx_all: 0 net.link.lagg.lacp.default_strict_mode: 1 net.link.lagg.lacp.debug: 0 net.link.log_promisc_mode_change: 1 net.link.log_link_state_change: 1 net.link.ifqmaxlen: 128 net.key.debug: 0 net.key.spi_trycnt: 1000 net.key.spi_minval: 256 net.key.spi_maxval: 268435455 net.key.int_random: 60 net.key.larval_lifetime: 30 net.key.blockacq_count: 10 net.key.blockacq_lifetime: 20 net.key.esp_keymin: 256 net.key.esp_auth: 0 net.key.ah_keymin: 128 net.key.preferred_oldsa: 0 net.inet6.ip6.forwarding: 1 net.inet6.ip6.redirect: 1 net.inet6.ip6.hlim: 64 net.inet6.ip6.maxfragpackets: 247139 net.inet6.ip6.accept_rtadv: 0 net.inet6.ip6.log_interval: 5 net.inet6.ip6.hdrnestlimit: 15 net.inet6.ip6.dad_count: 1 net.inet6.ip6.auto_flowlabel: 1 net.inet6.ip6.defmcasthlim: 1 net.inet6.ip6.gifhlim: 30 net.inet6.ip6.kame_version: FreeBSD net.inet6.ip6.use_deprecated: 1 net.inet6.ip6.rr_prune: 5 net.inet6.ip6.v6only: 1 net.inet6.ip6.use_tempaddr: 0 net.inet6.ip6.temppltime: 86400 net.inet6.ip6.tempvltime: 604800 net.inet6.ip6.auto_linklocal: 1 net.inet6.ip6.prefer_tempaddr: 0 net.inet6.ip6.use_defaultzone: 0 net.inet6.ip6.maxfrags: 247139 net.inet6.ip6.mcast_pmtu: 0 net.inet6.ip6.stealth: 0 net.inet6.ip6.no_radr: 0 net.inet6.ip6.norbit_raif: 0 net.inet6.ip6.rfc6204w3: 1 net.inet6.ip6.pfil.outbound: pf net.inet6.ip6.pfil.inbound: pf net.inet6.ip6.deembed_scopeid: 1 net.inet6.ip6.dad_enhanced: 1 net.inet6.ip6.grehlim: 64 net.inet6.ip6.mcast.loop: 1 net.inet6.ip6.mcast.maxsocksrc: 128 net.inet6.ip6.mcast.maxgrpsrc: 512 net.inet6.ipsec6.def_policy: 1 net.inet6.ipsec6.esp_trans_deflev: 1 net.inet6.ipsec6.esp_net_deflev: 1 net.inet6.ipsec6.ah_trans_deflev: 1 net.inet6.ipsec6.ah_net_deflev: 1 net.inet6.ipsec6.ecn: 0 net.inet6.ipsec6.debug: 0 net.inet6.ipsec6.filtertunnel: 0 net.inet6.icmp6.rediraccept: 1 net.inet6.icmp6.redirtimeout: 600 net.inet6.icmp6.nd6_prune: 1 net.inet6.icmp6.nd6_delay: 5 net.inet6.icmp6.nd6_umaxtries: 3 net.inet6.icmp6.nd6_mmaxtries: 3 net.inet6.icmp6.nd6_useloopback: 1 net.inet6.icmp6.nodeinfo: 3 net.inet6.icmp6.errppslimit: 100 net.inet6.icmp6.nd6_maxnudhint: 0 net.inet6.icmp6.nd6_debug: 0 net.inet6.icmp6.nd6_maxqueuelen: 1 net.inet6.icmp6.nodeinfo_oldmcprefix: 1 net.inet6.icmp6.nd6_onlink_ns_rfc4861: 0 net.inet6.icmp6.nd6_gctimer: 86400 net.inet6.mld.use_allow: 1 net.inet6.mld.v1enable: 1 net.inet6.mld.gsrdelay: 10 net.pf.source_nodes_hashsize: 8192 net.pf.states_hashsize: 32768 net.pfsync.carp_demotion_factor: 0 net.graph.control.proto: 2 net.graph.data.proto: 1 net.graph.family: 32 net.graph.recvspace: 20480 net.graph.maxdgram: 20480 net.graph.mppe.max_rekey: 1000 net.graph.mppe.log_max_rekey: 1 net.graph.mppe.block_on_max_rekey: 0 net.graph.msg_version: 8 net.graph.abi_version: 12 net.graph.maxdata: 4096 net.graph.maxalloc: 4096 net.graph.threads: 4 net.wlan.mesh.maxholding: 2 net.wlan.mesh.maxretries: 2 net.wlan.mesh.backofftimeout: 5000 net.wlan.mesh.confirmtimeout: 40 net.wlan.mesh.holdingtimeout: 40 net.wlan.mesh.retrytimeout: 40 net.wlan.mesh.gateint: 10000 net.wlan.hwmp.inact: 5000 net.wlan.hwmp.rootconfint: 2000 net.wlan.hwmp.rannint: 1000 net.wlan.hwmp.rootint: 2000 net.wlan.hwmp.roottimeout: 5000 net.wlan.hwmp.net_diameter_traversal_time: 512 net.wlan.hwmp.maxpreq_retries: 3 net.wlan.hwmp.pathlifetime: 5000 net.wlan.hwmp.targetonly: 0 net.wlan.addba_maxtries: 3 net.wlan.addba_backoff: 10000 net.wlan.addba_timeout: 250 net.wlan.recv_bar: 1 net.wlan.ampdu_age: 500 net.wlan.debug: 0 net.wlan.cac_timeout: 60 net.wlan.nol_timeout: 1800 net.wlan.devices: net.route.netisr_maxqlen: 1024 net.my_fibnum: 0 net.add_addr_allfibs: 1 net.fibs: 1 net.raw.recvspace: 65536 net.raw.sendspace: 65536 net.isr.numthreads: 4 net.isr.maxprot: 16 net.isr.defaultqlimit: 256 net.isr.maxqlimit: 10240 net.isr.bindthreads: 0 net.isr.maxthreads: 4 net.isr.dispatch: direct net.iflib.min_tx_latency: 0 net.enc.out.ipsec_bpf_mask: 1 net.enc.out.ipsec_filter_mask: 1 net.enc.in.ipsec_bpf_mask: 2 net.enc.in.ipsec_filter_mask: 2 net.ifdescr_maxlen: 1024 net.bpf.maxbufsize: 524288 net.bpf.bufsize: 4096 net.bpf.optimize_writers: 0 net.bpf.zerocopy_enable: 0 net.bpf.maxinsns: 512 net.accf.unloadable: 0 debug.minidump: 1 debug.hwpstate_verbose: 0 debug.x86bios.int: 0 debug.x86bios.call: 0 debug.fdc.settle: 0 debug.fdc.spec2: 16 debug.fdc.spec1: 175 debug.fdc.retries: 10 debug.fdc.debugflags: 0 debug.fdc.fifo: 8 debug.vesa.shadow_rom: 0 debug.psm.pkterrthresh: 2 debug.psm.usecs: 500000 debug.psm.secs: 0 debug.psm.errusecs: 0 debug.psm.errsecs: 2 debug.psm.hz: 20 debug.psm.loglevel: 0 debug.dircheck: 0 debug.dobkgrdwrite: 1 debug.bigcgs: 0 debug.softdep.print_threads: 0 debug.softdep.emptyjblocks: 0 debug.softdep.flushcache: 0 debug.softdep.cleanup_failures: 0 debug.softdep.cleanup_retries: 0 debug.softdep.cleanup_high_delay: 0 debug.softdep.cleanup_inorequests: 0 debug.softdep.cleanup_blkrequests: 0 debug.softdep.jwait_newblk: 0 debug.softdep.jwait_inode: 0 debug.softdep.jwait_freeblks: 0 debug.softdep.jwait_filepage: 0 debug.softdep.journal_wait: 0 debug.softdep.journal_min: 0 debug.softdep.journal_low: 0 debug.softdep.jnewblk_rollback: 0 debug.softdep.jaddref_rollback: 0 debug.softdep.dir_entry: 0 debug.softdep.direct_blk_ptrs: 0 debug.softdep.inode_bitmap: 0 debug.softdep.indir_blk_ptrs: 0 debug.softdep.sync_limit_hit: 0 debug.softdep.ino_limit_hit: 0 debug.softdep.blk_limit_hit: 0 debug.softdep.ino_limit_push: 0 debug.softdep.blk_limit_push: 0 debug.softdep.worklist_push: 0 debug.softdep.flush_threads: 0 debug.softdep.tickdelay: 2 debug.softdep.max_softdeps: 1368668 debug.softdep.write.jfsync: 0 debug.softdep.write.jtrunc: 0 debug.softdep.write.sbdep: 0 debug.softdep.write.jsegdep: 0 debug.softdep.write.jseg: 0 debug.softdep.write.jfreefrag: 0 debug.softdep.write.jfreeblk: 0 debug.softdep.write.jnewblk: 0 debug.softdep.write.jmvref: 0 debug.softdep.write.jremref: 0 debug.softdep.write.jaddref: 0 debug.softdep.write.freedep: 0 debug.softdep.write.freework: 0 debug.softdep.write.newdirblk: 0 debug.softdep.write.dirrem: 0 debug.softdep.write.mkdir: 0 debug.softdep.write.diradd: 0 debug.softdep.write.freefile: 0 debug.softdep.write.freeblks: 0 debug.softdep.write.freefrag: 0 debug.softdep.write.allocindir: 0 debug.softdep.write.indirdep: 0 debug.softdep.write.allocdirect: 0 debug.softdep.write.newblk: 0 debug.softdep.write.bmsafemap: 0 debug.softdep.write.inodedep: 0 debug.softdep.write.pagedep: 0 debug.softdep.current.jfsync: 0 debug.softdep.current.jtrunc: 0 debug.softdep.current.sbdep: 0 debug.softdep.current.jsegdep: 0 debug.softdep.current.jseg: 0 debug.softdep.current.jfreefrag: 0 debug.softdep.current.jfreeblk: 0 debug.softdep.current.jnewblk: 0 debug.softdep.current.jmvref: 0 debug.softdep.current.jremref: 0 debug.softdep.current.jaddref: 0 debug.softdep.current.freedep: 0 debug.softdep.current.freework: 0 debug.softdep.current.newdirblk: 0 debug.softdep.current.dirrem: 0 debug.softdep.current.mkdir: 0 debug.softdep.current.diradd: 0 debug.softdep.current.freefile: 0 debug.softdep.current.freeblks: 0 debug.softdep.current.freefrag: 0 debug.softdep.current.allocindir: 0 debug.softdep.current.indirdep: 0 debug.softdep.current.allocdirect: 0 debug.softdep.current.newblk: 0 debug.softdep.current.bmsafemap: 0 debug.softdep.current.inodedep: 0 debug.softdep.current.pagedep: 0 debug.softdep.highuse.jfsync: 0 debug.softdep.highuse.jtrunc: 0 debug.softdep.highuse.sbdep: 0 debug.softdep.highuse.jsegdep: 0 debug.softdep.highuse.jseg: 0 debug.softdep.highuse.jfreefrag: 0 debug.softdep.highuse.jfreeblk: 0 debug.softdep.highuse.jnewblk: 0 debug.softdep.highuse.jmvref: 0 debug.softdep.highuse.jremref: 0 debug.softdep.highuse.jaddref: 0 debug.softdep.highuse.freedep: 0 debug.softdep.highuse.freework: 0 debug.softdep.highuse.newdirblk: 0 debug.softdep.highuse.dirrem: 0 debug.softdep.highuse.mkdir: 0 debug.softdep.highuse.diradd: 0 debug.softdep.highuse.freefile: 0 debug.softdep.highuse.freeblks: 0 debug.softdep.highuse.freefrag: 0 debug.softdep.highuse.allocindir: 0 debug.softdep.highuse.indirdep: 0 debug.softdep.highuse.allocdirect: 0 debug.softdep.highuse.newblk: 0 debug.softdep.highuse.bmsafemap: 0 debug.softdep.highuse.inodedep: 0 debug.softdep.highuse.pagedep: 0 debug.softdep.total.jfsync: 0 debug.softdep.total.jtrunc: 0 debug.softdep.total.sbdep: 0 debug.softdep.total.jsegdep: 0 debug.softdep.total.jseg: 0 debug.softdep.total.jfreefrag: 0 debug.softdep.total.jfreeblk: 0 debug.softdep.total.jnewblk: 0 debug.softdep.total.jmvref: 0 debug.softdep.total.jremref: 0 debug.softdep.total.jaddref: 0 debug.softdep.total.freedep: 0 debug.softdep.total.freework: 0 debug.softdep.total.newdirblk: 0 debug.softdep.total.dirrem: 0 debug.softdep.total.mkdir: 0 debug.softdep.total.diradd: 0 debug.softdep.total.freefile: 0 debug.softdep.total.freeblks: 0 debug.softdep.total.freefrag: 0 debug.softdep.total.allocindir: 0 debug.softdep.total.indirdep: 0 debug.softdep.total.allocdirect: 0 debug.softdep.total.newblk: 0 debug.softdep.total.bmsafemap: 0 debug.softdep.total.inodedep: 0 debug.softdep.total.pagedep: 0 debug.collectsnapstats: 0 debug.snapdebug: 0 debug.dopersistence: 0 debug.fsckcmds: 0 debug.crypto_timing: 0 debug.nlm_debug: 0 debug.if_tap_debug: 0 debug.if_tun_debug: 0 debug.vn_io_faults: 8216 debug.vn_io_fault_prefault: 0 debug.vn_io_fault_enable: 1 debug.max_vnlru_free: 10000 debug.vnlru_nowhere: 0 debug.rush_requests: 0 debug.disablefullpath: 0 debug.disablecwd: 0 debug.vfscache: 1 debug.numcachehv: 114 debug.numcache: 934 debug.numneg: 57 debug.nchash: 524287 debug.devfs_iosize_max_clamp: 1 debug.iosize_max_clamp: 0 debug.rman_debug: 0 debug.kdb.alt_break_to_debugger: 0 debug.kdb.break_to_debugger: 0 debug.kdb.trap_code: 0 debug.kdb.trap: 0 debug.kdb.panic: 0 debug.kdb.enter: 0 debug.kdb.current: ddb debug.kdb.available: ddb debug.clocktime: 0 debug.umtx.robust_faults_verbose: 1 debug.umtx.umtx_pi_allocated: 0 debug.sx.delay_max: 1000 debug.sx.delay_min: 20 debug.sx.delay_step: 50 debug.sx.delay_initial: 100 debug.sx.loops: 10000 debug.sx.retries: 10 debug.ncores: 5 debug.trace_on_panic: 0 debug.debugger_on_panic: 1 debug.rwlock.delay_max: 1000 debug.rwlock.delay_min: 20 debug.rwlock.delay_step: 50 debug.rwlock.delay_initial: 100 debug.rwlock.loops: 10000 debug.rwlock.retry: 10 debug.osd: 0 debug.mtx.delay_max: 1000 debug.mtx.delay_min: 20 debug.mtx.delay_step: 50 debug.mtx.delay_initial: 100 debug.adaptive_machine_arch: 1 debug.sizeof.znode: 264 debug.sizeof.namecache: 72 debug.sizeof.devstat: 288 debug.sizeof.pcb: 320 debug.sizeof.kinfo_proc: 1088 debug.sizeof.buf: 560 debug.sizeof.bio: 376 debug.sizeof.proc: 1320 debug.sizeof.vnode: 472 debug.sizeof.g_bioq: 56 debug.sizeof.g_consumer: 96 debug.sizeof.g_provider: 136 debug.sizeof.g_geom: 176 debug.sizeof.g_class: 176 debug.sizeof.cdev_priv: 376 debug.sizeof.cdev: 288 debug.fail_point.status_nlm_deny_grant: off sleeping_thread_stacks = { }, sleeping_thread_count = 0, paused_thread_stacks = { }, paused_thread_count = 0 debug.fail_point.nlm_deny_grant: off debug.fail_point.status_fill_kinfo_vnode__random_path: off sleeping_thread_stacks = { }, sleeping_thread_count = 0, paused_thread_stacks = { }, paused_thread_count = 0 debug.fail_point.fill_kinfo_vnode__random_path: off debug.fail_point.status_sysctl_running: off sleeping_thread_stacks = { }, sleeping_thread_count = 0, paused_thread_stacks = { }, paused_thread_count = 0 debug.fail_point.sysctl_running: off debug.fail_point.status_test_fail_point: off sleeping_thread_stacks = { }, sleeping_thread_count = 0, paused_thread_stacks = { }, paused_thread_count = 0 debug.fail_point.test_fail_point: off debug.fail_point.test_trigger_fail_point: debug.fail_point.status_nfscl_force_fileid_warning: off sleeping_thread_stacks = { }, sleeping_thread_count = 0, paused_thread_stacks = { }, paused_thread_count = 0 debug.fail_point.nfscl_force_fileid_warning: off debug.cpufreq.verbose: 0 debug.cpufreq.lowest: 0 debug.bootverbose: 0 debug.boothowto: 0 debug.elf32_legacy_coredump: 0 debug.elf64_legacy_coredump: 0 debug.gbde_ncache: 0 debug.gbde_nsect: 0 debug.gbde_nwork: 0 debug.nullfs_bug_bypass: 0 debug.uart_force_poll: 0 debug.uart_poll_freq: 50 debug.mddebug: 0 debug.iwi: 0 debug.ipw: 0 debug.sbp_debug: 0 debug.fwmem_debug: 0 debug.firewire_debug: 0 debug.acpi.resume_beep: 0 debug.acpi.batt.batt_sleep_ms: 0 debug.acpi.ec.timeout: 750 debug.acpi.ec.polled: 0 debug.acpi.ec.burst: 0 debug.acpi.cpu_unordered: 0 debug.acpi.suspend_bounce: 0 debug.acpi.reset_clock: 1 debug.acpi.default_register_width: 1 debug.acpi.interpreter_slack: 1 debug.acpi.enable_debug_objects: 0 debug.acpi.acpi_ca_version: 20160527 debug.acpi.max_threads: 3 debug.acpi.tasks_hiwater: 4 debug.acpi.max_tasks: 1024 debug.ddb_use_printf: 0 debug.ddb.textdump.do_version: 1 debug.ddb.textdump.do_panic: 1 debug.ddb.textdump.do_msgbuf: 1 debug.ddb.textdump.do_ddb: 1 debug.ddb.textdump.do_config: 1 debug.ddb.textdump.pending: 0 debug.ddb.scripting.unscript: debug.ddb.scripting.scripts: lockinfo=show locks; show alllocks; show lockedvnods kdb.enter.default=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; textdump dump; reset kdb.enter.witness=run lockinfo debug.ddb.capture.data: debug.ddb.capture.bufsize: 49152 debug.ddb.capture.inprogress: 0 debug.ddb.capture.maxbufsize: 5242880 debug.ddb.capture.bufoff: 0 hw.machine: amd64 hw.model: Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz hw.ncpu: 4 hw.byteorder: 1234 hw.physmem: 16685236224 hw.usermem: 16303050752 hw.pagesize: 4096 hw.floatingpoint: 1 hw.machine_arch: amd64 hw.realmem: 17179869184 hw.acpi.cpu.cx_lowest: C1 hw.acpi.reset_video: 0 hw.acpi.handle_reboot: 1 hw.acpi.disable_on_reboot: 1 hw.acpi.verbose: 0 hw.acpi.s4bios: 0 hw.acpi.sleep_delay: 1 hw.acpi.suspend_state: NONE hw.acpi.standby_state: NONE hw.acpi.lid_switch_state: NONE hw.acpi.sleep_button_state: S4 hw.acpi.power_button_state: S5 hw.acpi.supported_sleep_state: S4 S5 hw.mca.cmc_throttle: 60 hw.mca.force_scan: 0 hw.mca.interval: 3600 hw.mca.count: 0 hw.mca.erratum383: 0 hw.mca.intel6h_HSD131: 0 hw.mca.amd10h_L1TP: 1 hw.mca.enabled: 1 hw.apic.timer_tsc_deadline: 1 hw.apic.eoi_suppression: 1 hw.apic.x2apic_mode: 1 hw.apic.enable_extint: 0 hw.hv_vendor: hw.clockrate: 3408 hw.via_feature_xcrypt: 0 hw.via_feature_rng: 0 hw.busdma.zone0.alignment: 4096 hw.busdma.zone0.lowaddr: 0xfffffffffffffff hw.busdma.zone0.total_deferred: 0 hw.busdma.zone0.total_bounced: 0 hw.busdma.zone0.active_bpages: 0 hw.busdma.zone0.reserved_bpages: 0 hw.busdma.zone0.free_bpages: 8201 hw.busdma.zone0.total_bpages: 8201 hw.busdma.total_bpages: 8201 hw.dmar.batch_coalesce: 100 hw.dmar.match_verbose: 0 hw.dmar.tbl_pagecnt: 0 hw.nvd.delete_max: 1073741824 hw.hn.tx_swq_depth: 0 hw.hn.tx_ring_cnt: 0 hw.hn.chan_cnt: 0 hw.hn.use_if_start: 0 hw.hn.bind_tx_taskq: -1 hw.hn.use_txdesc_bufring: 1 hw.hn.share_tx_taskq: 0 hw.hn.lro_entry_count: 128 hw.hn.direct_tx_size: 128 hw.hn.tx_chimney_size: 0 hw.hn.tso_maxlen: 0 hw.hn.trust_hostip: 1 hw.hn.trust_hostudp: 1 hw.hn.trust_hosttcp: 1 hw.ixlv.tx_itr: 122 hw.ixlv.rx_itr: 62 hw.ixlv.dynamic_tx_itr: 0 hw.ixlv.dynamic_rx_itr: 0 hw.ixlv.txbr_size: 4096 hw.ixlv.max_queues: 0 hw.ixlv.ring_size: 1024 hw.ixl.tx_itr: 122 hw.ixl.rx_itr: 62 hw.ixl.dynamic_tx_itr: 1 hw.ixl.dynamic_rx_itr: 1 hw.ixl.shared_debug_mask: 0 hw.ixl.core_debug_mask: 0 hw.ixl.enable_tx_fc_filter: 1 hw.ixl.max_queues: 0 hw.ixl.ring_size: 1024 hw.ixl.enable_msix: 1 hw.bxe.udp_rss: 0 hw.bxe.autogreeen: 0 hw.bxe.mrrs: -1 hw.bxe.max_aggregation_size: 0 hw.bxe.rx_budget: -1 hw.bxe.hc_tx_ticks: 50 hw.bxe.hc_rx_ticks: 25 hw.bxe.max_rx_bufs: 0 hw.bxe.queue_count: 4 hw.bxe.interrupt_mode: 2 hw.bxe.debug: 0 hw.psm.tap_timeout: 125000 hw.psm.tap_threshold: 25 hw.psm.tap_enabled: -1 hw.instruction_sse: 1 hw.bus.devctl_queue: 1000 hw.bus.devctl_disable: 0 hw.pagesizes: 4096 2097152 0 hw.availpages: 4073544 hw.intr_storm_threshold: 1000 hw.xbd.xbd_enable_indirect: 1 hw.wi.debug: 0 hw.wi.txerate: 0 hw.watchdog.wd_last_u_secs: 0 hw.watchdog.wd_last_u: 0 hw.vtnet.rx_process_limit: 512 hw.vtnet.mq_max_pairs: 8 hw.vtnet.mq_disable: 0 hw.vtnet.lro_disable: 0 hw.vtnet.tso_disable: 0 hw.vtnet.csum_disable: 0 hw.usb.ucom.cons_baud: 9600 hw.usb.ucom.cons_subunit: 0 hw.usb.ucom.cons_unit: -1 hw.usb.ucom.pps_mode: 0 hw.usb.uftdi.skip_jtag_interfaces: 1 hw.usb.urtw.preamble_mode: 2 hw.usb.uath.regdomain: 0 hw.usb.uath.countrycode: 0 hw.usb.full_ddesc: 0 hw.usb.no_cs_fail: 0 hw.usb.disable_port_power: 0 hw.usb.disable_enumeration: 0 hw.usb.power_timeout: 30 hw.usb.usb_lang_mask: 255 hw.usb.usb_lang_id: 9 hw.usb.template: 0 hw.usb.debug: 0 hw.usb.no_shutdown_wait: 0 hw.usb.no_suspend_wait: 0 hw.usb.no_boot_wait: 0 hw.usb.xhci.streams: 0 hw.broken_txfifo: 0 hw.syscons.sc_no_suspend_vtswitch: 0 hw.syscons.kbd_debug: 1 hw.syscons.kbd_reboot: 1 hw.syscons.bell: 1 hw.syscons.saver.keybonly: 1 hw.midi.seq.debug: 0 hw.midi.instroff: 0 hw.midi.dumpraw: 0 hw.midi.debug: 0 hw.midi.stat.verbose: 0 hw.snd.maxautovchans: 16 hw.snd.default_unit: -1 hw.snd.version: 2009061500/amd64 hw.snd.default_auto: -1 hw.snd.verbose: 0 hw.snd.vpc_mixer_bypass: 1 hw.snd.feeder_rate_quality: 1 hw.snd.feeder_rate_round: 25 hw.snd.feeder_rate_max: 2016000 hw.snd.feeder_rate_min: 1 hw.snd.feeder_rate_polyphase_max: 183040 hw.snd.feeder_rate_presets: 100:8:0.85 100:36:0.92 100:164:0.97 hw.snd.feeder_eq_exact_rate: 0 hw.snd.feeder_eq_presets: PEQ:16000,0.2500,62,0.2500:-9,9,1.0:44100,48000,88200,96000,176400,192000 hw.snd.basename_clone: 1 hw.snd.compat_linux_mmap: 0 hw.snd.syncdelay: -1 hw.snd.usefrags: 0 hw.snd.vpc_reset: 0 hw.snd.vpc_0db: 45 hw.snd.vpc_autoreset: 1 hw.snd.timeout: 5 hw.snd.latency_profile: 1 hw.snd.latency: 5 hw.snd.report_soft_matrix: 1 hw.snd.report_soft_formats: 1 hw.sdhci.enable_msi: 1 hw.sdhci.debug: 0 hw.safe.rngmaxalarm: 8 hw.safe.rngbufsize: 16 hw.safe.rnginterval: 1 hw.puc.msi_disable: 0 hw.pci.host_mem_start: 2147483648 hw.pci.mcfg: 1 hw.pci.default_vgapci_unit: 0 hw.pci.enable_pcie_hp: 1 hw.pci.clear_pcib: 0 hw.pci.iov_max_config: 1048576 hw.pci.enable_ari: 1 hw.pci.clear_buses: 0 hw.pci.clear_bars: 0 hw.pci.usb_early_takeover: 1 hw.pci.honor_msi_blacklist: 1 hw.pci.enable_msix: 1 hw.pci.enable_msi: 1 hw.pci.do_power_suspend: 1 hw.pci.do_power_resume: 1 hw.pci.do_power_nodriver: 0 hw.pci.realloc_bars: 0 hw.pci.enable_io_modes: 1 hw.pcic.pd6722_vsense: 1 hw.pcic.intr_mask: 57016 hw.cbb.debug: 0 hw.cbb.start_32_io: 4096 hw.cbb.start_16_io: 256 hw.cbb.start_memory: 2281701376 hw.pccard.cis_debug: 0 hw.pccard.debug: 0 hw.mwl.rxdmalow: 3 hw.mwl.rxquota: 640 hw.mwl.txcoalesce: 8 hw.mwl.txbuf: 256 hw.mwl.rxbuf: 640 hw.mwl.rxdesc: 256 hw.mmc.debug: 0 hw.mfi.mrsas_enable: 0 hw.mfi.msi: 1 hw.mfi.cmd_timeout: 30 hw.mfi.polled_cmd_timeout: 60 hw.mfi.detect_jbod_change: 1 hw.mfi.max_cmds: 128 hw.mfi.event_class: 0 hw.mfi.event_locale: 65535 hw.malo.pci.msi_disable: 0 hw.malo.txbuf: 256 hw.malo.rxquota: 256 hw.malo.rxbuf: 256 hw.malo.txcoalesce: 8 hw.kbd.keymap_restrict_change: 0 hw.ix.rxd: 2048 hw.ix.txd: 2048 hw.ix.num_queues: 0 hw.ix.enable_msix: 1 hw.ix.advertise_speed: 0 hw.ix.flow_control: 3 hw.ix.tx_process_limit: 256 hw.ix.rx_process_limit: 256 hw.ix.max_interrupt_rate: 31250 hw.ix.enable_aim: 1 hw.hifn.maxbatch: 1 hw.hifn.debug: 0 hw.firewire.sbp.tags: 0 hw.firewire.sbp.use_doorbell: 0 hw.firewire.sbp.scan_delay: 500 hw.firewire.sbp.login_delay: 1000 hw.firewire.sbp.exclusive_login: 1 hw.firewire.sbp.max_speed: -1 hw.firewire.sbp.auto_login: 1 hw.firewire.phydma_enable: 1 hw.firewire.nocyclemaster: 0 hw.firewire.fwmem.speed: 2 hw.firewire.fwmem.eui64_lo: 0 hw.firewire.fwmem.eui64_hi: 0 hw.firewire.hold_count: 0 hw.firewire.try_bmr: 1 hw.igb.tx_process_limit: -1 hw.igb.rx_process_limit: 100 hw.igb.num_queues: 0 hw.igb.header_split: 0 hw.igb.max_interrupt_rate: 8000 hw.igb.enable_msix: 1 hw.igb.enable_aim: 1 hw.igb.txd: 1024 hw.igb.rxd: 1024 hw.em.eee_setting: 1 hw.em.rx_process_limit: 100 hw.em.enable_msix: 1 hw.em.sbp: 0 hw.em.smart_pwr_down: 0 hw.em.txd: 1024 hw.em.rxd: 1024 hw.em.rx_abs_int_delay: 66 hw.em.tx_abs_int_delay: 66 hw.em.rx_int_delay: 0 hw.em.tx_int_delay: 66 hw.em.disable_crc_stripping: 0 hw.cxgbe.nm_holdoff_tmr_idx: 2 hw.cxgbe.nm_rx_ndesc: 256 hw.cxgbe.nm_black_hole: 0 hw.cxgb.tx_reclaim_threshold: 32 hw.cxgb.tx_coalesce_enable_stop: 256 hw.cxgb.tx_coalesce_enable_start: 512 hw.cxgb.tx_coalesce_force: 0 hw.cxgb.txq_mr_size: 1024 hw.cxgb.nfilters: -1 hw.cxgb.use_16k_clusters: -1 hw.cxgb.force_fw_update: 0 hw.cxgb.multiq: 1 hw.cxgb.msi_allowed: 2 hw.cardbus.cis_debug: 0 hw.cardbus.debug: 0 hw.bwn.wme: 1 hw.bwn.usedma: 1 hw.bwn.hwpctl: 0 hw.bwn.bluetooth: 1 hw.bwn.bfp: 0 hw.bge.allow_asf: 1 hw.bce.rx_ticks: 18 hw.bce.rx_ticks_int: 18 hw.bce.rx_quick_cons_trip: 6 hw.bce.rx_quick_cons_trip_int: 6 hw.bce.tx_ticks: 80 hw.bce.tx_ticks_int: 80 hw.bce.tx_quick_cons_trip: 20 hw.bce.tx_quick_cons_trip_int: 20 hw.bce.strict_rx_mtu: 0 hw.bce.hdr_split: 1 hw.bce.tx_pages: 2 hw.bce.rx_pages: 2 hw.bce.msi_enable: 1 hw.bce.tso_enable: 1 hw.bce.verbose: 1 hw.ath.bstuck: 4 hw.ath.txbuf_mgmt: 32 hw.ath.txbuf: 512 hw.ath.rxbuf: 512 hw.ath.anical: 100 hw.ath.resetcal: 1200 hw.ath.shortcal: 100 hw.ath.longcal: 30 hw.ata.ata_dma_check_80pin: 1 hw.an.an_cache_iponly: 1 hw.an.an_cache_mcastonly: 0 hw.an.an_cache_mode: dbm hw.an.an_dump: off hw.amr.force_sg32: 0 hw.aac.enable_msi: 1 machdep.tsc_freq: 3408111846 machdep.disable_tsc_calibration: 0 machdep.disable_tsc: 0 machdep.disable_msix_migration: 0 machdep.hyperthreading_allowed: 1 machdep.idle: acpi machdep.idle_available: spin, mwait, hlt, acpi machdep.idle_mwait: 1 machdep.i8254_freq: 1193182 machdep.acpi_root: 1872941056 machdep.uprintf_signal: 0 machdep.prot_fault_translation: 0 machdep.panic_on_nmi: 1 machdep.kdb_on_nmi: 1 machdep.max_ldt_segment: 1024 machdep.nkpt: 58 machdep.efi_map: Type Physical Virtual #Pages Attr ConventionalMemory 000000000000 0x0 00000058 UC WC WT WB Reserved 000000058000 0x0 00000001 UC WC WT WB ConventionalMemory 000000059000 0x0 00000045 UC WC WT WB Reserved 00000009e000 0x0 00000002 UC WC WT WB ConventionalMemory 000000100000 0x0 0003fefc UC WC WT WB LoaderData 00003fffc000 0x0 00000004 UC WC WT WB ConventionalMemory 000040000000 0x0 0001a56a UC WC WT WB BootServicesData 00005a56a000 0x0 00000040 UC WC WT WB ConventionalMemory 00005a5aa000 0x0 00008953 UC WC WT WB LoaderData 000062efd000 0x0 00007000 UC WC WT WB LoaderCode 000069efd000 0x0 00000068 UC WC WT WB LoaderData 000069f65000 0x0 000001a4 UC WC WT WB LoaderCode 00006a109000 0x0 00000019 UC WC WT WB BootServicesData 00006a122000 0x0 00000399 UC WC WT WB ACPIMemoryNVS 00006a4bb000 0x0 00000001 UC WC WT WB RuntimeServicesData 00006a4bc000 0x0 00000001 UC WC WT WB RUNTIME BootServicesData 00006a4bd000 0x0 0000009d UC WC WT WB ConventionalMemory 00006a55a000 0x0 0000000c UC WC WT WB LoaderData 00006a566000 0x0 00000003 UC WC WT WB BootServicesData 00006a569000 0x0 000043ae UC WC WT WB ConventionalMemory 00006e917000 0x0 0000017f UC WC WT WB BootServicesCode 00006ea96000 0x0 000004d7 UC WC WT WB Reserved 00006ef6d000 0x0 0000032c UC WC WT WB ConventionalMemory 00006f299000 0x0 00000494 UC WC WT WB ACPIMemoryNVS 00006f72d000 0x0 00000368 UC WC WT WB RuntimeServicesData 00006fa95000 0x0 0000050d UC WC WT WB RUNTIME RuntimeServicesCode 00006ffa2000 0x0 0000005c UC WC WT WB RUNTIME BootServicesData 00006fffe000 0x0 00000001 UC WC WT WB ConventionalMemory 000100000000 0x0 00376400 UC WC WT WB Reserved 0000000a0000 0x0 00000060 Reserved 00006ffff000 0x0 00008001 UC WC WT WB Reserved 000078000000 0x0 00010c00 MemoryMappedIO 0000e0000000 0x0 00010000 RUNTIME MemoryMappedIO 0000fe000000 0x0 00000011 UC RUNTIME MemoryMappedIO 0000fec00000 0x0 00000001 UC RUNTIME MemoryMappedIO 0000fed00000 0x0 00000001 UC RUNTIME MemoryMappedIO 0000fee00000 0x0 00000001 UC WT WB WP RUNTIME MemoryMappedIO 0000ff000000 0x0 00001000 UC WT WB WP RUNTIME machdep.bootmethod: UEFI machdep.disable_mtrrs: 0 machdep.disable_rtc_set: 0 machdep.wall_cmos_clock: 0 machdep.adjkerntz: 0 machdep.rtc_save_period: 1800 machdep.enable_panic_key: 0 machdep.acpi_timer_freq: 3579545 user.cs_path: /usr/bin:/bin:/usr/sbin:/sbin user.bc_base_max: 99 user.bc_dim_max: 2048 user.bc_scale_max: 99 user.bc_string_max: 1000 user.coll_weights_max: 10 user.expr_nest_max: 32 user.line_max: 2048 user.re_dup_max: 255 user.posix2_version: 199212 user.posix2_c_bind: 0 user.posix2_c_dev: 0 user.posix2_char_term: 0 user.posix2_fort_dev: 0 user.posix2_fort_run: 0 user.posix2_localedef: 0 user.posix2_sw_dev: 0 user.posix2_upe: 0 user.stream_max: 20 user.tzname_max: 255 p1003_1b.asynchronous_io: 200112 p1003_1b.mapped_files: 200112 p1003_1b.memlock: 0 p1003_1b.memlock_range: 0 p1003_1b.memory_protection: 0 p1003_1b.message_passing: 0 p1003_1b.prioritized_io: 0 p1003_1b.priority_scheduling: 200112 p1003_1b.realtime_signals: 200112 p1003_1b.semaphores: 0 p1003_1b.fsync: 200112 p1003_1b.shared_memory_objects: 200112 p1003_1b.synchronized_io: 0 p1003_1b.timers: 200112 p1003_1b.aio_listio_max: 16 p1003_1b.aio_max: 1024 p1003_1b.aio_prio_delta_max: 0 p1003_1b.delaytimer_max: 2147483647 p1003_1b.mq_open_max: 0 p1003_1b.pagesize: 4096 p1003_1b.rtsig_max: 62 p1003_1b.sem_nsems_max: 0 p1003_1b.sem_value_max: 0 p1003_1b.sigqueue_max: 128 p1003_1b.timer_max: 32 kstat.zfs.misc.vdev_cache_stats.misses: 0 kstat.zfs.misc.vdev_cache_stats.hits: 0 kstat.zfs.misc.vdev_cache_stats.delegations: 0 kstat.zfs.misc.arcstats.demand_hit_predictive_prefetch: 10 kstat.zfs.misc.arcstats.sync_wait_for_async: 0 kstat.zfs.misc.arcstats.arc_meta_min: 945175040 kstat.zfs.misc.arcstats.arc_meta_max: 7893360 kstat.zfs.misc.arcstats.arc_meta_limit: 3780700160 kstat.zfs.misc.arcstats.arc_meta_used: 7854776 kstat.zfs.misc.arcstats.duplicate_reads: 0 kstat.zfs.misc.arcstats.duplicate_buffers_size: 0 kstat.zfs.misc.arcstats.duplicate_buffers: 0 kstat.zfs.misc.arcstats.memory_throttle_count: 0 kstat.zfs.misc.arcstats.l2_write_buffer_list_null_iter: 0 kstat.zfs.misc.arcstats.l2_write_buffer_list_iter: 0 kstat.zfs.misc.arcstats.l2_write_buffer_bytes_scanned: 0 kstat.zfs.misc.arcstats.l2_write_pios: 0 kstat.zfs.misc.arcstats.l2_write_buffer_iter: 0 kstat.zfs.misc.arcstats.l2_write_full: 0 kstat.zfs.misc.arcstats.l2_write_not_cacheable: 0 kstat.zfs.misc.arcstats.l2_write_io_in_progress: 0 kstat.zfs.misc.arcstats.l2_write_in_l2: 0 kstat.zfs.misc.arcstats.l2_write_spa_mismatch: 0 kstat.zfs.misc.arcstats.l2_write_passed_headroom: 0 kstat.zfs.misc.arcstats.l2_write_trylock_fail: 0 kstat.zfs.misc.arcstats.l2_padding_needed: 0 kstat.zfs.misc.arcstats.l2_compress_failures: 0 kstat.zfs.misc.arcstats.l2_compress_zeros: 0 kstat.zfs.misc.arcstats.l2_compress_successes: 0 kstat.zfs.misc.arcstats.l2_hdr_size: 0 kstat.zfs.misc.arcstats.l2_asize: 0 kstat.zfs.misc.arcstats.l2_size: 0 kstat.zfs.misc.arcstats.l2_io_error: 0 kstat.zfs.misc.arcstats.l2_cksum_bad: 0 kstat.zfs.misc.arcstats.l2_abort_lowmem: 0 kstat.zfs.misc.arcstats.l2_cdata_free_on_write: 0 kstat.zfs.misc.arcstats.l2_free_on_write: 0 kstat.zfs.misc.arcstats.l2_evict_l1cached: 0 kstat.zfs.misc.arcstats.l2_evict_reading: 0 kstat.zfs.misc.arcstats.l2_evict_lock_retry: 0 kstat.zfs.misc.arcstats.l2_writes_lock_retry: 0 kstat.zfs.misc.arcstats.l2_writes_error: 0 kstat.zfs.misc.arcstats.l2_writes_done: 0 kstat.zfs.misc.arcstats.l2_writes_sent: 0 kstat.zfs.misc.arcstats.l2_write_bytes: 0 kstat.zfs.misc.arcstats.l2_read_bytes: 0 kstat.zfs.misc.arcstats.l2_rw_clash: 0 kstat.zfs.misc.arcstats.l2_feeds: 0 kstat.zfs.misc.arcstats.l2_misses: 0 kstat.zfs.misc.arcstats.l2_hits: 0 kstat.zfs.misc.arcstats.mfu_ghost_evictable_metadata: 0 kstat.zfs.misc.arcstats.mfu_ghost_evictable_data: 0 kstat.zfs.misc.arcstats.mfu_ghost_size: 0 kstat.zfs.misc.arcstats.mfu_evictable_metadata: 420864 kstat.zfs.misc.arcstats.mfu_evictable_data: 25918464 kstat.zfs.misc.arcstats.mfu_size: 26456064 kstat.zfs.misc.arcstats.mru_ghost_evictable_metadata: 0 kstat.zfs.misc.arcstats.mru_ghost_evictable_data: 0 kstat.zfs.misc.arcstats.mru_ghost_size: 0 kstat.zfs.misc.arcstats.mru_evictable_metadata: 530944 kstat.zfs.misc.arcstats.mru_evictable_data: 42280960 kstat.zfs.misc.arcstats.mru_size: 47604224 kstat.zfs.misc.arcstats.anon_evictable_metadata: 0 kstat.zfs.misc.arcstats.anon_evictable_data: 0 kstat.zfs.misc.arcstats.anon_size: 279040 kstat.zfs.misc.arcstats.other_size: 1594840 kstat.zfs.misc.arcstats.metadata_size: 5877760 kstat.zfs.misc.arcstats.data_size: 68551168 kstat.zfs.misc.arcstats.hdr_size: 382176 kstat.zfs.misc.arcstats.size: 76405944 kstat.zfs.misc.arcstats.c_max: 15122800640 kstat.zfs.misc.arcstats.c_min: 1890350080 kstat.zfs.misc.arcstats.c: 15122800640 kstat.zfs.misc.arcstats.p: 7561400320 kstat.zfs.misc.arcstats.hash_chain_max: 1 kstat.zfs.misc.arcstats.hash_chains: 1 kstat.zfs.misc.arcstats.hash_collisions: 27 kstat.zfs.misc.arcstats.hash_elements_max: 1330 kstat.zfs.misc.arcstats.hash_elements: 1321 kstat.zfs.misc.arcstats.evict_l2_skip: 0 kstat.zfs.misc.arcstats.evict_l2_ineligible: 0 kstat.zfs.misc.arcstats.evict_l2_eligible: 67584 kstat.zfs.misc.arcstats.evict_l2_cached: 0 kstat.zfs.misc.arcstats.evict_not_enough: 0 kstat.zfs.misc.arcstats.evict_skip: 0 kstat.zfs.misc.arcstats.mutex_miss: 0 kstat.zfs.misc.arcstats.deleted: 7 kstat.zfs.misc.arcstats.allocated: 13883 kstat.zfs.misc.arcstats.mfu_ghost_hits: 0 kstat.zfs.misc.arcstats.mfu_hits: 122986 kstat.zfs.misc.arcstats.mru_ghost_hits: 0 kstat.zfs.misc.arcstats.mru_hits: 18244 kstat.zfs.misc.arcstats.prefetch_metadata_misses: 61 kstat.zfs.misc.arcstats.prefetch_metadata_hits: 144 kstat.zfs.misc.arcstats.prefetch_data_misses: 10 kstat.zfs.misc.arcstats.prefetch_data_hits: 35 kstat.zfs.misc.arcstats.demand_metadata_misses: 6776 kstat.zfs.misc.arcstats.demand_metadata_hits: 34555 kstat.zfs.misc.arcstats.demand_data_misses: 5759 kstat.zfs.misc.arcstats.demand_data_hits: 106675 kstat.zfs.misc.arcstats.misses: 12606 kstat.zfs.misc.arcstats.hits: 141409 kstat.zfs.misc.zcompstats.skipped_insufficient_gain: 1 kstat.zfs.misc.zcompstats.empty: 34 kstat.zfs.misc.zcompstats.attempts: 28183 kstat.zfs.misc.zfetchstats.max_streams: 172872 kstat.zfs.misc.zfetchstats.misses: 176687 kstat.zfs.misc.zfetchstats.hits: 787 kstat.zfs.misc.xuio_stats.write_buf_nocopy: 0 kstat.zfs.misc.xuio_stats.write_buf_copied: 0 kstat.zfs.misc.xuio_stats.read_buf_nocopy: 0 kstat.zfs.misc.xuio_stats.read_buf_copied: 0 kstat.zfs.misc.xuio_stats.onloan_write_buf: 0 kstat.zfs.misc.xuio_stats.onloan_read_buf: 0 kstat.zfs.misc.zio_trim.failed: 0 kstat.zfs.misc.zio_trim.unsupported: 0 kstat.zfs.misc.zio_trim.success: 1248 kstat.zfs.misc.zio_trim.bytes: 159399936 hptmv.status: RocketRAID 18xx SATA Controller driver Version v1.16 dev.aesni.0.%parent: nexus0 dev.aesni.0.%pnpinfo: dev.aesni.0.%location: dev.aesni.0.%driver: aesni dev.aesni.0.%desc: AES-CBC,AES-XTS,AES-GCM,AES-ICM dev.aesni.%parent: dev.ukbd.0.%parent: uhub0 dev.ukbd.0.%pnpinfo: vendor=0x04d9 product=0x1203 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x0280 mode=host intclass=0x03 intsubclass=0x01 intprotocol=0x01 dev.ukbd.0.%location: bus=0 hubaddr=1 port=9 devaddr=3 interface=0 ugen=ugen0.3 dev.ukbd.0.%driver: ukbd dev.ukbd.0.%desc: vendor 0x04d9 product 0x1203, class 0/0, rev 2.00/2.80, addr 2 dev.ukbd.%parent: dev.uhid.1.%parent: uhub0 dev.uhid.1.%pnpinfo: vendor=0x04d9 product=0x1203 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x0280 mode=host intclass=0x03 intsubclass=0x00 intprotocol=0x00 dev.uhid.1.%location: bus=0 hubaddr=1 port=9 devaddr=3 interface=1 ugen=ugen0.3 dev.uhid.1.%driver: uhid dev.uhid.1.%desc: vendor 0x04d9 product 0x1203, class 0/0, rev 2.00/2.80, addr 2 dev.uhid.0.%parent: uhub0 dev.uhid.0.%pnpinfo: vendor=0x2516 product=0x0003 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x0032 mode=host intclass=0x03 intsubclass=0x01 intprotocol=0x00 dev.uhid.0.%location: bus=0 hubaddr=1 port=8 devaddr=2 interface=0 ugen=ugen0.2 dev.uhid.0.%driver: uhid dev.uhid.0.%desc: vendor 0x2516 Xornet gaming mouse, class 0/0, rev 2.00/0.32, addr 1 dev.uhid.%parent: dev.uhub.0.disable_port_power: 0 dev.uhub.0.disable_enumeration: 0 dev.uhub.0.%parent: usbus0 dev.uhub.0.%pnpinfo: dev.uhub.0.%location: dev.uhub.0.%driver: uhub dev.uhub.0.%desc: 0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1 dev.uhub.%parent: dev.cpufreq.3.%parent: cpu3 dev.cpufreq.3.%pnpinfo: dev.cpufreq.3.%location: dev.cpufreq.3.%driver: cpufreq dev.cpufreq.3.%desc: dev.cpufreq.2.%parent: cpu2 dev.cpufreq.2.%pnpinfo: dev.cpufreq.2.%location: dev.cpufreq.2.%driver: cpufreq dev.cpufreq.2.%desc: dev.cpufreq.1.%parent: cpu1 dev.cpufreq.1.%pnpinfo: dev.cpufreq.1.%location: dev.cpufreq.1.%driver: cpufreq dev.cpufreq.1.%desc: dev.cpufreq.0.%parent: cpu0 dev.cpufreq.0.%pnpinfo: dev.cpufreq.0.%location: dev.cpufreq.0.%driver: cpufreq dev.cpufreq.0.%desc: dev.cpufreq.%parent: dev.est.3.freq_settings: 3401/65000 3400/65000 3200/59714 3000/54621 2800/49726 2700/47343 2500/42715 2300/38276 2100/34006 1900/29911 1700/26524 1500/22755 1400/20934 1200/17417 1000/14058 800/10857 dev.est.3.%parent: cpu3 dev.est.3.%pnpinfo: dev.est.3.%location: dev.est.3.%driver: est dev.est.3.%desc: Enhanced SpeedStep Frequency Control dev.est.2.freq_settings: 3401/65000 3400/65000 3200/59714 3000/54621 2800/49726 2700/47343 2500/42715 2300/38276 2100/34006 1900/29911 1700/26524 1500/22755 1400/20934 1200/17417 1000/14058 800/10857 dev.est.2.%parent: cpu2 dev.est.2.%pnpinfo: dev.est.2.%location: dev.est.2.%driver: est dev.est.2.%desc: Enhanced SpeedStep Frequency Control dev.est.1.freq_settings: 3401/65000 3400/65000 3200/59714 3000/54621 2800/49726 2700/47343 2500/42715 2300/38276 2100/34006 1900/29911 1700/26524 1500/22755 1400/20934 1200/17417 1000/14058 800/10857 dev.est.1.%parent: cpu1 dev.est.1.%pnpinfo: dev.est.1.%location: dev.est.1.%driver: est dev.est.1.%desc: Enhanced SpeedStep Frequency Control dev.est.0.freq_settings: 3401/65000 3400/65000 3200/59714 3000/54621 2800/49726 2700/47343 2500/42715 2300/38276 2100/34006 1900/29911 1700/26524 1500/22755 1400/20934 1200/17417 1000/14058 800/10857 dev.est.0.%parent: cpu0 dev.est.0.%pnpinfo: dev.est.0.%location: dev.est.0.%driver: est dev.est.0.%desc: Enhanced SpeedStep Frequency Control dev.est.%parent: dev.acpi_perf.3.%parent: cpu3 dev.acpi_perf.3.%pnpinfo: dev.acpi_perf.3.%location: dev.acpi_perf.3.%driver: acpi_perf dev.acpi_perf.3.%desc: dev.acpi_perf.2.%parent: cpu2 dev.acpi_perf.2.%pnpinfo: dev.acpi_perf.2.%location: dev.acpi_perf.2.%driver: acpi_perf dev.acpi_perf.2.%desc: dev.acpi_perf.1.%parent: cpu1 dev.acpi_perf.1.%pnpinfo: dev.acpi_perf.1.%location: dev.acpi_perf.1.%driver: acpi_perf dev.acpi_perf.1.%desc: dev.acpi_perf.0.%parent: cpu0 dev.acpi_perf.0.%pnpinfo: dev.acpi_perf.0.%location: dev.acpi_perf.0.%driver: acpi_perf dev.acpi_perf.0.%desc: dev.acpi_perf.%parent: dev.atkbd.0.%parent: atkbdc0 dev.atkbd.0.%pnpinfo: dev.atkbd.0.%location: dev.atkbd.0.%driver: atkbd dev.atkbd.0.%desc: AT Keyboard dev.atkbd.%parent: dev.atkbdc.0.%parent: isa0 dev.atkbdc.0.%pnpinfo: dev.atkbdc.0.%location: dev.atkbdc.0.%driver: atkbdc dev.atkbdc.0.%desc: Keyboard controller (i8042) dev.atkbdc.%parent: dev.apic.0.%parent: nexus0 dev.apic.0.%pnpinfo: dev.apic.0.%location: dev.apic.0.%driver: apic dev.apic.0.%desc: APIC resources dev.apic.%parent: dev.fpupnp.0.%parent: acpi0
it freezes here and i have to close terminal
-
Seem like you have an ACPI problem if it is failing to read those values.
You might try a different ACPI mode in the BIOS. But it's probably because the motherboard vendor wrote it for Windows only. You running the latest BIOS?
Steve
-
Seem like you have an ACPI problem if it is failing to read those values.
You might try a different ACPI mode in the BIOS. But it's probably because the motherboard vendor wrote it for Windows only. You running the latest BIOS?
Steve
Yep. latest bios. I tried turning off acpi all kinds of ways .. changed settings for over 4 hours , reinstalled pfsense multiple times. I may be unlucky but I think its a pervasive issue because I read few other online posts of different day 0 kaby lake support mobo's (200 series chipsets) having similar issues on freebsd
-
Took a bunch of random shots of bios incase anyone see's any red flags
-
edit: bad info's i gave
-
also btw dont do this shit you see all over the net
set hint.acpi.0.disabled="1"
cause then your pc wont boot and you'll spend an hour trying to figure out how to fix it
-
also btw dont do this shit you see all over the net
set hint.acpi.0.disabled="1"
cause then your pc wont boot and you'll spend an hour trying to figure out how to fix it
The quoted setting to disable ACPI was valid advice around the year 2000 when ACPI was brand new and the implentations were sometimes very buggy, not anymore. Don't disable ACPI on any modern system, you'll just shoot yourself in the foot.
-
Ah ok thanks for background
also i just tried rebooting and it hanged again, so I guess what I said early about adding a pci-e card didnt fix it
-
anyone have updates on this? it's terrible having nice new hardware upgrade, but you can reboot the thing without physically going to the case and hitting the reset button