+--------------------------------------------------------------------------------+
+                          NFS Boot Status @1631988309                           +
+--------------------------------------------------------------------------------+
NFS will start on boot.
debug finished in 0 seconds for NFS Boot Status


+--------------------------------------------------------------------------------+
+                         NFS Service Status @1631988309                         +
+--------------------------------------------------------------------------------+
● nfs-ganesha.service - NFS-Ganesha file server
     Loaded: loaded (/lib/systemd/system/nfs-ganesha.service; enabled; vendor preset: disabled)
    Drop-In: /etc/systemd/system/nfs-ganesha.service.d
             └─override.conf
     Active: active (running) since Tue 2021-09-14 22:40:57 PDT; 3 days ago
       Docs: http://github.com/nfs-ganesha/nfs-ganesha/wiki
    Process: 1155259 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCESS)
   Main PID: 4715 (ganesha.nfsd)
      Tasks: 278 (limit: 76366)
     Memory: 364.9M
     CGroup: /system.slice/nfs-ganesha.service
             └─4715 /usr/bin/ganesha.nfsd -L /var/log/ganesha/ganesha.log -f /etc/ganesha/ganesha.conf -N NIV_EVENT

Sep 14 22:40:57 smaug.brd systemd[1]: Starting NFS-Ganesha file server...
Sep 14 22:40:57 smaug.brd systemd[1]: Started NFS-Ganesha file server.
Sep 15 19:53:21 smaug.brd systemd[1]: Reloading NFS-Ganesha file server.
Sep 15 19:53:21 smaug.brd systemd[1]: Reloaded NFS-Ganesha file server.
debug finished in 0 seconds for NFS Service Status


+--------------------------------------------------------------------------------+
+                             rpcinfo -p @1631988309                             +
+--------------------------------------------------------------------------------+
   program vers proto   port  service
    100000    4   tcp    111  portmapper
    100000    3   tcp    111  portmapper
    100000    2   tcp    111  portmapper
    100000    4   udp    111  portmapper
    100000    3   udp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp  35108  status
    100024    1   tcp  56277  status
    100003    3   udp   2049  nfs
    100003    3   tcp   2049  nfs
    100005    1   udp  48041  mountd
    100005    1   tcp  32777  mountd
    100005    3   udp  48041  mountd
    100005    3   tcp  32777  mountd
    100003    4   udp   2049  nfs
    100003    4   tcp   2049  nfs
    100021    4   udp  55522  nlockmgr
    100021    4   tcp  37477  nlockmgr
    100011    1   udp    875  rquotad
    100011    1   tcp    875  rquotad
    100011    2   udp    875  rquotad
    100011    2   tcp    875  rquotad
debug finished in 0 seconds for rpcinfo -p


+--------------------------------------------------------------------------------+
+               NFS Config (/etc/ganesha/ganesha.conf) @1631988309               +
+--------------------------------------------------------------------------------+


NFS_CORE_PARAM {
}
NFSV4 {
}
EXPORT_DEFAULTS {
    SecType = sys;
}
    

    
    
EXPORT {
    Export_Id = 1;
    Path = /mnt/Alpha/Media;
    Protocols = 3, 4;
    Pseudo = /Media;
    Transports = TCP;
    Access_Type = None;
    CLIENT {
        Clients = 192.168.55.0/24;
        Access_Type = RW;
    }
    Squash = None;
    FSAL {
        Name = VFS;
    }
}
debug finished in 0 seconds for NFS Config (/etc/ganesha/ganesha.conf)


+--------------------------------------------------------------------------------+
+                     NFS Service Configuration @1631988309                      +
+--------------------------------------------------------------------------------+
{
  "id": 1,
  "servers": 4,
  "udp": false,
  "allow_nonroot": false,
  "v4": true,
  "v4_v3owner": false,
  "v4_krb": false,
  "bindip": [],
  "mountd_port": null,
  "rpcstatd_port": null,
  "rpclockd_port": null,
  "mountd_log": false,
  "statd_lockd_log": false,
  "v4_domain": "",
  "v4_krb_enabled": false,
  "userd_manage_gids": false
}
debug finished in 0 seconds for NFS Service Configuration


/usr/local/bin/freenas-debug: 76: eval: sectio_header: not found
[
  {
    "id": 2,
    "paths": [
      "/mnt/Alpha/Media"
    ],
    "aliases": [
      "/Media"
    ],
    "comment": "",
    "hosts": [],
    "alldirs": false,
    "ro": false,
    "quiet": false,
    "maproot_user": "",
    "maproot_group": "",
    "mapall_user": "",
    "mapall_group": "",
    "security": [],
    "enabled": true,
    "networks": [
      "192.168.55.0/24"
    ],
    "locked": false
  }
]
debug finished in 1 seconds for NFS Service Configuration


