• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

Unable to reboot 2.4

2.4 Development Snapshots
12
45
9.9k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P
    pfBasic Banned
    last edited by Apr 6, 2017, 11:25 PM

    Is there anything in the system logs at the time of shutdown?

    Did anything change when this started happening?

    1 Reply Last reply Reply Quote 0
    • P
      psulions5
      last edited by Apr 7, 2017, 2:48 AM

      Logs didnt show much.  This was a fresh install of the latest snapshot for 2.4.  I run the same snapshot in a hyper-v container, and it has no issues rebooting.

      So strange.

      1 Reply Last reply Reply Quote 0
      • P
        psulions5
        last edited by Apr 7, 2017, 3:17 AM

        Specs are:

        7700K
        Asrock H270M ITX
        8GB Ram
        Intel Pro/1000 4 port NIC.

        Forgot to post them.

        1 Reply Last reply Reply Quote 0
        • P
          pfBasic Banned
          last edited by Apr 7, 2017, 7:09 AM

          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.

          1 Reply Last reply Reply Quote 0
          • P
            psulions5
            last edited by Apr 7, 2017, 11:33 AM

            I will try that tonight, thank you!

            Someone on Reddit says he experiences something similar, and when he unplugs the WAN, it instantly finishes rebooting.  I haven't tried this yet though.

            1 Reply Last reply Reply Quote 0
            • P
              psulions5
              last edited by Apr 7, 2017, 9:27 PM

              @pfBasic:

              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.  :(

              1 Reply Last reply Reply Quote 0
              • P
                pfBasic Banned
                last edited by Apr 7, 2017, 11:29 PM

                Interesting, sounds like a hardware issue. What is your install media?

                Also might want to check out your bios settings and turn off unneeded features. You'll have to search around the forums to pursue this, I have never had to adjust bios for pfsense.

                1 Reply Last reply Reply Quote 0
                • P
                  psulions5
                  last edited by Apr 8, 2017, 12:23 PM

                  Yeah,  I have been going around disabling stuff.  I will search the forum looking for a possible cause with the BIOS.

                  1 Reply Last reply Reply Quote 0
                  • P
                    psulions5
                    last edited by Apr 8, 2017, 12:25 PM

                    Is there a console command that I can use to force a reboot instead of the normal process?  In case of an emergency need to reboot or something?  Like if I am away from home etc.

                    Thanks.

                    1 Reply Last reply Reply Quote 0
                    • P
                      pfBasic Banned
                      last edited by Apr 9, 2017, 3:22 AM Apr 8, 2017, 5:14 PM

                      https://www.freebsd.org/cgi/man.cgi?reboot(8)

                      1 Reply Last reply Reply Quote 0
                      • S
                        stephenw10 Netgate Administrator
                        last edited by Apr 9, 2017, 2:01 AM

                        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

                        1 Reply Last reply Reply Quote 0
                        • K
                          kpa
                          last edited by Apr 9, 2017, 12:28 PM

                          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
                          
                          
                          1 Reply Last reply Reply Quote 0
                          • P
                            psulions5
                            last edited by Apr 9, 2017, 3:30 PM

                            @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.

                            1 Reply Last reply Reply Quote 0
                            • K
                              kpa
                              last edited by Apr 9, 2017, 3:44 PM Apr 9, 2017, 3:33 PM

                              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.

                              1 Reply Last reply Reply Quote 0
                              • P
                                psulions5
                                last edited by Apr 11, 2017, 4:43 PM

                                Thank you!

                                1 Reply Last reply Reply Quote 0
                                • D
                                  docBliny
                                  last edited by Apr 11, 2017, 10:31 PM

                                  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.2

                                  Let 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.

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    stephenw10 Netgate Administrator
                                    last edited by Apr 12, 2017, 2:46 PM

                                    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

                                    1 Reply Last reply Reply Quote 0
                                    • R
                                      Runenaldo
                                      last edited by Apr 21, 2017, 9:15 PM

                                      @psulions5:

                                      @pfBasic:

                                      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 RAM

                                      Any updates?

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        meruem
                                        last edited by Apr 22, 2017, 8:11 AM Apr 22, 2017, 7:21 AM

                                        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

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          meruem
                                          last edited by Apr 22, 2017, 8:56 AM

                                          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
                                          
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.