r730-01

This post has been replaced by a newer one.

For reference, the previous post on this server is still available.

Today I noticed this post is out of date. I like to keep this information around for each host, just in case it’s needed during a rescue mission.

This is my primary developer server in my basement.

gpart

g%                                                                                                                                                                                           [14:26 r730-01 dvl ~] % gpart show
=>       40  488397088  nvd0  GPT  (233G)
         40  488397088        - free -  (233G)

=>       40  937703008  ada0  GPT  (447G)
         40       1024     1  freebsd-boot  (512K)
       1064        984        - free -  (492K)
       2048   41943040     2  freebsd-swap  (20G)
   41945088  895756288     3  freebsd-zfs  (427G)
  937701376       1672        - free -  (836K)

=>       40  937703008  ada1  GPT  (447G)
         40       1024     1  freebsd-boot  (512K)
       1064        984        - free -  (492K)
       2048   41943040     2  freebsd-swap  (20G)
   41945088  895756288     3  freebsd-zfs  (427G)
  937701376       1672        - free -  (836K)

=>        40  1562824288  da0  GPT  (745G)
          40  1562824288    1  freebsd-zfs  (745G)

=>        40  1562824288  da1  GPT  (745G)
          40  1562824288    1  freebsd-zfs  (745G)

=>        40  1562824288  da2  GPT  (745G)
          40  1562824288    1  freebsd-zfs  (745G)

=>        40  1562824288  da3  GPT  (745G)
          40  1562824288    1  freebsd-zfs  (745G)

=>        40  1562824288  da4  GPT  (745G)
          40  1562824288    1  freebsd-zfs  (745G)

=>        40  1562824288  da5  GPT  (745G)
          40  1562824288    1  freebsd-zfs  (745G)

=>        40  1562824288  da7  GPT  (745G)
          40  1562824288    1  freebsd-zfs  (745G)

=>        40  1562824288  da6  GPT  (745G)
          40  1562824288    1  freebsd-zfs  (745G)

=>        40  3750748768  da12  GPT  (1.7T)
          40  3750748768     1  freebsd-zfs  (1.7T)

=>        40  3750748768  da13  GPT  (1.7T)
          40  3750748768     1  freebsd-zfs  (1.7T)

=>        40  7814037088  da11  GPT  (3.6T)
          40  7814037088     1  freebsd-zfs  (3.6T)

=>        40  7814037088  da8  GPT  (3.6T)
          40  7814037088    1  freebsd-zfs  (3.6T)

=>        40  7814037088  da10  GPT  (3.6T)
          40  7814037088     1  freebsd-zfs  (3.6T)

=>        40  7814037088  da9  GPT  (3.6T)
          40  7814037088    1  freebsd-zfs  (3.6T)

zpool list

[14:26 r730-01 dvl ~] % zpool list
NAME     SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
data01  5.81T  3.82T  1.99T        -         -     2%    65%  1.00x    ONLINE  -
data02  1.73T  1.32T   423G        -         -    52%    76%  1.00x    ONLINE  -
data03  7.25T  1.62T  5.63T        -         -    26%    22%  1.00x    ONLINE  -
zroot    424G  9.94G   414G        -         -     9%     2%  1.00x    ONLINE  -

zpool status

[14:26 r730-01 dvl ~] % zpool status
  pool: data01
 state: ONLINE
  scan: scrub repaired 0B in 00:26:08 with 0 errors on Sat Sep 23 04:21:23 2023
config:

	NAME                  STATE     READ WRITE CKSUM
	data01                ONLINE       0     0     0
	  raidz2-0            ONLINE       0     0     0
	    gpt/Y7P0A022TEVE  ONLINE       0     0     0
	    gpt/Y7P0A02ATEVE  ONLINE       0     0     0
	    gpt/Y7P0A02DTEVE  ONLINE       0     0     0
	    gpt/Y7P0A02GTEVE  ONLINE       0     0     0
	    gpt/Y7P0A02LTEVE  ONLINE       0     0     0
	    gpt/Y7P0A02MTEVE  ONLINE       0     0     0
	    gpt/Y7P0A02QTEVE  ONLINE       0     0     0
	    gpt/Y7P0A033TEVE  ONLINE       0     0     0

errors: No known data errors

  pool: data02
 state: ONLINE
  scan: scrub repaired 0B in 00:56:37 with 0 errors on Fri Sep 22 06:14:31 2023
config:

	NAME                        STATE     READ WRITE CKSUM
	data02                      ONLINE       0     0     0
	  mirror-0                  ONLINE       0     0     0
	    gpt/BTHC536302CT400VGN  ONLINE       0     0     0
	    gpt/S2NKNCAH501536P     ONLINE       0     0     0

errors: No known data errors

  pool: data03
 state: ONLINE
  scan: scrub repaired 0B in 00:59:23 with 0 errors on Sun Sep 17 04:37:52 2023
config:

	NAME                     STATE     READ WRITE CKSUM
	data03                   ONLINE       0     0     0
	  mirror-0               ONLINE       0     0     0
	    gpt/WD_22492H800867  ONLINE       0     0     0
	    gpt/WD_230151801284  ONLINE       0     0     0
	  mirror-1               ONLINE       0     0     0
	    gpt/WD_230151801478  ONLINE       0     0     0
	    gpt/WD_230151800473  ONLINE       0     0     0

errors: No known data errors

  pool: zroot
 state: ONLINE
  scan: scrub repaired 0B in 00:00:40 with 0 errors on Tue Sep 19 04:05:10 2023
config:

	NAME        STATE     READ WRITE CKSUM
	zroot       ONLINE       0     0     0
	  mirror-0  ONLINE       0     0     0
	    ada0p3  ONLINE       0     0     0
	    ada1p3  ONLINE       0     0     0

errors: No known data errors

zfs list

[14:27 r730-01 dvl ~] % zfs list
NAME                                                                 USED  AVAIL     REFER  MOUNTPOINT
data01                                                              2.71T  1.29T      205K  none
data01/bacula                                                       2.01T  1.29T      188K  /jails/bacula-sd-03/usr/local/bacula
data01/bacula/volumes                                               2.01T  1.29T      205K  /jails/bacula-sd-03/usr/local/bacula/volumes
data01/bacula/volumes/DiffFile-03                                    549G  1.29T      549G  /jails/bacula-sd-03/usr/local/bacula/volumes/DiffFile-03
data01/bacula/volumes/FullFile-03                                   1021G  1.29T     1021G  /jails/bacula-sd-03/usr/local/bacula/volumes/FullFile-03
data01/bacula/volumes/IncrFile-03                                    492G  1.29T      492G  /jails/bacula-sd-03/usr/local/bacula/volumes/IncrFile-03
data01/bacula/working                                                264K  1.29T      264K  /jails/bacula-sd-03/usr/local/bacula/working
data01/jail_within_jail                                              956M  1.29T      205K  none
data01/jail_within_jail/jails                                        617M  1.29T      205K  none
data01/jail_within_jail/jails/freshports                             617M  1.29T      617M  none
data01/jail_within_jail/mkjail                                       339M  1.29T      339M  none
data01/mkjail                                                       6.71G  1.29T     3.16G  /var/db/mkjail
data01/mkjail/12.4-RELEASE                                          1.19G  1.29T     1.19G  /var/db/mkjail/12.4-RELEASE
data01/mkjail/13.0-RELEASE                                          1.14G  1.29T     1.14G  /var/db/mkjail/13.0-RELEASE
data01/mkjail/13.1-RELEASE                                          1.21G  1.29T     1.21G  /var/db/mkjail/13.1-RELEASE
data01/pg02_root_DUMPING                                            3.19G  1.29T      205K  /jails/pg02/root/DUMPING
data01/samba                                                         707G  1.29T      222K  /jails/fileserver/usr/local/samba
data01/samba/dan                                                     260G  1.29T      260G  /jails/fileserver/usr/local/samba/dan
data01/samba/public                                                 21.0G  1.29T     21.0G  /jails/fileserver/usr/local/samba/public
data01/samba/transfer                                               1.48G  1.29T     1.48G  /jails/fileserver/usr/local/samba/transfer
data01/samba/video                                                   424G  1.29T      424G  /data/video
data02                                                              1.32T   368G       96K  none
data02/data                                                           96K   368G       96K  none
data02/freshports                                                    773G   368G       88K  none
data02/freshports/dev-ingress01                                      184G   368G       88K  none
data02/freshports/dev-ingress01/dan-src                              160G   368G      160G  /jails/dev-ingress01/usr/home/dan/src
data02/freshports/dev-ingress01/freshports                          16.3G   368G     1.08G  /jails/dev-ingress01/var/db/freshports
data02/freshports/dev-ingress01/freshports/cache                     972K   368G      140K  /jails/dev-ingress01/var/db/freshports/cache
data02/freshports/dev-ingress01/freshports/cache/html                672K   368G      272K  /jails/dev-ingress01/var/db/freshports/cache/html
data02/freshports/dev-ingress01/freshports/cache/spooling            160K   368G       96K  /jails/dev-ingress01/var/db/freshports/cache/spooling
data02/freshports/dev-ingress01/freshports/message-queues           15.2G   368G     13.8M  /jails/dev-ingress01/var/db/freshports/message-queues
data02/freshports/dev-ingress01/freshports/message-queues/archive   15.2G   368G     15.2G  /jails/dev-ingress01/var/db/freshports/message-queues/archive
data02/freshports/dev-ingress01/ingress                             7.93G   368G       96K  /jails/dev-ingress01/var/db/ingress
data02/freshports/dev-ingress01/ingress/message-queues              3.32M   368G     1.60M  /jails/dev-ingress01/var/db/ingress/message-queues
data02/freshports/dev-ingress01/ingress/repos                       7.93G   368G     2.67G  /jails/dev-ingress01/var/db/ingress/repos
data02/freshports/dev-ingress01/ingress/repos/src                   4.05G   368G     2.39G  /jails/dev-ingress01/var/db/ingress/repos/src
data02/freshports/dev-ingress01/modules                             3.71M   368G     3.28M  /jails/dev-ingress01/usr/local/lib/perl5/site_perl/FreshPorts
data02/freshports/dev-ingress01/scripts                             2.69M   368G     2.25M  /jails/dev-ingress01/usr/local/libexec/freshports
data02/freshports/dev-nginx01                                       55.1M   368G       96K  none
data02/freshports/dev-nginx01/usr                                    192K   368G       96K  none
data02/freshports/dev-nginx01/usr/local                               96K   368G       96K  none
data02/freshports/dev-nginx01/www                                   54.8M   368G       96K  /jails/dev-nginx01/usr/local/www
data02/freshports/dev-nginx01/www/freshports                        51.3M   368G     45.9M  /jails/dev-nginx01/usr/local/www/freshports
data02/freshports/dev-nginx01/www/freshsource                       3.39M   368G     2.82M  /jails/dev-nginx01/usr/local/www/freshsource
data02/freshports/jailed                                             543G   368G       96K  none
data02/freshports/jailed/dev-ingress01                               137G   368G       96K  none
data02/freshports/jailed/dev-ingress01/jails                         137G   368G      104K  /jails
data02/freshports/jailed/dev-ingress01/jails/freshports              137G   368G      135G  /jails/freshports
data02/freshports/jailed/dev-ingress01/mkjail                        719M   368G      719M  /var/db/mkjail
data02/freshports/jailed/dev-nginx01                                12.4M   368G       96K  none
data02/freshports/jailed/dev-nginx01/cache                          12.3M   368G       96K  /var/db/freshports/cache
data02/freshports/jailed/dev-nginx01/cache/categories                 96K   368G       96K  /var/db/freshports/cache/categories
data02/freshports/jailed/dev-nginx01/cache/commits                  10.5M   368G     10.4M  /var/db/freshports/cache/commits
data02/freshports/jailed/dev-nginx01/cache/daily                      96K   368G       96K  /var/db/freshports/cache/daily
data02/freshports/jailed/dev-nginx01/cache/general                    96K   368G       96K  /var/db/freshports/cache/general
data02/freshports/jailed/dev-nginx01/cache/news                      240K   368G      168K  /var/db/freshports/cache/news
data02/freshports/jailed/dev-nginx01/cache/packages                  172K   368G      100K  /var/db/freshports/cache/packages
data02/freshports/jailed/dev-nginx01/cache/pages                      96K   368G       96K  /var/db/freshports/cache/pages
data02/freshports/jailed/dev-nginx01/cache/ports                     712K   368G      640K  /var/db/freshports/cache/ports
data02/freshports/jailed/dev-nginx01/cache/spooling                  216K   368G      120K  /var/db/freshports/cache/spooling
data02/freshports/jailed/stage-ingress01                             270G   368G       96K  none
data02/freshports/jailed/stage-ingress01/jails                       270G   368G       96K  /jails
data02/freshports/jailed/stage-ingress01/jails/freshports            270G   368G      135G  /jails/freshports
data02/freshports/jailed/stage-ingress01/mkjail                      340M   368G      340M  /var/db/mkjail
data02/freshports/jailed/stage-nginx01                               323M   368G       96K  none
data02/freshports/jailed/stage-nginx01/cache                         323M   368G      288K  /var/db/freshports/cache
data02/freshports/jailed/stage-nginx01/cache/categories              292K   368G      220K  /var/db/freshports/cache/categories
data02/freshports/jailed/stage-nginx01/cache/commits                 318M   368G      317M  /var/db/freshports/cache/commits
data02/freshports/jailed/stage-nginx01/cache/daily                   292K   368G      220K  /var/db/freshports/cache/daily
data02/freshports/jailed/stage-nginx01/cache/general                  96K   368G       96K  /var/db/freshports/cache/general
data02/freshports/jailed/stage-nginx01/cache/news                    288K   368G      216K  /var/db/freshports/cache/news
data02/freshports/jailed/stage-nginx01/cache/packages                 96K   368G       96K  /var/db/freshports/cache/packages
data02/freshports/jailed/stage-nginx01/cache/pages                    96K   368G       96K  /var/db/freshports/cache/pages
data02/freshports/jailed/stage-nginx01/cache/ports                  3.47M   368G     3.40M  /var/db/freshports/cache/ports
data02/freshports/jailed/stage-nginx01/cache/spooling                216K   368G      120K  /var/db/freshports/cache/spooling
data02/freshports/jailed/test-ingress01                              135G   368G       96K  none
data02/freshports/jailed/test-ingress01/jails                        135G   368G       96K  /jails
data02/freshports/jailed/test-ingress01/jails/freshports             135G   368G      135G  /jails/freshports
data02/freshports/jailed/test-ingress01/mkjail                       340M   368G      340M  /var/db/mkjail
data02/freshports/jailed/test-nginx01                               18.0M   368G       96K  none
data02/freshports/jailed/test-nginx01/cache                         17.9M   368G      272K  /var/db/freshports/cache
data02/freshports/jailed/test-nginx01/cache/categories               404K   368G      332K  /var/db/freshports/cache/categories
data02/freshports/jailed/test-nginx01/cache/commits                 10.6M   368G     10.6M  /var/db/freshports/cache/commits
data02/freshports/jailed/test-nginx01/cache/daily                    328K   368G      256K  /var/db/freshports/cache/daily
data02/freshports/jailed/test-nginx01/cache/general                  216K   368G      120K  /var/db/freshports/cache/general
data02/freshports/jailed/test-nginx01/cache/news                     240K   368G      168K  /var/db/freshports/cache/news
data02/freshports/jailed/test-nginx01/cache/packages                  96K   368G       96K  /var/db/freshports/cache/packages
data02/freshports/jailed/test-nginx01/cache/pages                     96K   368G       96K  /var/db/freshports/cache/pages
data02/freshports/jailed/test-nginx01/cache/ports                   5.41M   368G     5.34M  /var/db/freshports/cache/ports
data02/freshports/jailed/test-nginx01/cache/spooling                 216K   368G      120K  /var/db/freshports/cache/spooling
data02/freshports/stage-ingress01                                   21.2G   368G       96K  none
data02/freshports/stage-ingress01/cache                              924K   368G       96K  /jails/stage-ingress01/var/db/freshports/cache
data02/freshports/stage-ingress01/cache/html                         480K   368G      148K  /jails/stage-ingress01/var/db/freshports/cache/html
data02/freshports/stage-ingress01/cache/spooling                     348K   368G      160K  /jails/stage-ingress01/var/db/freshports/cache/spooling
data02/freshports/stage-ingress01/freshports                        13.5G   368G       96K  none
data02/freshports/stage-ingress01/freshports/archive                13.5G   368G     13.5G  /jails/stage-ingress01/var/db/freshports/message-queues/archive
data02/freshports/stage-ingress01/freshports/message-queues         17.5M   368G     13.0M  /jails/stage-ingress01/var/db/freshports/message-queues
data02/freshports/stage-ingress01/ingress                           7.71G   368G       96K  /jails/stage-ingress01/var/db/ingress
data02/freshports/stage-ingress01/ingress/message-queues            3.34M   368G     1.17M  /jails/stage-ingress01/var/db/ingress/message-queues
data02/freshports/stage-ingress01/ingress/repos                     7.71G   368G     4.96G  /jails/stage-ingress01/var/db/ingress/repos
data02/freshports/test-ingress01                                    25.4G   368G       96K  none
data02/freshports/test-ingress01/freshports                         14.6G   368G     1.08G  /jails/test-ingress01/var/db/freshports
data02/freshports/test-ingress01/freshports/cache                   1.12M   368G       96K  /jails/test-ingress01/var/db/freshports/cache
data02/freshports/test-ingress01/freshports/cache/html               716K   368G      288K  /jails/test-ingress01/var/db/freshports/cache/html
data02/freshports/test-ingress01/freshports/cache/spooling           336K   368G      152K  /jails/test-ingress01/var/db/freshports/cache/spooling
data02/freshports/test-ingress01/freshports/message-queues          13.5G   368G     8.16M  /jails/test-ingress01/var/db/freshports/message-queues
data02/freshports/test-ingress01/freshports/message-queues/archive  13.5G   368G     13.5G  /jails/test-ingress01/var/db/freshports/message-queues/archive
data02/freshports/test-ingress01/ingress                            10.8G   368G      104K  /jails/test-ingress01/var/db/ingress
data02/freshports/test-ingress01/ingress/message-queues             3.44M   368G     1.17M  /jails/test-ingress01/var/db/ingress/message-queues
data02/freshports/test-ingress01/ingress/repos                      10.7G   368G     5.07G  /jails/test-ingress01/var/db/ingress/repos
data02/jails                                                         473G   368G      224K  /jails
data02/jails/bacula                                                 23.9G   368G     20.3G  /jails/bacula
data02/jails/bacula-sd-02                                           9.31G   368G     5.64G  /jails/bacula-sd-02
data02/jails/bacula-sd-03                                           9.04G   368G     5.73G  /jails/bacula-sd-03
data02/jails/besser                                                 26.6G   368G     4.39G  /jails/besser
data02/jails/certs                                                  6.58G   368G     4.41G  /jails/certs
data02/jails/certs-rsync                                            5.88G   368G     3.92G  /jails/certs-rsync
data02/jails/cliff2                                                 8.09G   368G     4.87G  /jails/cliff2
data02/jails/dev-ingress01                                          16.6G   368G     6.41G  /jails/dev-ingress01
data02/jails/dev-nginx01                                            9.64G   368G     4.78G  /jails/dev-nginx01
data02/jails/dev-pgeu                                               12.4G   368G     6.56G  /jails/dev-pgeu
data02/jails/dns-hidden-master                                      8.75G   368G     5.14G  /jails/dns-hidden-master
data02/jails/dns1                                                   12.9G   368G     8.96G  /jails/dns1
data02/jails/fileserver                                             11.5G   368G     7.65G  /jails/fileserver
data02/jails/foo                                                     796M   368G      796M  /jails/foo
data02/jails/git                                                    11.1G   368G     5.63G  /jails/git
data02/jails/jail-testing                                           5.22G   368G     2.13G  /jails/jail-testing
data02/jails/jail_within_jail                                       2.59G   368G      831M  /jails/jail_within_jail
data02/jails/mqtt01                                                 9.60G   368G     3.27G  /jails/mqtt01
data02/jails/mydev                                                  15.9G   368G     7.28G  /jails/mydev
data02/jails/mysql01                                                16.6G   368G     8.78G  /jails/mysql01
data02/jails/nsnotify                                               8.16G   368G     4.68G  /jails/nsnotify
data02/jails/pg01                                                   16.8G   368G     12.1G  /jails/pg01
data02/jails/pg02                                                   28.2G   368G     11.9G  /jails/pg02
data02/jails/pg03                                                   24.7G   368G     6.48G  /jails/pg03
data02/jails/pkg01                                                  25.2G   368G     10.7G  /jails/pkg01
data02/jails/samdrucker                                             9.76G   368G     6.17G  /jails/samdrucker
data02/jails/serpico                                                9.39G   368G     5.62G  /jails/serpico
data02/jails/stage-ingress01                                        15.9G   368G     5.06G  /jails/stage-ingress01
data02/jails/stage-nginx01                                          6.35G   368G     2.42G  /jails/stage-nginx01
data02/jails/svn                                                    8.37G   368G     5.94G  /jails/svn
data02/jails/talos                                                  6.00G   368G     3.82G  /jails/talos
data02/jails/test-ingress01                                         13.6G   368G     3.43G  /jails/test-ingress01
data02/jails/test-nginx01                                           6.70G   368G     2.43G  /jails/test-nginx01
data02/jails/unifi01                                                48.0G   368G     13.8G  /jails/unifi01
data02/jails/webserver                                              23.4G   368G     18.6G  /jails/webserver
data02/mkjail                                                       2.16G   368G      104K  /mkjail
data02/mkjail/12.0-RELEASE                                           682M   368G      682M  /mkjail/12.0-RELEASE
data02/mkjail/13.1-RELEASE                                           760M   368G      760M  /mkjail/13.1-RELEASE
data02/mkjail/13.2-RELEASE                                           774M   368G      774M  /mkjail/13.2-RELEASE
data02/vm                                                            103G   368G     1.07G  /usr/local/vm
data02/vm/hass                                                      97.6G   368G     20.7G  /usr/local/vm/hass
data02/vm/home-assistant                                             351M   368G      351M  /usr/local/vm/home-assistant
data02/vm/myguest                                                   3.58G   368G     3.32G  /usr/local/vm/myguest
data03                                                              1.62T  5.51T       96K  none
data03/acme-certs                                                   58.9M  5.51T       96K  none
data03/acme-certs/certs                                             43.4M  5.51T     6.68M  /jails/certs/var/db/acme/certs
data03/acme-certs/certs-for-rsync                                   15.4M  5.51T     4.28M  /jails/certs/var/db/certs-for-rsync
data03/dan                                                           321G  5.51T      321G  none
data03/jail-testing                                                 2.53G  5.51T      104K  none
data03/jail-testing/jails                                           1.06G  5.51T      104K  /jails
data03/jail-testing/jails/foo                                       1.06G  5.51T     1.06G  /jails/foo
data03/jail-testing/mkjail                                          1.46G  5.51T       96K  /jails/mkjail
data03/jail-testing/mkjail/12.2-RELEASE                             1.46G  5.51T     1.45G  /jails/mkjail/12.2-RELEASE
data03/jail_within_jail                                             1.41G  5.51T       96K  none
data03/jail_within_jail/jails                                       1.08G  5.51T       96K  none
data03/jail_within_jail/jails/freshports                            1.08G  5.51T     1.08G  none
data03/jail_within_jail/mkjail                                       339M  5.51T      339M  none
data03/librenms-rrd                                                  164G  5.51T     32.4G  /jails/besser/var/db/librenms/rrd
data03/pg02                                                          814G  5.51T       88K  none
data03/pg02/postgres                                                 767G  5.51T      552G  /jails/pg02/var/db/postgres
data03/pg02/rsyncer                                                 47.0G  5.51T     6.72G  /jails/pg02/usr/home/rsyncer/backups
data03/pg03                                                         73.6G  5.51T       88K  none
data03/pg03/postgres                                                73.6G  5.51T     73.6G  /jails/pg03/var/db/postgres
data03/pg03/rsyncer                                                 1.25M  5.51T      136K  /jails/pg03/usr/home/rsyncer/backups
data03/poudriere                                                     231G  5.51T      112K  /usr/local/poudriere
data03/poudriere/ccache.13amd64                                      152K  5.51T       96K  /usr/local/poudriere/ccache.13amd64
data03/poudriere/ccache.13i386                                       152K  5.51T       96K  /usr/local/poudriere/ccache.13i386
data03/poudriere/ccache.amd64                                       16.4M  5.51T     16.3M  /usr/local/poudriere/ccache.amd64
data03/poudriere/ccache.i386                                        7.17G  5.51T     7.16G  /usr/local/poudriere/ccache.i386
data03/poudriere/data                                                116G  5.51T     7.83G  /usr/local/poudriere/data
data03/poudriere/data/cache                                          465M  5.51T     89.7M  /usr/local/poudriere/data/cache
data03/poudriere/data/cronjob-logs                                  10.6M  5.51T     2.12M  /usr/local/poudriere/data/cronjob-logs
data03/poudriere/data/packages                                      38.2G  5.51T     8.99G  /usr/local/poudriere/data/packages
data03/poudriere/distfiles                                          82.3G  5.51T     82.2G  /usr/ports/distfiles
data03/poudriere/jails                                              4.05G  5.51T       96K  /usr/local/poudriere/jails
data03/poudriere/jails/124amd64                                     1.44G  5.51T     1.44G  /usr/local/poudriere/jails/124amd64
data03/poudriere/jails/132amd64                                     1.42G  5.51T     1.42G  /usr/local/poudriere/jails/132amd64
data03/poudriere/jails/132i386                                      1.19G  5.51T     1.19G  /usr/local/poudriere/jails/132i386
data03/poudriere/ports                                              21.1G  5.51T     3.25G  /usr/local/poudriere/ports
data03/poudriere/ports/2022Q3                                        847M  5.51T      847M  /usr/local/poudriere/ports/2022Q3
data03/poudriere/ports/2023Q2                                        879M  5.51T      879M  /usr/local/poudriere/ports/2023Q2
data03/poudriere/ports/default                                      6.81G  5.51T     2.59G  /usr/local/poudriere/ports/default
data03/poudriere/ports/main                                         2.24G  5.51T     1.60G  /usr/local/poudriere/ports/main
data03/poudriere/ports/testing                                      6.62G  5.51T     2.56G  /usr/local/poudriere/ports/testing
data03/poudriere/test                                                224K  5.51T       96K  /usr/local/poudriere/test
data03/public                                                       23.4G  5.51T     23.4G  none
data03/repos                                                        8.32G  5.51T       88K  none
data03/repos/gitea                                                   383M  5.51T      219M  /jails/git/var/db/gitea
data03/repos/subversion                                             7.95G  5.51T     7.71G  /jails/svn/usr/local/svn/repos
data03/syncthing                                                    14.5G  5.51T     14.1G  /jails/fileserver/usr/local/syncthing
data03/transfer                                                     1.50G  5.51T     1.50G  none
zroot                                                               9.94G   401G       96K  /zroot
zroot/ROOT                                                          9.40G   401G       96K  none
zroot/ROOT/13.1-RELEASE-p7_2023-06-18_190431                           0B   401G     3.70G  /
zroot/ROOT/13.2                                                     9.37G   401G     4.74G  /
zroot/ROOT/13.2-RELEASE-p1_2023-08-02_172714                           8K   401G     4.20G  /
zroot/ROOT/13.2-RELEASE-p2_2023-09-07_120836                           8K   401G     4.67G  /
zroot/ROOT/13.2-RELEASE_2023-06-18_190446                              8K   401G     3.77G  /
zroot/ROOT/13.2-RELEASE_2023-06-21_115953                              8K   401G     3.81G  /
zroot/ROOT/before.13.1                                                 8K   401G     3.62G  /
zroot/ROOT/default                                                  30.8M   401G     3.64G  /
zroot/tmp                                                           18.6M   401G     7.74M  /tmp
zroot/usr                                                            278M   401G       96K  /usr
zroot/usr/home                                                       277M   401G      277M  /usr/home
zroot/usr/ports                                                       96K   401G       96K  /usr/ports
zroot/usr/src                                                         96K   401G       96K  /usr/src
zroot/var                                                           25.0M   401G       96K  /var
zroot/var/audit                                                       96K   401G       96K  /var/audit
zroot/var/crash                                                       96K   401G       96K  /var/crash
zroot/var/log                                                       23.2M   401G     4.27M  /var/log
zroot/var/mail                                                       168K   401G      168K  /var/mail
zroot/var/tmp                                                       1.36M   401G     1.26M  /var/tmp

dmesg

---<<BOOT>>---
Copyright (c) 1992-2021 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 13.2-RELEASE-p3 GENERIC amd64
FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c)
VT(vga): resolution 640x480
CPU microcode: no matching update found
CPU: Intel(R) Xeon(R) CPU E5-2650L v3 @ 1.80GHz (1800.09-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x306f2  Family=0x6  Model=0x3f  Stepping=2
  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>
  Features2=0x7ffefbff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
  AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
  AMD Features2=0x21<LAHF,ABM>
  Structured Extended Features=0x37ab<FSGSBASE,TSCADJ,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,NFPUSG>
  Structured Extended Features3=0x9c000400<MD_CLEAR,IBPB,STIBP,L1DFL,SSBD>
  XSAVE Features=0x1<XSAVEOPT>
  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntr
  TSC: P-state invariant, performance statistics
real memory  = 481032142848 (458748 MB)
avail memory = 468473139200 (446770 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <DELL   PE_SC3  >
FreeBSD/SMP: Multiprocessor System Detected: 48 CPUs
FreeBSD/SMP: 2 package(s) x 12 core(s) x 2 hardware threads
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
random: unblocking device.
ioapic0 <Version 2.0> irqs 0-23
ioapic1 <Version 2.0> irqs 24-47
ioapic2 <Version 2.0> irqs 48-71
Launching APs: 1 24 40 39 3 44 46 6 43 25 7 10 27 19 17 23 11 22 8 32 33 42 4 41 2 26 36 37 12 9 31 38 15 14 47 34 21 35 18 30 13 5 29 45 20 16 28
random: entropy device external interface
kbd1 at kbdmux0
vtvga0: <VT VGA driver>
smbios0: <System Management BIOS> at iomem 0xfe300-0xfe31e
smbios0: Version: 2.8, BCD Revision: 2.8
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS>
acpi0: <DELL PE_SC3>
acpi0: Power Button (fixed)
cpu0: <ACPI CPU> on acpi0
atrtc0: <AT realtime clock> port 0x70-0x71,0x74-0x77 irq 8 on acpi0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: <AT timer> port 0x40-0x43,0x50-0x53 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 950
Event timer "HPET" frequency 14318180 Hz quality 350
Event timer "HPET1" frequency 14318180 Hz quality 340
Event timer "HPET2" frequency 14318180 Hz quality 340
Event timer "HPET3" frequency 14318180 Hz quality 340
Event timer "HPET4" frequency 14318180 Hz quality 340
Event timer "HPET5" frequency 14318180 Hz quality 340
Event timer "HPET6" frequency 14318180 Hz quality 340
Event timer "HPET7" frequency 14318180 Hz quality 340
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
pcib0: <ACPI Host-PCI bridge> on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: <dasp, performance counters> at device 8.2 (no driver attached)
pci0: <dasp, performance counters> at device 9.2 (no driver attached)
pci0: <dasp, performance counters> at device 11.1 (no driver attached)
pci0: <dasp, performance counters> at device 11.2 (no driver attached)
pci0: <dasp, performance counters> at device 16.1 (no driver attached)
pci0: <dasp, performance counters> at device 16.6 (no driver attached)
pci0: <dasp, performance counters> at device 18.1 (no driver attached)
pci0: <dasp, performance counters> at device 18.5 (no driver attached)
pcib1: <ACPI Host-PCI bridge> on acpi0
pci1: <ACPI PCI bus> on pcib1
pci1: <dasp, performance counters> at device 8.2 (no driver attached)
pci1: <dasp, performance counters> at device 9.2 (no driver attached)
pci1: <dasp, performance counters> at device 11.1 (no driver attached)
pci1: <dasp, performance counters> at device 11.2 (no driver attached)
pci1: <dasp, performance counters> at device 16.1 (no driver attached)
pci1: <dasp, performance counters> at device 16.6 (no driver attached)
pci1: <dasp, performance counters> at device 18.1 (no driver attached)
pci1: <dasp, performance counters> at device 18.5 (no driver attached)
acpi_syscontainer0: <System Container> on acpi0
acpi_syscontainer1: <System Container> on acpi0
apei0: <ACPI Platform Error Interface> on acpi0
pcib2: <ACPI Host-PCI bridge> port 0xcf8-0xcff numa-domain 0 on acpi0
pci2: <ACPI PCI bus> numa-domain 0 on pcib2
pcib3: <ACPI PCI-PCI bridge> irq 47 at device 1.0 numa-domain 0 on pci2
pci3: <ACPI PCI bus> numa-domain 0 on pcib3
AVAGO MegaRAID SAS FreeBSD mrsas driver version: 07.709.04.00-fbsd
mrsas0: <AVAGO Invader SAS Controller> port 0x3000-0x30ff mem 0x92600000-0x9260ffff,0x92500000-0x925fffff irq 26 at device 0.0 numa-domain 0 on pci3
mrsas0: FW now in Ready state
mrsas0: Using MSI-X with 48 number of vectors
mrsas0: FW supports <96> MSIX vector,Online CPU 48 Current MSIX <48>
mrsas0: mrsas_init_adapter: sc->reply_q_depth 0x740,sc->request_alloc_sz 0x1cf8, sc->reply_alloc_sz 0x3a00,sc->io_frames_alloc_sz 0x3a100
mrsas0: max sge: 0x46, max chain frame size: 0x400, max fw cmd: 0x39f sc->chain_frames_alloc_sz: 0xe7c00
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: System PD created target ID: 0x0
mrsas0: System PD created target ID: 0x1
mrsas0: System PD created target ID: 0x2
mrsas0: System PD created target ID: 0x3
mrsas0: System PD created target ID: 0x4
mrsas0: System PD created target ID: 0x5
mrsas0: System PD created target ID: 0x6
mrsas0: System PD created target ID: 0x7
mrsas0: System PD created target ID: 0x8
mrsas0: System PD created target ID: 0x9
mrsas0: System PD created target ID: 0xa
mrsas0: System PD created target ID: 0xb
mrsas0: System PD created target ID: 0xe
mrsas0: System PD created target ID: 0xf
mrsas0: FW supports: UnevenSpanSupport=1

mrsas0: max_fw_cmds: 927  max_scsi_cmds: 911
mrsas0: MSI-x interrupts setup success
mrsas0: mrsas_ocr_thread
pcib4: <ACPI PCI-PCI bridge> irq 47 at device 2.0 numa-domain 0 on pci2
pci4: <ACPI PCI bus> numa-domain 0 on pcib4
ahci0: <ASMedia ASM1062 AHCI SATA controller> port 0x2028-0x202f,0x2034-0x2037,0x2020-0x2027,0x2030-0x2033,0x2000-0x201f mem 0x92400000-0x924001ff irq 32 at device 0.0 numa-domain 0 on pci4
ahci0: AHCI v1.20 with 2 6Gbps ports, Port Multiplier supported
ahci0: quirks=0xc00000<NOCCS,NOAUX>
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich1: <AHCI channel> at channel 1 on ahci0
pcib5: <ACPI PCI-PCI bridge> irq 47 at device 3.0 numa-domain 0 on pci2
pci5: <ACPI PCI bus> numa-domain 0 on pcib5
igb0: <Intel(R) I350 (Copper)> mem 0x92200000-0x922fffff,0x9230c000-0x9230ffff irq 46 at device 0.0 numa-domain 0 on pci5
igb0: EEPROM V1.67-0 Option ROM V19-b5-p12 eTrack 0x80000faa
igb0: Using 1024 TX descriptors and 1024 RX descriptors
igb0: Using 8 RX queues 8 TX queues
igb0: Using MSI-X interrupts with 9 vectors
igb0: Ethernet address: ec:f4:bb:ef:c9:54
igb0: netmap queues/slots: TX 8/1024, RX 8/1024
igb1: <Intel(R) I350 (Copper)> mem 0x92100000-0x921fffff,0x92308000-0x9230bfff irq 45 at device 0.1 numa-domain 0 on pci5
igb1: EEPROM V1.67-0 Option ROM V19-b5-p12 eTrack 0x80000faa
igb1: Using 1024 TX descriptors and 1024 RX descriptors
igb1: Using 8 RX queues 8 TX queues
igb1: Using MSI-X interrupts with 9 vectors
igb1: Ethernet address: ec:f4:bb:ef:c9:55
igb1: netmap queues/slots: TX 8/1024, RX 8/1024
igb2: <Intel(R) I350 (Copper)> mem 0x92000000-0x920fffff,0x92304000-0x92307fff irq 44 at device 0.2 numa-domain 0 on pci5
igb2: EEPROM V1.67-0 Option ROM V19-b5-p12 eTrack 0x80000faa
igb2: Using 1024 TX descriptors and 1024 RX descriptors
igb2: Using 8 RX queues 8 TX queues
igb2: Using MSI-X interrupts with 9 vectors
igb2: Ethernet address: ec:f4:bb:ef:c9:56
igb2: netmap queues/slots: TX 8/1024, RX 8/1024
igb3: <Intel(R) I350 (Copper)> mem 0x91f00000-0x91ffffff,0x92300000-0x92303fff irq 40 at device 0.3 numa-domain 0 on pci5
igb3: EEPROM V1.67-0 Option ROM V19-b5-p12 eTrack 0x80000faa
igb3: Using 1024 TX descriptors and 1024 RX descriptors
igb3: Using 8 RX queues 8 TX queues
igb3: Using MSI-X interrupts with 9 vectors
igb3: Ethernet address: ec:f4:bb:ef:c9:57
igb3: netmap queues/slots: TX 8/1024, RX 8/1024
pcib6: <ACPI PCI-PCI bridge> irq 47 at device 3.2 numa-domain 0 on pci2
pci6: <ACPI PCI bus> numa-domain 0 on pcib6
igb4: <Intel(R) I350 (Copper)> mem 0x91d00000-0x91dfffff,0x91e0c000-0x91e0ffff irq 42 at device 0.0 numa-domain 0 on pci6
igb4: EEPROM V1.67-0 Option ROM V19-b5-p12 eTrack 0x80000fb7
igb4: Using 1024 TX descriptors and 1024 RX descriptors
igb4: Using 8 RX queues 8 TX queues
igb4: Using MSI-X interrupts with 9 vectors
igb4: Ethernet address: a0:36:9f:8d:fa:cc
igb4: netmap queues/slots: TX 8/1024, RX 8/1024
igb5: <Intel(R) I350 (Copper)> mem 0x91c00000-0x91cfffff,0x91e08000-0x91e0bfff irq 45 at device 0.1 numa-domain 0 on pci6
igb5: EEPROM V1.67-0 Option ROM V19-b5-p12 eTrack 0x80000fb7
igb5: Using 1024 TX descriptors and 1024 RX descriptors
igb5: Using 8 RX queues 8 TX queues
igb5: Using MSI-X interrupts with 9 vectors
igb5: Ethernet address: a0:36:9f:8d:fa:cd
igb5: netmap queues/slots: TX 8/1024, RX 8/1024
igb6: <Intel(R) I350 (Copper)> mem 0x91b00000-0x91bfffff,0x91e04000-0x91e07fff irq 44 at device 0.2 numa-domain 0 on pci6
igb6: EEPROM V1.67-0 Option ROM V19-b5-p12 eTrack 0x80000fb7
igb6: Using 1024 TX descriptors and 1024 RX descriptors
igb6: Using 8 RX queues 8 TX queues
igb6: Using MSI-X interrupts with 9 vectors
igb6: Ethernet address: a0:36:9f:8d:fa:ce
igb6: netmap queues/slots: TX 8/1024, RX 8/1024
igb7: <Intel(R) I350 (Copper)> mem 0x91a00000-0x91afffff,0x91e00000-0x91e03fff irq 46 at device 0.3 numa-domain 0 on pci6
igb7: EEPROM V1.67-0 Option ROM V19-b5-p12 eTrack 0x80000fb7
igb7: Using 1024 TX descriptors and 1024 RX descriptors
igb7: Using 8 RX queues 8 TX queues
igb7: Using MSI-X interrupts with 9 vectors
igb7: Ethernet address: a0:36:9f:8d:fa:cf
igb7: netmap queues/slots: TX 8/1024, RX 8/1024
pci2: <unknown> at device 17.0 (no driver attached)
ahci1: <Intel Wellsburg AHCI SATA controller> port 0x4078-0x407f,0x408c-0x408f,0x4070-0x4077,0x4088-0x408b,0x4040-0x405f mem 0x92701000-0x927017ff irq 16 at device 17.4 numa-domain 0 on pci2
ahci1: AHCI v1.30 with 4 6Gbps ports, Port Multiplier not supported
ahcich2: <AHCI channel> at channel 0 on ahci1
ahcich3: <AHCI channel> at channel 1 on ahci1
ahcich4: <AHCI channel> at channel 2 on ahci1
ahcich5: <AHCI channel> at channel 3 on ahci1
ahciem0: <AHCI enclosure management bridge> on ahci1
pci2: <simple comms> at device 22.0 (no driver attached)
pci2: <simple comms> at device 22.1 (no driver attached)
ehci0: <Intel Wellsburg USB 2.0 controller> mem 0x92703000-0x927033ff irq 18 at device 26.0 numa-domain 0 on pci2
usbus0: EHCI version 1.0
usbus0 numa-domain 0 on ehci0
usbus0: 480Mbps High Speed USB v2.0
pcib7: <PCI-PCI bridge> irq 16 at device 28.0 numa-domain 0 on pci2
pci7: <PCI bus> numa-domain 0 on pcib7
pcib8: <ACPI PCI-PCI bridge> irq 19 at device 28.7 numa-domain 0 on pci2
pci8: <ACPI PCI bus> numa-domain 0 on pcib8
pcib9: <PCI-PCI bridge> at device 0.0 numa-domain 0 on pci8
pci9: <PCI bus> numa-domain 0 on pcib9
pcib10: <PCI-PCI bridge> at device 0.0 numa-domain 0 on pci9
pci10: <PCI bus> numa-domain 0 on pcib10
pcib11: <PCI-PCI bridge> at device 0.0 numa-domain 0 on pci10
pci11: <PCI bus> numa-domain 0 on pcib11
vgapci0: <VGA-compatible display> mem 0x90000000-0x90ffffff,0x91800000-0x91803fff,0x91000000-0x917fffff irq 19 at device 0.0 numa-domain 0 on pci11
vgapci0: Boot video device
ehci1: <Intel Wellsburg USB 2.0 controller> mem 0x92702000-0x927023ff irq 18 at device 29.0 numa-domain 0 on pci2
usbus1: EHCI version 1.0
usbus1 numa-domain 0 on ehci1
usbus1: 480Mbps High Speed USB v2.0
isab0: <PCI-ISA bridge> at device 31.0 numa-domain 0 on pci2
isa0: <ISA bus> numa-domain 0 on isab0
ahci2: <Intel Wellsburg AHCI SATA controller> port 0x4068-0x406f,0x4084-0x4087,0x4060-0x4067,0x4080-0x4083,0x4020-0x403f mem 0x92700000-0x927007ff irq 16 at device 31.2 numa-domain 0 on pci2
ahci2: AHCI v1.30 with 6 6Gbps ports, Port Multiplier not supported
ahcich6: <AHCI channel> at channel 0 on ahci2
ahcich7: <AHCI channel> at channel 1 on ahci2
ahcich8: <AHCI channel> at channel 2 on ahci2
ahcich9: <AHCI channel> at channel 3 on ahci2
ahcich10: <AHCI channel> at channel 4 on ahci2
ahcich11: <AHCI channel> at channel 5 on ahci2
ahciem1: <AHCI enclosure management bridge> on ahci2
pcib12: <ACPI Host-PCI bridge> numa-domain 1 on acpi0
pci12: <ACPI PCI bus> numa-domain 1 on pcib12
pcib13: <ACPI PCI-PCI bridge> irq 71 at device 1.0 numa-domain 1 on pci12
pci13: <ACPI PCI bus> numa-domain 1 on pcib13
pcib14: <ACPI PCI-PCI bridge> irq 71 at device 2.0 numa-domain 1 on pci12
pci14: <ACPI PCI bus> numa-domain 1 on pcib14
ahci3: <ASMedia ASM1062 AHCI SATA controller> port 0x9028-0x902f,0x9034-0x9037,0x9020-0x9027,0x9030-0x9033,0x9000-0x901f mem 0xc8400000-0xc84001ff irq 56 at device 0.0 numa-domain 1 on pci14
ahci3: AHCI v1.20 with 2 6Gbps ports, Port Multiplier supported
ahci3: quirks=0xc00000<NOCCS,NOAUX>
ahcich12: <AHCI channel> at channel 0 on ahci3
ahcich13: <AHCI channel> at channel 1 on ahci3
pcib15: <ACPI PCI-PCI bridge> irq 71 at device 3.0 numa-domain 1 on pci12
pci15: <ACPI PCI bus> numa-domain 1 on pcib15
nvme0: <Generic NVMe Device> mem 0xc8300000-0xc8303fff,0xc8304000-0xc83040ff irq 64 at device 0.0 numa-domain 1 on pci15
pcib16: <ACPI PCI-PCI bridge> irq 71 at device 3.2 numa-domain 1 on pci12
pci16: <ACPI PCI bus> numa-domain 1 on pcib16
ix0: <Intel(R) X520 82599 (Dual SFP+)> port 0x8020-0x803f mem 0xc8100000-0xc81fffff,0xc8204000-0xc8207fff irq 66 at device 0.0 numa-domain 1 on pci16
ix0: Using 2048 TX descriptors and 2048 RX descriptors
ix0: Using 12 RX queues 12 TX queues
ix0: Using MSI-X interrupts with 13 vectors
ix0: allocated for 12 queues
ix0: allocated for 12 rx queues
ix0: Ethernet address: a0:36:9f:83:e1:14
ix0: PCI Express Bus: Speed 5.0GT/s Width x8
ix0: Option ROM V19-b5-p12 eTrack 0x8000095d PHY FW V65535
ix0: netmap queues/slots: TX 12/2048, RX 12/2048
ix1: <Intel(R) X520 82599 (Dual SFP+)> port 0x8000-0x801f mem 0xc8000000-0xc80fffff,0xc8200000-0xc8203fff irq 69 at device 0.1 numa-domain 1 on pci16
ix1: Using 2048 TX descriptors and 2048 RX descriptors
ix1: Using 12 RX queues 12 TX queues
ix1: Using MSI-X interrupts with 13 vectors
ix1: allocated for 12 queues
ix1: allocated for 12 rx queues
ix1: Ethernet address: a0:36:9f:83:e1:16
ix1: PCI Express Bus: Speed 5.0GT/s Width x8
ix1: Option ROM V19-b5-p12 eTrack 0x8000095d PHY FW V65535
ix1: netmap queues/slots: TX 12/2048, RX 12/2048
uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc9000-0xcc7ff,0xcc800-0xd3fff,0xd4000-0xdc7ff,0xed800-0xf17ff pnpid ORM0000 on isa0
coretemp0: <CPU On-Die Thermal Sensors> on cpu0
est0: <Enhanced SpeedStep Frequency Control> on cpu0
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est0 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est1 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est2 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est3 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est4 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est5 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est6 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est7 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est8 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est9 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est10 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est11 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est12 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est13 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est14 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est15 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est16 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est17 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est18 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est19 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est20 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est21 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est22 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est23 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est24 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est25 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est26 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est27 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est28 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est29 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est30 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est31 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est32 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est33 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est34 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est35 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est36 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est37 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est38 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est39 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est40 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est41 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16d200001500
device_attach: est42 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est43 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est44 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est45 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est46 attach returned 6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 16aa00001500
device_attach: est47 attach returned 6
Timecounter "TSC" frequency 1799998946 Hz quality 1000
Timecounters tick every 1.000 msec
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
ugen0.1: <Intel EHCI root HUB> at usbus0
ugen1.1: <Intel EHCI root HUB> at usbus1
mrsas0: Disestablish mrsas intr hook
uhub0 numa-domain 0 on usbus0
uhub0: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus0
uhub1 numa-domain 0 on usbus1
uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
nvme0: Allocated 200MB host memory buffer
nvd0: <WDC WDS250G2B0C-00PXH0> NVMe namespace
nvd0: 238475MB (488397168 512 byte sectors)
ada0 at ahcich1 bus 0 scbus3 target 0 lun 0
ada0: <INTEL SSDSC2BB480G6K G201CS01> ACS-2 ATA SATA 3.x device
ada0: Serial Number BTWA602403NR480FGN
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
ada0: Command Queueing enabled
ada0: 457862MB (937703088 512 byte sectors)
ada1 at ahcich13 bus 0 scbus17 target 0 lun 0
ada1: <INTEL SSDSC2BB480G6K G201CS01> ACS-2 ATA SATA 3.x device
ada1: Serial Number BTWA602401SD480FGN
ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
ada1: Command Queueing enabled
ada1: 457862MB (937703088 512 byte sectors)
da0 at mrsas0 bus 1 scbus1 target 0 lun 0
da0: <TOSHIBA PX05SMB080Y AS0B> Fixed Direct Access SPC-4 SCSI device
da0: Serial Number Y7P0A02LTEVE
da0: 150.000MB/s transfers
da0: 763097MB (1562824368 512 byte sectors)
da1 at mrsas0 bus 1 scbus1 target 1 lun 0
da1: <TOSHIBA PX05SMB080Y AS0B> Fixed Direct Access SPC-4 SCSI device
da1: Serial Number Y7P0A02MTEVE
da1: 150.000MB/s transfers
da1: 763097MB (1562824368 512 byte sectors)
da2 at mrsas0 bus 1 scbus1 target 2 lun 0
da2: <TOSHIBA PX05SMB080Y AS0B> Fixed Direct Access SPC-4 SCSI device
da2: Serial Number Y7P0A033TEVE
da2: 150.000MB/s transfers
da2: 763097MB (1562824368 512 byte sectors)
ses0 at ahciem0 bus 0 scbus8 target 0 lun 0
ses0: <AHCI SGPIO Enclosure 2.00 0001> SEMB S-E-S 2.00 device
ses0: SEMB SES Device
da3 at mrsas0 bus 1 scbus1 target 3 lun 0
da3: <TOSHIBA PX05SMB080Y AS0B> Fixed Direct Access SPC-4 SCSI device
da3: Serial Number Y7P0A022TEVE
da3: 150.000MB/s transfers
da3: 763097MB (1562824368 512 byte sectors)
ses1 at ahciem1 bus 0 scbus15 target 0 lun 0
ses1: <AHCI SGPIO Enclosure 2.00 0001> SEMB S-E-S 2.00 device
ses1: SEMB SES Device
da4 at mrsas0 bus 1 scbus1 target 4 lun 0
da4: <TOSHIBA PX05SMB080Y AS0B> Fixed Direct Access SPC-4 SCSI device
da4: Serial Number Y7P0A02QTEVE
da4: 150.000MB/s transfers
da4: 763097MB (1562824368 512 byte sectors)
da5 at mrsas0 bus 1 scbus1 target 5 lun 0
da5: <TOSHIBA PX05SMB080Y AS0B> Fixed Direct Access SPC-4 SCSI device
da5: Serial Number Y7P0A02ATEVE
da5: 150.000MB/s transfers
da5: 763097MB (1562824368 512 byte sectors)
da7 at mrsas0 bus 1 scbus1 target 7 lun 0
da7: <TOSHIBA PX05SMB080Y AS0B> Fixed Direct Access SPC-4 SCSI device
da7: Serial Number Y7P0A02DTEVE
da7: 150.000MB/s transfers
da7: 763097MB (1562824368 512 byte sectors)
da6 at mrsas0 bus 1 scbus1 target 6 lun 0
da6: <TOSHIBA PX05SMB080Y AS0B> Fixed Direct Access SPC-4 SCSI device
da6: Serial Number Y7P0A02GTEVE
da6: 150.000MB/s transfers
da6: 763097MB (1562824368 512 byte sectors)
ses1: pass16,cd0 in 'Slot 05', SATA Slot: scbus14 target 0
cd0 at ahcich11 bus 0 scbus14 target 0 lun 0
cd0: <HL-DT-ST DVD-ROM DTA0N D3B0> Removable CD-ROM SCSI device
cd0: Serial Number KZAF81J1012
cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed
da12 at mrsas0 bus 1 scbus1 target 14 lun 0
da12: <ATA SAMSUNG MZ7KM960 GB32> Fixed Direct Access SPC-4 SCSI device
da12: Serial Number S2NKNCAH501524K     
da12: 150.000MB/s transfers
da12: 1831420MB (3750748848 512 byte sectors)
da12: quirks=0x8<4K>
da13 at mrsas0 bus 1 scbus1 target 15 lun 0
da13: <ATA SAMSUNG MZ7KM960 GB32> Fixed Direct Access SPC-4 SCSI device
da13: Serial Number S2NKNCAH501536P     
da13: 150.000MB/s transfers
da13: 1831420MB (3750748848 512 byte sectors)
da13: quirks=0x8<4K>
da8 at mrsas0 bus 1 scbus1 target 8 lun 0
da8: <ATA WDC  WDS400T2B0A 20WD> Fixed Direct Access SPC-4 SCSI device
da8: Serial Number 230151801478        
da8: 150.000MB/s transfers
da8: 3815447MB (7814037168 512 byte sectors)
da11 at mrsas0 bus 1 scbus1 target 11 lun 0
da11: <ATA WDC  WDS400T2B0A 20WD> Fixed Direct Access SPC-4 SCSI device
da11: Serial Number 230151800473        
da11: 150.000MB/s transfers
da11: 3815447MB (7814037168 512 byte sectors)
da9 at mrsas0 bus 1 scbus1 target 9 lun 0
da9: <ATA WDC  WDS400T2B0A 20WD> Fixed Direct Access SPC-4 SCSI device
da9: Serial Number 230151801284        
da9: 150.000MB/s transfers
da9: 3815447MB (7814037168 512 byte sectors)
da10 at mrsas0 bus 1 scbus1 target 10 lun 0
da10: <ATA WDC  WDS400T2B0A 20WD> Fixed Direct Access SPC-4 SCSI device
da10: Serial Number 22492H800867        
da10: 150.000MB/s transfers
da10: 3815447MB (7814037168 512 byte sectors)
GEOM_MIRROR: Device mirror/swap launched (2/2).
Trying to mount root from zfs:zroot/ROOT/13.2 []...
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
Root mount waiting for: usbus0 usbus1
ugen0.2: <vendor 0x8087 product 0x800a> at usbus0
uhub2 numa-domain 0 on uhub0
uhub2: <vendor 0x8087 product 0x800a, class 9/0, rev 2.00/0.05, addr 2> on usbus0
ugen1.2: <vendor 0x8087 product 0x8002> at usbus1
uhub3 numa-domain 0 on uhub1
uhub3: <vendor 0x8087 product 0x8002, class 9/0, rev 2.00/0.05, addr 2> on usbus1
uhub2: 6 ports with 6 removable, self powered
uhub3: 8 ports with 8 removable, self powered
ugen0.3: <no manufacturer Gadget USB HUB> at usbus0
uhub4 numa-domain 0 on uhub2
uhub4: <no manufacturer Gadget USB HUB, class 9/0, rev 2.00/0.00, addr 3> on usbus0
ugen1.3: <ATEN UC-10KM V1.3.124> at usbus1
ukbd0 numa-domain 0 on uhub3
ukbd0: <HID Keyboard> on usbus1
kbd2 at ukbd0
Root mount waiting for: usbus0
Root mount waiting for: usbus0
Root mount waiting for: usbus0
Root mount waiting for: usbus0
Root mount waiting for: usbus0
uhub_attach: port 4 power on or off failed, USB_ERR_TIMEOUT
uhub_attach: port 5 power on or off failed, USB_ERR_TIMEOUT
uhub_attach: port 6 power on or off failed, USB_ERR_TIMEOUT
uhub4: 6 ports with 6 removable, self powered
GEOM_ELI: Device mirror/swap.eli created.
GEOM_ELI: Encryption: AES-XTS 128
GEOM_ELI:     Crypto: accelerated software
CPU: Intel(R) Xeon(R) CPU E5-2650L v3 @ 1.80GHz (1800.00-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x306f2  Family=0x6  Model=0x3f  Stepping=2
  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>
  Features2=0x7ffefbff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
  AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
  AMD Features2=0x21<LAHF,ABM>
  Structured Extended Features=0x37ab<FSGSBASE,TSCADJ,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,NFPUSG>
  Structured Extended Features3=0x9c000400<MD_CLEAR,IBPB,STIBP,L1DFL,SSBD>
  XSAVE Features=0x1<XSAVEOPT>
  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntr
  TSC: P-state invariant, performance statistics
WARNING: attempt to domain_add(netlink) after domainfinalize()
[nl_generic] genl_register_family: Registered family nlctrl id 16
[nl_generic] genl_register_cmds: Adding cmd GETFAMILY(3) to family nlctrl
acpi_wmi0: <ACPI-WMI mapping> on acpi0
acpi_wmi0: cannot find EC device
acpi_wmi1: <ACPI-WMI mapping> on acpi0
acpi_wmi1: cannot find EC device
bridge0: Ethernet address: 58:9c:fc:10:8c:57
igb0: promiscuous mode enabled
bridge0: link state changed to UP
lo0: link state changed to UP
lo1: link state changed to UP
igb0: link state changed to UP
ums0 numa-domain 0 on uhub3
ums0: <HID Mouse> on usbus1
ums0: 5 buttons and [XYZ] coordinates ID=0
pflog0: promiscuous mode enabled

sesutil show

[14:29 r730-01 dvl ~] % sudo sesutil show
ses0: <AHCI SGPIO Enclosure 2.00>; ID: 3061686369656d30
Desc     Dev     Model                     Ident                Size/Status
Slot 00  -       -                         -                    Not Installed
Slot 01  -       -                         -                    Not Installed
Slot 02  -       -                         -                    Not Installed
Slot 03  -       -                         -                    Not Installed

ses1: <AHCI SGPIO Enclosure 2.00>; ID: 3061686369656d31
Desc     Dev     Model                     Ident                Size/Status
Slot 00  -       -                         -                    Not Installed
Slot 01  -       -                         -                    Not Installed
Slot 02  -       -                         -                    Not Installed
Slot 03  -       -                         -                    Not Installed
Slot 04  -       -                         -                    Not Installed
Slot 05  cd0     HL-DT-ST DVD-ROM DTA0N                         OK

jls

[14:29 r730-01 dvl ~] % jls
   JID  IP Address      Hostname                      Path
     1  10.55.0.73      dns1.int.unixathome.org       /jails/dns1
     2  10.55.0.44      cliff2.int.unixathome.org     /jails/cliff2
     3  10.55.0.151     mysql01.int.unixathome.org    /jails/mysql01
     4  10.55.0.150     pg01.int.unixathome.org       /jails/pg01
     5  10.55.0.32      pg02.int.unixathome.org       /jails/pg02
     6  10.55.0.34      pg03.int.unixathome.org       /jails/pg03
     8  10.55.0.37      dev-ingress01.int.unixathome. /jails/dev-ingress01
    10  10.55.0.39      dev-nginx01.int.unixathome.or /jails/dev-nginx01
    11  10.55.0.40      test-ingress01.int.unixathome /jails/test-ingress01
    13  10.55.0.42      test-nginx01.int.unixathome.o /jails/test-nginx01
    14  10.55.0.45      stage-ingress01.int.unixathom /jails/stage-ingress01
    16  10.55.0.46      stage-nginx01.int.unixathome. /jails/stage-nginx01
    17  10.55.0.4       bacula.int.unixathome.org     /jails/bacula
    18  10.55.0.27      besser.int.unixathome.org     /jails/besser
    19  10.55.0.54      certs-rsync.int.unixathome.or /jails/certs-rsync
    20  10.55.0.112     certs.int.unixathome.org      /jails/certs
    21  10.55.0.30      git.langille.org              /jails/git
    22  10.55.0.6       svn.int.unixathome.org        /jails/svn
    23  10.55.0.3       webserver.int.unixathome.org  /jails/webserver
    24  10.55.0.35      dev-pgeu.int.unixathome.org   /jails/dev-pgeu
    25  10.55.0.10      mqtt01.int.unixathome.org     /jails/mqtt01
    26  10.55.0.33      bacula-sd-02.int.unixathome.o /jails/bacula-sd-02
    27  10.55.0.17      jail-testing.int.unixathome.o /jails/jail-testing
    28  10.55.0.28      talos.int.unixathome.org      /jails/talos
    29  10.55.0.50      samdrucker.int.unixathome.org /jails/samdrucker
    30  10.55.0.49      bacula-sd-03.int.unixathome.o /jails/bacula-sd-03
    31  10.55.0.5       fileserver.int.unixathome.org /jails/fileserver
    32  10.55.0.16      mydev.int.unixathome.org      /jails/mydev
    33  10.55.0.31      jail_within_jail.int.unixatho /jails/jail_within_jail
    34  10.55.0.24      serpico.int.unixathome.org    /jails/serpico
    35  10.55.0.53      dns-hidden-master.int.unixath /jails/dns-hidden-master
    36  10.55.0.20      nsnotify.int.unixathome.org   /jails/nsnotify
    37  10.55.0.131     unifi01.int.unixathome.org    /jails/unifi01
   292                  pkg01.int.unixathome.org      /jails/pkg01
  1369  10.55.0.40      freshports                    /jails/test-ingress01/jails/freshports
  1370  10.55.0.45      freshports                    /jails/stage-ingress01/jails/freshports
  1371  10.55.0.37      freshports                    /jails/dev-ingress01/jails/freshports
Website Pin Facebook Twitter Myspace Friendfeed Technorati del.icio.us Digg Google StumbleUpon Premium Responsive

Leave a Comment

Scroll to Top