Guest User

Untitled

a guest
Feb 11th, 2012
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 429.15 KB | None | 0 0
  1. +--------------------------------------------------------------------------------+
  2. + FreeNAS-8.0.3-RELEASE-p1-x86 (9591) +
  3. +--------------------------------------------------------------------------------+
  4. Operating system type: FreeBSD
  5. Operating system release: 8.2-RELEASE-p6
  6. Operating system revision: 199506
  7. Kernel version: FreeBSD 8.2-RELEASE-p6 #0: Wed Jan 18 17:08:54 PST 2012
  8. [email protected]:/build/home/gcooper/e2e-bld.Pp7kV0qa/obj.i386/i386/build/home/gcooper/e2e-bld.Pp7kV0qa/FreeBSD/src/sys/FREENAS.i386
  9. Hostname: MyFreeNas.local
  10. Name of kernel file booted: /boot/kernel/kernel
  11.  
  12.  
  13. +--------------------------------------------------------------------------------+
  14. + Active Directory Status +
  15. +--------------------------------------------------------------------------------+
  16. Active Directory is DISABLED
  17.  
  18.  
  19. +--------------------------------------------------------------------------------+
  20. + Active Directory Settings +
  21. +--------------------------------------------------------------------------------+
  22. WORKGROUP:
  23. NETBIOS NAME:
  24. ADMINNAME:
  25. DOMAIN NAME:
  26. DCNAME:
  27.  
  28.  
  29. +--------------------------------------------------------------------------------+
  30. + /etc/krb5.conf +
  31. +--------------------------------------------------------------------------------+
  32. cat: /etc/krb5.conf: No such file or directory
  33.  
  34.  
  35. +--------------------------------------------------------------------------------+
  36. + /etc/nsswitch.conf +
  37. +--------------------------------------------------------------------------------+
  38. group: compat
  39. hosts: files dns
  40. networks: files
  41. passwd: compat
  42. shells: files
  43. services: files
  44. protocols: files
  45. rpc: files
  46.  
  47.  
  48. +--------------------------------------------------------------------------------+
  49. + /etc/pam.d +
  50. +--------------------------------------------------------------------------------+
  51. +--------------------------------------------------------------------------------+
  52. + /etc/pam.d/atrun +
  53. +--------------------------------------------------------------------------------+
  54. #
  55. # $FreeBSD: src/etc/pam.d/atrun,v 1.1 2007/06/15 12:02:16 yar Exp $
  56. #
  57. # PAM configuration for the "atrun" service
  58. #
  59.  
  60. # Note well: enabling pam_nologin for atrun will currently result
  61. # in jobs discarded, not just delayed, during a no-login period.
  62. #account required pam_nologin.so
  63. account required pam_unix.so
  64.  
  65.  
  66. +--------------------------------------------------------------------------------+
  67. + /etc/pam.d/cron +
  68. +--------------------------------------------------------------------------------+
  69. #
  70. # $FreeBSD: src/etc/pam.d/cron,v 1.1 2007/06/17 17:25:52 yar Exp $
  71. #
  72. # PAM configuration for the "cron" service
  73. #
  74.  
  75. # account
  76. account required pam_nologin.so
  77. account required pam_unix.so
  78.  
  79.  
  80. +--------------------------------------------------------------------------------+
  81. + /etc/pam.d/ftp +
  82. +--------------------------------------------------------------------------------+
  83. #
  84. # $FreeBSD: src/etc/pam.d/ftpd,v 1.20 2009/10/05 09:28:54 des Exp $
  85. #
  86. # PAM configuration for the "ftpd" service
  87. #
  88.  
  89. # auth
  90. auth sufficient pam_opie.so no_warn no_fake_prompts
  91. auth requisite pam_opieaccess.so no_warn allow_local
  92. #auth sufficient pam_ssh.so no_warn try_first_pass
  93. auth required pam_unix.so no_warn try_first_pass
  94.  
  95. # account
  96. account required pam_nologin.so
  97. account required pam_unix.so
  98.  
  99. # session
  100. session required pam_permit.so
  101.  
  102.  
  103. +--------------------------------------------------------------------------------+
  104. + /etc/pam.d/ftpd +
  105. +--------------------------------------------------------------------------------+
  106. #
  107. # $FreeBSD: src/etc/pam.d/ftpd,v 1.20 2009/10/05 09:28:54 des Exp $
  108. #
  109. # PAM configuration for the "ftpd" service
  110. #
  111.  
  112. # auth
  113. auth sufficient pam_opie.so no_warn no_fake_prompts
  114. auth requisite pam_opieaccess.so no_warn allow_local
  115. #auth sufficient pam_ssh.so no_warn try_first_pass
  116. auth required pam_unix.so no_warn try_first_pass
  117.  
  118. # account
  119. account required pam_nologin.so
  120. account required pam_unix.so
  121.  
  122. # session
  123. session required pam_permit.so
  124.  
  125.  
  126. +--------------------------------------------------------------------------------+
  127. + /etc/pam.d/imap +
  128. +--------------------------------------------------------------------------------+
  129. #
  130. # $FreeBSD: src/etc/pam.d/imap,v 1.7 2007/06/15 11:33:13 yar Exp $
  131. #
  132. # PAM configuration for the "imap" service
  133. #
  134.  
  135. # auth
  136. #auth sufficient pam_ssh.so no_warn try_first_pass
  137. auth required pam_unix.so no_warn try_first_pass
  138.  
  139. # account
  140. #account required pam_nologin.so
  141. account required pam_unix.so
  142.  
  143.  
  144. +--------------------------------------------------------------------------------+
  145. + /etc/pam.d/kde +
  146. +--------------------------------------------------------------------------------+
  147. #
  148. # $FreeBSD: src/etc/pam.d/kde,v 1.9 2009/10/05 09:28:54 des Exp $
  149. #
  150. # PAM configuration for the "kde" service
  151. #
  152.  
  153. # auth
  154. #auth sufficient pam_ssh.so no_warn try_first_pass
  155. auth required pam_unix.so no_warn try_first_pass
  156.  
  157. # account
  158. account required pam_nologin.so
  159. account required pam_unix.so
  160.  
  161. # session
  162. #session optional pam_ssh.so want_agent
  163. session required pam_permit.so
  164.  
  165.  
  166. +--------------------------------------------------------------------------------+
  167. + /etc/pam.d/login +
  168. +--------------------------------------------------------------------------------+
  169. #
  170. # $FreeBSD: src/etc/pam.d/login,v 1.17 2007/06/10 18:57:20 yar Exp $
  171. #
  172. # PAM configuration for the "login" service
  173. #
  174.  
  175. # auth
  176. auth sufficient pam_self.so no_warn
  177. auth include system
  178.  
  179. # account
  180. account requisite pam_securetty.so
  181. account required pam_nologin.so
  182. account include system
  183.  
  184. # session
  185. session include system
  186.  
  187. # password
  188. password include system
  189.  
  190.  
  191. +--------------------------------------------------------------------------------+
  192. + /etc/pam.d/netatalk +
  193. +--------------------------------------------------------------------------------+
  194. #
  195. # PAM configuration for the "netatalk" service
  196. #
  197.  
  198. # auth
  199. auth sufficient pam_opie.so no_warn no_fake_prompts
  200. auth requisite pam_opieaccess.so no_warn allow_local
  201. #auth sufficient pam_ssh.so no_warn try_first_pass
  202. auth required pam_unix.so no_warn try_first_pass
  203.  
  204. # account
  205. account required pam_nologin.so
  206. account required pam_unix.so
  207.  
  208. # session
  209. session required pam_permit.so
  210.  
  211. # password
  212. password required pam_unix.so no_warn try_first_pass
  213.  
  214.  
  215. +--------------------------------------------------------------------------------+
  216. + /etc/pam.d/other +
  217. +--------------------------------------------------------------------------------+
  218. #
  219. # $FreeBSD: src/etc/pam.d/other,v 1.13 2009/10/05 09:28:54 des Exp $
  220. #
  221. # PAM configuration for the "other" service
  222. #
  223.  
  224. # auth
  225. auth sufficient pam_opie.so no_warn no_fake_prompts
  226. auth requisite pam_opieaccess.so no_warn allow_local
  227. #auth sufficient pam_ssh.so no_warn try_first_pass
  228. auth required pam_unix.so no_warn try_first_pass
  229.  
  230. # account
  231. account required pam_nologin.so
  232. account required pam_login_access.so
  233. account required pam_unix.so
  234.  
  235. # session
  236. #session optional pam_ssh.so want_agent
  237. session required pam_permit.so
  238.  
  239. # password
  240. password required pam_permit.so
  241.  
  242.  
  243. +--------------------------------------------------------------------------------+
  244. + /etc/pam.d/passwd +
  245. +--------------------------------------------------------------------------------+
  246. #
  247. # $FreeBSD: src/etc/pam.d/passwd,v 1.3 2003/04/24 12:22:42 des Exp $
  248. #
  249. # PAM configuration for the "passwd" service
  250. #
  251.  
  252. # passwd(1) does not use the auth, account or session services.
  253.  
  254. # password
  255. #password requisite pam_passwdqc.so enforce=users
  256. password required pam_unix.so no_warn try_first_pass nullok
  257.  
  258.  
  259. +--------------------------------------------------------------------------------+
  260. + /etc/pam.d/pop3 +
  261. +--------------------------------------------------------------------------------+
  262. #
  263. # $FreeBSD: src/etc/pam.d/pop3,v 1.7 2007/06/15 11:33:13 yar Exp $
  264. #
  265. # PAM configuration for the "pop3" service
  266. #
  267.  
  268. # auth
  269. #auth sufficient pam_ssh.so no_warn try_first_pass
  270. auth required pam_unix.so no_warn try_first_pass
  271.  
  272. # account
  273. #account required pam_nologin.so
  274. account required pam_unix.so
  275.  
  276.  
  277. +--------------------------------------------------------------------------------+
  278. + /etc/pam.d/rsh +
  279. +--------------------------------------------------------------------------------+
  280. #
  281. # $FreeBSD: src/etc/pam.d/rsh,v 1.6 2007/06/10 18:57:20 yar Exp $
  282. #
  283. # PAM configuration for the "rsh" service
  284. #
  285.  
  286. # auth
  287. auth required pam_rhosts.so no_warn
  288.  
  289. # account
  290. account required pam_nologin.so
  291. account required pam_unix.so
  292.  
  293. # session
  294. session required pam_permit.so
  295.  
  296. # password
  297. password required pam_deny.so
  298.  
  299.  
  300. +--------------------------------------------------------------------------------+
  301. + /etc/pam.d/sshd +
  302. +--------------------------------------------------------------------------------+
  303. #
  304. # $FreeBSD: src/etc/pam.d/sshd,v 1.18 2009/10/05 09:28:54 des Exp $
  305. #
  306. # PAM configuration for the "sshd" service
  307. #
  308.  
  309. # auth
  310. auth sufficient pam_opie.so no_warn no_fake_prompts
  311. auth requisite pam_opieaccess.so no_warn allow_local
  312. #auth sufficient pam_ssh.so no_warn try_first_pass
  313. auth required pam_unix.so no_warn try_first_pass
  314.  
  315. # account
  316. account required pam_nologin.so
  317. account required pam_login_access.so
  318. account required pam_unix.so
  319.  
  320. # session
  321. #session optional pam_ssh.so want_agent
  322. session required pam_permit.so
  323.  
  324. # password
  325. password required pam_unix.so no_warn try_first_pass
  326.  
  327.  
  328. +--------------------------------------------------------------------------------+
  329. + /etc/pam.d/su +
  330. +--------------------------------------------------------------------------------+
  331. #
  332. # $FreeBSD: src/etc/pam.d/su,v 1.16 2003/07/09 18:40:49 des Exp $
  333. #
  334. # PAM configuration for the "su" service
  335. #
  336.  
  337. # auth
  338. auth sufficient pam_rootok.so no_warn
  339. auth sufficient pam_self.so no_warn
  340. auth requisite pam_group.so no_warn group=wheel root_only fail_safe
  341. auth include system
  342.  
  343. # account
  344. account include system
  345.  
  346. # session
  347. session required pam_permit.so
  348.  
  349.  
  350. +--------------------------------------------------------------------------------+
  351. + /etc/pam.d/system +
  352. +--------------------------------------------------------------------------------+
  353. #
  354. # $FreeBSD: src/etc/pam.d/system,v 1.3 2009/10/05 09:28:54 des Exp $
  355. #
  356. # System-wide defaults
  357. #
  358.  
  359. # auth
  360. auth sufficient pam_opie.so no_warn no_fake_prompts
  361. auth requisite pam_opieaccess.so no_warn allow_local
  362. #auth sufficient pam_krb5.so no_warn try_first_pass
  363. #auth sufficient pam_ssh.so no_warn try_first_pass
  364. auth required pam_unix.so no_warn try_first_pass nullok
  365.  
  366. # account
  367. #account required pam_krb5.so
  368. account required pam_login_access.so
  369. account required pam_unix.so
  370.  
  371. # session
  372. #session optional pam_ssh.so want_agent
  373. session required pam_lastlog.so no_fail
  374.  
  375. # password
  376. #password sufficient pam_krb5.so no_warn try_first_pass
  377. password required pam_unix.so no_warn try_first_pass
  378.  
  379.  
  380. +--------------------------------------------------------------------------------+
  381. + /etc/pam.d/telnetd +
  382. +--------------------------------------------------------------------------------+
  383. #
  384. # $FreeBSD: src/etc/pam.d/telnetd,v 1.10 2009/10/05 09:28:54 des Exp $
  385. #
  386. # PAM configuration for the "telnetd" service
  387. #
  388.  
  389. # auth
  390. auth sufficient pam_opie.so no_warn no_fake_prompts
  391. auth requisite pam_opieaccess.so no_warn allow_local
  392. #auth sufficient pam_krb5.so no_warn try_first_pass
  393. #auth sufficient pam_ssh.so no_warn try_first_pass
  394. auth required pam_unix.so no_warn try_first_pass
  395.  
  396. # account
  397. account required pam_nologin.so
  398. #account required pam_krb5.so
  399. account required pam_login_access.so
  400. account required pam_unix.so
  401.  
  402. # session
  403. #session optional pam_ssh.so want_agent
  404. session required pam_lastlog.so no_fail
  405.  
  406. # password
  407. #password sufficient pam_krb5.so no_warn try_first_pass
  408. password required pam_unix.so no_warn try_first_pass
  409.  
  410.  
  411. +--------------------------------------------------------------------------------+
  412. + /etc/pam.d/xdm +
  413. +--------------------------------------------------------------------------------+
  414. #
  415. # $FreeBSD: src/etc/pam.d/xdm,v 1.12 2009/10/05 09:28:54 des Exp $
  416. #
  417. # PAM configuration for the "xdm" service
  418. #
  419.  
  420. # auth
  421. #auth sufficient pam_krb5.so no_warn try_first_pass
  422. #auth sufficient pam_ssh.so no_warn try_first_pass
  423. auth required pam_unix.so no_warn try_first_pass
  424.  
  425. # account
  426. account required pam_nologin.so
  427. #account required pam_krb5.so
  428. account required pam_unix.so
  429.  
  430. # session
  431. #session required pam_ssh.so want_agent
  432. session required pam_lastlog.so no_fail
  433.  
  434. # password
  435. password required pam_deny.so
  436.  
  437.  
  438.  
  439.  
  440. +--------------------------------------------------------------------------------+
  441. + /etc/resolv.conf +
  442. +--------------------------------------------------------------------------------+
  443. search local
  444. nameserver 192.168.1.1
  445.  
  446.  
  447. +--------------------------------------------------------------------------------+
  448. + /etc/hosts +
  449. +--------------------------------------------------------------------------------+
  450. # $FreeBSD: src/etc/hosts,v 1.16.34.1.2.1 2009/10/25 01:10:29 kensmith Exp $
  451. #
  452. # Host Database
  453. #
  454. # This file should contain the addresses and aliases for local hosts that
  455. # share this file. Replace 'my.domain' below with the domainname of your
  456. # machine.
  457. #
  458. # In the presence of the domain name service or NIS, this file may
  459. # not be consulted at all; see /etc/nsswitch.conf for the resolution order.
  460. #
  461. #
  462. ::1 localhost localhost.my.domain freenas freenas.local
  463. 127.0.0.1 localhost localhost.my.domain freenas freenas.local
  464. #
  465. # Imaginary network.
  466. #10.0.0.2 myname.my.domain myname
  467. #10.0.0.3 myfriend.my.domain myfriend
  468. #
  469. # According to RFC 1918, you can use the following IP networks for
  470. # private nets which will never be connected to the Internet:
  471. #
  472. # 10.0.0.0 - 10.255.255.255
  473. # 172.16.0.0 - 172.31.255.255
  474. # 192.168.0.0 - 192.168.255.255
  475. #
  476. # In case you want to be able to connect to the Internet, you need
  477. # real official assigned numbers. Do not try to invent your own network
  478. # numbers but instead get one from your network provider (if any) or
  479. # from your regional registry (ARIN, APNIC, LACNIC, RIPE NCC, or AfriNIC.)
  480. #
  481. 127.0.0.1 MyFreeNas.local
  482.  
  483.  
  484. +--------------------------------------------------------------------------------+
  485. + ifconfig -a +
  486. +--------------------------------------------------------------------------------+
  487. sk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
  488. options=80009<RXCSUM,VLAN_MTU,LINKSTATE>
  489. ether 00:13:d4:19:0f:38
  490. inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255
  491. media: Ethernet autoselect (100baseTX <full-duplex>)
  492. status: active
  493. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
  494. options=3<RXCSUM,TXCSUM>
  495. inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
  496. inet6 ::1 prefixlen 128
  497. inet 127.0.0.1 netmask 0xff000000
  498. nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
  499.  
  500.  
  501. +--------------------------------------------------------------------------------+
  502. + /usr/local/etc/smb.conf +
  503. +--------------------------------------------------------------------------------+
  504. [global]
  505. encrypt passwords = yes
  506. dns proxy = no
  507. strict locking = no
  508. read raw = yes
  509. write raw = yes
  510. oplocks = yes
  511. max xmit = 65535
  512. deadtime = 15
  513. display charset = LOCALE
  514. max log size = 10
  515. syslog only = yes
  516. syslog = yes
  517. load printers = no
  518. printing = bsd
  519. printcap name = /dev/null
  520. disable spoolss = yes
  521. smb passwd file = /var/etc/private/smbpasswd
  522. private dir = /var/etc/private
  523. getwd cache = yes
  524. guest account = www
  525. map to guest = Bad Password
  526. netbios name = MyNAS
  527. workgroup = POR
  528. server string = Servidor de ficheiros
  529. use sendfile = yes
  530. ea support = yes
  531. store dos attributes = yes
  532. local master = yes
  533. time server = yes
  534. security = user
  535. create mask = 600
  536. create mask = 600
  537. directory mask = 700
  538. client ntlmv2 auth = yes
  539. dos charset = CP850
  540. unix charset = UTF-8
  541. log level = 1
  542. aio read size = 1
  543. aio write size = 1
  544.  
  545. [homes]
  546. comment = Home Directories
  547. valid users = %U
  548. writable = yes
  549. browseable = no
  550. path = /mnt/DISCO/%U
  551.  
  552. [xpuser]
  553. path = /mnt/DISCO/xpuser
  554. printable = no
  555. veto files = /.snap/.windows/
  556. comment = Documentos XpUser
  557. writeable = yes
  558. browseable = yes
  559. inherit owner = no
  560. inherit permissions = yes
  561. vfs objects = zfsacl
  562. hide dot files = no
  563. inherit acls = Yes
  564. map archive = No
  565. map readonly = no
  566. nfs4:mode = special
  567. nfs4:acedup = merge
  568. nfs4:chown = yes
  569.  
  570.  
  571. [schpics]
  572. path = /mnt/DISCO/schpics
  573. printable = no
  574. veto files = /.snap/.windows/
  575. comment = Imagens de Schindler
  576. writeable = yes
  577. browseable = yes
  578. inherit owner = no
  579. inherit permissions = yes
  580. vfs objects = zfsacl
  581. hide dot files = no
  582. inherit acls = Yes
  583. map archive = No
  584. map readonly = no
  585. nfs4:mode = special
  586. nfs4:acedup = merge
  587. nfs4:chown = yes
  588.  
  589.  
  590. [schdocs]
  591. path = /mnt/DISCO/schdocs
  592. printable = no
  593. veto files = /.snap/.windows/
  594. comment = Documentos da Schindler
  595. writeable = yes
  596. browseable = yes
  597. inherit owner = no
  598. inherit permissions = yes
  599. vfs objects = zfsacl
  600. hide dot files = no
  601. inherit acls = Yes
  602. map archive = No
  603. map readonly = no
  604. nfs4:mode = special
  605. nfs4:acedup = merge
  606. nfs4:chown = yes
  607.  
  608.  
  609. [ficheiros]
  610. path = /mnt/DISCO/ficheiros
  611. printable = no
  612. veto files = /.snap/.windows/
  613. comment = Ficheiros diversos
  614. writeable = yes
  615. browseable = yes
  616. inherit owner = no
  617. inherit permissions = yes
  618. vfs objects = zfsacl
  619. hide dot files = no
  620. inherit acls = Yes
  621. map archive = No
  622. map readonly = no
  623. nfs4:mode = special
  624. nfs4:acedup = merge
  625. nfs4:chown = yes
  626.  
  627.  
  628. [bd]
  629. path = /mnt/DISCO/bd
  630. printable = no
  631. veto files = /.snap/.windows/
  632. comment = Ficheiros da BD
  633. writeable = yes
  634. browseable = yes
  635. inherit owner = no
  636. inherit permissions = yes
  637. vfs objects = zfsacl
  638. hide dot files = no
  639. inherit acls = Yes
  640. map archive = No
  641. map readonly = no
  642. nfs4:mode = special
  643. nfs4:acedup = merge
  644. nfs4:chown = yes
  645.  
  646.  
  647. [Imagens]
  648. path = /mnt/DISCO/xpuserpics
  649. printable = no
  650. veto files = /.snap/.windows/
  651. comment = Imagens de XpUser
  652. writeable = yes
  653. browseable = yes
  654. inherit owner = no
  655. inherit permissions = yes
  656. vfs objects = zfsacl
  657. hide dot files = no
  658. inherit acls = Yes
  659. map archive = No
  660. map readonly = no
  661. nfs4:mode = special
  662. nfs4:acedup = merge
  663. nfs4:chown = yes
  664.  
  665.  
  666. [catia]
  667. path = /mnt/DISCO/catia
  668. printable = no
  669. veto files = /.snap/.windows/
  670. comment = Documentos da Catia
  671. writeable = yes
  672. browseable = yes
  673. inherit owner = no
  674. inherit permissions = yes
  675. vfs objects = zfsacl
  676. inherit acls = Yes
  677. map archive = No
  678. map readonly = no
  679. nfs4:mode = special
  680. nfs4:acedup = merge
  681. nfs4:chown = yes
  682.  
  683.  
  684. [musica]
  685. path = /mnt/DISCO/musica
  686. printable = no
  687. veto files = /.snap/.windows/
  688. comment = Ficheiros de Audio
  689. writeable = yes
  690. browseable = yes
  691. inherit owner = no
  692. inherit permissions = no
  693. vfs objects = zfsacl
  694. inherit acls = Yes
  695. map archive = No
  696. map readonly = no
  697. nfs4:mode = special
  698. nfs4:acedup = merge
  699. nfs4:chown = yes
  700.  
  701.  
  702. [pvr]
  703. path = /mnt/DISCO/livepvr
  704. printable = no
  705. veto files = /.snap/.windows/
  706. comment = Ficheiro de telefone
  707. writeable = yes
  708. browseable = yes
  709. inherit owner = no
  710. inherit permissions = no
  711. vfs objects = zfsacl
  712. hide dot files = no
  713. inherit acls = Yes
  714. map archive = No
  715. map readonly = no
  716. nfs4:mode = special
  717. nfs4:acedup = merge
  718. nfs4:chown = yes
  719.  
  720.  
  721. [videos]
  722. path = /mnt/DISCO/homevideo
  723. printable = no
  724. veto files = /.snap/.windows/
  725. comment = Videos Caseiros
  726. writeable = yes
  727. browseable = yes
  728. inherit owner = no
  729. inherit permissions = yes
  730. vfs objects = zfsacl
  731. hide dot files = no
  732. inherit acls = Yes
  733. map archive = No
  734. map readonly = no
  735. nfs4:mode = special
  736. nfs4:acedup = merge
  737. nfs4:chown = yes
  738.  
  739.  
  740. [DISCO]
  741. path = /mnt/DISCO
  742. printable = no
  743. veto files = /.snap/.windows/
  744. comment = Acesso completo ao Disco
  745. writeable = yes
  746. browseable = yes
  747. inherit owner = no
  748. inherit permissions = no
  749. vfs objects = zfsacl
  750. hide dot files = no
  751. inherit acls = Yes
  752. map archive = No
  753. map readonly = no
  754. nfs4:mode = special
  755. nfs4:acedup = merge
  756. nfs4:chown = yes
  757.  
  758.  
  759. [Leandro]
  760. path = /mnt/DISCO/leandro
  761. printable = no
  762. veto files = /.snap/.windows/
  763. comment = Documentos do Leandro
  764. writeable = yes
  765. browseable = yes
  766. inherit owner = no
  767. inherit permissions = yes
  768. vfs objects = zfsacl
  769. hide dot files = no
  770. inherit acls = Yes
  771. map archive = No
  772. map readonly = no
  773. nfs4:mode = special
  774. nfs4:acedup = merge
  775. nfs4:chown = yes
  776.  
  777.  
  778. [Satelite]
  779. path = /mnt/DISCO/satelite
  780. printable = no
  781. veto files = /.snap/.windows/
  782. comment = Ficheiros das Boxs
  783. writeable = yes
  784. browseable = yes
  785. inherit owner = no
  786. inherit permissions = yes
  787. vfs objects = zfsacl
  788. hide dot files = no
  789. inherit acls = Yes
  790. map archive = No
  791. map readonly = no
  792. nfs4:mode = special
  793. nfs4:acedup = merge
  794. nfs4:chown = yes
  795.  
  796.  
  797. [Leonor]
  798. path = /mnt/DISCO/Leonor
  799. printable = no
  800. veto files = /.snap/.windows/
  801. comment = Ficheiros da Lia
  802. writeable = yes
  803. browseable = yes
  804. inherit owner = no
  805. inherit permissions = no
  806. vfs objects = zfsacl
  807. inherit acls = Yes
  808. map archive = No
  809. map readonly = no
  810. nfs4:mode = special
  811. nfs4:acedup = merge
  812. nfs4:chown = yes
  813.  
  814.  
  815.  
  816.  
  817. +--------------------------------------------------------------------------------+
  818. + Kerberos Tickets +
  819. +--------------------------------------------------------------------------------+
  820. klist: No ticket file: /tmp/krb5cc_0
  821.  
  822.  
  823. +--------------------------------------------------------------------------------+
  824. + /usr/local/etc/nss_ldap.conf +
  825. +--------------------------------------------------------------------------------+
  826. # @(#)$Id: ldap.conf,v 2.49 2009/04/25 01:53:15 lukeh Exp $
  827. #
  828. # This is the configuration file for the LDAP nameservice
  829. # switch library and the LDAP PAM module.
  830. #
  831. # PADL Software
  832. # http://www.padl.com
  833. #
  834.  
  835. # Your LDAP server. Must be resolvable without using LDAP.
  836. # Multiple hosts may be specified, each separated by a
  837. # space. How long nss_ldap takes to failover depends on
  838. # whether your LDAP client library supports configurable
  839. # network or connect timeouts (see bind_timelimit).
  840. host 127.0.0.1
  841.  
  842. # The distinguished name of the search base.
  843. base dc=padl,dc=com
  844.  
  845. # Another way to specify your LDAP server is to provide an
  846. # uri with the server name. This allows to use
  847. # Unix Domain Sockets to connect to a local LDAP Server.
  848. #uri ldap://127.0.0.1/
  849. #uri ldaps://127.0.0.1/
  850. #uri ldapi://%2fvar%2frun%2fldapi_sock/
  851. # Note: %2f encodes the '/' used as directory separator
  852.  
  853. # The LDAP version to use (defaults to 3
  854. # if supported by client library)
  855. #ldap_version 3
  856.  
  857. # The distinguished name to bind to the server with.
  858. # Optional: default is to bind anonymously.
  859. #binddn cn=proxyuser,dc=padl,dc=com
  860.  
  861. # The credentials to bind with.
  862. # Optional: default is no credential.
  863. #bindpw secret
  864.  
  865. # The distinguished name to bind to the server with
  866. # if the effective user ID is root. Password is
  867. # stored in /usr/local/etc/nss_ldap.secret (mode 600)
  868. #rootbinddn cn=manager,dc=padl,dc=com
  869.  
  870. # The port.
  871. # Optional: default is 389.
  872. #port 389
  873.  
  874. # The search scope.
  875. #scope sub
  876. #scope one
  877. #scope base
  878.  
  879. # Search timelimit in seconds (0 for indefinite; default 0)
  880. #timelimit 0
  881.  
  882. # Bind/connect timelimit (0 for indefinite; default 30)
  883. #bind_timelimit 30
  884.  
  885. # Reconnect policy:
  886. # hard_open: reconnect to DSA with exponential backoff if
  887. # opening connection failed
  888. # hard_init: reconnect to DSA with exponential backoff if
  889. # initializing connection failed
  890. # hard: alias for hard_open
  891. # soft: return immediately on server failure
  892. #bind_policy hard
  893.  
  894. # Connection policy:
  895. # persist: DSA connections are kept open (default)
  896. # oneshot: DSA connections destroyed after request
  897. #nss_connect_policy persist
  898.  
  899. # Idle timelimit; client will close connections
  900. # (nss_ldap only) if the server has not been contacted
  901. # for the number of seconds specified below.
  902. #idle_timelimit 3600
  903.  
  904. # Use paged rseults
  905. #nss_paged_results yes
  906.  
  907. # Pagesize: when paged results enable, used to set the
  908. # pagesize to a custom value
  909. #pagesize 1000
  910.  
  911. # Filter to AND with uid=%s
  912. #pam_filter objectclass=account
  913.  
  914. # The user ID attribute (defaults to uid)
  915. #pam_login_attribute uid
  916.  
  917. # Search the root DSE for the password policy (works
  918. # with Netscape Directory Server)
  919. #pam_lookup_policy yes
  920.  
  921. # Check the 'host' attribute for access control
  922. # Default is no; if set to yes, and user has no
  923. # value for the host attribute, and pam_ldap is
  924. # configured for account management (authorization)
  925. # then the user will not be allowed to login.
  926. #pam_check_host_attr yes
  927.  
  928. # Check the 'authorizedService' attribute for access
  929. # control
  930. # Default is no; if set to yes, and the user has no
  931. # value for the authorizedService attribute, and
  932. # pam_ldap is configured for account management
  933. # (authorization) then the user will not be allowed
  934. # to login.
  935. #pam_check_service_attr yes
  936.  
  937. # Group to enforce membership of
  938. #pam_groupdn cn=PAM,ou=Groups,dc=padl,dc=com
  939.  
  940. # Group member attribute
  941. #pam_member_attribute uniquemember
  942.  
  943. # Specify a minium or maximum UID number allowed
  944. #pam_min_uid 0
  945. #pam_max_uid 0
  946.  
  947. # Template login attribute, default template user
  948. # (can be overriden by value of former attribute
  949. # in user's entry)
  950. #pam_login_attribute userPrincipalName
  951. #pam_template_login_attribute uid
  952. #pam_template_login nobody
  953.  
  954. # HEADS UP: the pam_crypt, pam_nds_passwd,
  955. # and pam_ad_passwd options are no
  956. # longer supported.
  957. #
  958. # Do not hash the password at all; presume
  959. # the directory server will do it, if
  960. # necessary. This is the default.
  961. #pam_password clear
  962.  
  963. # Hash password locally; required for University of
  964. # Michigan LDAP server, and works with Netscape
  965. # Directory Server if you're using the UNIX-Crypt
  966. # hash mechanism and not using the NT Synchronization
  967. # service.
  968. #pam_password crypt
  969.  
  970. # Remove old password first, then update in
  971. # cleartext. Necessary for use with Novell
  972. # Directory Services (NDS)
  973. #pam_password nds
  974.  
  975. # RACF is an alias for the above. For use with
  976. # IBM RACF
  977. #pam_password racf
  978.  
  979. # Update Active Directory password, by
  980. # creating Unicode password and updating
  981. # unicodePwd attribute.
  982. #pam_password ad
  983.  
  984. # Use the OpenLDAP password change
  985. # extended operation to update the password.
  986. #pam_password exop
  987.  
  988. # Redirect users to a URL or somesuch on password
  989. # changes.
  990. #pam_password_prohibit_message Please visit http://internal to change your password.
  991.  
  992. # Use backlinks for answering initgroups()
  993. #nss_initgroups backlink
  994.  
  995. # Enable support for RFC2307bis (distinguished names in group
  996. # members)
  997. #nss_schema rfc2307bis
  998.  
  999. # RFC2307bis naming contexts
  1000. # Syntax:
  1001. # nss_base_XXX base?scope?filter
  1002. # where scope is {base,one,sub}
  1003. # and filter is a filter to be &'d with the
  1004. # default filter.
  1005. # You can omit the suffix eg:
  1006. # nss_base_passwd ou=People,
  1007. # to append the default base DN but this
  1008. # may incur a small performance impact.
  1009. #nss_base_passwd ou=People,dc=padl,dc=com?one
  1010. #nss_base_shadow ou=People,dc=padl,dc=com?one
  1011. #nss_base_group ou=Group,dc=padl,dc=com?one
  1012. #nss_base_hosts ou=Hosts,dc=padl,dc=com?one
  1013. #nss_base_services ou=Services,dc=padl,dc=com?one
  1014. #nss_base_networks ou=Networks,dc=padl,dc=com?one
  1015. #nss_base_protocols ou=Protocols,dc=padl,dc=com?one
  1016. #nss_base_rpc ou=Rpc,dc=padl,dc=com?one
  1017. #nss_base_ethers ou=Ethers,dc=padl,dc=com?one
  1018. #nss_base_netmasks ou=Networks,dc=padl,dc=com?ne
  1019. #nss_base_bootparams ou=Ethers,dc=padl,dc=com?one
  1020. #nss_base_aliases ou=Aliases,dc=padl,dc=com?one
  1021. #nss_base_netgroup ou=Netgroup,dc=padl,dc=com?one
  1022.  
  1023. # attribute/objectclass mapping
  1024. # Syntax:
  1025. #nss_map_attribute rfc2307attribute mapped_attribute
  1026. #nss_map_objectclass rfc2307objectclass mapped_objectclass
  1027.  
  1028. # configure --enable-nds is no longer supported.
  1029. # NDS mappings
  1030. #nss_map_attribute uniqueMember member
  1031.  
  1032. # Services for UNIX 3.5 mappings
  1033. #nss_map_objectclass posixAccount User
  1034. #nss_map_objectclass shadowAccount User
  1035. #nss_map_attribute uid msSFU30Name
  1036. #nss_map_attribute uniqueMember msSFU30PosixMember
  1037. #nss_map_attribute userPassword msSFU30Password
  1038. #nss_map_attribute homeDirectory msSFU30HomeDirectory
  1039. #nss_map_attribute homeDirectory msSFUHomeDirectory
  1040. #nss_map_objectclass posixGroup Group
  1041. #pam_login_attribute msSFU30Name
  1042. #pam_filter objectclass=User
  1043. #pam_password ad
  1044.  
  1045. # configure --enable-mssfu-schema is no longer supported.
  1046. # Services for UNIX 2.0 mappings
  1047. #nss_map_objectclass posixAccount User
  1048. #nss_map_objectclass shadowAccount user
  1049. #nss_map_attribute uid msSFUName
  1050. #nss_map_attribute uniqueMember posixMember
  1051. #nss_map_attribute userPassword msSFUPassword
  1052. #nss_map_attribute homeDirectory msSFUHomeDirectory
  1053. #nss_map_attribute shadowLastChange pwdLastSet
  1054. #nss_map_objectclass posixGroup Group
  1055. #nss_map_attribute cn msSFUName
  1056. #pam_login_attribute msSFUName
  1057. #pam_filter objectclass=User
  1058. #pam_password ad
  1059.  
  1060. # RFC 2307 (AD) mappings
  1061. #nss_map_objectclass posixAccount user
  1062. #nss_map_objectclass shadowAccount user
  1063. #nss_map_attribute uid sAMAccountName
  1064. #nss_map_attribute homeDirectory unixHomeDirectory
  1065. #nss_map_attribute shadowLastChange pwdLastSet
  1066. #nss_map_objectclass posixGroup group
  1067. #nss_map_attribute uniqueMember member
  1068. #pam_login_attribute sAMAccountName
  1069. #pam_filter objectclass=User
  1070. #pam_password ad
  1071.  
  1072. # configure --enable-authpassword is no longer supported
  1073. # AuthPassword mappings
  1074. #nss_map_attribute userPassword authPassword
  1075.  
  1076. # AIX SecureWay mappings
  1077. #nss_map_objectclass posixAccount aixAccount
  1078. #nss_base_passwd ou=aixaccount,?one
  1079. #nss_map_attribute uid userName
  1080. #nss_map_attribute gidNumber gid
  1081. #nss_map_attribute uidNumber uid
  1082. #nss_map_attribute userPassword passwordChar
  1083. #nss_map_objectclass posixGroup aixAccessGroup
  1084. #nss_base_group ou=aixgroup,?one
  1085. #nss_map_attribute cn groupName
  1086. #nss_map_attribute uniqueMember member
  1087. #pam_login_attribute userName
  1088. #pam_filter objectclass=aixAccount
  1089. #pam_password clear
  1090.  
  1091. # For pre-RFC2307bis automount schema
  1092. #nss_map_objectclass automountMap nisMap
  1093. #nss_map_attribute automountMapName nisMapName
  1094. #nss_map_objectclass automount nisObject
  1095. #nss_map_attribute automountKey cn
  1096. #nss_map_attribute automountInformation nisMapEntry
  1097.  
  1098. # Netscape SDK LDAPS
  1099. #ssl on
  1100.  
  1101. # Netscape SDK SSL options
  1102. #sslpath /etc/ssl/certs
  1103.  
  1104. # OpenLDAP SSL mechanism
  1105. # start_tls mechanism uses the normal LDAP port, LDAPS typically 636
  1106. #ssl start_tls
  1107. #ssl on
  1108.  
  1109. # OpenLDAP SSL options
  1110. # Require and verify server certificate (yes/no)
  1111. # Default is to use libldap's default behavior, which can be configured in
  1112. # /usr/local/etc/openldap/ldap.conf using the TLS_REQCERT setting. The default for
  1113. # OpenLDAP 2.0 and earlier is "no", for 2.1 and later is "yes".
  1114. #tls_checkpeer yes
  1115.  
  1116. # CA certificates for server certificate verification
  1117. # At least one of these are required if tls_checkpeer is "yes"
  1118. #tls_cacertfile /etc/ssl/ca.cert
  1119. #tls_cacertdir /etc/ssl/certs
  1120.  
  1121. # Seed the PRNG if /dev/urandom is not provided
  1122. #tls_randfile /var/run/egd-pool
  1123.  
  1124. # SSL cipher suite
  1125. # See man ciphers for syntax
  1126. #tls_ciphers TLSv1
  1127.  
  1128. # Client certificate and key
  1129. # Use these, if your server requires client authentication.
  1130. #tls_cert
  1131. #tls_key
  1132.  
  1133. # Disable SASL security layers. This is needed for AD.
  1134. #sasl_secprops maxssf=0
  1135.  
  1136. # Override the default Kerberos ticket cache location.
  1137. #krb5_ccname FILE:/etc/.ldapcache
  1138.  
  1139.  
  1140.  
  1141. +--------------------------------------------------------------------------------+
  1142. + Active Directory Domain Status +
  1143. +--------------------------------------------------------------------------------+
  1144. ads_connect: No logon servers
  1145. ads_connect: No logon servers
  1146. Didn't find the ldap server!
  1147.  
  1148.  
  1149. +--------------------------------------------------------------------------------+
  1150. + Active Directory Trust Secret +
  1151. +--------------------------------------------------------------------------------+
  1152. could not obtain winbind interface details: WBC_ERR_WINBIND_NOT_AVAILABLE
  1153. could not obtain winbind domain name!
  1154. failed to call wbcCheckTrustCredentials: WBC_ERR_WINBIND_NOT_AVAILABLE
  1155. Could not check secret
  1156. checking the trust secret for domain (null) via RPC calls failed
  1157.  
  1158.  
  1159. +--------------------------------------------------------------------------------+
  1160. + Active Directory Users and Groups +
  1161. +--------------------------------------------------------------------------------+
  1162. +--------------------------------------------------------------------------------+
  1163. + Using wbinfo +
  1164. +--------------------------------------------------------------------------------+
  1165. +--------------------------------------------------------------------------------+
  1166. + Users +
  1167. +--------------------------------------------------------------------------------+
  1168. Error looking up domain users
  1169. +--------------------------------------------------------------------------------+
  1170. + Groups +
  1171. +--------------------------------------------------------------------------------+
  1172. failed to call wbcListGroups: WBC_ERR_WINBIND_NOT_AVAILABLE
  1173. Error looking up domain groups
  1174. +--------------------------------------------------------------------------------+
  1175. + Using getent +
  1176. +--------------------------------------------------------------------------------+
  1177. +--------------------------------------------------------------------------------+
  1178. + Users +
  1179. +--------------------------------------------------------------------------------+
  1180. root:$1$MVfF8sor$Myk9EyeZxa3SQ.GvH2AlI0:0:0:FreeNAS root:/root:/bin/csh
  1181. daemon:*:1:1:Owner of many system processes:/root:/usr/sbin/nologin
  1182. operator:*:2:5:System &:/:/usr/sbin/nologin
  1183. bin:*:3:7:Binaries Commands and Source:/:/usr/sbin/nologin
  1184. tty:*:4:65533:Tty Sandbox:/:/usr/sbin/nologin
  1185. kmem:*:5:2:KMem Sandbox:/:/usr/sbin/nologin
  1186. games:*:7:13:Games pseudo-user:/:/usr/sbin/nologin
  1187. news:*:8:8:News Subsystem:/:/usr/sbin/nologin
  1188. man:*:9:9:Mister Man Pages:/usr/share/man:/usr/sbin/nologin
  1189. sshd:*:22:22:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
  1190. smmsp:*:25:25:Sendmail Submission User:/var/spool/clientmqueue:/usr/sbin/nologin
  1191. mailnull:*:26:26:Sendmail Default User:/var/spool/mqueue:/usr/sbin/nologin
  1192. bind:*:53:53:Bind Sandbox:/:/usr/sbin/nologin
  1193. proxy:*:62:62:Packet Filter pseudo-user:/nonexistent:/usr/sbin/nologin
  1194. _pflogd:*:64:64:pflogd privsep user:/var/empty:/usr/sbin/nologin
  1195. _dhcp:*:65:65:dhcp programs:/var/empty:/usr/sbin/nologin
  1196. uucp:*:66:66:UUCP pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico
  1197. pop:*:68:6:Post Office Owner:/nonexistent:/usr/sbin/nologin
  1198. www:*:80:80:World Wide Web Owner:/nonexistent:/usr/sbin/nologin
  1199. nobody:*:65534:65534:Unprivileged user:/nonexistent:/usr/sbin/nologin
  1200. avahi:*:200:200:avahi user:/nonexistant:/usr/sbin/nologin
  1201. messagebus:*:201:201:messagebus user:/nonexistant:/usr/sbin/nologin
  1202. XpUser:$1$VLNKXJac$NSfWtJ0OeBWRwiszHJnsH1:1001:65533:Main User:/mnt/DISCO:/bin/csh
  1203. Leonor:$1$4.kkM0wf$M0.F2elYBuadxkhobfpzf.:1002:65533:Leonor Duarte:/mnt/DISCO/Leonor:/sbin/nologin
  1204. Leandro:$1$DgZNUmow$SDhSZ3og/FjMmHZQpc8YF0:1003:65533:Leandro Afonso:/mnt/DISCO/Leandro:/sbin/nologin
  1205. ftp:*:14:14::/nonexistent:/bin/csh
  1206. Catia:$1$aj/OVF6b$q/2PW1E6M3eQdXPq2i41a.:1004:65533:Catia Sofia:/mnt/DISCO/catia:/sbin/nologin
  1207. Marisa:$1$G44FN3Gf$FRUs0goE1M6J7o5JM0Jdq.:1005:65533:Marisa Duarte:/nonexistent:/sbin/nologin
  1208. +--------------------------------------------------------------------------------+
  1209. + Groups +
  1210. +--------------------------------------------------------------------------------+
  1211. wheel:*:0:XpUser
  1212. daemon:*:1
  1213. kmem:*:2
  1214. sys:*:3
  1215. tty:*:4
  1216. operator:*:5
  1217. mail:*:6
  1218. bin:*:7
  1219. news:*:8
  1220. man:*:9
  1221. games:*:13
  1222. ftp:*:14:XpUser
  1223. staff:*:20
  1224. sshd:*:22
  1225. smmsp:*:25
  1226. mailnull:*:26
  1227. guest:*:31
  1228. bind:*:53
  1229. proxy:*:62
  1230. authpf:*:63
  1231. _pflogd:*:64
  1232. _dhcp:*:65
  1233. uucp:*:66
  1234. dialer:*:68
  1235. network:*:69
  1236. audit:*:77
  1237. www:*:80
  1238. nogroup:*:65533
  1239. nobody:*:65534
  1240. avahi:*:200
  1241. messagebus:*:201
  1242. Familia:*:1001:Leandro,Leonor,Catia,Marisa,XpUser
  1243. Controle:*:1002:XpUser
  1244.  
  1245.  
  1246. +--------------------------------------------------------------------------------+
  1247. + User and Group cache dump +
  1248. +--------------------------------------------------------------------------------+
  1249. FreeNAS_Users:
  1250. pwd.struct_passwd(pw_name='root', pw_passwd='$1$MVfF8sor$Myk9EyeZxa3SQ.GvH2AlI0', pw_uid=0, pw_gid=0, pw_gecos='FreeNAS root', pw_dir='/root', pw_shell='/bin/csh')
  1251. pwd.struct_passwd(pw_name='daemon', pw_passwd='*', pw_uid=1, pw_gid=1, pw_gecos='Owner of many system processes', pw_dir='/root', pw_shell='/usr/sbin/nologin')
  1252. pwd.struct_passwd(pw_name='operator', pw_passwd='*', pw_uid=2, pw_gid=5, pw_gecos='System &', pw_dir='/', pw_shell='/usr/sbin/nologin')
  1253. pwd.struct_passwd(pw_name='bin', pw_passwd='*', pw_uid=3, pw_gid=7, pw_gecos='Binaries Commands and Source', pw_dir='/', pw_shell='/usr/sbin/nologin')
  1254. pwd.struct_passwd(pw_name='tty', pw_passwd='*', pw_uid=4, pw_gid=65533, pw_gecos='Tty Sandbox', pw_dir='/', pw_shell='/usr/sbin/nologin')
  1255. pwd.struct_passwd(pw_name='kmem', pw_passwd='*', pw_uid=5, pw_gid=2, pw_gecos='KMem Sandbox', pw_dir='/', pw_shell='/usr/sbin/nologin')
  1256. pwd.struct_passwd(pw_name='games', pw_passwd='*', pw_uid=7, pw_gid=13, pw_gecos='Games pseudo-user', pw_dir='/', pw_shell='/usr/sbin/nologin')
  1257. pwd.struct_passwd(pw_name='news', pw_passwd='*', pw_uid=8, pw_gid=8, pw_gecos='News Subsystem', pw_dir='/', pw_shell='/usr/sbin/nologin')
  1258. pwd.struct_passwd(pw_name='man', pw_passwd='*', pw_uid=9, pw_gid=9, pw_gecos='Mister Man Pages', pw_dir='/usr/share/man', pw_shell='/usr/sbin/nologin')
  1259. pwd.struct_passwd(pw_name='sshd', pw_passwd='*', pw_uid=22, pw_gid=22, pw_gecos='Secure Shell Daemon', pw_dir='/var/empty', pw_shell='/usr/sbin/nologin')
  1260. pwd.struct_passwd(pw_name='smmsp', pw_passwd='*', pw_uid=25, pw_gid=25, pw_gecos='Sendmail Submission User', pw_dir='/var/spool/clientmqueue', pw_shell='/usr/sbin/nologin')
  1261. pwd.struct_passwd(pw_name='mailnull', pw_passwd='*', pw_uid=26, pw_gid=26, pw_gecos='Sendmail Default User', pw_dir='/var/spool/mqueue', pw_shell='/usr/sbin/nologin')
  1262. pwd.struct_passwd(pw_name='bind', pw_passwd='*', pw_uid=53, pw_gid=53, pw_gecos='Bind Sandbox', pw_dir='/', pw_shell='/usr/sbin/nologin')
  1263. pwd.struct_passwd(pw_name='proxy', pw_passwd='*', pw_uid=62, pw_gid=62, pw_gecos='Packet Filter pseudo-user', pw_dir='/nonexistent', pw_shell='/usr/sbin/nologin')
  1264. pwd.struct_passwd(pw_name='_pflogd', pw_passwd='*', pw_uid=64, pw_gid=64, pw_gecos='pflogd privsep user', pw_dir='/var/empty', pw_shell='/usr/sbin/nologin')
  1265. pwd.struct_passwd(pw_name='_dhcp', pw_passwd='*', pw_uid=65, pw_gid=65, pw_gecos='dhcp programs', pw_dir='/var/empty', pw_shell='/usr/sbin/nologin')
  1266. pwd.struct_passwd(pw_name='uucp', pw_passwd='*', pw_uid=66, pw_gid=66, pw_gecos='UUCP pseudo-user', pw_dir='/var/spool/uucppublic', pw_shell='/usr/local/libexec/uucp/uucico')
  1267. pwd.struct_passwd(pw_name='pop', pw_passwd='*', pw_uid=68, pw_gid=6, pw_gecos='Post Office Owner', pw_dir='/nonexistent', pw_shell='/usr/sbin/nologin')
  1268. pwd.struct_passwd(pw_name='www', pw_passwd='*', pw_uid=80, pw_gid=80, pw_gecos='World Wide Web Owner', pw_dir='/nonexistent', pw_shell='/usr/sbin/nologin')
  1269. pwd.struct_passwd(pw_name='nobody', pw_passwd='*', pw_uid=65534, pw_gid=65534, pw_gecos='Unprivileged user', pw_dir='/nonexistent', pw_shell='/usr/sbin/nologin')
  1270. pwd.struct_passwd(pw_name='avahi', pw_passwd='*', pw_uid=200, pw_gid=200, pw_gecos='avahi user', pw_dir='/nonexistant', pw_shell='/usr/sbin/nologin')
  1271. pwd.struct_passwd(pw_name='messagebus', pw_passwd='*', pw_uid=201, pw_gid=201, pw_gecos='messagebus user', pw_dir='/nonexistant', pw_shell='/usr/sbin/nologin')
  1272. pwd.struct_passwd(pw_name='XpUser', pw_passwd='$1$VLNKXJac$NSfWtJ0OeBWRwiszHJnsH1', pw_uid=1001, pw_gid=65533, pw_gecos='Main User', pw_dir='/mnt/DISCO', pw_shell='/bin/csh')
  1273. pwd.struct_passwd(pw_name='Leonor', pw_passwd='$1$4.kkM0wf$M0.F2elYBuadxkhobfpzf.', pw_uid=1002, pw_gid=65533, pw_gecos='Leonor Duarte', pw_dir='/mnt/DISCO/Leonor', pw_shell='/sbin/nologin')
  1274. pwd.struct_passwd(pw_name='Leandro', pw_passwd='$1$DgZNUmow$SDhSZ3og/FjMmHZQpc8YF0', pw_uid=1003, pw_gid=65533, pw_gecos='Leandro Afonso', pw_dir='/mnt/DISCO/Leandro', pw_shell='/sbin/nologin')
  1275. pwd.struct_passwd(pw_name='ftp', pw_passwd='*', pw_uid=14, pw_gid=14, pw_gecos='', pw_dir='/nonexistent', pw_shell='/bin/csh')
  1276. pwd.struct_passwd(pw_name='Catia', pw_passwd='$1$aj/OVF6b$q/2PW1E6M3eQdXPq2i41a.', pw_uid=1004, pw_gid=65533, pw_gecos='Catia Sofia', pw_dir='/mnt/DISCO/catia', pw_shell='/sbin/nologin')
  1277. pwd.struct_passwd(pw_name='Marisa', pw_passwd='$1$G44FN3Gf$FRUs0goE1M6J7o5JM0Jdq.', pw_uid=1005, pw_gid=65533, pw_gecos='Marisa Duarte', pw_dir='/nonexistent', pw_shell='/sbin/nologin')
  1278.  
  1279.  
  1280.  
  1281. FreeNAS_Groups:
  1282. grp.struct_group(gr_name='wheel', gr_passwd='*', gr_gid=0, gr_mem=['XpUser'])
  1283. grp.struct_group(gr_name='daemon', gr_passwd='*', gr_gid=1, gr_mem=[])
  1284. grp.struct_group(gr_name='kmem', gr_passwd='*', gr_gid=2, gr_mem=[])
  1285. grp.struct_group(gr_name='sys', gr_passwd='*', gr_gid=3, gr_mem=[])
  1286. grp.struct_group(gr_name='tty', gr_passwd='*', gr_gid=4, gr_mem=[])
  1287. grp.struct_group(gr_name='operator', gr_passwd='*', gr_gid=5, gr_mem=[])
  1288. grp.struct_group(gr_name='mail', gr_passwd='*', gr_gid=6, gr_mem=[])
  1289. grp.struct_group(gr_name='bin', gr_passwd='*', gr_gid=7, gr_mem=[])
  1290. grp.struct_group(gr_name='news', gr_passwd='*', gr_gid=8, gr_mem=[])
  1291. grp.struct_group(gr_name='man', gr_passwd='*', gr_gid=9, gr_mem=[])
  1292. grp.struct_group(gr_name='games', gr_passwd='*', gr_gid=13, gr_mem=[])
  1293. grp.struct_group(gr_name='ftp', gr_passwd='*', gr_gid=14, gr_mem=['XpUser'])
  1294. grp.struct_group(gr_name='staff', gr_passwd='*', gr_gid=20, gr_mem=[])
  1295. grp.struct_group(gr_name='sshd', gr_passwd='*', gr_gid=22, gr_mem=[])
  1296. grp.struct_group(gr_name='smmsp', gr_passwd='*', gr_gid=25, gr_mem=[])
  1297. grp.struct_group(gr_name='mailnull', gr_passwd='*', gr_gid=26, gr_mem=[])
  1298. grp.struct_group(gr_name='guest', gr_passwd='*', gr_gid=31, gr_mem=[])
  1299. grp.struct_group(gr_name='bind', gr_passwd='*', gr_gid=53, gr_mem=[])
  1300. grp.struct_group(gr_name='proxy', gr_passwd='*', gr_gid=62, gr_mem=[])
  1301. grp.struct_group(gr_name='authpf', gr_passwd='*', gr_gid=63, gr_mem=[])
  1302. grp.struct_group(gr_name='_pflogd', gr_passwd='*', gr_gid=64, gr_mem=[])
  1303. grp.struct_group(gr_name='_dhcp', gr_passwd='*', gr_gid=65, gr_mem=[])
  1304. grp.struct_group(gr_name='uucp', gr_passwd='*', gr_gid=66, gr_mem=[])
  1305. grp.struct_group(gr_name='dialer', gr_passwd='*', gr_gid=68, gr_mem=[])
  1306. grp.struct_group(gr_name='network', gr_passwd='*', gr_gid=69, gr_mem=[])
  1307. grp.struct_group(gr_name='audit', gr_passwd='*', gr_gid=77, gr_mem=[])
  1308. grp.struct_group(gr_name='www', gr_passwd='*', gr_gid=80, gr_mem=[])
  1309. grp.struct_group(gr_name='nogroup', gr_passwd='*', gr_gid=65533, gr_mem=[])
  1310. grp.struct_group(gr_name='nobody', gr_passwd='*', gr_gid=65534, gr_mem=[])
  1311. grp.struct_group(gr_name='avahi', gr_passwd='*', gr_gid=200, gr_mem=[])
  1312. grp.struct_group(gr_name='messagebus', gr_passwd='*', gr_gid=201, gr_mem=[])
  1313. grp.struct_group(gr_name='Familia', gr_passwd='*', gr_gid=1001, gr_mem=['Leandro', 'Leonor', 'Catia', 'Marisa', 'XpUser'])
  1314. grp.struct_group(gr_name='Controle', gr_passwd='*', gr_gid=1002, gr_mem=['XpUser'])
  1315.  
  1316.  
  1317. +--------------------------------------------------------------------------------+
  1318. + /var/log/debug.log +
  1319. +--------------------------------------------------------------------------------+
  1320. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Users.__init__: enter
  1321. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_Users.__new__: enter
  1322. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_Users.__new__: leave
  1323. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1324. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = root
  1325. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1326. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = root
  1327. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1328. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1329. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = root
  1330. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1331. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1332. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = root
  1333. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1334. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = root
  1335. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1336. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1337. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1338. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1339. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = daemon
  1340. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1341. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = daemon
  1342. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1343. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1344. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = daemon
  1345. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1346. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1347. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = daemon
  1348. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1349. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = daemon
  1350. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1351. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1352. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1353. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1354. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = operator
  1355. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1356. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = operator
  1357. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1358. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1359. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = operator
  1360. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1361. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1362. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = operator
  1363. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1364. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = operator
  1365. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1366. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1367. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1368. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1369. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = bin
  1370. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1371. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = bin
  1372. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1373. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1374. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = bin
  1375. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1376. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1377. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = bin
  1378. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1379. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = bin
  1380. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1381. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1382. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1383. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1384. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = tty
  1385. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1386. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = tty
  1387. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1388. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1389. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = tty
  1390. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1391. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1392. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = tty
  1393. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1394. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = tty
  1395. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1396. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1397. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1398. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1399. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = kmem
  1400. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1401. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = kmem
  1402. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1403. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1404. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = kmem
  1405. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1406. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1407. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = kmem
  1408. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1409. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = kmem
  1410. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1411. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1412. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1413. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1414. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = games
  1415. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1416. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = games
  1417. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1418. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1419. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = games
  1420. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1421. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1422. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = games
  1423. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1424. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = games
  1425. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1426. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1427. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1428. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1429. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = news
  1430. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1431. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = news
  1432. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1433. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1434. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = news
  1435. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1436. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1437. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = news
  1438. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1439. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = news
  1440. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1441. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1442. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1443. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1444. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = man
  1445. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1446. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = man
  1447. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1448. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1449. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = man
  1450. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1451. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1452. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = man
  1453. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1454. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = man
  1455. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1456. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1457. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1458. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1459. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = sshd
  1460. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1461. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = sshd
  1462. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1463. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1464. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = sshd
  1465. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1466. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1467. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = sshd
  1468. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1469. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = sshd
  1470. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1471. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1472. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1473. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1474. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = smmsp
  1475. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1476. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = smmsp
  1477. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1478. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1479. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = smmsp
  1480. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1481. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1482. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = smmsp
  1483. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1484. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = smmsp
  1485. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1486. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1487. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1488. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1489. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = mailnull
  1490. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1491. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = mailnull
  1492. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1493. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1494. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = mailnull
  1495. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1496. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1497. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = mailnull
  1498. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1499. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = mailnull
  1500. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1501. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1502. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1503. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1504. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = bind
  1505. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1506. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = bind
  1507. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1508. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1509. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = bind
  1510. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1511. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1512. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = bind
  1513. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1514. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = bind
  1515. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1516. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1517. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1518. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1519. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = proxy
  1520. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1521. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = proxy
  1522. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1523. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1524. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = proxy
  1525. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1526. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1527. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = proxy
  1528. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1529. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = proxy
  1530. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1531. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1532. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1533. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1534. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = _pflogd
  1535. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1536. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = _pflogd
  1537. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1538. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1539. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = _pflogd
  1540. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1541. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1542. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = _pflogd
  1543. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1544. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = _pflogd
  1545. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1546. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1547. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1548. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1549. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = _dhcp
  1550. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1551. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = _dhcp
  1552. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1553. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1554. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = _dhcp
  1555. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1556. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1557. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = _dhcp
  1558. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1559. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = _dhcp
  1560. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1561. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1562. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1563. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1564. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = uucp
  1565. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1566. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = uucp
  1567. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1568. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1569. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = uucp
  1570. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1571. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1572. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = uucp
  1573. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1574. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = uucp
  1575. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1576. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1577. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1578. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1579. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = pop
  1580. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1581. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = pop
  1582. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1583. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1584. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = pop
  1585. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1586. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1587. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = pop
  1588. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1589. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = pop
  1590. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1591. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1592. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1593. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1594. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = www
  1595. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1596. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = www
  1597. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1598. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1599. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = www
  1600. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1601. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1602. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = www
  1603. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1604. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = www
  1605. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1606. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1607. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1608. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1609. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = nobody
  1610. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1611. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = nobody
  1612. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1613. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1614. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = nobody
  1615. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1616. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1617. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = nobody
  1618. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1619. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = nobody
  1620. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1621. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1622. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1623. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1624. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = avahi
  1625. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1626. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = avahi
  1627. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1628. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1629. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = avahi
  1630. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1631. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1632. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = avahi
  1633. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1634. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = avahi
  1635. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1636. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1637. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1638. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1639. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = messagebus
  1640. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1641. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = messagebus
  1642. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1643. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1644. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = messagebus
  1645. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1646. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1647. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = messagebus
  1648. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1649. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = messagebus
  1650. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1651. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1652. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1653. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1654. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = XpUser
  1655. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1656. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = XpUser
  1657. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1658. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1659. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = XpUser
  1660. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1661. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1662. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = XpUser
  1663. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1664. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = XpUser
  1665. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1666. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1667. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1668. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1669. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = Leonor
  1670. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1671. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = Leonor
  1672. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1673. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1674. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = Leonor
  1675. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1676. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1677. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = Leonor
  1678. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1679. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = Leonor
  1680. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1681. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1682. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1683. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1684. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = Leandro
  1685. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1686. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = Leandro
  1687. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1688. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1689. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = Leandro
  1690. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1691. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1692. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = Leandro
  1693. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1694. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = Leandro
  1695. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1696. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1697. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1698. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1699. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = ftp
  1700. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1701. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = ftp
  1702. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1703. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1704. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = ftp
  1705. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1706. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1707. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = ftp
  1708. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1709. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = ftp
  1710. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1711. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1712. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1713. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1714. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = Catia
  1715. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1716. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = Catia
  1717. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1718. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1719. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = Catia
  1720. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1721. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1722. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = Catia
  1723. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1724. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = Catia
  1725. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1726. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1727. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1728. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  1729. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = Marisa
  1730. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  1731. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = Marisa
  1732. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  1733. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  1734. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = Marisa
  1735. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  1736. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  1737. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = Marisa
  1738. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  1739. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = Marisa
  1740. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  1741. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  1742. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  1743. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Users.__init__: leave
  1744. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Groups.__init__: enter
  1745. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Groups.__new__: enter
  1746. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Groups.__new__: leave
  1747. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1748. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = wheel
  1749. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1750. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = wheel
  1751. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1752. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1753. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = wheel
  1754. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1755. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1756. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = wheel
  1757. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1758. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = wheel
  1759. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1760. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1761. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1762. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1763. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = daemon
  1764. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1765. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = daemon
  1766. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1767. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1768. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = daemon
  1769. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1770. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1771. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = daemon
  1772. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1773. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = daemon
  1774. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1775. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1776. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1777. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1778. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = kmem
  1779. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1780. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = kmem
  1781. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1782. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1783. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = kmem
  1784. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1785. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1786. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = kmem
  1787. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1788. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = kmem
  1789. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1790. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1791. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1792. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1793. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = sys
  1794. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1795. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = sys
  1796. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1797. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1798. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = sys
  1799. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1800. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1801. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = sys
  1802. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1803. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = sys
  1804. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1805. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1806. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1807. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1808. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = tty
  1809. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1810. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = tty
  1811. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1812. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1813. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = tty
  1814. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1815. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1816. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = tty
  1817. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1818. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = tty
  1819. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1820. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1821. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1822. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1823. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = operator
  1824. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1825. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = operator
  1826. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1827. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1828. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = operator
  1829. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1830. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1831. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = operator
  1832. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1833. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = operator
  1834. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1835. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1836. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1837. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1838. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = mail
  1839. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1840. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = mail
  1841. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1842. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1843. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = mail
  1844. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1845. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1846. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = mail
  1847. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1848. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = mail
  1849. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1850. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1851. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1852. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1853. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = bin
  1854. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1855. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = bin
  1856. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1857. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1858. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = bin
  1859. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1860. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1861. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = bin
  1862. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1863. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = bin
  1864. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1865. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1866. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1867. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1868. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = news
  1869. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1870. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = news
  1871. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1872. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1873. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = news
  1874. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1875. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1876. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = news
  1877. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1878. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = news
  1879. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1880. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1881. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1882. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1883. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = man
  1884. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1885. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = man
  1886. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1887. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1888. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = man
  1889. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1890. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1891. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = man
  1892. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1893. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = man
  1894. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1895. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1896. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1897. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1898. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = games
  1899. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1900. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = games
  1901. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1902. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1903. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = games
  1904. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1905. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1906. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = games
  1907. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1908. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = games
  1909. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1910. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1911. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1912. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1913. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = ftp
  1914. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1915. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = ftp
  1916. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1917. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1918. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = ftp
  1919. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1920. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1921. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = ftp
  1922. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1923. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = ftp
  1924. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1925. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1926. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1927. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1928. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = staff
  1929. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1930. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = staff
  1931. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1932. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1933. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = staff
  1934. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1935. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1936. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = staff
  1937. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1938. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = staff
  1939. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1940. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1941. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1942. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1943. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = sshd
  1944. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1945. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = sshd
  1946. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1947. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1948. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = sshd
  1949. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1950. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1951. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = sshd
  1952. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1953. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = sshd
  1954. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1955. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1956. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1957. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1958. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = smmsp
  1959. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1960. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = smmsp
  1961. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1962. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1963. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = smmsp
  1964. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1965. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1966. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = smmsp
  1967. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1968. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = smmsp
  1969. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1970. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1971. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1972. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1973. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = mailnull
  1974. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1975. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = mailnull
  1976. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1977. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1978. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = mailnull
  1979. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1980. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1981. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = mailnull
  1982. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1983. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = mailnull
  1984. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  1985. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  1986. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  1987. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  1988. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = guest
  1989. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  1990. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = guest
  1991. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  1992. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  1993. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = guest
  1994. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  1995. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  1996. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = guest
  1997. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  1998. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = guest
  1999. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2000. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2001. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2002. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2003. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = bind
  2004. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2005. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = bind
  2006. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2007. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2008. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = bind
  2009. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2010. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2011. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = bind
  2012. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2013. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = bind
  2014. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2015. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2016. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2017. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2018. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = proxy
  2019. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2020. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = proxy
  2021. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2022. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2023. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = proxy
  2024. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2025. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2026. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = proxy
  2027. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2028. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = proxy
  2029. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2030. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2031. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2032. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2033. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = authpf
  2034. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2035. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = authpf
  2036. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2037. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2038. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = authpf
  2039. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2040. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2041. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = authpf
  2042. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2043. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = authpf
  2044. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2045. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2046. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2047. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2048. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = _pflogd
  2049. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2050. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = _pflogd
  2051. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2052. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2053. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = _pflogd
  2054. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2055. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2056. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = _pflogd
  2057. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2058. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = _pflogd
  2059. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2060. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2061. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2062. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2063. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = _dhcp
  2064. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2065. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = _dhcp
  2066. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2067. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2068. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = _dhcp
  2069. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2070. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2071. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = _dhcp
  2072. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2073. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = _dhcp
  2074. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2075. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2076. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2077. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2078. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = uucp
  2079. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2080. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = uucp
  2081. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2082. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2083. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = uucp
  2084. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2085. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2086. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = uucp
  2087. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2088. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = uucp
  2089. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2090. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2091. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2092. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2093. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = dialer
  2094. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2095. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = dialer
  2096. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2097. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2098. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = dialer
  2099. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2100. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2101. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = dialer
  2102. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2103. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = dialer
  2104. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2105. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2106. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2107. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2108. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = network
  2109. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2110. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = network
  2111. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2112. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2113. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = network
  2114. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2115. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2116. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = network
  2117. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2118. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = network
  2119. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2120. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2121. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2122. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2123. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = audit
  2124. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2125. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = audit
  2126. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2127. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2128. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = audit
  2129. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2130. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2131. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = audit
  2132. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2133. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = audit
  2134. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2135. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2136. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2137. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2138. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = www
  2139. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2140. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = www
  2141. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2142. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2143. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = www
  2144. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2145. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2146. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = www
  2147. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2148. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = www
  2149. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2150. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2151. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2152. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2153. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = nogroup
  2154. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2155. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = nogroup
  2156. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2157. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2158. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = nogroup
  2159. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2160. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2161. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = nogroup
  2162. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2163. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = nogroup
  2164. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2165. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2166. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2167. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2168. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = nobody
  2169. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2170. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = nobody
  2171. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2172. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2173. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = nobody
  2174. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2175. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2176. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = nobody
  2177. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2178. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = nobody
  2179. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2180. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2181. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2182. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2183. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = avahi
  2184. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2185. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = avahi
  2186. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2187. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2188. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = avahi
  2189. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2190. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2191. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = avahi
  2192. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2193. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = avahi
  2194. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2195. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2196. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2197. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2198. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = messagebus
  2199. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2200. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = messagebus
  2201. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2202. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2203. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = messagebus
  2204. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2205. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2206. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = messagebus
  2207. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2208. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = messagebus
  2209. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2210. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2211. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2212. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2213. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = Familia
  2214. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2215. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = Familia
  2216. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2217. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2218. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = Familia
  2219. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2220. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2221. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = Familia
  2222. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2223. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = Familia
  2224. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2225. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2226. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2227. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  2228. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = Controle
  2229. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  2230. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = Controle
  2231. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  2232. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  2233. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = Controle
  2234. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  2235. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  2236. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = Controle
  2237. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  2238. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = Controle
  2239. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  2240. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  2241. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  2242. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Groups.__init__: leave
  2243.  
  2244.  
  2245. +--------------------------------------------------------------------------------+
  2246. + GEOM classes +
  2247. +--------------------------------------------------------------------------------+
  2248. +--------------------------------------------------------------------------------+
  2249. + glabel list +
  2250. +--------------------------------------------------------------------------------+
  2251. Geom name: cd0
  2252. Providers:
  2253. 1. Name: iso9660/CDROM
  2254. Mediasize: 112277504 (107M)
  2255. Sectorsize: 2048
  2256. Mode: r0w0e0
  2257. secoffset: 0
  2258. offset: 0
  2259. seclength: 219292
  2260. length: 112277504
  2261. index: 0
  2262. Consumers:
  2263. 1. Name: cd0
  2264. Mediasize: 112277504 (107M)
  2265. Sectorsize: 2048
  2266. Mode: r0w0e0
  2267.  
  2268. Geom name: da0s3
  2269. Providers:
  2270. 1. Name: ufs/FreeNASs3
  2271. Mediasize: 1548288 (1.5M)
  2272. Sectorsize: 512
  2273. Mode: r0w0e0
  2274. secoffset: 0
  2275. offset: 0
  2276. seclength: 3024
  2277. length: 1548288
  2278. index: 0
  2279. Consumers:
  2280. 1. Name: da0s3
  2281. Mediasize: 1548288 (1.5M)
  2282. Sectorsize: 512
  2283. Mode: r0w0e0
  2284.  
  2285. Geom name: da0s4
  2286. Providers:
  2287. 1. Name: ufs/FreeNASs4
  2288. Mediasize: 21159936 (20M)
  2289. Sectorsize: 512
  2290. Mode: r1w1e1
  2291. secoffset: 0
  2292. offset: 0
  2293. seclength: 41328
  2294. length: 21159936
  2295. index: 0
  2296. Consumers:
  2297. 1. Name: da0s4
  2298. Mediasize: 21159936 (20M)
  2299. Sectorsize: 512
  2300. Mode: r1w1e2
  2301.  
  2302. Geom name: ada0p1
  2303. Providers:
  2304. 1. Name: gpt/swap-ada0
  2305. Mediasize: 2147483648 (2.0G)
  2306. Sectorsize: 512
  2307. Mode: r0w0e0
  2308. secoffset: 0
  2309. offset: 0
  2310. seclength: 4194304
  2311. length: 2147483648
  2312. index: 0
  2313. Consumers:
  2314. 1. Name: ada0p1
  2315. Mediasize: 2147483648 (2.0G)
  2316. Sectorsize: 512
  2317. Mode: r0w0e0
  2318.  
  2319. Geom name: ada0p1
  2320. Providers:
  2321. 1. Name: gptid/284e5f42-7673-11e0-9d47-0013d4190f38
  2322. Mediasize: 2147483648 (2.0G)
  2323. Sectorsize: 512
  2324. Mode: r0w0e0
  2325. secoffset: 0
  2326. offset: 0
  2327. seclength: 4194304
  2328. length: 2147483648
  2329. index: 0
  2330. Consumers:
  2331. 1. Name: ada0p1
  2332. Mediasize: 2147483648 (2.0G)
  2333. Sectorsize: 512
  2334. Mode: r0w0e0
  2335.  
  2336. Geom name: ada0p2
  2337. Providers:
  2338. 1. Name: gpt/disk0
  2339. Mediasize: 117886557696 (110G)
  2340. Sectorsize: 512
  2341. Mode: r0w0e0
  2342. secoffset: 0
  2343. offset: 0
  2344. seclength: 230247183
  2345. length: 117886557696
  2346. index: 0
  2347. Consumers:
  2348. 1. Name: ada0p2
  2349. Mediasize: 117886557696 (110G)
  2350. Sectorsize: 512
  2351. Mode: r0w0e0
  2352.  
  2353. Geom name: ada0p2
  2354. Providers:
  2355. 1. Name: gptid/28601606-7673-11e0-9d47-0013d4190f38
  2356. Mediasize: 117886557696 (110G)
  2357. Sectorsize: 512
  2358. Mode: r0w0e0
  2359. secoffset: 0
  2360. offset: 0
  2361. seclength: 230247183
  2362. length: 117886557696
  2363. index: 0
  2364. Consumers:
  2365. 1. Name: ada0p2
  2366. Mediasize: 117886557696 (110G)
  2367. Sectorsize: 512
  2368. Mode: r0w0e0
  2369.  
  2370. Geom name: da0s1a
  2371. Providers:
  2372. 1. Name: ufsid/4f02fdd372f3cffe
  2373. Mediasize: 988283392 (943M)
  2374. Sectorsize: 512
  2375. Mode: r0w0e0
  2376. secoffset: 0
  2377. offset: 0
  2378. seclength: 1930241
  2379. length: 988283392
  2380. index: 0
  2381. Consumers:
  2382. 1. Name: da0s1a
  2383. Mediasize: 988283392 (943M)
  2384. Sectorsize: 512
  2385. Mode: r0w0e0
  2386.  
  2387. Geom name: da0s1a
  2388. Providers:
  2389. 1. Name: ufs/FreeNASs1a
  2390. Mediasize: 988283392 (943M)
  2391. Sectorsize: 512
  2392. Mode: r0w0e0
  2393. secoffset: 0
  2394. offset: 0
  2395. seclength: 1930241
  2396. length: 988283392
  2397. index: 0
  2398. Consumers:
  2399. 1. Name: da0s1a
  2400. Mediasize: 988283392 (943M)
  2401. Sectorsize: 512
  2402. Mode: r0w0e0
  2403.  
  2404. Geom name: da0s2a
  2405. Providers:
  2406. 1. Name: ufs/FreeNASs2a
  2407. Mediasize: 988283392 (943M)
  2408. Sectorsize: 512
  2409. Mode: r1w0e0
  2410. secoffset: 0
  2411. offset: 0
  2412. seclength: 1930241
  2413. length: 988283392
  2414. index: 0
  2415. Consumers:
  2416. 1. Name: da0s2a
  2417. Mediasize: 988283392 (943M)
  2418. Sectorsize: 512
  2419. Mode: r1w0e1
  2420.  
  2421.  
  2422.  
  2423. +--------------------------------------------------------------------------------+
  2424. + glabel status +
  2425. +--------------------------------------------------------------------------------+
  2426. Name Status Components
  2427. iso9660/CDROM N/A cd0
  2428. ufs/FreeNASs3 N/A da0s3
  2429. ufs/FreeNASs4 N/A da0s4
  2430. gpt/swap-ada0 N/A ada0p1
  2431. gptid/284e5f42-7673-11e0-9d47-0013d4190f38 N/A ada0p1
  2432. gpt/disk0 N/A ada0p2
  2433. gptid/28601606-7673-11e0-9d47-0013d4190f38 N/A ada0p2
  2434. ufsid/4f02fdd372f3cffe N/A da0s1a
  2435. ufs/FreeNASs1a N/A da0s1a
  2436. ufs/FreeNASs2a N/A da0s2a
  2437.  
  2438.  
  2439. +--------------------------------------------------------------------------------+
  2440. + gpart list +
  2441. +--------------------------------------------------------------------------------+
  2442. Geom name: da0
  2443. state: OK
  2444. fwheads: 255
  2445. fwsectors: 63
  2446. last: 3899384
  2447. first: 63
  2448. entries: 4
  2449. scheme: MBR
  2450. Providers:
  2451. 1. Name: da0s1
  2452. Mediasize: 988291584 (943M)
  2453. Sectorsize: 512
  2454. Mode: r0w0e0
  2455. rawtype: 165
  2456. length: 988291584
  2457. offset: 32256
  2458. type: freebsd
  2459. index: 1
  2460. end: 1930319
  2461. start: 63
  2462. 2. Name: da0s2
  2463. Mediasize: 988291584 (943M)
  2464. Sectorsize: 512
  2465. Mode: r1w0e1
  2466. attrib: active
  2467. rawtype: 165
  2468. length: 988291584
  2469. offset: 988356096
  2470. type: freebsd
  2471. index: 2
  2472. end: 3860639
  2473. start: 1930383
  2474. 3. Name: da0s3
  2475. Mediasize: 1548288 (1.5M)
  2476. Sectorsize: 512
  2477. Mode: r0w0e0
  2478. rawtype: 165
  2479. length: 1548288
  2480. offset: 1976647680
  2481. type: freebsd
  2482. index: 3
  2483. end: 3863663
  2484. start: 3860640
  2485. 4. Name: da0s4
  2486. Mediasize: 21159936 (20M)
  2487. Sectorsize: 512
  2488. Mode: r1w1e2
  2489. rawtype: 165
  2490. length: 21159936
  2491. offset: 1978195968
  2492. type: freebsd
  2493. index: 4
  2494. end: 3904991
  2495. start: 3863664
  2496. Consumers:
  2497. 1. Name: da0
  2498. Mediasize: 1996488704 (1.9G)
  2499. Sectorsize: 512
  2500. Mode: r2w1e4
  2501.  
  2502. Geom name: ada0
  2503. state: OK
  2504. fwheads: 16
  2505. fwsectors: 63
  2506. last: 234441614
  2507. first: 34
  2508. entries: 128
  2509. scheme: GPT
  2510. Providers:
  2511. 1. Name: ada0p1
  2512. Mediasize: 2147483648 (2.0G)
  2513. Sectorsize: 512
  2514. Mode: r0w0e0
  2515. rawuuid: 284e5f42-7673-11e0-9d47-0013d4190f38
  2516. rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b
  2517. label: swap-ada0
  2518. length: 2147483648
  2519. offset: 65536
  2520. type: freebsd-swap
  2521. index: 1
  2522. end: 4194431
  2523. start: 128
  2524. 2. Name: ada0p2
  2525. Mediasize: 117886557696 (110G)
  2526. Sectorsize: 512
  2527. Mode: r0w0e0
  2528. rawuuid: 28601606-7673-11e0-9d47-0013d4190f38
  2529. rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b
  2530. label: disk0
  2531. length: 117886557696
  2532. offset: 2147549184
  2533. type: freebsd-zfs
  2534. index: 2
  2535. end: 234441614
  2536. start: 4194432
  2537. Consumers:
  2538. 1. Name: ada0
  2539. Mediasize: 120034123776 (112G)
  2540. Sectorsize: 512
  2541. Mode: r0w0e0
  2542.  
  2543. Geom name: ada1
  2544. state: OK
  2545. fwheads: 16
  2546. fwsectors: 63
  2547. last: 1953525134
  2548. first: 34
  2549. entries: 128
  2550. scheme: GPT
  2551. Providers:
  2552. 1. Name: ada1p1
  2553. Mediasize: 1073741824 (1.0G)
  2554. Sectorsize: 512
  2555. Mode: r1w1e0
  2556. rawuuid: b4fd2d77-2175-11e1-9bde-0013d4190f38
  2557. rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b
  2558. label: (null)
  2559. length: 1073741824
  2560. offset: 65536
  2561. type: freebsd-swap
  2562. index: 1
  2563. end: 2097279
  2564. start: 128
  2565. 2. Name: ada1p2
  2566. Mediasize: 999131061760 (931G)
  2567. Sectorsize: 512
  2568. Mode: r1w1e1
  2569. rawuuid: b508afe4-2175-11e1-9bde-0013d4190f38
  2570. rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b
  2571. label: (null)
  2572. length: 999131061760
  2573. offset: 1073807360
  2574. type: freebsd-zfs
  2575. index: 2
  2576. end: 1953525134
  2577. start: 2097280
  2578. Consumers:
  2579. 1. Name: ada1
  2580. Mediasize: 1000204886016 (932G)
  2581. Sectorsize: 512
  2582. Mode: r2w2e3
  2583.  
  2584. Geom name: ada2
  2585. state: OK
  2586. fwheads: 16
  2587. fwsectors: 63
  2588. last: 976773134
  2589. first: 34
  2590. entries: 128
  2591. scheme: GPT
  2592. Providers:
  2593. 1. Name: ada2p1
  2594. Mediasize: 1073741824 (1.0G)
  2595. Sectorsize: 512
  2596. Mode: r1w1e0
  2597. rawuuid: 0e8549c6-21e6-11e1-8c42-0013d4190f38
  2598. rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b
  2599. label: (null)
  2600. length: 1073741824
  2601. offset: 65536
  2602. type: freebsd-swap
  2603. index: 1
  2604. end: 2097279
  2605. start: 128
  2606. 2. Name: ada2p2
  2607. Mediasize: 499034037760 (465G)
  2608. Sectorsize: 512
  2609. Mode: r1w1e1
  2610. rawuuid: 0e99edd8-21e6-11e1-8c42-0013d4190f38
  2611. rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b
  2612. label: (null)
  2613. length: 499034037760
  2614. offset: 1073807360
  2615. type: freebsd-zfs
  2616. index: 2
  2617. end: 976773134
  2618. start: 2097280
  2619. Consumers:
  2620. 1. Name: ada2
  2621. Mediasize: 500107862016 (466G)
  2622. Sectorsize: 512
  2623. Mode: r2w2e3
  2624.  
  2625. Geom name: da0s1
  2626. state: OK
  2627. fwheads: 255
  2628. fwsectors: 63
  2629. last: 1930256
  2630. first: 0
  2631. entries: 8
  2632. scheme: BSD
  2633. Providers:
  2634. 1. Name: da0s1a
  2635. Mediasize: 988283392 (943M)
  2636. Sectorsize: 512
  2637. Mode: r0w0e0
  2638. rawtype: 0
  2639. length: 988283392
  2640. offset: 8192
  2641. type: !0
  2642. index: 1
  2643. end: 1930256
  2644. start: 16
  2645. Consumers:
  2646. 1. Name: da0s1
  2647. Mediasize: 988291584 (943M)
  2648. Sectorsize: 512
  2649. Mode: r0w0e0
  2650.  
  2651. Geom name: da0s2
  2652. state: OK
  2653. fwheads: 255
  2654. fwsectors: 63
  2655. last: 1930256
  2656. first: 0
  2657. entries: 8
  2658. scheme: BSD
  2659. Providers:
  2660. 1. Name: da0s2a
  2661. Mediasize: 988283392 (943M)
  2662. Sectorsize: 512
  2663. Mode: r1w0e1
  2664. rawtype: 0
  2665. length: 988283392
  2666. offset: 8192
  2667. type: !0
  2668. index: 1
  2669. end: 1930256
  2670. start: 16
  2671. Consumers:
  2672. 1. Name: da0s2
  2673. Mediasize: 988291584 (943M)
  2674. Sectorsize: 512
  2675. Mode: r1w0e1
  2676.  
  2677.  
  2678.  
  2679. +--------------------------------------------------------------------------------+
  2680. + gpart status +
  2681. +--------------------------------------------------------------------------------+
  2682. Name Status Components
  2683. da0s1 OK da0
  2684. da0s2 OK da0
  2685. da0s3 OK da0
  2686. da0s4 OK da0
  2687. ada0p1 OK ada0
  2688. ada0p2 OK ada0
  2689. ada1p1 OK ada1
  2690. ada1p2 OK ada1
  2691. ada2p1 OK ada2
  2692. ada2p2 OK ada2
  2693. da0s1a OK da0s1
  2694. da0s2a OK da0s2
  2695.  
  2696.  
  2697.  
  2698.  
  2699. +--------------------------------------------------------------------------------+
  2700. + Hardware +
  2701. +--------------------------------------------------------------------------------+
  2702. Machine class: i386
  2703. System architecture: i386
  2704. Machine model: Intel(R) Pentium(R) 4 CPU 3.20GHz
  2705. Number of active CPUs: 2
  2706. Number of CPUs online: 2
  2707. Current CPU frequency: 3.12 Ghz
  2708. Physical Memory: 1.99 GiB
  2709.  
  2710.  
  2711. +--------------------------------------------------------------------------------+
  2712. + pciconf -lv +
  2713. +--------------------------------------------------------------------------------+
  2714. hostb0@pci0:0:0:0: class=0x060000 card=0x80f21043 chip=0x25708086 rev=0x02 hdr=0x00
  2715. vendor = 'Intel Corporation'
  2716. device = 'DRAM Controller / Host-Hub Interface (82865G/PE/P, 82848P)'
  2717. class = bridge
  2718. subclass = HOST-PCI
  2719. pcib1@pci0:0:1:0: class=0x060400 card=0x00000000 chip=0x25718086 rev=0x02 hdr=0x01
  2720. vendor = 'Intel Corporation'
  2721. device = 'PCI-to-AGP Bridge (82865G/PE/P, 82848P)'
  2722. class = bridge
  2723. subclass = PCI-PCI
  2724. uhci0@pci0:0:29:0: class=0x0c0300 card=0x80a61043 chip=0x24d28086 rev=0x02 hdr=0x00
  2725. vendor = 'Intel Corporation'
  2726. device = '82801EB/ER (ICH5/ICH5R) USB UHCI Controller *1'
  2727. class = serial bus
  2728. subclass = USB
  2729. uhci1@pci0:0:29:1: class=0x0c0300 card=0x80a61043 chip=0x24d48086 rev=0x02 hdr=0x00
  2730. vendor = 'Intel Corporation'
  2731. device = '82801EB/ER (ICH5/ICH5R) USB UHCI Controller *2'
  2732. class = serial bus
  2733. subclass = USB
  2734. uhci2@pci0:0:29:2: class=0x0c0300 card=0x80a61043 chip=0x24d78086 rev=0x02 hdr=0x00
  2735. vendor = 'Intel Corporation'
  2736. device = '82801EB/ER (ICH5/ICH5R) USB UHCI Controller *3'
  2737. class = serial bus
  2738. subclass = USB
  2739. uhci3@pci0:0:29:3: class=0x0c0300 card=0x80a61043 chip=0x24de8086 rev=0x02 hdr=0x00
  2740. vendor = 'Intel Corporation'
  2741. device = '82801EB/ER (ICH5/ICH5R) USB UHCI Controller *4'
  2742. class = serial bus
  2743. subclass = USB
  2744. ehci0@pci0:0:29:7: class=0x0c0320 card=0x80a61043 chip=0x24dd8086 rev=0x02 hdr=0x00
  2745. vendor = 'Intel Corporation'
  2746. device = '82801EB/ER (ICH5/ICH5R) USB 2.0 EHCI Controller'
  2747. class = serial bus
  2748. subclass = USB
  2749. pcib2@pci0:0:30:0: class=0x060400 card=0x00000000 chip=0x244e8086 rev=0xc2 hdr=0x01
  2750. vendor = 'Intel Corporation'
  2751. device = '82801 Family (ICH2/3/4/5/6/7/8/9,63xxESB) Hub Interface to PCI Bridge'
  2752. class = bridge
  2753. subclass = PCI-PCI
  2754. isab0@pci0:0:31:0: class=0x060100 card=0x00000000 chip=0x24d08086 rev=0x02 hdr=0x00
  2755. vendor = 'Intel Corporation'
  2756. device = '82801EB/ER (ICH5/ICH5R) LPC Interface Bridge'
  2757. class = bridge
  2758. subclass = PCI-ISA
  2759. atapci0@pci0:0:31:1: class=0x01018f card=0x80a61043 chip=0x24db8086 rev=0x02 hdr=0x00
  2760. vendor = 'Intel Corporation'
  2761. device = '82801EB/ER (ICH5/ICH5R) EIDE Controller'
  2762. class = mass storage
  2763. subclass = ATA
  2764. atapci1@pci0:0:31:2: class=0x01018f card=0x80a61043 chip=0x24d18086 rev=0x02 hdr=0x00
  2765. vendor = 'Intel Corporation'
  2766. device = '82801EB (ICH5) SATA Controller'
  2767. class = mass storage
  2768. subclass = ATA
  2769. none0@pci0:0:31:3: class=0x0c0500 card=0x80a61043 chip=0x24d38086 rev=0x02 hdr=0x00
  2770. vendor = 'Intel Corporation'
  2771. device = '82801EB/ER (ICH5/ICH5R) SMBus Controller'
  2772. class = serial bus
  2773. subclass = SMBus
  2774. vgapci0@pci0:1:0:0: class=0x030000 card=0x40211043 chip=0x011010de rev=0xb2 hdr=0x00
  2775. vendor = 'NVIDIA Corporation'
  2776. device = 'NVIDIA GeForce2 MX/MX 400 (NV11)'
  2777. class = display
  2778. subclass = VGA
  2779. skc0@pci0:2:5:0: class=0x020000 card=0x811a1043 chip=0x432011ab rev=0x13 hdr=0x00
  2780. vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)'
  2781. device = 'Yukon 88E8001/8003/8010 PCI Gigabit Ethernet Controller (Copper)'
  2782. class = network
  2783. subclass = ethernet
  2784.  
  2785.  
  2786. +--------------------------------------------------------------------------------+
  2787. + devinfo -rv +
  2788. +--------------------------------------------------------------------------------+
  2789. nexus0
  2790. cryptosoft0
  2791. apic0
  2792. npx0
  2793. ram0
  2794. I/O memory addresses:
  2795. 0x0-0x9fbff
  2796. 0x100000-0x7ffaffff
  2797. acpi0
  2798. Interrupt request lines:
  2799. 9
  2800. I/O ports:
  2801. 0x10-0x1f
  2802. 0x22-0x3f
  2803. 0x44-0x5f
  2804. 0x62-0x63
  2805. 0x65-0x6f
  2806. 0x72-0x7f
  2807. 0x80
  2808. 0x84-0x86
  2809. 0x88
  2810. 0x8c-0x8e
  2811. 0x90-0x9f
  2812. 0xa2-0xbf
  2813. 0xe0-0xef
  2814. 0x290-0x297
  2815. 0x3f6
  2816. 0x480-0x4bf
  2817. 0x4d0-0x4d1
  2818. 0x680-0x6ff
  2819. 0x800-0x87f
  2820. I/O memory addresses:
  2821. 0xc0000-0xdffff
  2822. 0xe0000-0xfffff
  2823. 0xfec00000-0xfec00fff
  2824. 0xfed20000-0xfed8ffff
  2825. 0xfee00000-0xfee00fff
  2826. 0xffb00000-0xffbfffff
  2827. 0xfff00000-0xffffffff
  2828. cpu0 pnpinfo _HID=none _UID=0 at handle=\_PR_.CPU1
  2829. p4tcc0
  2830. cpufreq0
  2831. cpu1 pnpinfo _HID=none _UID=0 at handle=\_PR_.CPU2
  2832. p4tcc1
  2833. cpufreq1
  2834. pcib0 pnpinfo _HID=PNP0A03 _UID=0 at handle=\_SB_.PCI0
  2835. pci0
  2836. I/O ports:
  2837. 0x400-0x41f
  2838. hostb0 pnpinfo vendor=0x8086 device=0x2570 subvendor=0x1043 subdevice=0x80f2 class=0x060000 at slot=0 function=0
  2839. I/O memory addresses:
  2840. 0xf8000000-0xfbffffff
  2841. agp0
  2842. pcib1 pnpinfo vendor=0x8086 device=0x2571 subvendor=0x0000 subdevice=0x0000 class=0x060400 at slot=1 function=0 handle=\_SB_.PCI0.P0P1
  2843. pci1
  2844. I/O memory addresses:
  2845. 0xe8000000-0xefffffff
  2846. 0xfd000000-0xfdffffff
  2847. vgapci0 pnpinfo vendor=0x10de device=0x0110 subvendor=0x1043 subdevice=0x4021 class=0x030000 at slot=0 function=0
  2848. vgapm0
  2849. scpm0
  2850. drm0
  2851. uhci0 pnpinfo vendor=0x8086 device=0x24d2 subvendor=0x1043 subdevice=0x80a6 class=0x0c0300 at slot=29 function=0 handle=\_SB_.PCI0.USB1
  2852. Interrupt request lines:
  2853. 16
  2854. I/O ports:
  2855. 0xeec0-0xeedf
  2856. usbus0
  2857. uhub0
  2858. uhci1 pnpinfo vendor=0x8086 device=0x24d4 subvendor=0x1043 subdevice=0x80a6 class=0x0c0300 at slot=29 function=1 handle=\_SB_.PCI0.USB2
  2859. Interrupt request lines:
  2860. 19
  2861. I/O ports:
  2862. 0xef00-0xef1f
  2863. usbus1
  2864. uhub1
  2865. uhci2 pnpinfo vendor=0x8086 device=0x24d7 subvendor=0x1043 subdevice=0x80a6 class=0x0c0300 at slot=29 function=2 handle=\_SB_.PCI0.USB3
  2866. Interrupt request lines:
  2867. 18
  2868. I/O ports:
  2869. 0xef20-0xef3f
  2870. usbus2
  2871. uhub2
  2872. uhci3 pnpinfo vendor=0x8086 device=0x24de subvendor=0x1043 subdevice=0x80a6 class=0x0c0300 at slot=29 function=3 handle=\_SB_.PCI0.USB4
  2873. Interrupt request lines:
  2874. 16
  2875. I/O ports:
  2876. 0xef40-0xef5f
  2877. usbus3
  2878. uhub3
  2879. ehci0 pnpinfo vendor=0x8086 device=0x24dd subvendor=0x1043 subdevice=0x80a6 class=0x0c0320 at slot=29 function=7 handle=\_SB_.PCI0.EUSB
  2880. Interrupt request lines:
  2881. 23
  2882. I/O memory addresses:
  2883. 0xfebff800-0xfebffbff
  2884. usbus4
  2885. uhub4
  2886. umass0 pnpinfo vendor=0xcd12 product=0xef18 devclass=0x00 devsubclass=0x00 sernum="A0F45B25DB08091A" release=0x0100 intclass=0x08 intsubclass= at bus=1 hubaddr=2 port=4 devaddr=2 interface=0
  2887. pcib2 pnpinfo vendor=0x8086 device=0x244e subvendor=0x0000 subdevice=0x0000 class=0x060400 at slot=30 function=0 handle=\_SB_.PCI0.P0P4
  2888. pci2
  2889. I/O ports:
  2890. 0xd800-0xd8ff
  2891. skc0 pnpinfo vendor=0x11ab device=0x4320 subvendor=0x1043 subdevice=0x811a class=0x020000 at slot=5 function=0
  2892. Interrupt request lines:
  2893. 22
  2894. I/O memory addresses:
  2895. 0xfeaf8000-0xfeafbfff
  2896. sk0
  2897. miibus0
  2898. e1000phy0 pnpinfo oui=0x5043 model=0x2 rev=0x5 at phyno=0
  2899. isab0 pnpinfo vendor=0x8086 device=0x24d0 subvendor=0x0000 subdevice=0x0000 class=0x060100 at slot=31 function=0 handle=\_SB_.PCI0.SBRG
  2900. isa0
  2901. pmtimer0
  2902. sc0
  2903. vga0
  2904. I/O ports:
  2905. 0x3c0-0x3df
  2906. I/O memory addresses:
  2907. 0xa0000-0xbffff
  2908. ata0
  2909. Interrupt request lines:
  2910. 14
  2911. I/O ports:
  2912. 0x1f0-0x1f7
  2913. ACPI I/O ports:
  2914. 0x3f6
  2915. ata1
  2916. Interrupt request lines:
  2917. 15
  2918. I/O ports:
  2919. 0x170-0x177
  2920. 0x376
  2921. atkbdc0
  2922. I/O ports:
  2923. 0x60
  2924. 0x64
  2925. atkbd0
  2926. Interrupt request lines:
  2927. 1
  2928. psm0
  2929. ppc0
  2930. uart0
  2931. I/O ports:
  2932. 0x3f8-0x3ff
  2933. uart1
  2934. atapci0 pnpinfo vendor=0x8086 device=0x24db subvendor=0x1043 subdevice=0x80a6 class=0x01018f at slot=31 function=1 handle=\_SB_.PCI0.IDE0
  2935. Interrupt request lines:
  2936. 18
  2937. I/O ports:
  2938. 0xef90-0xef9f
  2939. 0xefa0-0xefa7
  2940. 0xefa8-0xefab
  2941. 0xefac-0xefaf
  2942. 0xefe0-0xefe7
  2943. ata2 at channel=0
  2944. ata3 at channel=1
  2945. atapci1 pnpinfo vendor=0x8086 device=0x24d1 subvendor=0x1043 subdevice=0x80a6 class=0x01018f at slot=31 function=2 handle=\_SB_.PCI0.IDE1
  2946. Interrupt request lines:
  2947. 18
  2948. I/O ports:
  2949. 0xeeb0-0xeebf
  2950. 0xef68-0xef6f
  2951. 0xef80-0xef83
  2952. 0xef84-0xef87
  2953. 0xef88-0xef8f
  2954. ata4 at channel=0
  2955. ata5 at channel=1
  2956. unknown pnpinfo vendor=0x8086 device=0x24d3 subvendor=0x1043 subdevice=0x80a6 class=0x0c0500 at slot=31 function=3
  2957. unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.IDE0.CHN0
  2958. unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.IDE0.CHN0.DRV0
  2959. unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.IDE0.CHN0.DRV1
  2960. unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.IDE0.CHN1
  2961. unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.IDE0.CHN1.DRV0
  2962. unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.IDE0.CHN1.DRV1
  2963. unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.MC97
  2964. atpic0 pnpinfo _HID=PNP0000 _UID=0 at handle=\_SB_.PCI0.SBRG.PIC_
  2965. atdma0 pnpinfo _HID=PNP0200 _UID=0 at handle=\_SB_.PCI0.SBRG.DMAD
  2966. attimer0 pnpinfo _HID=PNP0100 _UID=0 at handle=\_SB_.PCI0.SBRG.TMR_
  2967. atrtc0 pnpinfo _HID=PNP0B00 _UID=0 at handle=\_SB_.PCI0.SBRG.RTC0
  2968. Interrupt request lines:
  2969. 8
  2970. I/O ports:
  2971. 0x70-0x71
  2972. unknown pnpinfo _HID=PNP0303 _UID=0 at handle=\_SB_.PCI0.SBRG.PS2K
  2973. unknown pnpinfo _HID=PNP0F03 _UID=0 at handle=\_SB_.PCI0.SBRG.PS2M
  2974. unknown pnpinfo _HID=PNP0800 _UID=0 at handle=\_SB_.PCI0.SBRG.SPKR
  2975. npxisa0 pnpinfo _HID=PNP0C04 _UID=0 at handle=\_SB_.PCI0.SBRG.COPR
  2976. unknown pnpinfo _HID=PNP0501 _UID=1 at handle=\_SB_.PCI0.SBRG.UAR1
  2977. unknown pnpinfo _HID=PNP0501 _UID=2 at handle=\_SB_.PCI0.SBRG.UAR2
  2978. fdc0 pnpinfo _HID=PNP0700 _UID=0 at handle=\_SB_.PCI0.SBRG.FDC_
  2979. Interrupt request lines:
  2980. 6
  2981. DMA request lines:
  2982. 2
  2983. I/O ports:
  2984. 0x3f0-0x3f5
  2985. 0x3f7
  2986. fd0
  2987. unknown pnpinfo _HID=PNP0400 _UID=1 at handle=\_SB_.PCI0.SBRG.LPTE
  2988. unknown pnpinfo _HID=PNPB02F _UID=0 at handle=\_SB_.PCI0.SBRG.GAME
  2989. unknown pnpinfo _HID=PNPB006 _UID=0 at handle=\_SB_.PCI0.SBRG.MIDI
  2990. acpi_sysresource0 pnpinfo _HID=PNP0C02 _UID=46 at handle=\_SB_.PCI0.SBRG.SIOR
  2991. acpi_sysresource1 pnpinfo _HID=PNP0C02 _UID=16 at handle=\_SB_.PCI0.SBRG.RMSC
  2992. acpi_sysresource2 pnpinfo _HID=PNP0C02 _UID=1014 at handle=\_SB_.PCI0.SBRG.P3F6
  2993. acpi_sysresource3 pnpinfo _HID=PNP0C02 _UID=0 at handle=\_SB_.PCI0.SBRG.OMSC
  2994. unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.P0P2
  2995. unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.P0P2.ILAN
  2996. acpi_sysresource4 pnpinfo _HID=PNP0C01 _UID=1 at handle=\_SB_.RMEM
  2997. acpi_button0 pnpinfo _HID=PNP0C0C _UID=170 at handle=\_SB_.PWRB
  2998. pci_link0 pnpinfo _HID=PNP0C0F _UID=1 at handle=\_SB_.LNKA
  2999. pci_link1 pnpinfo _HID=PNP0C0F _UID=2 at handle=\_SB_.LNKB
  3000. pci_link2 pnpinfo _HID=PNP0C0F _UID=3 at handle=\_SB_.LNKC
  3001. pci_link3 pnpinfo _HID=PNP0C0F _UID=4 at handle=\_SB_.LNKD
  3002. pci_link4 pnpinfo _HID=PNP0C0F _UID=5 at handle=\_SB_.LNKE
  3003. pci_link5 pnpinfo _HID=PNP0C0F _UID=6 at handle=\_SB_.LNKF
  3004. pci_link6 pnpinfo _HID=PNP0C0F _UID=7 at handle=\_SB_.LNKG
  3005. pci_link7 pnpinfo _HID=PNP0C0F _UID=8 at handle=\_SB_.LNKH
  3006. acpi_timer0 pnpinfo unknown at unknown
  3007. ACPI I/O ports:
  3008. 0x808-0x80b
  3009.  
  3010.  
  3011. +--------------------------------------------------------------------------------+
  3012. + usbconfig list +
  3013. +--------------------------------------------------------------------------------+
  3014. ugen0.1: <UHCI root HUB Intel> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
  3015. ugen1.1: <UHCI root HUB Intel> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
  3016. ugen2.1: <UHCI root HUB Intel> at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
  3017. ugen3.1: <UHCI root HUB Intel> at usbus3, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
  3018. ugen4.1: <EHCI root HUB Intel> at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE
  3019. ugen4.2: <DISK USB2.0> at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
  3020.  
  3021.  
  3022. +--------------------------------------------------------------------------------+
  3023. + dmidecode +
  3024. +--------------------------------------------------------------------------------+
  3025. # dmidecode 2.11
  3026. SMBIOS 2.3 present.
  3027. 69 structures occupying 2112 bytes.
  3028. Table at 0x000F04B0.
  3029.  
  3030. Handle 0x0000, DMI type 0, 20 bytes
  3031. BIOS Information
  3032. Vendor: American Megatrends Inc.
  3033. Version: 1010.001
  3034. Release Date: 09/07/2005
  3035. Address: 0xF0000
  3036. Runtime Size: 64 kB
  3037. ROM Size: 512 kB
  3038. Characteristics:
  3039. ISA is supported
  3040. PCI is supported
  3041. PNP is supported
  3042. APM is supported
  3043. BIOS is upgradeable
  3044. BIOS shadowing is allowed
  3045. ESCD support is available
  3046. Boot from CD is supported
  3047. Selectable boot is supported
  3048. BIOS ROM is socketed
  3049. EDD is supported
  3050. 5.25"/1.2 MB floppy services are supported (int 13h)
  3051. 3.5"/720 kB floppy services are supported (int 13h)
  3052. 3.5"/2.88 MB floppy services are supported (int 13h)
  3053. Print screen service is supported (int 5h)
  3054. 8042 keyboard services are supported (int 9h)
  3055. Serial services are supported (int 14h)
  3056. Printer services are supported (int 17h)
  3057. CGA/mono video services are supported (int 10h)
  3058. ACPI is supported
  3059. USB legacy is supported
  3060. AGP is supported
  3061. LS-120 boot is supported
  3062. ATAPI Zip drive boot is supported
  3063. BIOS boot specification is supported
  3064.  
  3065. Handle 0x0001, DMI type 1, 25 bytes
  3066. System Information
  3067. Manufacturer: To Be Filled By O.E.M.
  3068. Product Name: To Be Filled By O.E.M.
  3069. Version: To Be Filled By O.E.M.
  3070. Serial Number: To Be Filled By O.E.M.
  3071. UUID: 00020003-0004-0005-0006-000700080009
  3072. Wake-up Type: PCI PME#
  3073.  
  3074. Handle 0x0002, DMI type 2, 8 bytes
  3075. Base Board Information
  3076. Manufacturer: ASUSTeK Computer Inc.
  3077. Product Name: P4P800-E
  3078. Version: Rev 1.xx
  3079. Serial Number: MB-1234567890
  3080.  
  3081. Handle 0x0003, DMI type 3, 17 bytes
  3082. Chassis Information
  3083. Manufacturer: Chassis Manufacture
  3084. Type: Desktop
  3085. Lock: Not Present
  3086. Version: Chassis Version
  3087. Serial Number: Chassis Serial Number
  3088. Asset Tag: Asset-1234567890
  3089. Boot-up State: Safe
  3090. Power Supply State: Safe
  3091. Thermal State: Safe
  3092. Security Status: None
  3093. OEM Information: 0x00000001
  3094.  
  3095. Handle 0x0004, DMI type 4, 35 bytes
  3096. Processor Information
  3097. Socket Designation: CPU 1
  3098. Type: Central Processor
  3099. Family: Pentium 4
  3100. Manufacturer: Intel
  3101. ID: 34 0F 00 00 FF FB EB BF
  3102. Signature: Type 0, Family 15, Model 3, Stepping 4
  3103. Flags:
  3104. FPU (Floating-point unit on-chip)
  3105. VME (Virtual mode extension)
  3106. DE (Debugging extension)
  3107. PSE (Page size extension)
  3108. TSC (Time stamp counter)
  3109. MSR (Model specific registers)
  3110. PAE (Physical address extension)
  3111. MCE (Machine check exception)
  3112. CX8 (CMPXCHG8 instruction supported)
  3113. APIC (On-chip APIC hardware supported)
  3114. SEP (Fast system call)
  3115. MTRR (Memory type range registers)
  3116. PGE (Page global enable)
  3117. MCA (Machine check architecture)
  3118. CMOV (Conditional move instruction supported)
  3119. PAT (Page attribute table)
  3120. PSE-36 (36-bit page size extension)
  3121. CLFSH (CLFLUSH instruction supported)
  3122. DS (Debug store)
  3123. ACPI (ACPI supported)
  3124. MMX (MMX technology supported)
  3125. FXSR (FXSAVE and FXSTOR instructions supported)
  3126. SSE (Streaming SIMD extensions)
  3127. SSE2 (Streaming SIMD extensions 2)
  3128. SS (Self-snoop)
  3129. HTT (Multi-threading)
  3130. TM (Thermal monitor supported)
  3131. PBE (Pending break enabled)
  3132. Version: Intel(R) Pentium(R) 4 CPU 3.20GHz
  3133. Voltage: 1.3 V
  3134. External Clock: 200 MHz
  3135. Max Speed: 3600 MHz
  3136. Current Speed: 3200 MHz
  3137. Status: Populated, Enabled
  3138. Upgrade: Socket 478
  3139. L1 Cache Handle: 0x0005
  3140. L2 Cache Handle: 0x0006
  3141. L3 Cache Handle: 0x0007
  3142. Serial Number: To Be Filled By O.E.M.
  3143. Asset Tag: To Be Filled By O.E.M.
  3144. Part Number: To Be Filled By O.E.M.
  3145.  
  3146. Handle 0x0005, DMI type 7, 19 bytes
  3147. Cache Information
  3148. Socket Designation: L1-Cache
  3149. Configuration: Enabled, Not Socketed, Level 1
  3150. Operational Mode: Varies With Memory Address
  3151. Location: Internal
  3152. Installed Size: 16 kB
  3153. Maximum Size: 16 kB
  3154. Supported SRAM Types:
  3155. Pipeline Burst
  3156. Installed SRAM Type: Pipeline Burst
  3157. Speed: Unknown
  3158. Error Correction Type: Single-bit ECC
  3159. System Type: Data
  3160. Associativity: 4-way Set-associative
  3161.  
  3162. Handle 0x0006, DMI type 7, 19 bytes
  3163. Cache Information
  3164. Socket Designation: L2-Cache
  3165. Configuration: Enabled, Not Socketed, Level 2
  3166. Operational Mode: Varies With Memory Address
  3167. Location: Internal
  3168. Installed Size: 1024 kB
  3169. Maximum Size: 1024 kB
  3170. Supported SRAM Types:
  3171. Pipeline Burst
  3172. Installed SRAM Type: Pipeline Burst
  3173. Speed: Unknown
  3174. Error Correction Type: Single-bit ECC
  3175. System Type: Unified
  3176. Associativity: 4-way Set-associative
  3177.  
  3178. Handle 0x0007, DMI type 7, 19 bytes
  3179. Cache Information
  3180. Socket Designation: L3-Cache
  3181. Configuration: Disabled, Not Socketed, Level 3
  3182. Operational Mode: Unknown
  3183. Location: Internal
  3184. Installed Size: 0 kB
  3185. Maximum Size: 0 kB
  3186. Supported SRAM Types:
  3187. Unknown
  3188. Installed SRAM Type: Unknown
  3189. Speed: Unknown
  3190. Error Correction Type: Unknown
  3191. System Type: Unknown
  3192. Associativity: Unknown
  3193.  
  3194. Handle 0x0008, DMI type 5, 24 bytes
  3195. Memory Controller Information
  3196. Error Detecting Method: None
  3197. Error Correcting Capabilities:
  3198. None
  3199. Supported Interleave: One-way Interleave
  3200. Current Interleave: One-way Interleave
  3201. Maximum Memory Module Size: 1024 MB
  3202. Maximum Total Memory Size: 4096 MB
  3203. Supported Speeds:
  3204. 70 ns
  3205. 60 ns
  3206. 50 ns
  3207. Supported Memory Types:
  3208. SIMM
  3209. DIMM
  3210. SDRAM
  3211. Memory Module Voltage: 2.9 V
  3212. Associated Memory Slots: 4
  3213. 0x0009
  3214. 0x000A
  3215. 0x000B
  3216. 0x000C
  3217. Enabled Error Correcting Capabilities:
  3218. None
  3219.  
  3220. Handle 0x0009, DMI type 6, 12 bytes
  3221. Memory Module Information
  3222. Socket Designation: DIMM A1
  3223. Bank Connections: 1 0
  3224. Current Speed: Unknown
  3225. Type: DIMM SDRAM
  3226. Installed Size: 512 MB (Double-bank Connection)
  3227. Enabled Size: 512 MB (Double-bank Connection)
  3228. Error Status: OK
  3229.  
  3230. Handle 0x000A, DMI type 6, 12 bytes
  3231. Memory Module Information
  3232. Socket Designation: DIMM A2
  3233. Bank Connections: 3 2
  3234. Current Speed: Unknown
  3235. Type: DIMM SDRAM
  3236. Installed Size: 512 MB (Double-bank Connection)
  3237. Enabled Size: 512 MB (Double-bank Connection)
  3238. Error Status: OK
  3239.  
  3240. Handle 0x000B, DMI type 6, 12 bytes
  3241. Memory Module Information
  3242. Socket Designation: DIMM B1
  3243. Bank Connections: 5 4
  3244. Current Speed: Unknown
  3245. Type: DIMM SDRAM
  3246. Installed Size: 512 MB (Single-bank Connection)
  3247. Enabled Size: 512 MB (Single-bank Connection)
  3248. Error Status: OK
  3249.  
  3250. Handle 0x000C, DMI type 6, 12 bytes
  3251. Memory Module Information
  3252. Socket Designation: DIMM B2
  3253. Bank Connections: 7 6
  3254. Current Speed: Unknown
  3255. Type: DIMM SDRAM
  3256. Installed Size: 512 MB (Double-bank Connection)
  3257. Enabled Size: 512 MB (Double-bank Connection)
  3258. Error Status: OK
  3259.  
  3260. Handle 0x000D, DMI type 8, 9 bytes
  3261. Port Connector Information
  3262. Internal Reference Designator: Not Specified
  3263. Internal Connector Type: None
  3264. External Reference Designator: PS/2 Mouse
  3265. External Connector Type: PS/2
  3266. Port Type: Mouse Port
  3267.  
  3268. Handle 0x000E, DMI type 8, 9 bytes
  3269. Port Connector Information
  3270. Internal Reference Designator: Not Specified
  3271. Internal Connector Type: None
  3272. External Reference Designator: PS/2 Keyboard
  3273. External Connector Type: PS/2
  3274. Port Type: Keyboard Port
  3275.  
  3276. Handle 0x000F, DMI type 8, 9 bytes
  3277. Port Connector Information
  3278. Internal Reference Designator: Not Specified
  3279. Internal Connector Type: None
  3280. External Reference Designator: USB1
  3281. External Connector Type: Access Bus (USB)
  3282. Port Type: USB
  3283.  
  3284. Handle 0x0010, DMI type 8, 9 bytes
  3285. Port Connector Information
  3286. Internal Reference Designator: Not Specified
  3287. Internal Connector Type: None
  3288. External Reference Designator: USB2
  3289. External Connector Type: Access Bus (USB)
  3290. Port Type: USB
  3291.  
  3292. Handle 0x0011, DMI type 8, 9 bytes
  3293. Port Connector Information
  3294. Internal Reference Designator: Not Specified
  3295. Internal Connector Type: None
  3296. External Reference Designator: USB3
  3297. External Connector Type: Access Bus (USB)
  3298. Port Type: USB
  3299.  
  3300. Handle 0x0012, DMI type 8, 9 bytes
  3301. Port Connector Information
  3302. Internal Reference Designator: Not Specified
  3303. Internal Connector Type: None
  3304. External Reference Designator: USB4
  3305. External Connector Type: Access Bus (USB)
  3306. Port Type: USB
  3307.  
  3308. Handle 0x0013, DMI type 8, 9 bytes
  3309. Port Connector Information
  3310. Internal Reference Designator: Not Specified
  3311. Internal Connector Type: None
  3312. External Reference Designator: USB5
  3313. External Connector Type: Access Bus (USB)
  3314. Port Type: USB
  3315.  
  3316. Handle 0x0014, DMI type 8, 9 bytes
  3317. Port Connector Information
  3318. Internal Reference Designator: Not Specified
  3319. Internal Connector Type: None
  3320. External Reference Designator: USB6
  3321. External Connector Type: Access Bus (USB)
  3322. Port Type: USB
  3323.  
  3324. Handle 0x0015, DMI type 8, 9 bytes
  3325. Port Connector Information
  3326. Internal Reference Designator: Not Specified
  3327. Internal Connector Type: None
  3328. External Reference Designator: USB7
  3329. External Connector Type: Access Bus (USB)
  3330. Port Type: USB
  3331.  
  3332. Handle 0x0016, DMI type 8, 9 bytes
  3333. Port Connector Information
  3334. Internal Reference Designator: Not Specified
  3335. Internal Connector Type: None
  3336. External Reference Designator: USB8
  3337. External Connector Type: Access Bus (USB)
  3338. Port Type: USB
  3339.  
  3340. Handle 0x0017, DMI type 8, 9 bytes
  3341. Port Connector Information
  3342. Internal Reference Designator: Not Specified
  3343. Internal Connector Type: None
  3344. External Reference Designator: LPT 1
  3345. External Connector Type: DB-25 male
  3346. Port Type: Parallel Port ECP/EPP
  3347.  
  3348. Handle 0x0018, DMI type 8, 9 bytes
  3349. Port Connector Information
  3350. Internal Reference Designator: Not Specified
  3351. Internal Connector Type: None
  3352. External Reference Designator: COM 1
  3353. External Connector Type: DB-9 male
  3354. Port Type: Serial Port 16550A Compatible
  3355.  
  3356. Handle 0x0019, DMI type 8, 9 bytes
  3357. Port Connector Information
  3358. Internal Reference Designator: Not Specified
  3359. Internal Connector Type: None
  3360. External Reference Designator: COM 2
  3361. External Connector Type: DB-9 male
  3362. Port Type: Serial Port 16550A Compatible
  3363.  
  3364. Handle 0x001A, DMI type 8, 9 bytes
  3365. Port Connector Information
  3366. Internal Reference Designator: Not Specified
  3367. Internal Connector Type: None
  3368. External Reference Designator: MIDI
  3369. External Connector Type: DB-15 female
  3370. Port Type: MIDI Port
  3371.  
  3372. Handle 0x001B, DMI type 8, 9 bytes
  3373. Port Connector Information
  3374. Internal Reference Designator: Not Specified
  3375. Internal Connector Type: None
  3376. External Reference Designator: Joy Stick
  3377. External Connector Type: DB-15 female
  3378. Port Type: Joystick Port
  3379.  
  3380. Handle 0x001C, DMI type 8, 9 bytes
  3381. Port Connector Information
  3382. Internal Reference Designator: Not Specified
  3383. Internal Connector Type: None
  3384. External Reference Designator: Audio Line In
  3385. External Connector Type: Mini Jack (headphones)
  3386. Port Type: Audio Port
  3387.  
  3388. Handle 0x001D, DMI type 8, 9 bytes
  3389. Port Connector Information
  3390. Internal Reference Designator: Not Specified
  3391. Internal Connector Type: None
  3392. External Reference Designator: Audio Line Out
  3393. External Connector Type: Mini Jack (headphones)
  3394. Port Type: Audio Port
  3395.  
  3396. Handle 0x001E, DMI type 8, 9 bytes
  3397. Port Connector Information
  3398. Internal Reference Designator: Not Specified
  3399. Internal Connector Type: None
  3400. External Reference Designator: Audio Mic In
  3401. External Connector Type: Mini Jack (headphones)
  3402. Port Type: Audio Port
  3403.  
  3404. Handle 0x001F, DMI type 8, 9 bytes
  3405. Port Connector Information
  3406. Internal Reference Designator: Not Specified
  3407. Internal Connector Type: None
  3408. External Reference Designator: Audio Center
  3409. External Connector Type: Mini Jack (headphones)
  3410. Port Type: Audio Port
  3411.  
  3412. Handle 0x0020, DMI type 8, 9 bytes
  3413. Port Connector Information
  3414. Internal Reference Designator: Not Specified
  3415. Internal Connector Type: None
  3416. External Reference Designator: Audio Side surround
  3417. External Connector Type: Mini Jack (headphones)
  3418. Port Type: Audio Port
  3419.  
  3420. Handle 0x0021, DMI type 8, 9 bytes
  3421. Port Connector Information
  3422. Internal Reference Designator: Not Specified
  3423. Internal Connector Type: None
  3424. External Reference Designator: Audio Back surround
  3425. External Connector Type: Mini Jack (headphones)
  3426. Port Type: Audio Port
  3427.  
  3428. Handle 0x0022, DMI type 8, 9 bytes
  3429. Port Connector Information
  3430. Internal Reference Designator: Not Specified
  3431. Internal Connector Type: None
  3432. External Reference Designator: LAN
  3433. External Connector Type: RJ-45
  3434. Port Type: Network Port
  3435.  
  3436. Handle 0x0023, DMI type 8, 9 bytes
  3437. Port Connector Information
  3438. Internal Reference Designator: AUX
  3439. Internal Connector Type: On Board Sound Input From CD-ROM
  3440. External Reference Designator: Not Specified
  3441. External Connector Type: None
  3442. Port Type: Audio Port
  3443.  
  3444. Handle 0x0024, DMI type 8, 9 bytes
  3445. Port Connector Information
  3446. Internal Reference Designator: CD
  3447. Internal Connector Type: On Board Sound Input From CD-ROM
  3448. External Reference Designator: Not Specified
  3449. External Connector Type: None
  3450. Port Type: Audio Port
  3451.  
  3452. Handle 0x0025, DMI type 8, 9 bytes
  3453. Port Connector Information
  3454. Internal Reference Designator: PRI_IDE
  3455. Internal Connector Type: On Board IDE
  3456. External Reference Designator: Not Specified
  3457. External Connector Type: None
  3458. Port Type: Other
  3459.  
  3460. Handle 0x0026, DMI type 8, 9 bytes
  3461. Port Connector Information
  3462. Internal Reference Designator: SEC_IDE
  3463. Internal Connector Type: On Board IDE
  3464. External Reference Designator: Not Specified
  3465. External Connector Type: None
  3466. Port Type: Other
  3467.  
  3468. Handle 0x0027, DMI type 8, 9 bytes
  3469. Port Connector Information
  3470. Internal Reference Designator: FLOPPY
  3471. Internal Connector Type: On Board Floppy
  3472. External Reference Designator: Not Specified
  3473. External Connector Type: None
  3474. Port Type: Other
  3475.  
  3476. Handle 0x0028, DMI type 8, 9 bytes
  3477. Port Connector Information
  3478. Internal Reference Designator: CHA_FAN
  3479. Internal Connector Type: Other
  3480. External Reference Designator: Not Specified
  3481. External Connector Type: None
  3482. Port Type: Other
  3483.  
  3484. Handle 0x0029, DMI type 8, 9 bytes
  3485. Port Connector Information
  3486. Internal Reference Designator: CPU_FAN
  3487. Internal Connector Type: Other
  3488. External Reference Designator: Not Specified
  3489. External Connector Type: None
  3490. Port Type: Other
  3491.  
  3492. Handle 0x002A, DMI type 8, 9 bytes
  3493. Port Connector Information
  3494. Internal Reference Designator: PWR_FAN
  3495. Internal Connector Type: Other
  3496. External Reference Designator: Not Specified
  3497. External Connector Type: None
  3498. Port Type: Other
  3499.  
  3500. Handle 0x002B, DMI type 8, 9 bytes
  3501. Port Connector Information
  3502. Internal Reference Designator: ATXPWR
  3503. Internal Connector Type: Other
  3504. External Reference Designator: Not Specified
  3505. External Connector Type: None
  3506. Port Type: Other
  3507.  
  3508. Handle 0x002C, DMI type 8, 9 bytes
  3509. Port Connector Information
  3510. Internal Reference Designator: CHASSIS
  3511. Internal Connector Type: Other
  3512. External Reference Designator: Not Specified
  3513. External Connector Type: None
  3514. Port Type: Other
  3515.  
  3516. Handle 0x002D, DMI type 8, 9 bytes
  3517. Port Connector Information
  3518. Internal Reference Designator: FP_AUDIO
  3519. Internal Connector Type: Other
  3520. External Reference Designator: Not Specified
  3521. External Connector Type: None
  3522. Port Type: Other
  3523.  
  3524. Handle 0x002E, DMI type 8, 9 bytes
  3525. Port Connector Information
  3526. Internal Reference Designator: SATA1
  3527. Internal Connector Type: Other
  3528. External Reference Designator: Not Specified
  3529. External Connector Type: None
  3530. Port Type: Other
  3531.  
  3532. Handle 0x002F, DMI type 8, 9 bytes
  3533. Port Connector Information
  3534. Internal Reference Designator: SATA2
  3535. Internal Connector Type: Other
  3536. External Reference Designator: Not Specified
  3537. External Connector Type: None
  3538. Port Type: Other
  3539.  
  3540. Handle 0x0030, DMI type 9, 13 bytes
  3541. System Slot Information
  3542. Designation: AGP
  3543. Type: 32-bit AGP 8x
  3544. Current Usage: In Use
  3545. Length: Short
  3546. ID: 0
  3547. Characteristics:
  3548. 3.3 V is provided
  3549.  
  3550. Handle 0x0031, DMI type 9, 13 bytes
  3551. System Slot Information
  3552. Designation: PCI1
  3553. Type: 32-bit PCI
  3554. Current Usage: Available
  3555. Length: Short
  3556. ID: 1
  3557. Characteristics:
  3558. 5.0 V is provided
  3559. 3.3 V is provided
  3560. PME signal is supported
  3561.  
  3562. Handle 0x0032, DMI type 9, 13 bytes
  3563. System Slot Information
  3564. Designation: PCI2
  3565. Type: 32-bit PCI
  3566. Current Usage: Available
  3567. Length: Short
  3568. ID: 2
  3569. Characteristics:
  3570. 5.0 V is provided
  3571. 3.3 V is provided
  3572. PME signal is supported
  3573.  
  3574. Handle 0x0033, DMI type 9, 13 bytes
  3575. System Slot Information
  3576. Designation: PCI3
  3577. Type: 32-bit PCI
  3578. Current Usage: Available
  3579. Length: Short
  3580. ID: 3
  3581. Characteristics:
  3582. 5.0 V is provided
  3583. 3.3 V is provided
  3584. PME signal is supported
  3585.  
  3586. Handle 0x0034, DMI type 9, 13 bytes
  3587. System Slot Information
  3588. Designation: PCI4
  3589. Type: 32-bit PCI
  3590. Current Usage: Available
  3591. Length: Short
  3592. ID: 4
  3593. Characteristics:
  3594. 5.0 V is provided
  3595. 3.3 V is provided
  3596. PME signal is supported
  3597.  
  3598. Handle 0x0035, DMI type 9, 13 bytes
  3599. System Slot Information
  3600. Designation: PCI5
  3601. Type: 32-bit PCI
  3602. Current Usage: Available
  3603. Length: Short
  3604. ID: 5
  3605. Characteristics:
  3606. 5.0 V is provided
  3607. 3.3 V is provided
  3608. PME signal is supported
  3609.  
  3610. Handle 0x0036, DMI type 10, 6 bytes
  3611. On Board Device Information
  3612. Type: Ethernet
  3613. Status: Enabled
  3614. Description: Marvell 88E8001
  3615.  
  3616. Handle 0x0037, DMI type 11, 5 bytes
  3617. OEM Strings
  3618. String 1: To Be Filled By O.E.M.
  3619. String 2: To Be Filled By O.E.M.
  3620. String 3: To Be Filled By O.E.M.
  3621. String 4: To Be Filled By O.E.M.
  3622.  
  3623. Handle 0x0038, DMI type 13, 22 bytes
  3624. BIOS Language Information
  3625. Language Description Format: Abbreviated
  3626. Installable Languages: 1
  3627. en|US|iso8859-1
  3628. Currently Installed Language: en|US|iso8859-1
  3629.  
  3630. Handle 0x0039, DMI type 16, 15 bytes
  3631. Physical Memory Array
  3632. Location: System Board Or Motherboard
  3633. Use: System Memory
  3634. Error Correction Type: None
  3635. Maximum Capacity: 4 GB
  3636. Error Information Handle: Not Provided
  3637. Number Of Devices: 4
  3638.  
  3639. Handle 0x003A, DMI type 19, 15 bytes
  3640. Memory Array Mapped Address
  3641. Starting Address: 0x00000000000
  3642. Ending Address: 0x200000003FF
  3643. Range Size: 2 TB
  3644. Physical Array Handle: 0x0039
  3645. Partition Width: 1
  3646.  
  3647. Handle 0x003B, DMI type 17, 27 bytes
  3648. Memory Device
  3649. Array Handle: 0x0039
  3650. Error Information Handle: Not Provided
  3651. Total Width: 64 bits
  3652. Data Width: 64 bits
  3653. Size: 512 MB
  3654. Form Factor: DIMM
  3655. Set: None
  3656. Locator: DIMM0
  3657. Bank Locator: BANK0
  3658. Type: DDR
  3659. Type Detail: Synchronous
  3660. Speed: Unknown
  3661. Manufacturer: Manufacturer0
  3662. Serial Number: SerNum0
  3663. Asset Tag: AssetTagNum0
  3664. Part Number: PartNum0
  3665.  
  3666. Handle 0x003C, DMI type 20, 19 bytes
  3667. Memory Device Mapped Address
  3668. Starting Address: 0x00000000000
  3669. Ending Address: 0x0001FFFFFFF
  3670. Range Size: 512 MB
  3671. Physical Device Handle: 0x003B
  3672. Memory Array Mapped Address Handle: 0x003A
  3673. Partition Row Position: 1
  3674.  
  3675. Handle 0x003D, DMI type 17, 27 bytes
  3676. Memory Device
  3677. Array Handle: 0x0039
  3678. Error Information Handle: Not Provided
  3679. Total Width: 64 bits
  3680. Data Width: 64 bits
  3681. Size: 512 MB
  3682. Form Factor: DIMM
  3683. Set: None
  3684. Locator: DIMM1
  3685. Bank Locator: BANK1
  3686. Type: DDR
  3687. Type Detail: Synchronous
  3688. Speed: Unknown
  3689. Manufacturer: Manufacturer1
  3690. Serial Number: SerNum1
  3691. Asset Tag: AssetTagNum1
  3692. Part Number: PartNum1
  3693.  
  3694. Handle 0x003E, DMI type 20, 19 bytes
  3695. Memory Device Mapped Address
  3696. Starting Address: 0x00020000000
  3697. Ending Address: 0x0003FFFFFFF
  3698. Range Size: 512 MB
  3699. Physical Device Handle: 0x003D
  3700. Memory Array Mapped Address Handle: 0x003A
  3701. Partition Row Position: 1
  3702.  
  3703. Handle 0x003F, DMI type 17, 27 bytes
  3704. Memory Device
  3705. Array Handle: 0x0039
  3706. Error Information Handle: Not Provided
  3707. Total Width: 64 bits
  3708. Data Width: 64 bits
  3709. Size: 512 MB
  3710. Form Factor: DIMM
  3711. Set: None
  3712. Locator: DIMM2
  3713. Bank Locator: BANK2
  3714. Type: DDR
  3715. Type Detail: Synchronous
  3716. Speed: Unknown
  3717. Manufacturer: Manufacturer2
  3718. Serial Number: SerNum2
  3719. Asset Tag: AssetTagNum2
  3720. Part Number: PartNum2
  3721.  
  3722. Handle 0x0040, DMI type 20, 19 bytes
  3723. Memory Device Mapped Address
  3724. Starting Address: 0x00040000000
  3725. Ending Address: 0x0005FFFFFFF
  3726. Range Size: 512 MB
  3727. Physical Device Handle: 0x003F
  3728. Memory Array Mapped Address Handle: 0x003A
  3729. Partition Row Position: 1
  3730.  
  3731. Handle 0x0041, DMI type 17, 27 bytes
  3732. Memory Device
  3733. Array Handle: 0x0039
  3734. Error Information Handle: Not Provided
  3735. Total Width: 64 bits
  3736. Data Width: 64 bits
  3737. Size: 512 MB
  3738. Form Factor: DIMM
  3739. Set: None
  3740. Locator: DIMM3
  3741. Bank Locator: BANK3
  3742. Type: DDR
  3743. Type Detail: Synchronous
  3744. Speed: Unknown
  3745. Manufacturer: Manufacturer3
  3746. Serial Number: SerNum3
  3747. Asset Tag: AssetTagNum3
  3748. Part Number: PartNum3
  3749.  
  3750. Handle 0x0042, DMI type 20, 19 bytes
  3751. Memory Device Mapped Address
  3752. Starting Address: 0x00060000000
  3753. Ending Address: 0x0007FFFFFFF
  3754. Range Size: 512 MB
  3755. Physical Device Handle: 0x0041
  3756. Memory Array Mapped Address Handle: 0x003A
  3757. Partition Row Position: 1
  3758.  
  3759. Handle 0x0043, DMI type 32, 20 bytes
  3760. System Boot Information
  3761. Status: No errors detected
  3762.  
  3763. Handle 0x0044, DMI type 127, 4 bytes
  3764. End Of Table
  3765.  
  3766.  
  3767.  
  3768. +--------------------------------------------------------------------------------+
  3769. + memcontrol list +
  3770. +--------------------------------------------------------------------------------+
  3771. 0x0/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3772. 0x10000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3773. 0x20000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3774. 0x30000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3775. 0x40000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3776. 0x50000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3777. 0x60000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3778. 0x70000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3779. 0x80000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3780. 0x84000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3781. 0x88000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3782. 0x8c000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3783. 0x90000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3784. 0x94000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3785. 0x98000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3786. 0x9c000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active
  3787. 0xa0000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3788. 0xa4000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3789. 0xa8000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3790. 0xac000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3791. 0xb0000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3792. 0xb4000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3793. 0xb8000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3794. 0xbc000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3795. 0xc0000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3796. 0xc1000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3797. 0xc2000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3798. 0xc3000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3799. 0xc4000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3800. 0xc5000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3801. 0xc6000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3802. 0xc7000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3803. 0xc8000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3804. 0xc9000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3805. 0xca000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3806. 0xcb000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3807. 0xcc000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3808. 0xcd000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3809. 0xce000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3810. 0xcf000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3811. 0xd0000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3812. 0xd1000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3813. 0xd2000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3814. 0xd3000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3815. 0xd4000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3816. 0xd5000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3817. 0xd6000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3818. 0xd7000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3819. 0xd8000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3820. 0xd9000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3821. 0xda000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3822. 0xdb000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3823. 0xdc000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3824. 0xdd000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3825. 0xde000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3826. 0xdf000/0x1000 BIOS uncacheable fixed-base fixed-length set-by-firmware active
  3827. 0xe0000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3828. 0xe1000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3829. 0xe2000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3830. 0xe3000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3831. 0xe4000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3832. 0xe5000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3833. 0xe6000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3834. 0xe7000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3835. 0xe8000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3836. 0xe9000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3837. 0xea000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3838. 0xeb000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3839. 0xec000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3840. 0xed000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3841. 0xee000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3842. 0xef000/0x1000 BIOS write-through fixed-base fixed-length set-by-firmware active
  3843. 0xf0000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3844. 0xf1000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3845. 0xf2000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3846. 0xf3000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3847. 0xf4000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3848. 0xf5000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3849. 0xf6000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3850. 0xf7000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3851. 0xf8000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3852. 0xf9000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3853. 0xfa000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3854. 0xfb000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3855. 0xfc000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3856. 0xfd000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3857. 0xfe000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3858. 0xff000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active
  3859. 0x0/0x80000000 BIOS write-back set-by-firmware active
  3860.  
  3861.  
  3862. +--------------------------------------------------------------------------------+
  3863. + camcontrol devlist +
  3864. +--------------------------------------------------------------------------------+
  3865. <ST3120023A 3.33> at scbus0 target 0 lun 0 (ada0,pass0)
  3866. <HL-DT-ST DVD-RAM GH22NP20 1.02> at scbus1 target 0 lun 0 (pass1,cd0)
  3867. <ST31000528AS CC44> at scbus2 target 0 lun 0 (ada1,pass2)
  3868. <Hitachi HDP725050GLA360 GM4OA5CA> at scbus3 target 0 lun 0 (ada2,pass3)
  3869. <USB2.0 DISK 1.00> at scbus6 target 0 lun 0 (da0,pass4)
  3870.  
  3871.  
  3872. +--------------------------------------------------------------------------------+
  3873. + atacontrol list +
  3874. +--------------------------------------------------------------------------------+
  3875. atacontrol: control device not found: No such file or directory
  3876.  
  3877.  
  3878. +--------------------------------------------------------------------------------+
  3879. + LDAP Status +
  3880. +--------------------------------------------------------------------------------+
  3881. LDAP is DISABLED
  3882.  
  3883.  
  3884. +--------------------------------------------------------------------------------+
  3885. + LDAP Settings +
  3886. +--------------------------------------------------------------------------------+
  3887. HOSTNAME:
  3888. BASEDN:
  3889. PWENCRYPTION: clear
  3890. ANONBIND: 0
  3891. SSL: off
  3892. MACHINESUFFIX:
  3893. GROUPSUFFIX:
  3894. USERSUFFIX:
  3895. PASSWORDSUFFIX:
  3896. ROOTBASEDN:
  3897.  
  3898.  
  3899. +--------------------------------------------------------------------------------+
  3900. + /etc/nsswitch.conf +
  3901. +--------------------------------------------------------------------------------+
  3902. group: compat
  3903. hosts: files dns
  3904. networks: files
  3905. passwd: compat
  3906. shells: files
  3907. services: files
  3908. protocols: files
  3909. rpc: files
  3910.  
  3911.  
  3912. +--------------------------------------------------------------------------------+
  3913. + /etc/pam.d +
  3914. +--------------------------------------------------------------------------------+
  3915. +--------------------------------------------------------------------------------+
  3916. + /etc/pam.d/atrun +
  3917. +--------------------------------------------------------------------------------+
  3918. #
  3919. # $FreeBSD: src/etc/pam.d/atrun,v 1.1 2007/06/15 12:02:16 yar Exp $
  3920. #
  3921. # PAM configuration for the "atrun" service
  3922. #
  3923.  
  3924. # Note well: enabling pam_nologin for atrun will currently result
  3925. # in jobs discarded, not just delayed, during a no-login period.
  3926. #account required pam_nologin.so
  3927. account required pam_unix.so
  3928.  
  3929.  
  3930. +--------------------------------------------------------------------------------+
  3931. + /etc/pam.d/cron +
  3932. +--------------------------------------------------------------------------------+
  3933. #
  3934. # $FreeBSD: src/etc/pam.d/cron,v 1.1 2007/06/17 17:25:52 yar Exp $
  3935. #
  3936. # PAM configuration for the "cron" service
  3937. #
  3938.  
  3939. # account
  3940. account required pam_nologin.so
  3941. account required pam_unix.so
  3942.  
  3943.  
  3944. +--------------------------------------------------------------------------------+
  3945. + /etc/pam.d/ftp +
  3946. +--------------------------------------------------------------------------------+
  3947. #
  3948. # $FreeBSD: src/etc/pam.d/ftpd,v 1.20 2009/10/05 09:28:54 des Exp $
  3949. #
  3950. # PAM configuration for the "ftpd" service
  3951. #
  3952.  
  3953. # auth
  3954. auth sufficient pam_opie.so no_warn no_fake_prompts
  3955. auth requisite pam_opieaccess.so no_warn allow_local
  3956. #auth sufficient pam_ssh.so no_warn try_first_pass
  3957. auth required pam_unix.so no_warn try_first_pass
  3958.  
  3959. # account
  3960. account required pam_nologin.so
  3961. account required pam_unix.so
  3962.  
  3963. # session
  3964. session required pam_permit.so
  3965.  
  3966.  
  3967. +--------------------------------------------------------------------------------+
  3968. + /etc/pam.d/ftpd +
  3969. +--------------------------------------------------------------------------------+
  3970. #
  3971. # $FreeBSD: src/etc/pam.d/ftpd,v 1.20 2009/10/05 09:28:54 des Exp $
  3972. #
  3973. # PAM configuration for the "ftpd" service
  3974. #
  3975.  
  3976. # auth
  3977. auth sufficient pam_opie.so no_warn no_fake_prompts
  3978. auth requisite pam_opieaccess.so no_warn allow_local
  3979. #auth sufficient pam_ssh.so no_warn try_first_pass
  3980. auth required pam_unix.so no_warn try_first_pass
  3981.  
  3982. # account
  3983. account required pam_nologin.so
  3984. account required pam_unix.so
  3985.  
  3986. # session
  3987. session required pam_permit.so
  3988.  
  3989.  
  3990. +--------------------------------------------------------------------------------+
  3991. + /etc/pam.d/imap +
  3992. +--------------------------------------------------------------------------------+
  3993. #
  3994. # $FreeBSD: src/etc/pam.d/imap,v 1.7 2007/06/15 11:33:13 yar Exp $
  3995. #
  3996. # PAM configuration for the "imap" service
  3997. #
  3998.  
  3999. # auth
  4000. #auth sufficient pam_ssh.so no_warn try_first_pass
  4001. auth required pam_unix.so no_warn try_first_pass
  4002.  
  4003. # account
  4004. #account required pam_nologin.so
  4005. account required pam_unix.so
  4006.  
  4007.  
  4008. +--------------------------------------------------------------------------------+
  4009. + /etc/pam.d/kde +
  4010. +--------------------------------------------------------------------------------+
  4011. #
  4012. # $FreeBSD: src/etc/pam.d/kde,v 1.9 2009/10/05 09:28:54 des Exp $
  4013. #
  4014. # PAM configuration for the "kde" service
  4015. #
  4016.  
  4017. # auth
  4018. #auth sufficient pam_ssh.so no_warn try_first_pass
  4019. auth required pam_unix.so no_warn try_first_pass
  4020.  
  4021. # account
  4022. account required pam_nologin.so
  4023. account required pam_unix.so
  4024.  
  4025. # session
  4026. #session optional pam_ssh.so want_agent
  4027. session required pam_permit.so
  4028.  
  4029.  
  4030. +--------------------------------------------------------------------------------+
  4031. + /etc/pam.d/login +
  4032. +--------------------------------------------------------------------------------+
  4033. #
  4034. # $FreeBSD: src/etc/pam.d/login,v 1.17 2007/06/10 18:57:20 yar Exp $
  4035. #
  4036. # PAM configuration for the "login" service
  4037. #
  4038.  
  4039. # auth
  4040. auth sufficient pam_self.so no_warn
  4041. auth include system
  4042.  
  4043. # account
  4044. account requisite pam_securetty.so
  4045. account required pam_nologin.so
  4046. account include system
  4047.  
  4048. # session
  4049. session include system
  4050.  
  4051. # password
  4052. password include system
  4053.  
  4054.  
  4055. +--------------------------------------------------------------------------------+
  4056. + /etc/pam.d/netatalk +
  4057. +--------------------------------------------------------------------------------+
  4058. #
  4059. # PAM configuration for the "netatalk" service
  4060. #
  4061.  
  4062. # auth
  4063. auth sufficient pam_opie.so no_warn no_fake_prompts
  4064. auth requisite pam_opieaccess.so no_warn allow_local
  4065. #auth sufficient pam_ssh.so no_warn try_first_pass
  4066. auth required pam_unix.so no_warn try_first_pass
  4067.  
  4068. # account
  4069. account required pam_nologin.so
  4070. account required pam_unix.so
  4071.  
  4072. # session
  4073. session required pam_permit.so
  4074.  
  4075. # password
  4076. password required pam_unix.so no_warn try_first_pass
  4077.  
  4078.  
  4079. +--------------------------------------------------------------------------------+
  4080. + /etc/pam.d/other +
  4081. +--------------------------------------------------------------------------------+
  4082. #
  4083. # $FreeBSD: src/etc/pam.d/other,v 1.13 2009/10/05 09:28:54 des Exp $
  4084. #
  4085. # PAM configuration for the "other" service
  4086. #
  4087.  
  4088. # auth
  4089. auth sufficient pam_opie.so no_warn no_fake_prompts
  4090. auth requisite pam_opieaccess.so no_warn allow_local
  4091. #auth sufficient pam_ssh.so no_warn try_first_pass
  4092. auth required pam_unix.so no_warn try_first_pass
  4093.  
  4094. # account
  4095. account required pam_nologin.so
  4096. account required pam_login_access.so
  4097. account required pam_unix.so
  4098.  
  4099. # session
  4100. #session optional pam_ssh.so want_agent
  4101. session required pam_permit.so
  4102.  
  4103. # password
  4104. password required pam_permit.so
  4105.  
  4106.  
  4107. +--------------------------------------------------------------------------------+
  4108. + /etc/pam.d/passwd +
  4109. +--------------------------------------------------------------------------------+
  4110. #
  4111. # $FreeBSD: src/etc/pam.d/passwd,v 1.3 2003/04/24 12:22:42 des Exp $
  4112. #
  4113. # PAM configuration for the "passwd" service
  4114. #
  4115.  
  4116. # passwd(1) does not use the auth, account or session services.
  4117.  
  4118. # password
  4119. #password requisite pam_passwdqc.so enforce=users
  4120. password required pam_unix.so no_warn try_first_pass nullok
  4121.  
  4122.  
  4123. +--------------------------------------------------------------------------------+
  4124. + /etc/pam.d/pop3 +
  4125. +--------------------------------------------------------------------------------+
  4126. #
  4127. # $FreeBSD: src/etc/pam.d/pop3,v 1.7 2007/06/15 11:33:13 yar Exp $
  4128. #
  4129. # PAM configuration for the "pop3" service
  4130. #
  4131.  
  4132. # auth
  4133. #auth sufficient pam_ssh.so no_warn try_first_pass
  4134. auth required pam_unix.so no_warn try_first_pass
  4135.  
  4136. # account
  4137. #account required pam_nologin.so
  4138. account required pam_unix.so
  4139.  
  4140.  
  4141. +--------------------------------------------------------------------------------+
  4142. + /etc/pam.d/rsh +
  4143. +--------------------------------------------------------------------------------+
  4144. #
  4145. # $FreeBSD: src/etc/pam.d/rsh,v 1.6 2007/06/10 18:57:20 yar Exp $
  4146. #
  4147. # PAM configuration for the "rsh" service
  4148. #
  4149.  
  4150. # auth
  4151. auth required pam_rhosts.so no_warn
  4152.  
  4153. # account
  4154. account required pam_nologin.so
  4155. account required pam_unix.so
  4156.  
  4157. # session
  4158. session required pam_permit.so
  4159.  
  4160. # password
  4161. password required pam_deny.so
  4162.  
  4163.  
  4164. +--------------------------------------------------------------------------------+
  4165. + /etc/pam.d/sshd +
  4166. +--------------------------------------------------------------------------------+
  4167. #
  4168. # $FreeBSD: src/etc/pam.d/sshd,v 1.18 2009/10/05 09:28:54 des Exp $
  4169. #
  4170. # PAM configuration for the "sshd" service
  4171. #
  4172.  
  4173. # auth
  4174. auth sufficient pam_opie.so no_warn no_fake_prompts
  4175. auth requisite pam_opieaccess.so no_warn allow_local
  4176. #auth sufficient pam_ssh.so no_warn try_first_pass
  4177. auth required pam_unix.so no_warn try_first_pass
  4178.  
  4179. # account
  4180. account required pam_nologin.so
  4181. account required pam_login_access.so
  4182. account required pam_unix.so
  4183.  
  4184. # session
  4185. #session optional pam_ssh.so want_agent
  4186. session required pam_permit.so
  4187.  
  4188. # password
  4189. password required pam_unix.so no_warn try_first_pass
  4190.  
  4191.  
  4192. +--------------------------------------------------------------------------------+
  4193. + /etc/pam.d/su +
  4194. +--------------------------------------------------------------------------------+
  4195. #
  4196. # $FreeBSD: src/etc/pam.d/su,v 1.16 2003/07/09 18:40:49 des Exp $
  4197. #
  4198. # PAM configuration for the "su" service
  4199. #
  4200.  
  4201. # auth
  4202. auth sufficient pam_rootok.so no_warn
  4203. auth sufficient pam_self.so no_warn
  4204. auth requisite pam_group.so no_warn group=wheel root_only fail_safe
  4205. auth include system
  4206.  
  4207. # account
  4208. account include system
  4209.  
  4210. # session
  4211. session required pam_permit.so
  4212.  
  4213.  
  4214. +--------------------------------------------------------------------------------+
  4215. + /etc/pam.d/system +
  4216. +--------------------------------------------------------------------------------+
  4217. #
  4218. # $FreeBSD: src/etc/pam.d/system,v 1.3 2009/10/05 09:28:54 des Exp $
  4219. #
  4220. # System-wide defaults
  4221. #
  4222.  
  4223. # auth
  4224. auth sufficient pam_opie.so no_warn no_fake_prompts
  4225. auth requisite pam_opieaccess.so no_warn allow_local
  4226. #auth sufficient pam_krb5.so no_warn try_first_pass
  4227. #auth sufficient pam_ssh.so no_warn try_first_pass
  4228. auth required pam_unix.so no_warn try_first_pass nullok
  4229.  
  4230. # account
  4231. #account required pam_krb5.so
  4232. account required pam_login_access.so
  4233. account required pam_unix.so
  4234.  
  4235. # session
  4236. #session optional pam_ssh.so want_agent
  4237. session required pam_lastlog.so no_fail
  4238.  
  4239. # password
  4240. #password sufficient pam_krb5.so no_warn try_first_pass
  4241. password required pam_unix.so no_warn try_first_pass
  4242.  
  4243.  
  4244. +--------------------------------------------------------------------------------+
  4245. + /etc/pam.d/telnetd +
  4246. +--------------------------------------------------------------------------------+
  4247. #
  4248. # $FreeBSD: src/etc/pam.d/telnetd,v 1.10 2009/10/05 09:28:54 des Exp $
  4249. #
  4250. # PAM configuration for the "telnetd" service
  4251. #
  4252.  
  4253. # auth
  4254. auth sufficient pam_opie.so no_warn no_fake_prompts
  4255. auth requisite pam_opieaccess.so no_warn allow_local
  4256. #auth sufficient pam_krb5.so no_warn try_first_pass
  4257. #auth sufficient pam_ssh.so no_warn try_first_pass
  4258. auth required pam_unix.so no_warn try_first_pass
  4259.  
  4260. # account
  4261. account required pam_nologin.so
  4262. #account required pam_krb5.so
  4263. account required pam_login_access.so
  4264. account required pam_unix.so
  4265.  
  4266. # session
  4267. #session optional pam_ssh.so want_agent
  4268. session required pam_lastlog.so no_fail
  4269.  
  4270. # password
  4271. #password sufficient pam_krb5.so no_warn try_first_pass
  4272. password required pam_unix.so no_warn try_first_pass
  4273.  
  4274.  
  4275. +--------------------------------------------------------------------------------+
  4276. + /etc/pam.d/xdm +
  4277. +--------------------------------------------------------------------------------+
  4278. #
  4279. # $FreeBSD: src/etc/pam.d/xdm,v 1.12 2009/10/05 09:28:54 des Exp $
  4280. #
  4281. # PAM configuration for the "xdm" service
  4282. #
  4283.  
  4284. # auth
  4285. #auth sufficient pam_krb5.so no_warn try_first_pass
  4286. #auth sufficient pam_ssh.so no_warn try_first_pass
  4287. auth required pam_unix.so no_warn try_first_pass
  4288.  
  4289. # account
  4290. account required pam_nologin.so
  4291. #account required pam_krb5.so
  4292. account required pam_unix.so
  4293.  
  4294. # session
  4295. #session required pam_ssh.so want_agent
  4296. session required pam_lastlog.so no_fail
  4297.  
  4298. # password
  4299. password required pam_deny.so
  4300.  
  4301.  
  4302.  
  4303.  
  4304. +--------------------------------------------------------------------------------+
  4305. + /etc/resolv.conf +
  4306. +--------------------------------------------------------------------------------+
  4307. search local
  4308. nameserver 192.168.1.1
  4309.  
  4310.  
  4311. +--------------------------------------------------------------------------------+
  4312. + /etc/hosts +
  4313. +--------------------------------------------------------------------------------+
  4314. # $FreeBSD: src/etc/hosts,v 1.16.34.1.2.1 2009/10/25 01:10:29 kensmith Exp $
  4315. #
  4316. # Host Database
  4317. #
  4318. # This file should contain the addresses and aliases for local hosts that
  4319. # share this file. Replace 'my.domain' below with the domainname of your
  4320. # machine.
  4321. #
  4322. # In the presence of the domain name service or NIS, this file may
  4323. # not be consulted at all; see /etc/nsswitch.conf for the resolution order.
  4324. #
  4325. #
  4326. ::1 localhost localhost.my.domain freenas freenas.local
  4327. 127.0.0.1 localhost localhost.my.domain freenas freenas.local
  4328. #
  4329. # Imaginary network.
  4330. #10.0.0.2 myname.my.domain myname
  4331. #10.0.0.3 myfriend.my.domain myfriend
  4332. #
  4333. # According to RFC 1918, you can use the following IP networks for
  4334. # private nets which will never be connected to the Internet:
  4335. #
  4336. # 10.0.0.0 - 10.255.255.255
  4337. # 172.16.0.0 - 172.31.255.255
  4338. # 192.168.0.0 - 192.168.255.255
  4339. #
  4340. # In case you want to be able to connect to the Internet, you need
  4341. # real official assigned numbers. Do not try to invent your own network
  4342. # numbers but instead get one from your network provider (if any) or
  4343. # from your regional registry (ARIN, APNIC, LACNIC, RIPE NCC, or AfriNIC.)
  4344. #
  4345. 127.0.0.1 MyFreeNas.local
  4346.  
  4347.  
  4348. +--------------------------------------------------------------------------------+
  4349. + ifconfig -a +
  4350. +--------------------------------------------------------------------------------+
  4351. sk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
  4352. options=80009<RXCSUM,VLAN_MTU,LINKSTATE>
  4353. ether 00:13:d4:19:0f:38
  4354. inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255
  4355. media: Ethernet autoselect (100baseTX <full-duplex>)
  4356. status: active
  4357. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
  4358. options=3<RXCSUM,TXCSUM>
  4359. inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
  4360. inet6 ::1 prefixlen 128
  4361. inet 127.0.0.1 netmask 0xff000000
  4362. nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
  4363.  
  4364.  
  4365. +--------------------------------------------------------------------------------+
  4366. + /usr/local/etc/smb.conf +
  4367. +--------------------------------------------------------------------------------+
  4368. [global]
  4369. encrypt passwords = yes
  4370. dns proxy = no
  4371. strict locking = no
  4372. read raw = yes
  4373. write raw = yes
  4374. oplocks = yes
  4375. max xmit = 65535
  4376. deadtime = 15
  4377. display charset = LOCALE
  4378. max log size = 10
  4379. syslog only = yes
  4380. syslog = yes
  4381. load printers = no
  4382. printing = bsd
  4383. printcap name = /dev/null
  4384. disable spoolss = yes
  4385. smb passwd file = /var/etc/private/smbpasswd
  4386. private dir = /var/etc/private
  4387. getwd cache = yes
  4388. guest account = www
  4389. map to guest = Bad Password
  4390. netbios name = MyNAS
  4391. workgroup = POR
  4392. server string = Servidor de ficheiros
  4393. use sendfile = yes
  4394. ea support = yes
  4395. store dos attributes = yes
  4396. local master = yes
  4397. time server = yes
  4398. security = user
  4399. create mask = 600
  4400. create mask = 600
  4401. directory mask = 700
  4402. client ntlmv2 auth = yes
  4403. dos charset = CP850
  4404. unix charset = UTF-8
  4405. log level = 1
  4406. aio read size = 1
  4407. aio write size = 1
  4408.  
  4409. [homes]
  4410. comment = Home Directories
  4411. valid users = %U
  4412. writable = yes
  4413. browseable = no
  4414. path = /mnt/DISCO/%U
  4415.  
  4416. [xpuser]
  4417. path = /mnt/DISCO/xpuser
  4418. printable = no
  4419. veto files = /.snap/.windows/
  4420. comment = Documentos XpUser
  4421. writeable = yes
  4422. browseable = yes
  4423. inherit owner = no
  4424. inherit permissions = yes
  4425. vfs objects = zfsacl
  4426. hide dot files = no
  4427. inherit acls = Yes
  4428. map archive = No
  4429. map readonly = no
  4430. nfs4:mode = special
  4431. nfs4:acedup = merge
  4432. nfs4:chown = yes
  4433.  
  4434.  
  4435. [schpics]
  4436. path = /mnt/DISCO/schpics
  4437. printable = no
  4438. veto files = /.snap/.windows/
  4439. comment = Imagens de Schindler
  4440. writeable = yes
  4441. browseable = yes
  4442. inherit owner = no
  4443. inherit permissions = yes
  4444. vfs objects = zfsacl
  4445. hide dot files = no
  4446. inherit acls = Yes
  4447. map archive = No
  4448. map readonly = no
  4449. nfs4:mode = special
  4450. nfs4:acedup = merge
  4451. nfs4:chown = yes
  4452.  
  4453.  
  4454. [schdocs]
  4455. path = /mnt/DISCO/schdocs
  4456. printable = no
  4457. veto files = /.snap/.windows/
  4458. comment = Documentos da Schindler
  4459. writeable = yes
  4460. browseable = yes
  4461. inherit owner = no
  4462. inherit permissions = yes
  4463. vfs objects = zfsacl
  4464. hide dot files = no
  4465. inherit acls = Yes
  4466. map archive = No
  4467. map readonly = no
  4468. nfs4:mode = special
  4469. nfs4:acedup = merge
  4470. nfs4:chown = yes
  4471.  
  4472.  
  4473. [ficheiros]
  4474. path = /mnt/DISCO/ficheiros
  4475. printable = no
  4476. veto files = /.snap/.windows/
  4477. comment = Ficheiros diversos
  4478. writeable = yes
  4479. browseable = yes
  4480. inherit owner = no
  4481. inherit permissions = yes
  4482. vfs objects = zfsacl
  4483. hide dot files = no
  4484. inherit acls = Yes
  4485. map archive = No
  4486. map readonly = no
  4487. nfs4:mode = special
  4488. nfs4:acedup = merge
  4489. nfs4:chown = yes
  4490.  
  4491.  
  4492. [bd]
  4493. path = /mnt/DISCO/bd
  4494. printable = no
  4495. veto files = /.snap/.windows/
  4496. comment = Ficheiros da BD
  4497. writeable = yes
  4498. browseable = yes
  4499. inherit owner = no
  4500. inherit permissions = yes
  4501. vfs objects = zfsacl
  4502. hide dot files = no
  4503. inherit acls = Yes
  4504. map archive = No
  4505. map readonly = no
  4506. nfs4:mode = special
  4507. nfs4:acedup = merge
  4508. nfs4:chown = yes
  4509.  
  4510.  
  4511. [Imagens]
  4512. path = /mnt/DISCO/xpuserpics
  4513. printable = no
  4514. veto files = /.snap/.windows/
  4515. comment = Imagens de XpUser
  4516. writeable = yes
  4517. browseable = yes
  4518. inherit owner = no
  4519. inherit permissions = yes
  4520. vfs objects = zfsacl
  4521. hide dot files = no
  4522. inherit acls = Yes
  4523. map archive = No
  4524. map readonly = no
  4525. nfs4:mode = special
  4526. nfs4:acedup = merge
  4527. nfs4:chown = yes
  4528.  
  4529.  
  4530. [catia]
  4531. path = /mnt/DISCO/catia
  4532. printable = no
  4533. veto files = /.snap/.windows/
  4534. comment = Documentos da Catia
  4535. writeable = yes
  4536. browseable = yes
  4537. inherit owner = no
  4538. inherit permissions = yes
  4539. vfs objects = zfsacl
  4540. inherit acls = Yes
  4541. map archive = No
  4542. map readonly = no
  4543. nfs4:mode = special
  4544. nfs4:acedup = merge
  4545. nfs4:chown = yes
  4546.  
  4547.  
  4548. [musica]
  4549. path = /mnt/DISCO/musica
  4550. printable = no
  4551. veto files = /.snap/.windows/
  4552. comment = Ficheiros de Audio
  4553. writeable = yes
  4554. browseable = yes
  4555. inherit owner = no
  4556. inherit permissions = no
  4557. vfs objects = zfsacl
  4558. inherit acls = Yes
  4559. map archive = No
  4560. map readonly = no
  4561. nfs4:mode = special
  4562. nfs4:acedup = merge
  4563. nfs4:chown = yes
  4564.  
  4565.  
  4566. [pvr]
  4567. path = /mnt/DISCO/livepvr
  4568. printable = no
  4569. veto files = /.snap/.windows/
  4570. comment = Ficheiro de telefone
  4571. writeable = yes
  4572. browseable = yes
  4573. inherit owner = no
  4574. inherit permissions = no
  4575. vfs objects = zfsacl
  4576. hide dot files = no
  4577. inherit acls = Yes
  4578. map archive = No
  4579. map readonly = no
  4580. nfs4:mode = special
  4581. nfs4:acedup = merge
  4582. nfs4:chown = yes
  4583.  
  4584.  
  4585. [videos]
  4586. path = /mnt/DISCO/homevideo
  4587. printable = no
  4588. veto files = /.snap/.windows/
  4589. comment = Videos Caseiros
  4590. writeable = yes
  4591. browseable = yes
  4592. inherit owner = no
  4593. inherit permissions = yes
  4594. vfs objects = zfsacl
  4595. hide dot files = no
  4596. inherit acls = Yes
  4597. map archive = No
  4598. map readonly = no
  4599. nfs4:mode = special
  4600. nfs4:acedup = merge
  4601. nfs4:chown = yes
  4602.  
  4603.  
  4604. [DISCO]
  4605. path = /mnt/DISCO
  4606. printable = no
  4607. veto files = /.snap/.windows/
  4608. comment = Acesso completo ao Disco
  4609. writeable = yes
  4610. browseable = yes
  4611. inherit owner = no
  4612. inherit permissions = no
  4613. vfs objects = zfsacl
  4614. hide dot files = no
  4615. inherit acls = Yes
  4616. map archive = No
  4617. map readonly = no
  4618. nfs4:mode = special
  4619. nfs4:acedup = merge
  4620. nfs4:chown = yes
  4621.  
  4622.  
  4623. [Leandro]
  4624. path = /mnt/DISCO/leandro
  4625. printable = no
  4626. veto files = /.snap/.windows/
  4627. comment = Documentos do Leandro
  4628. writeable = yes
  4629. browseable = yes
  4630. inherit owner = no
  4631. inherit permissions = yes
  4632. vfs objects = zfsacl
  4633. hide dot files = no
  4634. inherit acls = Yes
  4635. map archive = No
  4636. map readonly = no
  4637. nfs4:mode = special
  4638. nfs4:acedup = merge
  4639. nfs4:chown = yes
  4640.  
  4641.  
  4642. [Satelite]
  4643. path = /mnt/DISCO/satelite
  4644. printable = no
  4645. veto files = /.snap/.windows/
  4646. comment = Ficheiros das Boxs
  4647. writeable = yes
  4648. browseable = yes
  4649. inherit owner = no
  4650. inherit permissions = yes
  4651. vfs objects = zfsacl
  4652. hide dot files = no
  4653. inherit acls = Yes
  4654. map archive = No
  4655. map readonly = no
  4656. nfs4:mode = special
  4657. nfs4:acedup = merge
  4658. nfs4:chown = yes
  4659.  
  4660.  
  4661. [Leonor]
  4662. path = /mnt/DISCO/Leonor
  4663. printable = no
  4664. veto files = /.snap/.windows/
  4665. comment = Ficheiros da Lia
  4666. writeable = yes
  4667. browseable = yes
  4668. inherit owner = no
  4669. inherit permissions = no
  4670. vfs objects = zfsacl
  4671. inherit acls = Yes
  4672. map archive = No
  4673. map readonly = no
  4674. nfs4:mode = special
  4675. nfs4:acedup = merge
  4676. nfs4:chown = yes
  4677.  
  4678.  
  4679.  
  4680.  
  4681. +--------------------------------------------------------------------------------+
  4682. + /usr/local/etc/openldap/ldap.conf +
  4683. +--------------------------------------------------------------------------------+
  4684. #
  4685. # LDAP Defaults
  4686. #
  4687.  
  4688. # See ldap.conf(5) for details
  4689. # This file should be world readable but not world writable.
  4690.  
  4691. #BASE dc=example,dc=com
  4692. #URI ldap://ldap.example.com ldap://ldap-master.example.com:666
  4693.  
  4694. #SIZELIMIT 12
  4695. #TIMELIMIT 15
  4696. #DEREF never
  4697.  
  4698.  
  4699. +--------------------------------------------------------------------------------+
  4700. + /usr/local/etc/nss_ldap.conf +
  4701. +--------------------------------------------------------------------------------+
  4702. # @(#)$Id: ldap.conf,v 2.49 2009/04/25 01:53:15 lukeh Exp $
  4703. #
  4704. # This is the configuration file for the LDAP nameservice
  4705. # switch library and the LDAP PAM module.
  4706. #
  4707. # PADL Software
  4708. # http://www.padl.com
  4709. #
  4710.  
  4711. # Your LDAP server. Must be resolvable without using LDAP.
  4712. # Multiple hosts may be specified, each separated by a
  4713. # space. How long nss_ldap takes to failover depends on
  4714. # whether your LDAP client library supports configurable
  4715. # network or connect timeouts (see bind_timelimit).
  4716. host 127.0.0.1
  4717.  
  4718. # The distinguished name of the search base.
  4719. base dc=padl,dc=com
  4720.  
  4721. # Another way to specify your LDAP server is to provide an
  4722. # uri with the server name. This allows to use
  4723. # Unix Domain Sockets to connect to a local LDAP Server.
  4724. #uri ldap://127.0.0.1/
  4725. #uri ldaps://127.0.0.1/
  4726. #uri ldapi://%2fvar%2frun%2fldapi_sock/
  4727. # Note: %2f encodes the '/' used as directory separator
  4728.  
  4729. # The LDAP version to use (defaults to 3
  4730. # if supported by client library)
  4731. #ldap_version 3
  4732.  
  4733. # The distinguished name to bind to the server with.
  4734. # Optional: default is to bind anonymously.
  4735. #binddn cn=proxyuser,dc=padl,dc=com
  4736.  
  4737. # The credentials to bind with.
  4738. # Optional: default is no credential.
  4739. #bindpw secret
  4740.  
  4741. # The distinguished name to bind to the server with
  4742. # if the effective user ID is root. Password is
  4743. # stored in /usr/local/etc/nss_ldap.secret (mode 600)
  4744. #rootbinddn cn=manager,dc=padl,dc=com
  4745.  
  4746. # The port.
  4747. # Optional: default is 389.
  4748. #port 389
  4749.  
  4750. # The search scope.
  4751. #scope sub
  4752. #scope one
  4753. #scope base
  4754.  
  4755. # Search timelimit in seconds (0 for indefinite; default 0)
  4756. #timelimit 0
  4757.  
  4758. # Bind/connect timelimit (0 for indefinite; default 30)
  4759. #bind_timelimit 30
  4760.  
  4761. # Reconnect policy:
  4762. # hard_open: reconnect to DSA with exponential backoff if
  4763. # opening connection failed
  4764. # hard_init: reconnect to DSA with exponential backoff if
  4765. # initializing connection failed
  4766. # hard: alias for hard_open
  4767. # soft: return immediately on server failure
  4768. #bind_policy hard
  4769.  
  4770. # Connection policy:
  4771. # persist: DSA connections are kept open (default)
  4772. # oneshot: DSA connections destroyed after request
  4773. #nss_connect_policy persist
  4774.  
  4775. # Idle timelimit; client will close connections
  4776. # (nss_ldap only) if the server has not been contacted
  4777. # for the number of seconds specified below.
  4778. #idle_timelimit 3600
  4779.  
  4780. # Use paged rseults
  4781. #nss_paged_results yes
  4782.  
  4783. # Pagesize: when paged results enable, used to set the
  4784. # pagesize to a custom value
  4785. #pagesize 1000
  4786.  
  4787. # Filter to AND with uid=%s
  4788. #pam_filter objectclass=account
  4789.  
  4790. # The user ID attribute (defaults to uid)
  4791. #pam_login_attribute uid
  4792.  
  4793. # Search the root DSE for the password policy (works
  4794. # with Netscape Directory Server)
  4795. #pam_lookup_policy yes
  4796.  
  4797. # Check the 'host' attribute for access control
  4798. # Default is no; if set to yes, and user has no
  4799. # value for the host attribute, and pam_ldap is
  4800. # configured for account management (authorization)
  4801. # then the user will not be allowed to login.
  4802. #pam_check_host_attr yes
  4803.  
  4804. # Check the 'authorizedService' attribute for access
  4805. # control
  4806. # Default is no; if set to yes, and the user has no
  4807. # value for the authorizedService attribute, and
  4808. # pam_ldap is configured for account management
  4809. # (authorization) then the user will not be allowed
  4810. # to login.
  4811. #pam_check_service_attr yes
  4812.  
  4813. # Group to enforce membership of
  4814. #pam_groupdn cn=PAM,ou=Groups,dc=padl,dc=com
  4815.  
  4816. # Group member attribute
  4817. #pam_member_attribute uniquemember
  4818.  
  4819. # Specify a minium or maximum UID number allowed
  4820. #pam_min_uid 0
  4821. #pam_max_uid 0
  4822.  
  4823. # Template login attribute, default template user
  4824. # (can be overriden by value of former attribute
  4825. # in user's entry)
  4826. #pam_login_attribute userPrincipalName
  4827. #pam_template_login_attribute uid
  4828. #pam_template_login nobody
  4829.  
  4830. # HEADS UP: the pam_crypt, pam_nds_passwd,
  4831. # and pam_ad_passwd options are no
  4832. # longer supported.
  4833. #
  4834. # Do not hash the password at all; presume
  4835. # the directory server will do it, if
  4836. # necessary. This is the default.
  4837. #pam_password clear
  4838.  
  4839. # Hash password locally; required for University of
  4840. # Michigan LDAP server, and works with Netscape
  4841. # Directory Server if you're using the UNIX-Crypt
  4842. # hash mechanism and not using the NT Synchronization
  4843. # service.
  4844. #pam_password crypt
  4845.  
  4846. # Remove old password first, then update in
  4847. # cleartext. Necessary for use with Novell
  4848. # Directory Services (NDS)
  4849. #pam_password nds
  4850.  
  4851. # RACF is an alias for the above. For use with
  4852. # IBM RACF
  4853. #pam_password racf
  4854.  
  4855. # Update Active Directory password, by
  4856. # creating Unicode password and updating
  4857. # unicodePwd attribute.
  4858. #pam_password ad
  4859.  
  4860. # Use the OpenLDAP password change
  4861. # extended operation to update the password.
  4862. #pam_password exop
  4863.  
  4864. # Redirect users to a URL or somesuch on password
  4865. # changes.
  4866. #pam_password_prohibit_message Please visit http://internal to change your password.
  4867.  
  4868. # Use backlinks for answering initgroups()
  4869. #nss_initgroups backlink
  4870.  
  4871. # Enable support for RFC2307bis (distinguished names in group
  4872. # members)
  4873. #nss_schema rfc2307bis
  4874.  
  4875. # RFC2307bis naming contexts
  4876. # Syntax:
  4877. # nss_base_XXX base?scope?filter
  4878. # where scope is {base,one,sub}
  4879. # and filter is a filter to be &'d with the
  4880. # default filter.
  4881. # You can omit the suffix eg:
  4882. # nss_base_passwd ou=People,
  4883. # to append the default base DN but this
  4884. # may incur a small performance impact.
  4885. #nss_base_passwd ou=People,dc=padl,dc=com?one
  4886. #nss_base_shadow ou=People,dc=padl,dc=com?one
  4887. #nss_base_group ou=Group,dc=padl,dc=com?one
  4888. #nss_base_hosts ou=Hosts,dc=padl,dc=com?one
  4889. #nss_base_services ou=Services,dc=padl,dc=com?one
  4890. #nss_base_networks ou=Networks,dc=padl,dc=com?one
  4891. #nss_base_protocols ou=Protocols,dc=padl,dc=com?one
  4892. #nss_base_rpc ou=Rpc,dc=padl,dc=com?one
  4893. #nss_base_ethers ou=Ethers,dc=padl,dc=com?one
  4894. #nss_base_netmasks ou=Networks,dc=padl,dc=com?ne
  4895. #nss_base_bootparams ou=Ethers,dc=padl,dc=com?one
  4896. #nss_base_aliases ou=Aliases,dc=padl,dc=com?one
  4897. #nss_base_netgroup ou=Netgroup,dc=padl,dc=com?one
  4898.  
  4899. # attribute/objectclass mapping
  4900. # Syntax:
  4901. #nss_map_attribute rfc2307attribute mapped_attribute
  4902. #nss_map_objectclass rfc2307objectclass mapped_objectclass
  4903.  
  4904. # configure --enable-nds is no longer supported.
  4905. # NDS mappings
  4906. #nss_map_attribute uniqueMember member
  4907.  
  4908. # Services for UNIX 3.5 mappings
  4909. #nss_map_objectclass posixAccount User
  4910. #nss_map_objectclass shadowAccount User
  4911. #nss_map_attribute uid msSFU30Name
  4912. #nss_map_attribute uniqueMember msSFU30PosixMember
  4913. #nss_map_attribute userPassword msSFU30Password
  4914. #nss_map_attribute homeDirectory msSFU30HomeDirectory
  4915. #nss_map_attribute homeDirectory msSFUHomeDirectory
  4916. #nss_map_objectclass posixGroup Group
  4917. #pam_login_attribute msSFU30Name
  4918. #pam_filter objectclass=User
  4919. #pam_password ad
  4920.  
  4921. # configure --enable-mssfu-schema is no longer supported.
  4922. # Services for UNIX 2.0 mappings
  4923. #nss_map_objectclass posixAccount User
  4924. #nss_map_objectclass shadowAccount user
  4925. #nss_map_attribute uid msSFUName
  4926. #nss_map_attribute uniqueMember posixMember
  4927. #nss_map_attribute userPassword msSFUPassword
  4928. #nss_map_attribute homeDirectory msSFUHomeDirectory
  4929. #nss_map_attribute shadowLastChange pwdLastSet
  4930. #nss_map_objectclass posixGroup Group
  4931. #nss_map_attribute cn msSFUName
  4932. #pam_login_attribute msSFUName
  4933. #pam_filter objectclass=User
  4934. #pam_password ad
  4935.  
  4936. # RFC 2307 (AD) mappings
  4937. #nss_map_objectclass posixAccount user
  4938. #nss_map_objectclass shadowAccount user
  4939. #nss_map_attribute uid sAMAccountName
  4940. #nss_map_attribute homeDirectory unixHomeDirectory
  4941. #nss_map_attribute shadowLastChange pwdLastSet
  4942. #nss_map_objectclass posixGroup group
  4943. #nss_map_attribute uniqueMember member
  4944. #pam_login_attribute sAMAccountName
  4945. #pam_filter objectclass=User
  4946. #pam_password ad
  4947.  
  4948. # configure --enable-authpassword is no longer supported
  4949. # AuthPassword mappings
  4950. #nss_map_attribute userPassword authPassword
  4951.  
  4952. # AIX SecureWay mappings
  4953. #nss_map_objectclass posixAccount aixAccount
  4954. #nss_base_passwd ou=aixaccount,?one
  4955. #nss_map_attribute uid userName
  4956. #nss_map_attribute gidNumber gid
  4957. #nss_map_attribute uidNumber uid
  4958. #nss_map_attribute userPassword passwordChar
  4959. #nss_map_objectclass posixGroup aixAccessGroup
  4960. #nss_base_group ou=aixgroup,?one
  4961. #nss_map_attribute cn groupName
  4962. #nss_map_attribute uniqueMember member
  4963. #pam_login_attribute userName
  4964. #pam_filter objectclass=aixAccount
  4965. #pam_password clear
  4966.  
  4967. # For pre-RFC2307bis automount schema
  4968. #nss_map_objectclass automountMap nisMap
  4969. #nss_map_attribute automountMapName nisMapName
  4970. #nss_map_objectclass automount nisObject
  4971. #nss_map_attribute automountKey cn
  4972. #nss_map_attribute automountInformation nisMapEntry
  4973.  
  4974. # Netscape SDK LDAPS
  4975. #ssl on
  4976.  
  4977. # Netscape SDK SSL options
  4978. #sslpath /etc/ssl/certs
  4979.  
  4980. # OpenLDAP SSL mechanism
  4981. # start_tls mechanism uses the normal LDAP port, LDAPS typically 636
  4982. #ssl start_tls
  4983. #ssl on
  4984.  
  4985. # OpenLDAP SSL options
  4986. # Require and verify server certificate (yes/no)
  4987. # Default is to use libldap's default behavior, which can be configured in
  4988. # /usr/local/etc/openldap/ldap.conf using the TLS_REQCERT setting. The default for
  4989. # OpenLDAP 2.0 and earlier is "no", for 2.1 and later is "yes".
  4990. #tls_checkpeer yes
  4991.  
  4992. # CA certificates for server certificate verification
  4993. # At least one of these are required if tls_checkpeer is "yes"
  4994. #tls_cacertfile /etc/ssl/ca.cert
  4995. #tls_cacertdir /etc/ssl/certs
  4996.  
  4997. # Seed the PRNG if /dev/urandom is not provided
  4998. #tls_randfile /var/run/egd-pool
  4999.  
  5000. # SSL cipher suite
  5001. # See man ciphers for syntax
  5002. #tls_ciphers TLSv1
  5003.  
  5004. # Client certificate and key
  5005. # Use these, if your server requires client authentication.
  5006. #tls_cert
  5007. #tls_key
  5008.  
  5009. # Disable SASL security layers. This is needed for AD.
  5010. #sasl_secprops maxssf=0
  5011.  
  5012. # Override the default Kerberos ticket cache location.
  5013. #krb5_ccname FILE:/etc/.ldapcache
  5014.  
  5015.  
  5016.  
  5017. +--------------------------------------------------------------------------------+
  5018. + LDAP Users and Groups +
  5019. +--------------------------------------------------------------------------------+
  5020. +--------------------------------------------------------------------------------+
  5021. + Users +
  5022. +--------------------------------------------------------------------------------+
  5023. root:$1$MVfF8sor$Myk9EyeZxa3SQ.GvH2AlI0:0:0:FreeNAS root:/root:/bin/csh
  5024. daemon:*:1:1:Owner of many system processes:/root:/usr/sbin/nologin
  5025. operator:*:2:5:System &:/:/usr/sbin/nologin
  5026. bin:*:3:7:Binaries Commands and Source:/:/usr/sbin/nologin
  5027. tty:*:4:65533:Tty Sandbox:/:/usr/sbin/nologin
  5028. kmem:*:5:2:KMem Sandbox:/:/usr/sbin/nologin
  5029. games:*:7:13:Games pseudo-user:/:/usr/sbin/nologin
  5030. news:*:8:8:News Subsystem:/:/usr/sbin/nologin
  5031. man:*:9:9:Mister Man Pages:/usr/share/man:/usr/sbin/nologin
  5032. sshd:*:22:22:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
  5033. smmsp:*:25:25:Sendmail Submission User:/var/spool/clientmqueue:/usr/sbin/nologin
  5034. mailnull:*:26:26:Sendmail Default User:/var/spool/mqueue:/usr/sbin/nologin
  5035. bind:*:53:53:Bind Sandbox:/:/usr/sbin/nologin
  5036. proxy:*:62:62:Packet Filter pseudo-user:/nonexistent:/usr/sbin/nologin
  5037. _pflogd:*:64:64:pflogd privsep user:/var/empty:/usr/sbin/nologin
  5038. _dhcp:*:65:65:dhcp programs:/var/empty:/usr/sbin/nologin
  5039. uucp:*:66:66:UUCP pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico
  5040. pop:*:68:6:Post Office Owner:/nonexistent:/usr/sbin/nologin
  5041. www:*:80:80:World Wide Web Owner:/nonexistent:/usr/sbin/nologin
  5042. nobody:*:65534:65534:Unprivileged user:/nonexistent:/usr/sbin/nologin
  5043. avahi:*:200:200:avahi user:/nonexistant:/usr/sbin/nologin
  5044. messagebus:*:201:201:messagebus user:/nonexistant:/usr/sbin/nologin
  5045. XpUser:$1$VLNKXJac$NSfWtJ0OeBWRwiszHJnsH1:1001:65533:Main User:/mnt/DISCO:/bin/csh
  5046. Leonor:$1$4.kkM0wf$M0.F2elYBuadxkhobfpzf.:1002:65533:Leonor Duarte:/mnt/DISCO/Leonor:/sbin/nologin
  5047. Leandro:$1$DgZNUmow$SDhSZ3og/FjMmHZQpc8YF0:1003:65533:Leandro Afonso:/mnt/DISCO/Leandro:/sbin/nologin
  5048. ftp:*:14:14::/nonexistent:/bin/csh
  5049. Catia:$1$aj/OVF6b$q/2PW1E6M3eQdXPq2i41a.:1004:65533:Catia Sofia:/mnt/DISCO/catia:/sbin/nologin
  5050. Marisa:$1$G44FN3Gf$FRUs0goE1M6J7o5JM0Jdq.:1005:65533:Marisa Duarte:/nonexistent:/sbin/nologin
  5051. +--------------------------------------------------------------------------------+
  5052. + Groups +
  5053. +--------------------------------------------------------------------------------+
  5054. wheel:*:0:XpUser
  5055. daemon:*:1
  5056. kmem:*:2
  5057. sys:*:3
  5058. tty:*:4
  5059. operator:*:5
  5060. mail:*:6
  5061. bin:*:7
  5062. news:*:8
  5063. man:*:9
  5064. games:*:13
  5065. ftp:*:14:XpUser
  5066. staff:*:20
  5067. sshd:*:22
  5068. smmsp:*:25
  5069. mailnull:*:26
  5070. guest:*:31
  5071. bind:*:53
  5072. proxy:*:62
  5073. authpf:*:63
  5074. _pflogd:*:64
  5075. _dhcp:*:65
  5076. uucp:*:66
  5077. dialer:*:68
  5078. network:*:69
  5079. audit:*:77
  5080. www:*:80
  5081. nogroup:*:65533
  5082. nobody:*:65534
  5083. avahi:*:200
  5084. messagebus:*:201
  5085. Familia:*:1001:Leandro,Leonor,Catia,Marisa,XpUser
  5086. Controle:*:1002:XpUser
  5087.  
  5088.  
  5089. +--------------------------------------------------------------------------------+
  5090. + User and Group cache dump +
  5091. +--------------------------------------------------------------------------------+
  5092. FreeNAS_Users:
  5093. pwd.struct_passwd(pw_name='root', pw_passwd='$1$MVfF8sor$Myk9EyeZxa3SQ.GvH2AlI0', pw_uid=0, pw_gid=0, pw_gecos='FreeNAS root', pw_dir='/root', pw_shell='/bin/csh')
  5094. pwd.struct_passwd(pw_name='daemon', pw_passwd='*', pw_uid=1, pw_gid=1, pw_gecos='Owner of many system processes', pw_dir='/root', pw_shell='/usr/sbin/nologin')
  5095. pwd.struct_passwd(pw_name='operator', pw_passwd='*', pw_uid=2, pw_gid=5, pw_gecos='System &', pw_dir='/', pw_shell='/usr/sbin/nologin')
  5096. pwd.struct_passwd(pw_name='bin', pw_passwd='*', pw_uid=3, pw_gid=7, pw_gecos='Binaries Commands and Source', pw_dir='/', pw_shell='/usr/sbin/nologin')
  5097. pwd.struct_passwd(pw_name='tty', pw_passwd='*', pw_uid=4, pw_gid=65533, pw_gecos='Tty Sandbox', pw_dir='/', pw_shell='/usr/sbin/nologin')
  5098. pwd.struct_passwd(pw_name='kmem', pw_passwd='*', pw_uid=5, pw_gid=2, pw_gecos='KMem Sandbox', pw_dir='/', pw_shell='/usr/sbin/nologin')
  5099. pwd.struct_passwd(pw_name='games', pw_passwd='*', pw_uid=7, pw_gid=13, pw_gecos='Games pseudo-user', pw_dir='/', pw_shell='/usr/sbin/nologin')
  5100. pwd.struct_passwd(pw_name='news', pw_passwd='*', pw_uid=8, pw_gid=8, pw_gecos='News Subsystem', pw_dir='/', pw_shell='/usr/sbin/nologin')
  5101. pwd.struct_passwd(pw_name='man', pw_passwd='*', pw_uid=9, pw_gid=9, pw_gecos='Mister Man Pages', pw_dir='/usr/share/man', pw_shell='/usr/sbin/nologin')
  5102. pwd.struct_passwd(pw_name='sshd', pw_passwd='*', pw_uid=22, pw_gid=22, pw_gecos='Secure Shell Daemon', pw_dir='/var/empty', pw_shell='/usr/sbin/nologin')
  5103. pwd.struct_passwd(pw_name='smmsp', pw_passwd='*', pw_uid=25, pw_gid=25, pw_gecos='Sendmail Submission User', pw_dir='/var/spool/clientmqueue', pw_shell='/usr/sbin/nologin')
  5104. pwd.struct_passwd(pw_name='mailnull', pw_passwd='*', pw_uid=26, pw_gid=26, pw_gecos='Sendmail Default User', pw_dir='/var/spool/mqueue', pw_shell='/usr/sbin/nologin')
  5105. pwd.struct_passwd(pw_name='bind', pw_passwd='*', pw_uid=53, pw_gid=53, pw_gecos='Bind Sandbox', pw_dir='/', pw_shell='/usr/sbin/nologin')
  5106. pwd.struct_passwd(pw_name='proxy', pw_passwd='*', pw_uid=62, pw_gid=62, pw_gecos='Packet Filter pseudo-user', pw_dir='/nonexistent', pw_shell='/usr/sbin/nologin')
  5107. pwd.struct_passwd(pw_name='_pflogd', pw_passwd='*', pw_uid=64, pw_gid=64, pw_gecos='pflogd privsep user', pw_dir='/var/empty', pw_shell='/usr/sbin/nologin')
  5108. pwd.struct_passwd(pw_name='_dhcp', pw_passwd='*', pw_uid=65, pw_gid=65, pw_gecos='dhcp programs', pw_dir='/var/empty', pw_shell='/usr/sbin/nologin')
  5109. pwd.struct_passwd(pw_name='uucp', pw_passwd='*', pw_uid=66, pw_gid=66, pw_gecos='UUCP pseudo-user', pw_dir='/var/spool/uucppublic', pw_shell='/usr/local/libexec/uucp/uucico')
  5110. pwd.struct_passwd(pw_name='pop', pw_passwd='*', pw_uid=68, pw_gid=6, pw_gecos='Post Office Owner', pw_dir='/nonexistent', pw_shell='/usr/sbin/nologin')
  5111. pwd.struct_passwd(pw_name='www', pw_passwd='*', pw_uid=80, pw_gid=80, pw_gecos='World Wide Web Owner', pw_dir='/nonexistent', pw_shell='/usr/sbin/nologin')
  5112. pwd.struct_passwd(pw_name='nobody', pw_passwd='*', pw_uid=65534, pw_gid=65534, pw_gecos='Unprivileged user', pw_dir='/nonexistent', pw_shell='/usr/sbin/nologin')
  5113. pwd.struct_passwd(pw_name='avahi', pw_passwd='*', pw_uid=200, pw_gid=200, pw_gecos='avahi user', pw_dir='/nonexistant', pw_shell='/usr/sbin/nologin')
  5114. pwd.struct_passwd(pw_name='messagebus', pw_passwd='*', pw_uid=201, pw_gid=201, pw_gecos='messagebus user', pw_dir='/nonexistant', pw_shell='/usr/sbin/nologin')
  5115. pwd.struct_passwd(pw_name='XpUser', pw_passwd='$1$VLNKXJac$NSfWtJ0OeBWRwiszHJnsH1', pw_uid=1001, pw_gid=65533, pw_gecos='Main User', pw_dir='/mnt/DISCO', pw_shell='/bin/csh')
  5116. pwd.struct_passwd(pw_name='Leonor', pw_passwd='$1$4.kkM0wf$M0.F2elYBuadxkhobfpzf.', pw_uid=1002, pw_gid=65533, pw_gecos='Leonor Duarte', pw_dir='/mnt/DISCO/Leonor', pw_shell='/sbin/nologin')
  5117. pwd.struct_passwd(pw_name='Leandro', pw_passwd='$1$DgZNUmow$SDhSZ3og/FjMmHZQpc8YF0', pw_uid=1003, pw_gid=65533, pw_gecos='Leandro Afonso', pw_dir='/mnt/DISCO/Leandro', pw_shell='/sbin/nologin')
  5118. pwd.struct_passwd(pw_name='ftp', pw_passwd='*', pw_uid=14, pw_gid=14, pw_gecos='', pw_dir='/nonexistent', pw_shell='/bin/csh')
  5119. pwd.struct_passwd(pw_name='Catia', pw_passwd='$1$aj/OVF6b$q/2PW1E6M3eQdXPq2i41a.', pw_uid=1004, pw_gid=65533, pw_gecos='Catia Sofia', pw_dir='/mnt/DISCO/catia', pw_shell='/sbin/nologin')
  5120. pwd.struct_passwd(pw_name='Marisa', pw_passwd='$1$G44FN3Gf$FRUs0goE1M6J7o5JM0Jdq.', pw_uid=1005, pw_gid=65533, pw_gecos='Marisa Duarte', pw_dir='/nonexistent', pw_shell='/sbin/nologin')
  5121.  
  5122.  
  5123.  
  5124. FreeNAS_Groups:
  5125. grp.struct_group(gr_name='wheel', gr_passwd='*', gr_gid=0, gr_mem=['XpUser'])
  5126. grp.struct_group(gr_name='daemon', gr_passwd='*', gr_gid=1, gr_mem=[])
  5127. grp.struct_group(gr_name='kmem', gr_passwd='*', gr_gid=2, gr_mem=[])
  5128. grp.struct_group(gr_name='sys', gr_passwd='*', gr_gid=3, gr_mem=[])
  5129. grp.struct_group(gr_name='tty', gr_passwd='*', gr_gid=4, gr_mem=[])
  5130. grp.struct_group(gr_name='operator', gr_passwd='*', gr_gid=5, gr_mem=[])
  5131. grp.struct_group(gr_name='mail', gr_passwd='*', gr_gid=6, gr_mem=[])
  5132. grp.struct_group(gr_name='bin', gr_passwd='*', gr_gid=7, gr_mem=[])
  5133. grp.struct_group(gr_name='news', gr_passwd='*', gr_gid=8, gr_mem=[])
  5134. grp.struct_group(gr_name='man', gr_passwd='*', gr_gid=9, gr_mem=[])
  5135. grp.struct_group(gr_name='games', gr_passwd='*', gr_gid=13, gr_mem=[])
  5136. grp.struct_group(gr_name='ftp', gr_passwd='*', gr_gid=14, gr_mem=['XpUser'])
  5137. grp.struct_group(gr_name='staff', gr_passwd='*', gr_gid=20, gr_mem=[])
  5138. grp.struct_group(gr_name='sshd', gr_passwd='*', gr_gid=22, gr_mem=[])
  5139. grp.struct_group(gr_name='smmsp', gr_passwd='*', gr_gid=25, gr_mem=[])
  5140. grp.struct_group(gr_name='mailnull', gr_passwd='*', gr_gid=26, gr_mem=[])
  5141. grp.struct_group(gr_name='guest', gr_passwd='*', gr_gid=31, gr_mem=[])
  5142. grp.struct_group(gr_name='bind', gr_passwd='*', gr_gid=53, gr_mem=[])
  5143. grp.struct_group(gr_name='proxy', gr_passwd='*', gr_gid=62, gr_mem=[])
  5144. grp.struct_group(gr_name='authpf', gr_passwd='*', gr_gid=63, gr_mem=[])
  5145. grp.struct_group(gr_name='_pflogd', gr_passwd='*', gr_gid=64, gr_mem=[])
  5146. grp.struct_group(gr_name='_dhcp', gr_passwd='*', gr_gid=65, gr_mem=[])
  5147. grp.struct_group(gr_name='uucp', gr_passwd='*', gr_gid=66, gr_mem=[])
  5148. grp.struct_group(gr_name='dialer', gr_passwd='*', gr_gid=68, gr_mem=[])
  5149. grp.struct_group(gr_name='network', gr_passwd='*', gr_gid=69, gr_mem=[])
  5150. grp.struct_group(gr_name='audit', gr_passwd='*', gr_gid=77, gr_mem=[])
  5151. grp.struct_group(gr_name='www', gr_passwd='*', gr_gid=80, gr_mem=[])
  5152. grp.struct_group(gr_name='nogroup', gr_passwd='*', gr_gid=65533, gr_mem=[])
  5153. grp.struct_group(gr_name='nobody', gr_passwd='*', gr_gid=65534, gr_mem=[])
  5154. grp.struct_group(gr_name='avahi', gr_passwd='*', gr_gid=200, gr_mem=[])
  5155. grp.struct_group(gr_name='messagebus', gr_passwd='*', gr_gid=201, gr_mem=[])
  5156. grp.struct_group(gr_name='Familia', gr_passwd='*', gr_gid=1001, gr_mem=['Leandro', 'Leonor', 'Catia', 'Marisa', 'XpUser'])
  5157. grp.struct_group(gr_name='Controle', gr_passwd='*', gr_gid=1002, gr_mem=['XpUser'])
  5158.  
  5159.  
  5160. +--------------------------------------------------------------------------------+
  5161. + /var/log/debug.log +
  5162. +--------------------------------------------------------------------------------+
  5163. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Users.__init__: enter
  5164. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_Users.__new__: enter
  5165. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_Users.__new__: leave
  5166. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5167. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = root
  5168. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5169. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = root
  5170. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5171. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5172. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = root
  5173. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5174. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5175. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = root
  5176. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5177. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = root
  5178. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5179. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5180. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5181. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5182. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = daemon
  5183. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5184. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = daemon
  5185. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5186. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5187. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = daemon
  5188. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5189. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5190. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = daemon
  5191. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5192. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = daemon
  5193. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5194. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5195. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5196. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5197. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = operator
  5198. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5199. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = operator
  5200. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5201. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5202. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = operator
  5203. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5204. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5205. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = operator
  5206. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5207. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = operator
  5208. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5209. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5210. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5211. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5212. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = bin
  5213. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5214. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = bin
  5215. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5216. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5217. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = bin
  5218. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5219. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5220. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = bin
  5221. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5222. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = bin
  5223. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5224. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5225. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5226. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5227. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = tty
  5228. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5229. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = tty
  5230. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5231. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5232. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = tty
  5233. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5234. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5235. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = tty
  5236. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5237. Feb 11 19:47:22 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = tty
  5238. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5239. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5240. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5241. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5242. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = kmem
  5243. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5244. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = kmem
  5245. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5246. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5247. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = kmem
  5248. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5249. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5250. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = kmem
  5251. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5252. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = kmem
  5253. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5254. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5255. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5256. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5257. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = games
  5258. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5259. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = games
  5260. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5261. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5262. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = games
  5263. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5264. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5265. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = games
  5266. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5267. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = games
  5268. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5269. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5270. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5271. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5272. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = news
  5273. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5274. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = news
  5275. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5276. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5277. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = news
  5278. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5279. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5280. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = news
  5281. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5282. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = news
  5283. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5284. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5285. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5286. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5287. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = man
  5288. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5289. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = man
  5290. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5291. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5292. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = man
  5293. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5294. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5295. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = man
  5296. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5297. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = man
  5298. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5299. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5300. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5301. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5302. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = sshd
  5303. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5304. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = sshd
  5305. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5306. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5307. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = sshd
  5308. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5309. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5310. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = sshd
  5311. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5312. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = sshd
  5313. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5314. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5315. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5316. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5317. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = smmsp
  5318. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5319. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = smmsp
  5320. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5321. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5322. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = smmsp
  5323. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5324. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5325. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = smmsp
  5326. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5327. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = smmsp
  5328. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5329. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5330. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5331. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5332. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = mailnull
  5333. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5334. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = mailnull
  5335. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5336. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5337. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = mailnull
  5338. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5339. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5340. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = mailnull
  5341. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5342. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = mailnull
  5343. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5344. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5345. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5346. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5347. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = bind
  5348. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5349. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = bind
  5350. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5351. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5352. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = bind
  5353. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5354. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5355. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = bind
  5356. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5357. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = bind
  5358. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5359. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5360. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5361. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5362. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = proxy
  5363. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5364. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = proxy
  5365. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5366. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5367. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = proxy
  5368. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5369. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5370. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = proxy
  5371. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5372. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = proxy
  5373. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5374. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5375. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5376. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5377. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = _pflogd
  5378. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5379. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = _pflogd
  5380. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5381. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5382. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = _pflogd
  5383. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5384. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5385. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = _pflogd
  5386. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5387. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = _pflogd
  5388. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5389. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5390. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5391. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5392. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = _dhcp
  5393. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5394. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = _dhcp
  5395. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5396. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5397. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = _dhcp
  5398. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5399. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5400. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = _dhcp
  5401. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5402. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = _dhcp
  5403. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5404. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5405. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5406. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5407. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = uucp
  5408. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5409. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = uucp
  5410. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5411. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5412. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = uucp
  5413. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5414. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5415. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = uucp
  5416. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5417. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = uucp
  5418. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5419. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5420. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5421. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5422. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = pop
  5423. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5424. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = pop
  5425. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5426. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5427. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = pop
  5428. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5429. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5430. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = pop
  5431. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5432. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = pop
  5433. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5434. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5435. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5436. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5437. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = www
  5438. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5439. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = www
  5440. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5441. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5442. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = www
  5443. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5444. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5445. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = www
  5446. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5447. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = www
  5448. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5449. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5450. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5451. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5452. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = nobody
  5453. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5454. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = nobody
  5455. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5456. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5457. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = nobody
  5458. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5459. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5460. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = nobody
  5461. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5462. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = nobody
  5463. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5464. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5465. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5466. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5467. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = avahi
  5468. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5469. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = avahi
  5470. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5471. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5472. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = avahi
  5473. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5474. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5475. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = avahi
  5476. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5477. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = avahi
  5478. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5479. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5480. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5481. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5482. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = messagebus
  5483. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5484. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = messagebus
  5485. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5486. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5487. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = messagebus
  5488. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5489. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5490. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = messagebus
  5491. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5492. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = messagebus
  5493. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5494. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5495. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5496. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5497. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = XpUser
  5498. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5499. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = XpUser
  5500. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5501. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5502. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = XpUser
  5503. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5504. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5505. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = XpUser
  5506. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5507. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = XpUser
  5508. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5509. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5510. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5511. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5512. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = Leonor
  5513. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5514. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = Leonor
  5515. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5516. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5517. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = Leonor
  5518. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5519. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5520. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = Leonor
  5521. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5522. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = Leonor
  5523. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5524. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5525. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5526. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5527. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = Leandro
  5528. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5529. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = Leandro
  5530. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5531. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5532. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = Leandro
  5533. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5534. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5535. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = Leandro
  5536. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5537. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = Leandro
  5538. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5539. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5540. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5541. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5542. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = ftp
  5543. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5544. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = ftp
  5545. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5546. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5547. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = ftp
  5548. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5549. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5550. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = ftp
  5551. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5552. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = ftp
  5553. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5554. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5555. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5556. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5557. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = Catia
  5558. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5559. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = Catia
  5560. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5561. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5562. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = Catia
  5563. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5564. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5565. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = Catia
  5566. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5567. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = Catia
  5568. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5569. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5570. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5571. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  5572. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = Marisa
  5573. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  5574. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = Marisa
  5575. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  5576. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  5577. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = Marisa
  5578. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  5579. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  5580. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = Marisa
  5581. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  5582. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = Marisa
  5583. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  5584. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  5585. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  5586. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Users.__init__: leave
  5587. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Groups.__init__: enter
  5588. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Groups.__new__: enter
  5589. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Groups.__new__: leave
  5590. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5591. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = wheel
  5592. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5593. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = wheel
  5594. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5595. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5596. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = wheel
  5597. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5598. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5599. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = wheel
  5600. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5601. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = wheel
  5602. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5603. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5604. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5605. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5606. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = daemon
  5607. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5608. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = daemon
  5609. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5610. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5611. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = daemon
  5612. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5613. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5614. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = daemon
  5615. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5616. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = daemon
  5617. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5618. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5619. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5620. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5621. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = kmem
  5622. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5623. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = kmem
  5624. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5625. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5626. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = kmem
  5627. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5628. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5629. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = kmem
  5630. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5631. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = kmem
  5632. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5633. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5634. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5635. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5636. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = sys
  5637. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5638. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = sys
  5639. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5640. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5641. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = sys
  5642. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5643. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5644. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = sys
  5645. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5646. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = sys
  5647. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5648. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5649. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5650. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5651. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = tty
  5652. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5653. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = tty
  5654. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5655. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5656. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = tty
  5657. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5658. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5659. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = tty
  5660. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5661. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = tty
  5662. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5663. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5664. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5665. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5666. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = operator
  5667. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5668. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = operator
  5669. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5670. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5671. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = operator
  5672. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5673. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5674. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = operator
  5675. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5676. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = operator
  5677. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5678. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5679. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5680. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5681. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = mail
  5682. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5683. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = mail
  5684. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5685. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5686. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = mail
  5687. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5688. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5689. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = mail
  5690. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5691. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = mail
  5692. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5693. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5694. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5695. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5696. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = bin
  5697. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5698. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = bin
  5699. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5700. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5701. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = bin
  5702. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5703. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5704. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = bin
  5705. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5706. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = bin
  5707. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5708. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5709. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5710. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5711. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = news
  5712. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5713. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = news
  5714. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5715. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5716. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = news
  5717. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5718. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5719. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = news
  5720. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5721. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = news
  5722. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5723. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5724. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5725. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5726. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = man
  5727. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5728. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = man
  5729. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5730. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5731. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = man
  5732. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5733. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5734. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = man
  5735. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5736. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = man
  5737. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5738. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5739. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5740. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5741. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = games
  5742. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5743. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = games
  5744. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5745. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5746. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = games
  5747. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5748. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5749. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = games
  5750. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5751. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = games
  5752. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5753. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5754. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5755. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5756. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = ftp
  5757. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5758. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = ftp
  5759. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5760. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5761. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = ftp
  5762. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5763. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5764. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = ftp
  5765. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5766. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = ftp
  5767. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5768. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5769. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5770. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5771. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = staff
  5772. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5773. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = staff
  5774. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5775. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5776. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = staff
  5777. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5778. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5779. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = staff
  5780. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5781. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = staff
  5782. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5783. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5784. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5785. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5786. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = sshd
  5787. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5788. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = sshd
  5789. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5790. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5791. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = sshd
  5792. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5793. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5794. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = sshd
  5795. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5796. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = sshd
  5797. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5798. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5799. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5800. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5801. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = smmsp
  5802. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5803. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = smmsp
  5804. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5805. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5806. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = smmsp
  5807. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5808. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5809. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = smmsp
  5810. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5811. Feb 11 19:47:23 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = smmsp
  5812. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5813. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5814. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5815. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5816. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = mailnull
  5817. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5818. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = mailnull
  5819. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5820. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5821. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = mailnull
  5822. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5823. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5824. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = mailnull
  5825. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5826. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = mailnull
  5827. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5828. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5829. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5830. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5831. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = guest
  5832. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5833. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = guest
  5834. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5835. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5836. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = guest
  5837. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5838. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5839. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = guest
  5840. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5841. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = guest
  5842. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5843. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5844. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5845. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5846. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = bind
  5847. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5848. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = bind
  5849. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5850. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5851. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = bind
  5852. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5853. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5854. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = bind
  5855. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5856. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = bind
  5857. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5858. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5859. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5860. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5861. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = proxy
  5862. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5863. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = proxy
  5864. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5865. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5866. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = proxy
  5867. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5868. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5869. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = proxy
  5870. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5871. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = proxy
  5872. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5873. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5874. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5875. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5876. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = authpf
  5877. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5878. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = authpf
  5879. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5880. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5881. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = authpf
  5882. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5883. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5884. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = authpf
  5885. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5886. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = authpf
  5887. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5888. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5889. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5890. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5891. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = _pflogd
  5892. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5893. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = _pflogd
  5894. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5895. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5896. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = _pflogd
  5897. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5898. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5899. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = _pflogd
  5900. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5901. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = _pflogd
  5902. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5903. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5904. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5905. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5906. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = _dhcp
  5907. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5908. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = _dhcp
  5909. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5910. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5911. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = _dhcp
  5912. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5913. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5914. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = _dhcp
  5915. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5916. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = _dhcp
  5917. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5918. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5919. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5920. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5921. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = uucp
  5922. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5923. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = uucp
  5924. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5925. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5926. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = uucp
  5927. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5928. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5929. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = uucp
  5930. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5931. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = uucp
  5932. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5933. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5934. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5935. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5936. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = dialer
  5937. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5938. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = dialer
  5939. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5940. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5941. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = dialer
  5942. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5943. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5944. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = dialer
  5945. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5946. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = dialer
  5947. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5948. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5949. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5950. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5951. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = network
  5952. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5953. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = network
  5954. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5955. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5956. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = network
  5957. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5958. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5959. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = network
  5960. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5961. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = network
  5962. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5963. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5964. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5965. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5966. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = audit
  5967. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5968. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = audit
  5969. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5970. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5971. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = audit
  5972. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5973. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5974. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = audit
  5975. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5976. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = audit
  5977. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5978. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5979. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5980. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5981. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = www
  5982. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5983. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = www
  5984. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  5985. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  5986. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = www
  5987. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  5988. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  5989. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = www
  5990. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  5991. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = www
  5992. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  5993. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  5994. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  5995. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  5996. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = nogroup
  5997. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  5998. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = nogroup
  5999. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6000. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6001. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = nogroup
  6002. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6003. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6004. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = nogroup
  6005. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6006. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = nogroup
  6007. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6008. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6009. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6010. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6011. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = nobody
  6012. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6013. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = nobody
  6014. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6015. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6016. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = nobody
  6017. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6018. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6019. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = nobody
  6020. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6021. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = nobody
  6022. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6023. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6024. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6025. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6026. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = avahi
  6027. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6028. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = avahi
  6029. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6030. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6031. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = avahi
  6032. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6033. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6034. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = avahi
  6035. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6036. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = avahi
  6037. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6038. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6039. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6040. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6041. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = messagebus
  6042. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6043. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = messagebus
  6044. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6045. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6046. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = messagebus
  6047. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6048. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6049. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = messagebus
  6050. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6051. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = messagebus
  6052. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6053. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6054. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6055. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6056. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = Familia
  6057. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6058. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = Familia
  6059. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6060. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6061. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = Familia
  6062. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6063. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6064. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = Familia
  6065. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6066. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = Familia
  6067. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6068. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6069. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6070. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6071. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = Controle
  6072. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6073. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = Controle
  6074. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6075. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6076. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = Controle
  6077. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6078. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6079. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = Controle
  6080. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6081. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = Controle
  6082. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6083. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6084. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6085. Feb 11 19:47:24 MyFreeNas cachetool.py: FreeNAS_Groups.__init__: leave
  6086. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Users.__init__: enter
  6087. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Users.__new__: enter
  6088. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Users.__new__: leave
  6089. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6090. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = root
  6091. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6092. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = root
  6093. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6094. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6095. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = root
  6096. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6097. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6098. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = root
  6099. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6100. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = root
  6101. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6102. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6103. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6104. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6105. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = daemon
  6106. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6107. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = daemon
  6108. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6109. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6110. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = daemon
  6111. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6112. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6113. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = daemon
  6114. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6115. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = daemon
  6116. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6117. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6118. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6119. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6120. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = operator
  6121. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6122. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = operator
  6123. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6124. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6125. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = operator
  6126. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6127. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6128. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = operator
  6129. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6130. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = operator
  6131. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6132. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6133. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6134. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6135. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = bin
  6136. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6137. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = bin
  6138. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6139. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6140. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = bin
  6141. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6142. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6143. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = bin
  6144. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6145. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = bin
  6146. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6147. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6148. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6149. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6150. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = tty
  6151. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6152. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = tty
  6153. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6154. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6155. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = tty
  6156. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6157. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6158. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = tty
  6159. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6160. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = tty
  6161. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6162. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6163. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6164. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6165. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = kmem
  6166. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6167. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = kmem
  6168. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6169. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6170. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = kmem
  6171. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6172. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6173. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = kmem
  6174. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6175. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = kmem
  6176. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6177. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6178. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6179. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6180. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = games
  6181. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6182. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = games
  6183. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6184. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6185. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = games
  6186. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6187. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6188. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = games
  6189. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6190. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = games
  6191. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6192. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6193. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6194. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6195. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = news
  6196. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6197. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = news
  6198. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6199. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6200. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = news
  6201. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6202. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6203. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = news
  6204. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6205. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = news
  6206. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6207. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6208. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6209. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6210. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = man
  6211. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6212. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = man
  6213. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6214. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6215. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = man
  6216. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6217. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6218. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = man
  6219. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6220. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = man
  6221. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6222. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6223. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6224. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6225. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = sshd
  6226. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6227. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = sshd
  6228. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6229. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6230. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = sshd
  6231. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6232. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6233. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = sshd
  6234. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6235. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = sshd
  6236. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6237. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6238. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6239. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6240. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = smmsp
  6241. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6242. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = smmsp
  6243. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6244. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6245. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = smmsp
  6246. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6247. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6248. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = smmsp
  6249. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6250. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = smmsp
  6251. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6252. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6253. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6254. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6255. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = mailnull
  6256. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6257. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = mailnull
  6258. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6259. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6260. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = mailnull
  6261. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6262. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6263. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = mailnull
  6264. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6265. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = mailnull
  6266. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6267. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6268. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6269. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6270. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = bind
  6271. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6272. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = bind
  6273. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6274. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6275. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = bind
  6276. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6277. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6278. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = bind
  6279. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6280. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = bind
  6281. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6282. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6283. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6284. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6285. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = proxy
  6286. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6287. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = proxy
  6288. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6289. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6290. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = proxy
  6291. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6292. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6293. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = proxy
  6294. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6295. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = proxy
  6296. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6297. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6298. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6299. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6300. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = _pflogd
  6301. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6302. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = _pflogd
  6303. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6304. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6305. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = _pflogd
  6306. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6307. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6308. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = _pflogd
  6309. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6310. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = _pflogd
  6311. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6312. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6313. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6314. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6315. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = _dhcp
  6316. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6317. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = _dhcp
  6318. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6319. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6320. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = _dhcp
  6321. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6322. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6323. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = _dhcp
  6324. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6325. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = _dhcp
  6326. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6327. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6328. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6329. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6330. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = uucp
  6331. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6332. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = uucp
  6333. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6334. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6335. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = uucp
  6336. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6337. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6338. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = uucp
  6339. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6340. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = uucp
  6341. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6342. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6343. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6344. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6345. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = pop
  6346. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6347. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = pop
  6348. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6349. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6350. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = pop
  6351. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6352. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6353. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = pop
  6354. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6355. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = pop
  6356. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6357. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6358. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6359. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6360. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = www
  6361. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6362. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = www
  6363. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6364. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6365. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = www
  6366. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6367. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6368. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = www
  6369. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6370. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = www
  6371. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6372. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6373. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6374. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6375. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = nobody
  6376. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6377. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = nobody
  6378. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6379. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6380. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = nobody
  6381. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6382. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6383. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = nobody
  6384. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6385. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = nobody
  6386. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6387. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6388. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6389. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6390. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = avahi
  6391. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6392. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = avahi
  6393. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6394. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6395. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = avahi
  6396. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6397. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6398. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = avahi
  6399. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6400. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = avahi
  6401. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6402. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6403. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6404. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6405. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = messagebus
  6406. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6407. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = messagebus
  6408. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6409. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6410. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = messagebus
  6411. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6412. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6413. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = messagebus
  6414. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6415. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = messagebus
  6416. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6417. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6418. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6419. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6420. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = XpUser
  6421. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6422. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = XpUser
  6423. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6424. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6425. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = XpUser
  6426. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6427. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6428. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = XpUser
  6429. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6430. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = XpUser
  6431. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6432. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6433. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6434. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6435. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = Leonor
  6436. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6437. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = Leonor
  6438. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6439. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6440. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = Leonor
  6441. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6442. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6443. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = Leonor
  6444. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6445. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = Leonor
  6446. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6447. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6448. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6449. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6450. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = Leandro
  6451. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6452. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = Leandro
  6453. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6454. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6455. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = Leandro
  6456. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6457. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6458. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = Leandro
  6459. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6460. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = Leandro
  6461. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6462. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6463. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6464. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6465. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = ftp
  6466. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6467. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = ftp
  6468. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6469. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6470. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = ftp
  6471. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6472. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6473. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = ftp
  6474. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6475. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = ftp
  6476. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6477. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6478. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6479. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6480. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = Catia
  6481. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6482. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = Catia
  6483. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6484. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6485. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = Catia
  6486. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6487. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6488. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = Catia
  6489. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6490. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = Catia
  6491. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6492. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6493. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6494. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: enter
  6495. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: user = Marisa
  6496. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: enter
  6497. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: user = Marisa
  6498. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_User.__new__: leave
  6499. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: enter
  6500. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: user = Marisa
  6501. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__new__: leave
  6502. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: enter
  6503. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: user = Marisa
  6504. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: enter
  6505. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: user = Marisa
  6506. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_User.__get_user: leave
  6507. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_User.__init__: leave
  6508. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_User.__new__: leave
  6509. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Users.__init__: leave
  6510. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Groups.__init__: enter
  6511. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Groups.__new__: enter
  6512. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Groups.__new__: leave
  6513. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6514. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = wheel
  6515. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6516. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = wheel
  6517. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6518. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6519. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = wheel
  6520. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6521. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6522. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = wheel
  6523. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6524. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = wheel
  6525. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6526. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6527. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6528. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6529. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = daemon
  6530. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6531. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = daemon
  6532. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6533. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6534. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = daemon
  6535. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6536. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6537. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = daemon
  6538. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6539. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = daemon
  6540. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6541. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6542. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6543. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6544. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = kmem
  6545. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6546. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = kmem
  6547. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6548. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6549. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = kmem
  6550. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6551. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6552. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = kmem
  6553. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6554. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = kmem
  6555. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6556. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6557. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6558. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6559. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = sys
  6560. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6561. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = sys
  6562. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6563. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6564. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = sys
  6565. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6566. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6567. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = sys
  6568. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6569. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = sys
  6570. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6571. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6572. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6573. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6574. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = tty
  6575. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6576. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = tty
  6577. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6578. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6579. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = tty
  6580. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6581. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6582. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = tty
  6583. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6584. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = tty
  6585. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6586. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6587. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6588. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6589. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = operator
  6590. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6591. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = operator
  6592. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6593. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6594. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = operator
  6595. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6596. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6597. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = operator
  6598. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6599. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = operator
  6600. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6601. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6602. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6603. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6604. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = mail
  6605. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6606. Feb 11 19:47:26 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = mail
  6607. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6608. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6609. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = mail
  6610. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6611. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6612. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = mail
  6613. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6614. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = mail
  6615. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6616. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6617. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6618. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6619. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = bin
  6620. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6621. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = bin
  6622. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6623. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6624. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = bin
  6625. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6626. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6627. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = bin
  6628. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6629. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = bin
  6630. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6631. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6632. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6633. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6634. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = news
  6635. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6636. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = news
  6637. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6638. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6639. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = news
  6640. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6641. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6642. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = news
  6643. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6644. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = news
  6645. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6646. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6647. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6648. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6649. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = man
  6650. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6651. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = man
  6652. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6653. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6654. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = man
  6655. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6656. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6657. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = man
  6658. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6659. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = man
  6660. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6661. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6662. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6663. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6664. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = games
  6665. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6666. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = games
  6667. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6668. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6669. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = games
  6670. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6671. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6672. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = games
  6673. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6674. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = games
  6675. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6676. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6677. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6678. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6679. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = ftp
  6680. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6681. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = ftp
  6682. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6683. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6684. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = ftp
  6685. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6686. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6687. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = ftp
  6688. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6689. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = ftp
  6690. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6691. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6692. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6693. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6694. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = staff
  6695. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6696. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = staff
  6697. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6698. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6699. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = staff
  6700. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6701. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6702. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = staff
  6703. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6704. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = staff
  6705. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6706. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6707. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6708. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6709. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = sshd
  6710. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6711. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = sshd
  6712. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6713. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6714. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = sshd
  6715. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6716. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6717. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = sshd
  6718. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6719. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = sshd
  6720. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6721. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6722. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6723. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6724. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = smmsp
  6725. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6726. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = smmsp
  6727. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6728. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6729. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = smmsp
  6730. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6731. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6732. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = smmsp
  6733. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6734. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = smmsp
  6735. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6736. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6737. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6738. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6739. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = mailnull
  6740. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6741. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = mailnull
  6742. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6743. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6744. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = mailnull
  6745. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6746. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6747. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = mailnull
  6748. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6749. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = mailnull
  6750. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6751. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6752. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6753. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6754. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = guest
  6755. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6756. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = guest
  6757. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6758. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6759. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = guest
  6760. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6761. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6762. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = guest
  6763. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6764. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = guest
  6765. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6766. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6767. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6768. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6769. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = bind
  6770. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6771. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = bind
  6772. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6773. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6774. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = bind
  6775. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6776. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6777. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = bind
  6778. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6779. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = bind
  6780. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6781. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6782. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6783. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6784. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = proxy
  6785. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6786. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = proxy
  6787. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6788. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6789. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = proxy
  6790. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6791. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6792. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = proxy
  6793. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6794. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = proxy
  6795. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6796. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6797. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6798. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6799. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = authpf
  6800. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6801. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = authpf
  6802. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6803. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6804. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = authpf
  6805. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6806. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6807. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = authpf
  6808. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6809. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = authpf
  6810. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6811. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6812. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6813. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6814. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = _pflogd
  6815. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6816. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = _pflogd
  6817. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6818. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6819. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = _pflogd
  6820. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6821. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6822. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = _pflogd
  6823. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6824. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = _pflogd
  6825. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6826. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6827. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6828. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6829. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = _dhcp
  6830. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6831. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = _dhcp
  6832. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6833. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6834. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = _dhcp
  6835. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6836. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6837. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = _dhcp
  6838. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6839. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = _dhcp
  6840. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6841. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6842. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6843. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6844. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = uucp
  6845. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6846. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = uucp
  6847. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6848. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6849. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = uucp
  6850. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6851. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6852. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = uucp
  6853. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6854. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = uucp
  6855. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6856. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6857. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6858. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6859. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = dialer
  6860. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6861. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = dialer
  6862. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6863. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6864. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = dialer
  6865. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6866. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6867. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = dialer
  6868. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6869. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = dialer
  6870. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6871. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6872. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6873. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6874. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = network
  6875. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6876. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = network
  6877. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6878. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6879. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = network
  6880. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6881. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6882. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = network
  6883. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6884. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = network
  6885. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6886. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6887. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6888. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6889. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = audit
  6890. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6891. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = audit
  6892. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6893. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6894. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = audit
  6895. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6896. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6897. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = audit
  6898. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6899. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = audit
  6900. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6901. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6902. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6903. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6904. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = www
  6905. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6906. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = www
  6907. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6908. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6909. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = www
  6910. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6911. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6912. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = www
  6913. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6914. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = www
  6915. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6916. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6917. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6918. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6919. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = nogroup
  6920. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6921. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = nogroup
  6922. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6923. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6924. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = nogroup
  6925. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6926. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6927. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = nogroup
  6928. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6929. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = nogroup
  6930. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6931. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6932. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6933. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6934. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = nobody
  6935. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6936. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = nobody
  6937. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6938. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6939. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = nobody
  6940. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6941. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6942. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = nobody
  6943. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6944. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = nobody
  6945. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6946. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6947. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6948. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6949. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = avahi
  6950. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6951. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = avahi
  6952. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6953. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6954. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = avahi
  6955. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6956. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6957. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = avahi
  6958. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6959. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = avahi
  6960. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6961. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6962. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6963. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6964. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = messagebus
  6965. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6966. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = messagebus
  6967. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6968. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6969. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = messagebus
  6970. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6971. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6972. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = messagebus
  6973. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6974. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = messagebus
  6975. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6976. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6977. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6978. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6979. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = Familia
  6980. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6981. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = Familia
  6982. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6983. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6984. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = Familia
  6985. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  6986. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  6987. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = Familia
  6988. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  6989. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = Familia
  6990. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  6991. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  6992. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  6993. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: enter
  6994. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: group = Controle
  6995. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: enter
  6996. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: group = Controle
  6997. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Directory_Group.__new__: leave
  6998. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: enter
  6999. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: group = Controle
  7000. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__new__: leave
  7001. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: enter
  7002. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: group = Controle
  7003. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: enter
  7004. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: user = Controle
  7005. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_local_Group.__get_group: leave
  7006. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Local_Group.__init__: leave
  7007. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Group.__new__: leave
  7008. Feb 11 19:47:27 MyFreeNas cachetool.py: FreeNAS_Groups.__init__: leave
  7009.  
  7010.  
  7011. +--------------------------------------------------------------------------------+
  7012. + Hostname +
  7013. +--------------------------------------------------------------------------------+
  7014. MyFreeNas.local
  7015.  
  7016.  
  7017. +--------------------------------------------------------------------------------+
  7018. + /etc/resolv.conf +
  7019. +--------------------------------------------------------------------------------+
  7020. search local
  7021. nameserver 192.168.1.1
  7022.  
  7023.  
  7024. +--------------------------------------------------------------------------------+
  7025. + Interfaces +
  7026. +--------------------------------------------------------------------------------+
  7027. sk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
  7028. options=80009<RXCSUM,VLAN_MTU,LINKSTATE>
  7029. ether 00:13:d4:19:0f:38
  7030. inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255
  7031. media: Ethernet autoselect (100baseTX <full-duplex>)
  7032. status: active
  7033.  
  7034. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
  7035. options=3<RXCSUM,TXCSUM>
  7036. inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
  7037. inet6 ::1 prefixlen 128
  7038. inet 127.0.0.1 netmask 0xff000000
  7039. nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
  7040.  
  7041.  
  7042.  
  7043. +--------------------------------------------------------------------------------+
  7044. + Default Route +
  7045. +--------------------------------------------------------------------------------+
  7046. 192.168.1.1
  7047.  
  7048.  
  7049. +--------------------------------------------------------------------------------+
  7050. + netstat -nr +
  7051. +--------------------------------------------------------------------------------+
  7052. Routing tables
  7053.  
  7054. Internet:
  7055. Destination Gateway Flags Refs Use Netif Expire
  7056. default 192.168.1.1 UGS 0 18 sk0
  7057. 127.0.0.1 link#2 UH 0 0 lo0
  7058. 192.168.1.0/24 link#1 U 0 3231 sk0
  7059. 192.168.1.3 link#1 UHS 0 29 lo0
  7060.  
  7061. Internet6:
  7062. Destination Gateway Flags Netif Expire
  7063. ::1 ::1 UH lo0
  7064. fe80::%lo0/64 link#2 U lo0
  7065. fe80::1%lo0 link#2 UHS lo0
  7066. ff01:2::/32 fe80::1%lo0 U lo0
  7067. ff02::%lo0/32 fe80::1%lo0 U lo0
  7068.  
  7069.  
  7070. +--------------------------------------------------------------------------------+
  7071. + arp -a +
  7072. +--------------------------------------------------------------------------------+
  7073. MagicIP.home (192.168.1.1) at 00:26:91:39:31:20 on sk0 expires in 1185 seconds [ethernet]
  7074. ? (192.168.1.3) at 00:13:d4:19:0f:38 on sk0 permanent [ethernet]
  7075. ? (192.168.1.2) at 00:22:15:a1:db:e8 on sk0 expires in 1197 seconds [ethernet]
  7076.  
  7077.  
  7078. +--------------------------------------------------------------------------------+
  7079. + /etc/ssl +
  7080. +--------------------------------------------------------------------------------+
  7081. total 20
  7082. drwxr-xr-x 3 root wheel 512 Feb 11 19:44 freenas
  7083. -rw-r--r-- 1 root wheel 9472 Jan 19 03:11 openssl.cnf
  7084.  
  7085.  
  7086. +--------------------------------------------------------------------------------+
  7087. + /etc/ssl/freenas +
  7088. +--------------------------------------------------------------------------------+
  7089. total 9
  7090. drwxr-xr-x 4 root wheel 512 Feb 11 19:44 CA
  7091. -r-------- 1 root wheel 1860 Feb 11 19:44 httpd.pem
  7092. -rw-r--r-- 1 root wheel 1929 Feb 11 19:44 openssl.conf
  7093.  
  7094.  
  7095. +--------------------------------------------------------------------------------+
  7096. + /etc/ssl/freenas/CA +
  7097. +--------------------------------------------------------------------------------+
  7098. total 5
  7099. -rw-r--r-- 1 root wheel 973 Feb 11 19:44 cacert.pem
  7100. drwxr-xr-x 2 root wheel 512 Feb 11 19:44 certs
  7101. -rw-r--r-- 1 root wheel 0 Feb 11 19:44 index.txt
  7102. drwxr-xr-x 2 root wheel 512 Feb 11 19:44 private
  7103. -rw-r--r-- 1 root wheel 3 Feb 11 19:44 serial
  7104.  
  7105.  
  7106. +--------------------------------------------------------------------------------+
  7107. + /etc/ssl/freenas/CA/private +
  7108. +--------------------------------------------------------------------------------+
  7109. total 2
  7110. -rw-r--r-- 1 root wheel 887 Feb 11 19:44 cakey.pem
  7111.  
  7112.  
  7113. +--------------------------------------------------------------------------------+
  7114. + /etc/ssl/freenas/CA/certs +
  7115. +--------------------------------------------------------------------------------+
  7116. total 0
  7117.  
  7118.  
  7119. +--------------------------------------------------------------------------------+
  7120. + /etc/ssl/freenas/openssl.conf +
  7121. +--------------------------------------------------------------------------------+
  7122. [ ca ]
  7123. default_ca = CA_default
  7124.  
  7125. [ CA_default ]
  7126. dir = /etc/ssl/freenas/CA
  7127. serial = /etc/ssl/freenas/CA/serial
  7128. database = /etc/ssl/freenas/CA/index.txt
  7129. new_certs_dir = /etc/ssl/freenas/CA/certs
  7130. certificate = /etc/ssl/freenas/CA/cacert.pem
  7131. private_key = /etc/ssl/freenas/CA/private/cakey.pem
  7132. default_days = 3650
  7133. default_md = md5
  7134. preserve = no
  7135. email_in_dn = no
  7136. nameopt = default_ca
  7137. certopt = default_ca
  7138. policy = policy_match
  7139. x509_extensions = v3_ca
  7140.  
  7141. [ policy_match ]
  7142. countryName = match
  7143. stateOrProvinceName = match
  7144. organizationName = match
  7145. organizationalUnitName = optional
  7146. commonName = supplied
  7147. emailAddress = optional
  7148.  
  7149. [ req ]
  7150. default_bits = 1024
  7151. default_keyfile = key.pem
  7152. default_md = md5
  7153. string_mask = nombstr
  7154. distinguished_name = req_distinguished_name
  7155. req_extensions = v3_req
  7156. prompt = no
  7157.  
  7158. [ req_distinguished_name ]
  7159. 0.organizationName = iXsystems, Inc.
  7160. organizationalUnitName = Systems
  7161. emailAddress = root@localhost
  7162. localityName = San Jose
  7163. stateOrProvinceName = California
  7164. countryName = US
  7165. commonName = localhost
  7166.  
  7167. [ v3_ca ]
  7168. basicConstraints = CA:TRUE
  7169. subjectKeyIdentifier = hash
  7170. authorityKeyIdentifier = keyid:always,issuer:always
  7171.  
  7172. [ v3_req ]
  7173. basicConstraints = CA:FALSE
  7174. subjectKeyIdentifier = hash
  7175.  
  7176.  
  7177. +--------------------------------------------------------------------------------+
  7178. + /etc/ssl/freenas/httpd.pem +
  7179. +--------------------------------------------------------------------------------+
  7180. -----BEGIN RSA PRIVATE KEY-----
  7181. MIICXAIBAAKBgQDNxfUFsEx0E+qI3li5lBsmWrQwn5iKVBDmKKRRp//GMkQagmNw
  7182. TYojeM2kmB1oGFfMZzkN8h5LAlAEKXEZ0/XbttxrLFvFUGK1RtKsg0zXo8oUtfQI
  7183. yApq5OenBve8Klfcpz6z+G3D1xSabwMsmTeoNfyYzehf7VxYKWjPJUuUIQIDAQAB
  7184. AoGBAMfca934nGlqJrSFcZveNHiORNGtUZWZjUhfVSpSiGVS0T8GQdsEFRXa8bHa
  7185. ZUWDz1MjNxFKhw3H0zwXnFi/vNzIVyq7xmrqzQhung9pkwlF6izkom6xbz9Ykb5h
  7186. vBQ/p78dPq6BFCD1BVb+V8xuHzo2W1hsRTWf2n/21Mcluo4ZAkEA/3t2jIChG45q
  7187. iE7t2uJxrWR2ZTomCf6RrdZpvLxPBCaf6fMdTmvNZd0i6Jb/Sfeier9OI9B7ixKU
  7188. vXYFD97qDwJBAM4wtNgG73fnclPdNEuZnDIla4y1h2KPVxq72p9lCx3DRY0VXEDW
  7189. KF8gLENzBuTqpcIaL88L7IDqz43O+MpIjs8CQCThuPJ9m0R0IdL9uf6wVALZDvJ8
  7190. G4Oz2WoEGw2hDbMmtE08yI1KqMM80k5Lhh0yf6VCutAWx88C5rAXOpHY92cCQHC3
  7191. ubU7HWBMG3jzPWpywCu9vyy99BQSTkjkFyD6CPitTnFREwyyxoEyQmBhGoy8Jf+V
  7192. dztVxmW3d92LHwDeZ4sCQDqCuNlG/MYrAehLNIgWMj7rKxzLfvJprz4awJE3V1gX
  7193. jOOSNR/4SfiD793O6amtvKRtGLCmRaoxXVLIrI5ndnU=
  7194. -----END RSA PRIVATE KEY-----
  7195. -----BEGIN CERTIFICATE-----
  7196. MIICoTCCAgoCCQCh/9JqrDCvrDANBgkqhkiG9w0BAQQFADCBlDEYMBYGA1UEChMP
  7197. aVhzeXN0ZW1zLCBJbmMuMRAwDgYDVQQLEwdTeXN0ZW1zMR0wGwYJKoZIhvcNAQkB
  7198. Fg5yb290QGxvY2FsaG9zdDERMA8GA1UEBxMIU2FuIEpvc2UxEzARBgNVBAgTCkNh
  7199. bGlmb3JuaWExCzAJBgNVBAYTAlVTMRIwEAYDVQQDEwlsb2NhbGhvc3QwHhcNMTEw
  7200. NTA0MTY1MzIxWhcNMTEwNjAzMTY1MzIxWjCBlDEYMBYGA1UEChMPaVhzeXN0ZW1z
  7201. LCBJbmMuMRAwDgYDVQQLEwdTeXN0ZW1zMR0wGwYJKoZIhvcNAQkBFg5yb290QGxv
  7202. Y2FsaG9zdDERMA8GA1UEBxMIU2FuIEpvc2UxEzARBgNVBAgTCkNhbGlmb3JuaWEx
  7203. CzAJBgNVBAYTAlVTMRIwEAYDVQQDEwlsb2NhbGhvc3QwgZ8wDQYJKoZIhvcNAQEB
  7204. BQADgY0AMIGJAoGBAM3F9QWwTHQT6ojeWLmUGyZatDCfmIpUEOYopFGn/8YyRBqC
  7205. Y3BNiiN4zaSYHWgYV8xnOQ3yHksCUAQpcRnT9du23GssW8VQYrVG0qyDTNejyhS1
  7206. 9AjICmrk56cG97wqV9ynPrP4bcPXFJpvAyyZN6g1/JjN6F/tXFgpaM8lS5QhAgMB
  7207. AAEwDQYJKoZIhvcNAQEEBQADgYEAx/4gOYoD59Zvculo25Fb1axPDBc6yh2cTvGF
  7208. rv93Wt5vXeX7DLZWqJ3WXLDXG3l9UlXvg57Nxa21kNx9Wa7RmM8EEZLi2Q+gL3YA
  7209. DeVmfGjbOIu5vXx3LirT2x9uvXeNH5QAcOKD4n8Q0BVMTMGVJRPTiL2cBDYgf+q0
  7210. dexYRY4=
  7211. -----END CERTIFICATE-----
  7212.  
  7213.  
  7214. +--------------------------------------------------------------------------------+
  7215. + sysctl -a +
  7216. +--------------------------------------------------------------------------------+
  7217. kern.ostype: FreeBSD
  7218. kern.osrelease: 8.2-RELEASE-p6
  7219. kern.osrevision: 199506
  7220. kern.version: FreeBSD 8.2-RELEASE-p6 #0: Wed Jan 18 17:08:54 PST 2012
  7221. [email protected]:/build/home/gcooper/e2e-bld.Pp7kV0qa/obj.i386/i386/build/home/gcooper/e2e-bld.Pp7kV0qa/FreeBSD/src/sys/FREENAS.i386
  7222.  
  7223. kern.maxvnodes: 111873
  7224. kern.maxproc: 6164
  7225. kern.maxfiles: 12328
  7226. kern.argmax: 262144
  7227. kern.securelevel: -1
  7228. kern.hostname: MyFreeNas.local
  7229. kern.hostid: 2180312168
  7230. kern.clockrate: { hz = 1000, tick = 1000, profhz = 2000, stathz = 133 }
  7231. kern.posix1version: 200112
  7232. kern.ngroups: 1023
  7233. kern.job_control: 1
  7234. kern.saved_ids: 0
  7235. kern.boottime: { sec = 1328989406, usec = 775631 } Sat Feb 11 19:43:26 2012
  7236. kern.domainname:
  7237. kern.osreldate: 802000
  7238. kern.bootfile: /boot/kernel/kernel
  7239. kern.maxfilesperproc: 11095
  7240. kern.maxprocperuid: 5547
  7241. kern.ipc.maxsockbuf: 262144
  7242. kern.ipc.sockbuf_waste_factor: 8
  7243. kern.ipc.somaxconn: 128
  7244. kern.ipc.max_linkhdr: 16
  7245. kern.ipc.max_protohdr: 60
  7246. kern.ipc.max_hdr: 76
  7247. kern.ipc.max_datalen: 124
  7248. kern.ipc.nmbjumbo16: 3200
  7249. kern.ipc.nmbjumbo9: 6400
  7250. kern.ipc.nmbjumbop: 12800
  7251. kern.ipc.nmbclusters: 25600
  7252. kern.ipc.piperesizeallowed: 1
  7253. kern.ipc.piperesizefail: 0
  7254. kern.ipc.pipeallocfail: 0
  7255. kern.ipc.pipefragretry: 0
  7256. kern.ipc.pipekva: 184320
  7257. kern.ipc.maxpipekva: 26841088
  7258. kern.ipc.msgseg: 2048
  7259. kern.ipc.msgssz: 8
  7260. kern.ipc.msgtql: 40
  7261. kern.ipc.msgmnb: 2048
  7262. kern.ipc.msgmni: 40
  7263. kern.ipc.msgmax: 16384
  7264. kern.ipc.semaem: 16384
  7265. kern.ipc.semvmx: 32767
  7266. kern.ipc.semusz: 136
  7267. kern.ipc.semume: 10
  7268. kern.ipc.semopm: 100
  7269. kern.ipc.semmsl: 60
  7270. kern.ipc.semmnu: 30
  7271. kern.ipc.semmns: 60
  7272. kern.ipc.semmni: 10
  7273. kern.ipc.semmap: 30
  7274. kern.ipc.shm_allow_removed: 0
  7275. kern.ipc.shm_use_phys: 0
  7276. kern.ipc.shmall: 8192
  7277. kern.ipc.shmseg: 128
  7278. kern.ipc.shmmni: 192
  7279. kern.ipc.shmmin: 1
  7280. kern.ipc.shmmax: 33554432
  7281. kern.ipc.maxsockets: 25600
  7282. kern.ipc.numopensockets: 76
  7283. kern.ipc.nsfbufsused: 0
  7284. kern.ipc.nsfbufspeak: 5
  7285. kern.ipc.nsfbufs: 6656
  7286. kern.dummy: 0
  7287. kern.ps_strings: 2143289328
  7288. kern.usrstack: 2143289344
  7289. kern.logsigexit: 1
  7290. kern.iov_max: 1024
  7291. kern.hostuuid: 00020003-0004-0005-0006-000700080009
  7292. kern.cam.boot_delay: 10000
  7293. kern.cam.pmp.default_timeout: 30
  7294. kern.cam.pmp.retry_count: 1
  7295. kern.cam.cam_srch_hi: 0
  7296. kern.cam.scsi_delay: 5000
  7297. kern.cam.cd.retry_count: 4
  7298. kern.cam.cd.changer.max_busy_seconds: 15
  7299. kern.cam.cd.changer.min_busy_seconds: 5
  7300. kern.cam.cd.0.minimum_cmd_size: 6
  7301. kern.cam.ada.spindown_shutdown: 1
  7302. kern.cam.ada.ada_send_ordered: 1
  7303. kern.cam.ada.default_timeout: 30
  7304. kern.cam.ada.retry_count: 4
  7305. kern.cam.da.da_send_ordered: 1
  7306. kern.cam.da.default_timeout: 60
  7307. kern.cam.da.retry_count: 4
  7308. kern.cam.da.0.minimum_cmd_size: 10
  7309. kern.disks: ada2 ada1 ada0 da0 cd0
  7310. kern.geom.eli.batch: 0
  7311. kern.geom.eli.threads: 0
  7312. kern.geom.eli.overwrites: 5
  7313. kern.geom.eli.visible_passphrase: 0
  7314. kern.geom.eli.tries: 3
  7315. kern.geom.eli.debug: 0
  7316. kern.geom.disk.cd0.led:
  7317. kern.geom.disk.da0.led:
  7318. kern.geom.disk.ada0.led:
  7319. kern.geom.disk.ada1.led:
  7320. kern.geom.disk.ada2.led:
  7321. kern.geom.collectstats: 1
  7322. kern.geom.debugflags: 0
  7323. kern.geom.label.debug: 0
  7324. kern.geom.label.ext2fs.enable: 1
  7325. kern.geom.label.iso9660.enable: 1
  7326. kern.geom.label.msdosfs.enable: 1
  7327. kern.geom.label.ntfs.enable: 1
  7328. kern.geom.label.reiserfs.enable: 1
  7329. kern.geom.label.ufs.enable: 1
  7330. kern.geom.label.ufsid.enable: 1
  7331. kern.geom.label.gptid.enable: 1
  7332. kern.geom.label.gpt.enable: 1
  7333. kern.geom.gate.maxunits: 256
  7334. kern.geom.gate.debug: 0
  7335. kern.geom.mirror.sync_requests: 2
  7336. kern.geom.mirror.disconnect_on_failure: 1
  7337. kern.geom.mirror.idletime: 5
  7338. kern.geom.mirror.timeout: 4
  7339. kern.geom.mirror.debug: 0
  7340. kern.geom.raid3.stat.parity_mismatch: 0
  7341. kern.geom.raid3.n4k: 1200
  7342. kern.geom.raid3.n16k: 200
  7343. kern.geom.raid3.n64k: 50
  7344. kern.geom.raid3.use_malloc: 0
  7345. kern.geom.raid3.sync_requests: 2
  7346. kern.geom.raid3.disconnect_on_failure: 1
  7347. kern.geom.raid3.idletime: 5
  7348. kern.geom.raid3.timeout: 4
  7349. kern.geom.raid3.debug: 0
  7350. kern.geom.stripe.fast_failed: 0
  7351. kern.geom.stripe.maxmem: 13107200
  7352. kern.geom.stripe.fast: 0
  7353. kern.geom.stripe.debug: 0
  7354. kern.elf32.fallback_brand: -1
  7355. kern.init_shutdown_timeout: 120
  7356. kern.init_path: /sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall
  7357. kern.acct_suspended: 0
  7358. kern.acct_configured: 0
  7359. kern.acct_chkfreq: 15
  7360. kern.acct_resume: 4
  7361. kern.acct_suspend: 2
  7362. kern.cp_times: 1099 0 699 42 30140 1804 0 785 16 28043 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  7363. kern.cp_time: 2903 0 1484 58 58183
  7364. kern.constty_wakeups_per_second: 5
  7365. kern.consmsgbuf_size: 8192
  7366. kern.consmute: 0
  7367. kern.console: ttyv0,/ttyv0,ucom,
  7368. kern.openfiles: 170
  7369. kern.kq_calloutmax: 4096
  7370. kern.ps_arg_cache_limit: 256
  7371. kern.stackprot: 7
  7372. kern.randompid: 0
  7373. kern.lastpid: 3793
  7374. kern.ktrace.request_pool: 100
  7375. kern.ktrace.genio_size: 4096
  7376. kern.module_path: /boot/kernel;/boot/modules
  7377. kern.malloc_count: 260
  7378. kern.fallback_elf_brand: -1
  7379. kern.features.compat_freebsd7: 1
  7380. kern.features.compat_freebsd6: 1
  7381. kern.features.compat_freebsd5: 1
  7382. kern.features.compat_freebsd4: 1
  7383. kern.features.posix_sem: 1
  7384. kern.features.posix_shm: 1
  7385. kern.features.aio: 1
  7386. kern.maxusers: 384
  7387. kern.ident: FREENAS32
  7388. kern.kstack_pages: 2
  7389. kern.shutdown.kproc_shutdown_wait: 60
  7390. kern.shutdown.poweroff_delay: 5000
  7391. kern.sync_on_panic: 0
  7392. kern.corefile: %N.core
  7393. kern.nodump_coredump: 0
  7394. kern.coredump: 0
  7395. kern.sugid_coredump: 0
  7396. kern.sigqueue.alloc_fail: 0
  7397. kern.sigqueue.overflow: 0
  7398. kern.sigqueue.preallocate: 1024
  7399. kern.sigqueue.max_pending_per_proc: 128
  7400. kern.forcesigexit: 1
  7401. kern.fscale: 2048
  7402. kern.timecounter.tick: 1
  7403. kern.timecounter.choice: TSC(-100) ACPI-fast(1000) i8254(0) dummy(-1000000)
  7404. kern.timecounter.hardware: ACPI-fast
  7405. kern.timecounter.stepwarnings: 0
  7406. kern.timecounter.tc.i8254.mask: 65535
  7407. kern.timecounter.tc.i8254.counter: 2249
  7408. kern.timecounter.tc.i8254.frequency: 1193182
  7409. kern.timecounter.tc.i8254.quality: 0
  7410. kern.timecounter.tc.ACPI-fast.mask: 16777215
  7411. kern.timecounter.tc.ACPI-fast.counter: 9868452
  7412. kern.timecounter.tc.ACPI-fast.frequency: 3579545
  7413. kern.timecounter.tc.ACPI-fast.quality: 1000
  7414. kern.timecounter.tc.TSC.mask: 4294967295
  7415. kern.timecounter.tc.TSC.counter: 1959490344
  7416. kern.timecounter.tc.TSC.frequency: 3198482064
  7417. kern.timecounter.tc.TSC.quality: -100
  7418. kern.timecounter.smp_tsc: 0
  7419. kern.timecounter.invariant_tsc: 1
  7420. kern.threads.max_threads_hits: 0
  7421. kern.threads.max_threads_per_proc: 1500
  7422. kern.ccpu: 0
  7423. kern.sched.preemption: 1
  7424. kern.sched.topology_spec: <groups>
  7425. <group level="1" cache-level="0">
  7426. <cpu count="2" mask="0x3">0, 1</cpu>
  7427. <children>
  7428. <group level="2" cache-level="1">
  7429. <cpu count="2" mask="0x3">0, 1</cpu>
  7430. <flags><flag name="HTT">HTT group</flag><flag name="THREAD">THREAD group</flag></flags>
  7431. </group>
  7432. </children>
  7433. </group>
  7434. </groups>
  7435.  
  7436. kern.sched.steal_thresh: 1
  7437. kern.sched.steal_idle: 1
  7438. kern.sched.steal_htt: 1
  7439. kern.sched.balance_interval: 133
  7440. kern.sched.balance: 1
  7441. kern.sched.affinity: 1
  7442. kern.sched.idlespinthresh: 4
  7443. kern.sched.idlespins: 10000
  7444. kern.sched.static_boost: 160
  7445. kern.sched.preempt_thresh: 64
  7446. kern.sched.interact: 30
  7447. kern.sched.slice: 13
  7448. kern.sched.name: ULE
  7449. kern.devstat.version: 6
  7450. kern.devstat.generation: 855
  7451. kern.devstat.numdevs: 13
  7452. kern.kobj_methodcount: 168
  7453. kern.log_wakeups_per_second: 5
  7454. kern.vm_guest: none
  7455. kern.sgrowsiz: 131072
  7456. kern.maxssiz: 67108864
  7457. kern.dflssiz: 8388608
  7458. kern.maxdsiz: 536870912
  7459. kern.dfldsiz: 134217728
  7460. kern.maxtsiz: 134217728
  7461. kern.maxbcache: 209715200
  7462. kern.maxswzone: 33554432
  7463. kern.nswbuf: 256
  7464. kern.nbuf: 12800
  7465. kern.ncallout: 18508
  7466. kern.hz: 1000
  7467. kern.msgbuf_clear: 0
  7468. kern.msgbuf:
  7469. kern.always_console_output: 0
  7470. kern.log_console_output: 1
  7471. kern.smp.forward_signal_enabled: 1
  7472. kern.smp.topology: 0
  7473. kern.smp.cpus: 2
  7474. kern.smp.disabled: 0
  7475. kern.smp.active: 1
  7476. kern.smp.maxcpus: 32
  7477. kern.smp.maxid: 31
  7478. kern.tty_inq_flush_secure: 1
  7479. kern.tty_inq_nslow: 0
  7480. kern.tty_inq_nfast: 30
  7481. kern.tty_outq_nslow: 0
  7482. kern.tty_outq_nfast: 61
  7483. kern.pts_maxdev: 999
  7484. kern.tty_pty_warningcnt: 1
  7485. kern.tty_nout: 6863
  7486. kern.tty_nin: 30
  7487. kern.minvnodes: 27968
  7488. kern.metadelay: 3
  7489. kern.dirdelay: 4
  7490. kern.filedelay: 5
  7491. kern.chroot_allow_open_directories: 1
  7492. kern.cryptodevallowsoft: 0
  7493. kern.userasymcrypto: 1
  7494. kern.random.yarrow.gengateinterval: 10
  7495. kern.random.yarrow.bins: 10
  7496. kern.random.yarrow.fastthresh: 192
  7497. kern.random.yarrow.slowthresh: 256
  7498. kern.random.yarrow.slowoverthresh: 2
  7499. kern.random.sys.seeded: 1
  7500. kern.random.sys.harvest.ethernet: 0
  7501. kern.random.sys.harvest.point_to_point: 0
  7502. kern.random.sys.harvest.interrupt: 0
  7503. kern.random.sys.harvest.swi: 0
  7504. vm.vmtotal:
  7505. System wide totals computed every five seconds: (values in kilobytes)
  7506. ===============================================
  7507. Processes: (RUNQ: 3 Disk Wait: 0 Page Wait: 0 Sleep: 50)
  7508. Virtual Memory: (Total: 4499448K Active: 241832K)
  7509. Real Memory: (Total: 137552K Active: 86356K)
  7510. Shared Virtual Memory: (Total: 21680K Active: 9068K)
  7511. Shared Real Memory: (Total: 10536K Active: 7088K)
  7512. Free Memory Pages: 1867716K
  7513.  
  7514. vm.loadavg: { 0.29 0.38 0.21 }
  7515. vm.v_free_min: 3273
  7516. vm.v_free_target: 13808
  7517. vm.v_free_reserved: 716
  7518. vm.v_inactive_target: 20712
  7519. vm.v_cache_min: 13808
  7520. vm.v_cache_max: 27616
  7521. vm.v_pageout_free_min: 34
  7522. vm.pageout_algorithm: 0
  7523. vm.swap_enabled: 1
  7524. vm.kmem_map_free: 496353280
  7525. vm.kmem_map_size: 40517632
  7526. vm.kmem_size_scale: 3
  7527. vm.kmem_size_max: 536870912
  7528. vm.kmem_size_min: 0
  7529. vm.kmem_size: 536870912
  7530. vm.nswapdev: 2
  7531. vm.dmmax: 32
  7532. vm.swap_async_max: 4
  7533. vm.overcommit: 0
  7534. vm.swap_reserved: 249241600
  7535. vm.swap_total: 2147483648
  7536. vm.zone_count: 187
  7537. vm.swap_idle_threshold2: 10
  7538. vm.swap_idle_threshold1: 2
  7539. vm.kstacks: 202
  7540. vm.kstack_cache_size: 128
  7541. vm.exec_map_entries: 16
  7542. vm.stats.misc.zero_page_count: 22
  7543. vm.stats.misc.cnt_prezero: 0
  7544. vm.stats.vm.v_kthreadpages: 0
  7545. vm.stats.vm.v_rforkpages: 0
  7546. vm.stats.vm.v_vforkpages: 68475
  7547. vm.stats.vm.v_forkpages: 647408
  7548. vm.stats.vm.v_kthreads: 24
  7549. vm.stats.vm.v_rforks: 0
  7550. vm.stats.vm.v_vforks: 327
  7551. vm.stats.vm.v_forks: 3442
  7552. vm.stats.vm.v_interrupt_free_min: 2
  7553. vm.stats.vm.v_pageout_free_min: 34
  7554. vm.stats.vm.v_cache_max: 27616
  7555. vm.stats.vm.v_cache_min: 13808
  7556. vm.stats.vm.v_cache_count: 241
  7557. vm.stats.vm.v_inactive_count: 8213
  7558. vm.stats.vm.v_inactive_target: 20712
  7559. vm.stats.vm.v_active_count: 16170
  7560. vm.stats.vm.v_wire_count: 20238
  7561. vm.stats.vm.v_free_count: 466688
  7562. vm.stats.vm.v_free_min: 3273
  7563. vm.stats.vm.v_free_target: 13808
  7564. vm.stats.vm.v_free_reserved: 716
  7565. vm.stats.vm.v_page_count: 511700
  7566. vm.stats.vm.v_page_size: 4096
  7567. vm.stats.vm.v_tfree: 319827
  7568. vm.stats.vm.v_pfree: 251613
  7569. vm.stats.vm.v_dfree: 0
  7570. vm.stats.vm.v_tcached: 477
  7571. vm.stats.vm.v_pdpages: 0
  7572. vm.stats.vm.v_pdwakeups: 0
  7573. vm.stats.vm.v_reactivated: 228
  7574. vm.stats.vm.v_intrans: 99
  7575. vm.stats.vm.v_vnodepgsout: 957
  7576. vm.stats.vm.v_vnodepgsin: 8563
  7577. vm.stats.vm.v_vnodeout: 485
  7578. vm.stats.vm.v_vnodein: 1553
  7579. vm.stats.vm.v_swappgsout: 0
  7580. vm.stats.vm.v_swappgsin: 0
  7581. vm.stats.vm.v_swapout: 0
  7582. vm.stats.vm.v_swapin: 0
  7583. vm.stats.vm.v_ozfod: 5684
  7584. vm.stats.vm.v_zfod: 190738
  7585. vm.stats.vm.v_cow_optim: 1035
  7586. vm.stats.vm.v_cow_faults: 104660
  7587. vm.stats.vm.v_vm_faults: 407642
  7588. vm.stats.sys.v_soft: 42410
  7589. vm.stats.sys.v_intr: 25571
  7590. vm.stats.sys.v_syscall: 1326210
  7591. vm.stats.sys.v_trap: 415844
  7592. vm.stats.sys.v_swtch: 349159
  7593. vm.stats.object.bypasses: 1548
  7594. vm.stats.object.collapses: 10382
  7595. vm.v_free_severe: 1994
  7596. vm.max_proc_mmap: 74565
  7597. vm.old_msync: 0
  7598. vm.msync_flush_flags: 0
  7599. vm.boot_pages: 48
  7600. vm.max_wired: 169525
  7601. vm.pageout_lock_miss: 0
  7602. vm.disable_swapspace_pageouts: 0
  7603. vm.defer_swapspace_pageouts: 0
  7604. vm.swap_idle_enabled: 0
  7605. vm.pageout_stats_interval: 5
  7606. vm.pageout_full_stats_interval: 20
  7607. vm.pageout_stats_max: 13808
  7608. vm.max_launder: 32
  7609. vm.phys_segs:
  7610. SEGMENT 0:
  7611.  
  7612. start: 0x1000
  7613. end: 0x9f000
  7614. free list: 0x80d2fbc8
  7615.  
  7616. SEGMENT 1:
  7617.  
  7618. start: 0x100000
  7619. end: 0x400000
  7620. free list: 0x80d2fbc8
  7621.  
  7622. SEGMENT 2:
  7623.  
  7624. start: 0x1026000
  7625. end: 0x7db5c000
  7626. free list: 0x80d2fac0
  7627.  
  7628. vm.phys_free:
  7629. FREE LIST 0:
  7630.  
  7631. ORDER (SIZE) | NUMBER
  7632. | POOL 0 | POOL 1
  7633. -- -- -- -- -- --
  7634. 10 ( 4096K) | 399 | 0
  7635. 9 ( 2048K) | 1 | 0
  7636. 8 ( 1024K) | 0 | 0
  7637. 7 ( 512K) | 3 | 0
  7638. 6 ( 256K) | 9 | 0
  7639. 5 ( 128K) | 7 | 0
  7640. 4 ( 64K) | 0 | 0
  7641. 3 ( 32K) | 1 | 4
  7642. 2 ( 16K) | 1 | 13
  7643. 1 ( 8K) | 0 | 37
  7644. 0 ( 4K) | 1 | 67
  7645.  
  7646. FREE LIST 1:
  7647.  
  7648. ORDER (SIZE) | NUMBER
  7649. | POOL 0 | POOL 1
  7650. -- -- -- -- -- --
  7651. 10 ( 4096K) | 0 | 0
  7652. 9 ( 2048K) | 1 | 0
  7653. 8 ( 1024K) | 1 | 0
  7654. 7 ( 512K) | 0 | 0
  7655. 6 ( 256K) | 1 | 0
  7656. 5 ( 128K) | 1 | 0
  7657. 4 ( 64K) | 0 | 0
  7658. 3 ( 32K) | 2 | 0
  7659. 2 ( 16K) | 3 | 0
  7660. 1 ( 8K) | 3 | 0
  7661. 0 ( 4K) | 1 | 0
  7662.  
  7663. vm.reserv.reclaimed: 0
  7664. vm.reserv.partpopq:
  7665. LEVEL SIZE NUMBER
  7666.  
  7667. -1: 222080K, 66
  7668.  
  7669. vm.reserv.freed: 159
  7670. vm.reserv.broken: 0
  7671. vm.idlezero_enable: 0
  7672. vm.kvm_free: 1170206720
  7673. vm.kvm_size: 2147479552
  7674. vm.pmap.pmap_collect_active: 0
  7675. vm.pmap.pmap_collect_inactive: 0
  7676. vm.pmap.pv_entry_spare: 4827
  7677. vm.pmap.pv_entry_allocs: 2371885
  7678. vm.pmap.pv_entry_frees: 2337400
  7679. vm.pmap.pc_chunk_tryfail: 0
  7680. vm.pmap.pc_chunk_frees: 10631
  7681. vm.pmap.pc_chunk_allocs: 10748
  7682. vm.pmap.pc_chunk_count: 117
  7683. vm.pmap.pv_entry_count: 34485
  7684. vm.pmap.pde.promotions: 0
  7685. vm.pmap.pde.p_failures: 0
  7686. vm.pmap.pde.mappings: 0
  7687. vm.pmap.pde.demotions: 0
  7688. vm.pmap.shpgperproc: 200
  7689. vm.pmap.pv_entry_max: 1744512
  7690. vm.pmap.pg_ps_enabled: 0
  7691. vm.pmap.pat_works: 0
  7692. vfs.nfs.downdelayinitial: 12
  7693. vfs.nfs.downdelayinterval: 30
  7694. vfs.nfs.skip_wcc_data_onerr: 1
  7695. vfs.nfs.nfs3_jukebox_delay: 10
  7696. vfs.nfs.reconnects: 0
  7697. vfs.nfs.bufpackets: 4
  7698. vfs.nfs.defect: 0
  7699. vfs.nfs.iodmax: 20
  7700. vfs.nfs.iodmin: 0
  7701. vfs.nfs.iodmaxidle: 120
  7702. vfs.nfs.diskless_rootpath:
  7703. vfs.nfs.diskless_valid: 0
  7704. vfs.nfs.nfs_ip_paranoia: 1
  7705. vfs.nfs.nfs_directio_allow_mmap: 1
  7706. vfs.nfs.nfs_directio_enable: 0
  7707. vfs.nfs.clean_pages_on_close: 1
  7708. vfs.nfs.nfsv3_commit_on_close: 0
  7709. vfs.nfs.prime_access_cache: 0
  7710. vfs.nfs.access_cache_timeout: 60
  7711. vfs.ufs.dirhash_reclaimage: 5
  7712. vfs.ufs.dirhash_lowmemcount: 0
  7713. vfs.ufs.dirhash_docheck: 0
  7714. vfs.ufs.dirhash_mem: 56670
  7715. vfs.ufs.dirhash_maxmem: 2097152
  7716. vfs.ufs.dirhash_minsize: 2560
  7717. vfs.devfs.rule_depth: 1
  7718. vfs.devfs.generation: 131
  7719. vfs.zfs.l2c_only_size: 0
  7720. vfs.zfs.mfu_ghost_data_lsize: 0
  7721. vfs.zfs.mfu_ghost_metadata_lsize: 0
  7722. vfs.zfs.mfu_ghost_size: 0
  7723. vfs.zfs.mfu_data_lsize: 0
  7724. vfs.zfs.mfu_metadata_lsize: 350720
  7725. vfs.zfs.mfu_size: 350720
  7726. vfs.zfs.mru_ghost_data_lsize: 0
  7727. vfs.zfs.mru_ghost_metadata_lsize: 0
  7728. vfs.zfs.mru_ghost_size: 0
  7729. vfs.zfs.mru_data_lsize: 0
  7730. vfs.zfs.mru_metadata_lsize: 290816
  7731. vfs.zfs.mru_size: 886784
  7732. vfs.zfs.anon_data_lsize: 0
  7733. vfs.zfs.anon_metadata_lsize: 0
  7734. vfs.zfs.anon_size: 0
  7735. vfs.zfs.l2arc_norw: 1
  7736. vfs.zfs.l2arc_feed_again: 1
  7737. vfs.zfs.l2arc_noprefetch: 0
  7738. vfs.zfs.l2arc_feed_min_ms: 200
  7739. vfs.zfs.l2arc_feed_secs: 1
  7740. vfs.zfs.l2arc_headroom: 2
  7741. vfs.zfs.l2arc_write_boost: 8388608
  7742. vfs.zfs.l2arc_write_max: 8388608
  7743. vfs.zfs.arc_meta_limit: 83886080
  7744. vfs.zfs.arc_meta_used: 2270504
  7745. vfs.zfs.mdcomp_disable: 0
  7746. vfs.zfs.arc_min: 41943040
  7747. vfs.zfs.arc_max: 335544320
  7748. vfs.zfs.zfetch.array_rd_sz: 1048576
  7749. vfs.zfs.zfetch.block_cap: 256
  7750. vfs.zfs.zfetch.min_sec_reap: 2
  7751. vfs.zfs.zfetch.max_streams: 8
  7752. vfs.zfs.prefetch_disable: 0
  7753. vfs.zfs.check_hostid: 1
  7754. vfs.zfs.recover: 0
  7755. vfs.zfs.txg.write_limit_override: 0
  7756. vfs.zfs.txg.synctime: 5
  7757. vfs.zfs.txg.timeout: 30
  7758. vfs.zfs.scrub_limit: 10
  7759. vfs.zfs.vdev.cache.bshift: 16
  7760. vfs.zfs.vdev.cache.size: 10485760
  7761. vfs.zfs.vdev.cache.max: 16384
  7762. vfs.zfs.vdev.aggregation_limit: 131072
  7763. vfs.zfs.vdev.ramp_rate: 2
  7764. vfs.zfs.vdev.time_shift: 6
  7765. vfs.zfs.vdev.min_pending: 4
  7766. vfs.zfs.vdev.max_pending: 10
  7767. vfs.zfs.cache_flush_disable: 0
  7768. vfs.zfs.zil_disable: 0
  7769. vfs.zfs.zio.use_uma: 0
  7770. vfs.zfs.version.zpl: 4
  7771. vfs.zfs.version.spa: 15
  7772. vfs.zfs.version.dmu_backup_stream: 1
  7773. vfs.zfs.version.dmu_backup_header: 2
  7774. vfs.zfs.version.acl: 1
  7775. vfs.zfs.debug: 0
  7776. vfs.zfs.super_owner: 0
  7777. vfs.pfs.trace: 0
  7778. vfs.pfs.vncache.misses: 0
  7779. vfs.pfs.vncache.hits: 0
  7780. vfs.pfs.vncache.maxentries: 0
  7781. vfs.pfs.vncache.entries: 0
  7782. vfs.aio.max_buf_aio: 16
  7783. vfs.aio.max_aio_queue_per_proc: 256
  7784. vfs.aio.max_aio_per_proc: 32
  7785. vfs.aio.unloadable: 0
  7786. vfs.aio.aiod_lifetime: 30000
  7787. vfs.aio.aiod_timeout: 10000
  7788. vfs.aio.num_buf_aio: 0
  7789. vfs.aio.num_queue_count: 0
  7790. vfs.aio.max_aio_queue: 1024
  7791. vfs.aio.target_aio_procs: 4
  7792. vfs.aio.num_aio_procs: 0
  7793. vfs.aio.max_aio_procs: 32
  7794. vfs.flushwithdeps: 0
  7795. vfs.notbufdflashes: 0
  7796. vfs.flushbufqtarget: 100
  7797. vfs.getnewbufrestarts: 0
  7798. vfs.getnewbufcalls: 8940
  7799. vfs.hifreebuffers: 1432
  7800. vfs.lofreebuffers: 716
  7801. vfs.numfreebuffers: 12743
  7802. vfs.dirtybufthresh: 2898
  7803. vfs.hidirtybuffers: 3220
  7804. vfs.lodirtybuffers: 1610
  7805. vfs.numdirtybuffers: 57
  7806. vfs.recursiveflushes: 3481
  7807. vfs.altbufferflushes: 0
  7808. vfs.bdwriteskip: 0
  7809. vfs.dirtybufferflushes: 0
  7810. vfs.hirunningspace: 1048576
  7811. vfs.lorunningspace: 524288
  7812. vfs.bufdefragcnt: 0
  7813. vfs.buffreekvacnt: 0
  7814. vfs.bufreusecnt: 8002
  7815. vfs.hibufspace: 209059840
  7816. vfs.lobufspace: 208994304
  7817. vfs.maxmallocbufspace: 10452992
  7818. vfs.bufmallocspace: 78336
  7819. vfs.maxbufspace: 209715200
  7820. vfs.bufspace: 131104768
  7821. vfs.runningbufspace: 0
  7822. vfs.vmiodirenable: 1
  7823. vfs.cache.numfullpathfound: 377
  7824. vfs.cache.numfullpathfail4: 0
  7825. vfs.cache.numfullpathfail2: 0
  7826. vfs.cache.numfullpathfail1: 0
  7827. vfs.cache.numfullpathcalls: 377
  7828. vfs.cache.nchstats: 715131 29061 1278 0 83149 0 583 5250
  7829. vfs.cache.numupgrades: 39
  7830. vfs.cache.numneghits: 29061
  7831. vfs.cache.numnegzaps: 993
  7832. vfs.cache.numposhits: 715133
  7833. vfs.cache.numposzaps: 285
  7834. vfs.cache.nummisszap: 280
  7835. vfs.cache.nummiss: 82869
  7836. vfs.cache.numchecks: 752342
  7837. vfs.cache.dotdothits: 1251
  7838. vfs.cache.dothits: 410
  7839. vfs.cache.numcalls: 830285
  7840. vfs.cache.numcache: 4174
  7841. vfs.cache.numneg: 260
  7842. vfs.ncsizefactor: 2
  7843. vfs.ncnegfactor: 16
  7844. vfs.read_max: 8
  7845. vfs.write_behind: 1
  7846. vfs.lookup_shared: 1
  7847. vfs.usermount: 0
  7848. vfs.worklist_len: 5
  7849. vfs.timestamp_precision: 0
  7850. vfs.reassignbufcalls: 15565
  7851. vfs.vlru_allow_cache_src: 0
  7852. vfs.freevnodes: 1103
  7853. vfs.wantfreevnodes: 27968
  7854. vfs.numvnodes: 4064
  7855. vfs.nfs_common.realign_count: 0
  7856. vfs.nfs_common.realign_test: 0
  7857. vfs.nfsrv.nfs_privport: 0
  7858. vfs.nfsrv.fha.bin_shift: 18
  7859. vfs.nfsrv.fha.max_nfsds_per_fh: 8
  7860. vfs.nfsrv.fha.max_reqs_per_nfsd: 4
  7861. vfs.nfsrv.fha.fhe_stats: No file handle entries.
  7862. vfs.nfsrv.commit_miss: 0
  7863. vfs.nfsrv.commit_blks: 0
  7864. vfs.nfsrv.async: 1
  7865. vfs.nfsrv.gatherdelay_v3: 0
  7866. vfs.nfsrv.gatherdelay: 10000
  7867. vfs.nfsrv.minthreads: 6
  7868. vfs.nfsrv.maxthreads: 6
  7869. vfs.nfsrv.threads: 6
  7870. vfs.nfsrv.request_space_used: 0
  7871. vfs.nfsrv.request_space_used_highest: 0
  7872. vfs.nfsrv.request_space_high: 13107200
  7873. vfs.nfsrv.request_space_low: 8738133
  7874. vfs.nfsrv.request_space_throttled: 0
  7875. vfs.nfsrv.request_space_throttle_count: 0
  7876. vfs.ffs.doreallocblks: 1
  7877. vfs.ffs.doasyncfree: 1
  7878. vfs.ffs.compute_summary_at_mount: 0
  7879. vfs.fuse.kernelabi_minor: 8
  7880. vfs.fuse.kernelabi_major: 7
  7881. vfs.fuse.maxtickets: 0
  7882. vfs.fuse.iov_credit: 16
  7883. vfs.fuse.iov_permanent_bufsize: 524288
  7884. vfs.fuse.maxfreetickets: 1024
  7885. vfs.fuse.fuse4bsd_version: 0.3.9-pre1
  7886. vfs.fuse.sync_unmount: 1
  7887. vfs.fuse.enforce_dev_perms: 0
  7888. vfs.fuse.init_backgrounded: 1
  7889. net.local.stream.recvspace: 8192
  7890. net.local.stream.sendspace: 8192
  7891. net.local.dgram.recvspace: 4096
  7892. net.local.dgram.maxdgram: 2048
  7893. net.local.taskcount: 0
  7894. net.local.recycled: 0
  7895. net.local.deferred: 0
  7896. net.local.inflight: 0
  7897. net.inet.ip.portrange.randomtime: 45
  7898. net.inet.ip.portrange.randomcps: 10
  7899. net.inet.ip.portrange.randomized: 1
  7900. net.inet.ip.portrange.reservedlow: 0
  7901. net.inet.ip.portrange.reservedhigh: 1023
  7902. net.inet.ip.portrange.hilast: 65535
  7903. net.inet.ip.portrange.hifirst: 49152
  7904. net.inet.ip.portrange.last: 65535
  7905. net.inet.ip.portrange.first: 10000
  7906. net.inet.ip.portrange.lowlast: 600
  7907. net.inet.ip.portrange.lowfirst: 1023
  7908. net.inet.ip.forwarding: 0
  7909. net.inet.ip.redirect: 1
  7910. net.inet.ip.ttl: 64
  7911. net.inet.ip.rtexpire: 3600
  7912. net.inet.ip.rtminexpire: 10
  7913. net.inet.ip.rtmaxcache: 128
  7914. net.inet.ip.sourceroute: 0
  7915. net.inet.ip.intr_queue_maxlen: 256
  7916. net.inet.ip.intr_queue_drops: 0
  7917. net.inet.ip.accept_sourceroute: 0
  7918. net.inet.ip.keepfaith: 0
  7919. net.inet.ip.gifttl: 30
  7920. net.inet.ip.same_prefix_carp_only: 0
  7921. net.inet.ip.subnets_are_local: 0
  7922. net.inet.ip.random_id_total: 0
  7923. net.inet.ip.random_id_collisions: 0
  7924. net.inet.ip.random_id_period: 8192
  7925. net.inet.ip.mcast.loop: 1
  7926. net.inet.ip.mcast.maxsocksrc: 128
  7927. net.inet.ip.mcast.maxgrpsrc: 512
  7928. net.inet.ip.fastforwarding: 0
  7929. net.inet.ip.maxfragpackets: 800
  7930. net.inet.ip.maxfragsperpacket: 16
  7931. net.inet.ip.fragpackets: 0
  7932. net.inet.ip.check_interface: 0
  7933. net.inet.ip.random_id: 0
  7934. net.inet.ip.sendsourcequench: 0
  7935. net.inet.ip.process_options: 1
  7936. net.inet.icmp.maskrepl: 0
  7937. net.inet.icmp.icmplim: 200
  7938. net.inet.icmp.bmcastecho: 0
  7939. net.inet.icmp.quotelen: 8
  7940. net.inet.icmp.reply_from_interface: 0
  7941. net.inet.icmp.reply_src:
  7942. net.inet.icmp.icmplim_output: 1
  7943. net.inet.icmp.log_redirect: 0
  7944. net.inet.icmp.drop_redirect: 0
  7945. net.inet.icmp.maskfake: 0
  7946. net.inet.igmp.gsrdelay: 10
  7947. net.inet.igmp.default_version: 3
  7948. net.inet.igmp.legacysupp: 0
  7949. net.inet.igmp.v2enable: 1
  7950. net.inet.igmp.v1enable: 1
  7951. net.inet.igmp.sendlocal: 1
  7952. net.inet.igmp.sendra: 1
  7953. net.inet.igmp.recvifkludge: 1
  7954. net.inet.tcp.rfc1323: 1
  7955. net.inet.tcp.mssdflt: 512
  7956. net.inet.tcp.keepidle: 7200000
  7957. net.inet.tcp.keepintvl: 75000
  7958. net.inet.tcp.sendspace: 32768
  7959. net.inet.tcp.recvspace: 65536
  7960. net.inet.tcp.keepinit: 75000
  7961. net.inet.tcp.delacktime: 100
  7962. net.inet.tcp.v6mssdflt: 1024
  7963. net.inet.tcp.hostcache.purge: 0
  7964. net.inet.tcp.hostcache.prune: 300
  7965. net.inet.tcp.hostcache.expire: 3600
  7966. net.inet.tcp.hostcache.count: 1
  7967. net.inet.tcp.hostcache.bucketlimit: 30
  7968. net.inet.tcp.hostcache.hashsize: 512
  7969. net.inet.tcp.hostcache.cachelimit: 15360
  7970. net.inet.tcp.read_locking: 1
  7971. net.inet.tcp.recvbuf_max: 262144
  7972. net.inet.tcp.recvbuf_inc: 16384
  7973. net.inet.tcp.recvbuf_auto: 1
  7974. net.inet.tcp.insecure_rst: 0
  7975. net.inet.tcp.ecn.maxretries: 1
  7976. net.inet.tcp.ecn.enable: 0
  7977. net.inet.tcp.abc_l_var: 2
  7978. net.inet.tcp.rfc3465: 1
  7979. net.inet.tcp.rfc3390: 1
  7980. net.inet.tcp.rfc3042: 1
  7981. net.inet.tcp.drop_synfin: 0
  7982. net.inet.tcp.delayed_ack: 1
  7983. net.inet.tcp.blackhole: 0
  7984. net.inet.tcp.log_in_vain: 0
  7985. net.inet.tcp.sendbuf_max: 262144
  7986. net.inet.tcp.sendbuf_inc: 8192
  7987. net.inet.tcp.sendbuf_auto: 1
  7988. net.inet.tcp.tso: 1
  7989. net.inet.tcp.newreno: 1
  7990. net.inet.tcp.local_slowstart_flightsize: 4
  7991. net.inet.tcp.slowstart_flightsize: 1
  7992. net.inet.tcp.path_mtu_discovery: 1
  7993. net.inet.tcp.reass.overflows: 0
  7994. net.inet.tcp.reass.cursegments: 0
  7995. net.inet.tcp.reass.maxsegments: 1690
  7996. net.inet.tcp.sack.globalholes: 0
  7997. net.inet.tcp.sack.globalmaxholes: 65536
  7998. net.inet.tcp.sack.maxholes: 128
  7999. net.inet.tcp.sack.enable: 1
  8000. net.inet.tcp.inflight.stab: 20
  8001. net.inet.tcp.inflight.max: 1073725440
  8002. net.inet.tcp.inflight.min: 6144
  8003. net.inet.tcp.inflight.rttthresh: 10
  8004. net.inet.tcp.inflight.debug: 0
  8005. net.inet.tcp.inflight.enable: 0
  8006. net.inet.tcp.isn_reseed_interval: 0
  8007. net.inet.tcp.icmp_may_rst: 1
  8008. net.inet.tcp.pcbcount: 27
  8009. net.inet.tcp.do_tcpdrain: 1
  8010. net.inet.tcp.tcbhashsize: 512
  8011. net.inet.tcp.log_debug: 0
  8012. net.inet.tcp.minmss: 216
  8013. net.inet.tcp.syncache.rst_on_sock_fail: 1
  8014. net.inet.tcp.syncache.rexmtlimit: 3
  8015. net.inet.tcp.syncache.hashsize: 512
  8016. net.inet.tcp.syncache.count: 0
  8017. net.inet.tcp.syncache.cachelimit: 15360
  8018. net.inet.tcp.syncache.bucketlimit: 30
  8019. net.inet.tcp.syncookies_only: 0
  8020. net.inet.tcp.syncookies: 1
  8021. net.inet.tcp.timer_race: 0
  8022. net.inet.tcp.finwait2_timeout: 60000
  8023. net.inet.tcp.fast_finwait2_recycle: 0
  8024. net.inet.tcp.always_keepalive: 1
  8025. net.inet.tcp.rexmit_slop: 200
  8026. net.inet.tcp.rexmit_min: 30
  8027. net.inet.tcp.msl: 30000
  8028. net.inet.tcp.nolocaltimewait: 0
  8029. net.inet.tcp.maxtcptw: 5120
  8030. net.inet.udp.checksum: 1
  8031. net.inet.udp.maxdgram: 9216
  8032. net.inet.udp.recvspace: 42080
  8033. net.inet.udp.blackhole: 0
  8034. net.inet.udp.log_in_vain: 0
  8035. net.inet.raw.recvspace: 9216
  8036. net.inet.raw.maxdgram: 9216
  8037. net.inet.accf.unloadable: 0
  8038. net.link.generic.system.ifcount: 2
  8039. net.link.ether.inet.log_arp_permanent_modify: 1
  8040. net.link.ether.inet.log_arp_movements: 1
  8041. net.link.ether.inet.log_arp_wrong_iface: 1
  8042. net.link.ether.inet.proxyall: 0
  8043. net.link.ether.inet.useloopback: 1
  8044. net.link.ether.inet.maxtries: 5
  8045. net.link.ether.inet.max_age: 1200
  8046. net.link.ether.ipfw: 0
  8047. net.link.vlan.soft_pad: 0
  8048. net.link.gif.parallel_tunnels: 0
  8049. net.link.gif.max_nesting: 1
  8050. net.link.log_link_state_change: 1
  8051. net.link.ifqmaxlen: 50
  8052. net.link.lagg.failover_rx_all: 0
  8053. net.link.tun.devfs_cloning: 1
  8054. net.inet6.ip6.forwarding: 0
  8055. net.inet6.ip6.redirect: 1
  8056. net.inet6.ip6.hlim: 64
  8057. net.inet6.ip6.maxfragpackets: 6400
  8058. net.inet6.ip6.accept_rtadv: 0
  8059. net.inet6.ip6.keepfaith: 0
  8060. net.inet6.ip6.log_interval: 5
  8061. net.inet6.ip6.hdrnestlimit: 15
  8062. net.inet6.ip6.dad_count: 1
  8063. net.inet6.ip6.auto_flowlabel: 1
  8064. net.inet6.ip6.defmcasthlim: 1
  8065. net.inet6.ip6.gifhlim: 30
  8066. net.inet6.ip6.kame_version: FreeBSD
  8067. net.inet6.ip6.use_deprecated: 1
  8068. net.inet6.ip6.rr_prune: 5
  8069. net.inet6.ip6.v6only: 1
  8070. net.inet6.ip6.rtexpire: 3600
  8071. net.inet6.ip6.rtminexpire: 10
  8072. net.inet6.ip6.rtmaxcache: 128
  8073. net.inet6.ip6.use_tempaddr: 0
  8074. net.inet6.ip6.temppltime: 86400
  8075. net.inet6.ip6.tempvltime: 604800
  8076. net.inet6.ip6.auto_linklocal: 0
  8077. net.inet6.ip6.prefer_tempaddr: 0
  8078. net.inet6.ip6.use_defaultzone: 0
  8079. net.inet6.ip6.maxfrags: 6400
  8080. net.inet6.ip6.mcast_pmtu: 0
  8081. net.inet6.ip6.mcast.loop: 1
  8082. net.inet6.ip6.mcast.maxsocksrc: 128
  8083. net.inet6.ip6.mcast.maxgrpsrc: 512
  8084. net.inet6.icmp6.rediraccept: 1
  8085. net.inet6.icmp6.redirtimeout: 600
  8086. net.inet6.icmp6.nd6_prune: 1
  8087. net.inet6.icmp6.nd6_delay: 5
  8088. net.inet6.icmp6.nd6_umaxtries: 3
  8089. net.inet6.icmp6.nd6_mmaxtries: 3
  8090. net.inet6.icmp6.nd6_useloopback: 1
  8091. net.inet6.icmp6.nodeinfo: 3
  8092. net.inet6.icmp6.errppslimit: 100
  8093. net.inet6.icmp6.nd6_maxnudhint: 0
  8094. net.inet6.icmp6.nd6_debug: 0
  8095. net.inet6.icmp6.nd6_maxqueuelen: 1
  8096. net.inet6.icmp6.nd6_onlink_ns_rfc4861: 0
  8097. net.inet6.mld.use_allow: 1
  8098. net.inet6.mld.v1enable: 1
  8099. net.inet6.mld.gsrdelay: 10
  8100. net.bpf.zerocopy_enable: 0
  8101. net.bpf.maxinsns: 512
  8102. net.bpf.maxbufsize: 524288
  8103. net.bpf.bufsize: 4096
  8104. net.ifdescr_maxlen: 1024
  8105. net.isr.numthreads: 1
  8106. net.isr.defaultqlimit: 256
  8107. net.isr.maxqlimit: 10240
  8108. net.isr.bindthreads: 0
  8109. net.isr.maxthreads: 1
  8110. net.isr.direct: 1
  8111. net.isr.direct_force: 1
  8112. net.raw.recvspace: 8192
  8113. net.raw.sendspace: 8192
  8114. net.my_fibnum: 0
  8115. net.add_addr_allfibs: 1
  8116. net.fibs: 1
  8117. net.route.netisr_maxqlen: 256
  8118. debug.ddb.capture.data:
  8119. debug.ddb.capture.bufsize: 49152
  8120. debug.ddb.capture.inprogress: 0
  8121. debug.ddb.capture.maxbufsize: 5242880
  8122. debug.ddb.capture.bufoff: 0
  8123. debug.ddb.scripting.unscript:
  8124. debug.ddb.scripting.scripts:
  8125. debug.ddb.textdump.do_version: 1
  8126. debug.ddb.textdump.do_panic: 1
  8127. debug.ddb.textdump.do_msgbuf: 1
  8128. debug.ddb.textdump.do_ddb: 1
  8129. debug.ddb.textdump.do_config: 1
  8130. debug.ddb.textdump.pending: 0
  8131. debug.ddb_use_printf: 0
  8132. debug.acpi.suspend_bounce: 0
  8133. debug.acpi.reset_clock: 1
  8134. debug.acpi.do_powerstate: 1
  8135. debug.acpi.interpreter_slack: 1
  8136. debug.acpi.enable_debug_objects: 0
  8137. debug.acpi.acpi_ca_version: 20101013
  8138. debug.acpi.ec.timeout: 750
  8139. debug.acpi.ec.polled: 0
  8140. debug.acpi.ec.burst: 0
  8141. debug.acpi.batt.batt_sleep_ms: 0
  8142. debug.acpi.resume_beep: 0
  8143. debug.firewire_debug: 0
  8144. debug.fwmem_debug: 0
  8145. debug.sbp_debug: 0
  8146. debug.mddebug: 0
  8147. debug.nullfs_bug_bypass: 0
  8148. debug.elf32_legacy_coredump: 0
  8149. debug.bootverbose: 0
  8150. debug.boothowto: -2147483648
  8151. debug.cpufreq.verbose: 0
  8152. debug.cpufreq.lowest: 0
  8153. debug.fail_point.buf_pressure: off
  8154. debug.sizeof.cdev_priv: 236
  8155. debug.sizeof.cdev: 184
  8156. debug.sizeof.g_bioq: 32
  8157. debug.sizeof.g_consumer: 60
  8158. debug.sizeof.g_provider: 88
  8159. debug.sizeof.g_geom: 68
  8160. debug.sizeof.g_class: 68
  8161. debug.sizeof.kinfo_proc: 768
  8162. debug.sizeof.buf: 336
  8163. debug.sizeof.bio: 140
  8164. debug.sizeof.proc: 680
  8165. debug.sizeof.vnode: 268
  8166. debug.sizeof.devstat: 240
  8167. debug.sizeof.namecache: 36
  8168. debug.sizeof.znode: 216
  8169. debug.osd: 0
  8170. debug.trace_on_panic: 0
  8171. debug.debugger_on_panic: 0
  8172. debug.to_avg_mpcalls: 983
  8173. debug.to_avg_lockcalls: 0
  8174. debug.to_avg_gcalls: 237
  8175. debug.to_avg_depth: 1261
  8176. debug.umtx.umtx_pi_allocated: 0
  8177. debug.kdb.stop_cpus: 1
  8178. debug.kdb.trap_code: 0
  8179. debug.kdb.trap: 0
  8180. debug.kdb.panic: 0
  8181. debug.kdb.enter: 0
  8182. debug.kdb.current: ddb
  8183. debug.kdb.available: ddb
  8184. debug.rman_debug: 0
  8185. debug.ttydebug: 0
  8186. debug.disablefullpath: 0
  8187. debug.disablecwd: 0
  8188. debug.vfscache: 1
  8189. debug.numcachehv: 466
  8190. debug.numcache: 4174
  8191. debug.numneg: 260
  8192. debug.ncnegfactor: 16
  8193. debug.nchash: 131071
  8194. debug.vnlru_nowhere: 0
  8195. debug.rush_requests: 0
  8196. debug.if_tun_debug: 0
  8197. debug.nlm_debug: 0
  8198. debug.crypto_timing: 0
  8199. debug.collectsnapstats: 0
  8200. debug.snapdebug: 0
  8201. debug.dopersistence: 0
  8202. debug.dir_entry: 0
  8203. debug.direct_blk_ptrs: 0
  8204. debug.inode_bitmap: 0
  8205. debug.indir_blk_ptrs: 0
  8206. debug.sync_limit_hit: 0
  8207. debug.ino_limit_hit: 0
  8208. debug.blk_limit_hit: 0
  8209. debug.ino_limit_push: 0
  8210. debug.blk_limit_push: 0
  8211. debug.worklist_push: 0
  8212. debug.maxindirdeps: 50
  8213. debug.tickdelay: 2
  8214. debug.max_softdeps: 447492
  8215. debug.dobkgrdwrite: 1
  8216. debug.bigcgs: 0
  8217. debug.dircheck: 0
  8218. debug.psm.pkterrthresh: 2
  8219. debug.psm.usecs: 500000
  8220. debug.psm.secs: 0
  8221. debug.psm.errusecs: 0
  8222. debug.psm.errsecs: 2
  8223. debug.psm.hz: 20
  8224. debug.psm.loglevel: 0
  8225. debug.fdc.settle: 125
  8226. debug.fdc.spec2: 16
  8227. debug.fdc.spec1: 175
  8228. debug.fdc.retries: 10
  8229. debug.fdc.debugflags: 0
  8230. debug.fdc.fifo: 8
  8231. debug.PMAP1unchanged: 1417489
  8232. debug.PMAP1changed: 10639
  8233. debug.PMAP1changedcpu: 12
  8234. debug.x86bios.int: 0
  8235. debug.x86bios.call: 0
  8236. debug.hwpstate_verbose: 0
  8237. debug.minidump: 1
  8238. hw.machine: i386
  8239. hw.model: Intel(R) Pentium(R) 4 CPU 3.20GHz
  8240. hw.ncpu: 2
  8241. hw.byteorder: 1234
  8242. hw.physmem: 2134016000
  8243. hw.usermem: 2051104768
  8244. hw.pagesize: 4096
  8245. hw.floatingpoint: 1
  8246. hw.machine_arch: i386
  8247. hw.realmem: 2147155968
  8248. hw.amr.force_sg32: 0
  8249. hw.ata.setmax: 0
  8250. hw.ata.wc: 1
  8251. hw.ata.atapi_dma: 1
  8252. hw.ata.ata_dma_check_80pin: 1
  8253. hw.ata.ata_dma: 1
  8254. hw.bce.msi_enable: 1
  8255. hw.bce.tso_enable: 1
  8256. hw.bge.allow_asf: 0
  8257. hw.cardbus.cis_debug: 0
  8258. hw.cardbus.debug: 0
  8259. hw.cs.recv_delay: 570
  8260. hw.cs.ignore_checksum_failure: 0
  8261. hw.firewire.hold_count: 0
  8262. hw.firewire.try_bmr: 1
  8263. hw.firewire.fwmem.speed: 2
  8264. hw.firewire.fwmem.eui64_lo: 0
  8265. hw.firewire.fwmem.eui64_hi: 0
  8266. hw.firewire.phydma_enable: 1
  8267. hw.firewire.nocyclemaster: 0
  8268. hw.firewire.sbp.tags: 0
  8269. hw.firewire.sbp.use_doorbell: 0
  8270. hw.firewire.sbp.scan_delay: 500
  8271. hw.firewire.sbp.login_delay: 1000
  8272. hw.firewire.sbp.exclusive_login: 1
  8273. hw.firewire.sbp.max_speed: -1
  8274. hw.firewire.sbp.auto_login: 1
  8275. hw.mfi.max_cmds: 128
  8276. hw.mfi.event_class: 0
  8277. hw.mfi.event_locale: 65535
  8278. hw.mps.disable_msi: 0
  8279. hw.mps.disable_msix: 0
  8280. hw.pccard.cis_debug: 0
  8281. hw.pccard.debug: 0
  8282. hw.cbb.debug: 0
  8283. hw.cbb.start_32_io: 4096
  8284. hw.cbb.start_16_io: 256
  8285. hw.cbb.start_memory: 2281701376
  8286. hw.pcic.pd6722_vsense: 1
  8287. hw.pcic.intr_mask: 57016
  8288. hw.pci.usb_early_takeover: 1
  8289. hw.pci.honor_msi_blacklist: 1
  8290. hw.pci.enable_msix: 1
  8291. hw.pci.enable_msi: 1
  8292. hw.pci.do_power_resume: 1
  8293. hw.pci.do_power_nodriver: 0
  8294. hw.pci.enable_io_modes: 1
  8295. hw.pci.default_vgapci_unit: 0
  8296. hw.pci.host_mem_start: 2147483648
  8297. hw.pci.mcfg: 1
  8298. hw.pci.irq_override_mask: 57080
  8299. hw.syscons.kbd_debug: 1
  8300. hw.syscons.kbd_reboot: 1
  8301. hw.syscons.bell: 1
  8302. hw.syscons.saver.keybonly: 1
  8303. hw.syscons.sc_no_suspend_vtswitch: 0
  8304. hw.usb.no_boot_wait: 0
  8305. hw.usb.debug: 0
  8306. hw.usb.usb_lang_mask: 255
  8307. hw.usb.usb_lang_id: 9
  8308. hw.usb.template: 0
  8309. hw.usb.power_timeout: 30
  8310. hw.usb.ucom.cons_baud: 9600
  8311. hw.usb.ucom.cons_unit: -1
  8312. hw.xe.debug: 0
  8313. hw.intr_storm_threshold: 1000
  8314. hw.pagesizes: 4096 0
  8315. hw.availpages: 521000
  8316. hw.bus.devctl_queue: 1000
  8317. hw.bus.devctl_disable: 0
  8318. hw.psm.tap_timeout: 125000
  8319. hw.psm.tap_threshold: 25
  8320. hw.kbd.keymap_restrict_change: 0
  8321. hw.busdma.total_bpages: 128
  8322. hw.busdma.zone0.total_bpages: 128
  8323. hw.busdma.zone0.free_bpages: 128
  8324. hw.busdma.zone0.reserved_bpages: 0
  8325. hw.busdma.zone0.active_bpages: 0
  8326. hw.busdma.zone0.total_bounced: 0
  8327. hw.busdma.zone0.total_deferred: 0
  8328. hw.busdma.zone0.lowaddr: 0xffffffff
  8329. hw.busdma.zone0.alignment: 4096
  8330. hw.clockrate: 3198
  8331. hw.via_feature_xcrypt: 0
  8332. hw.via_feature_rng: 0
  8333. hw.instruction_sse: 1
  8334. hw.apic.enable_extint: 0
  8335. hw.mca.erratum383: 0
  8336. hw.mca.amd10h_L1TP: 1
  8337. hw.mca.enabled: 1
  8338. hw.mca.count: 0
  8339. hw.mca.interval: 3600
  8340. hw.mca.force_scan: 0
  8341. hw.acpi.supported_sleep_state: S1 S3 S4 S5
  8342. hw.acpi.power_button_state: S5
  8343. hw.acpi.sleep_button_state: S1
  8344. hw.acpi.lid_switch_state: NONE
  8345. hw.acpi.standby_state: S1
  8346. hw.acpi.suspend_state: S3
  8347. hw.acpi.sleep_delay: 1
  8348. hw.acpi.s4bios: 0
  8349. hw.acpi.verbose: 0
  8350. hw.acpi.disable_on_reboot: 0
  8351. hw.acpi.handle_reboot: 0
  8352. hw.acpi.reset_video: 0
  8353. hw.acpi.cpu.cx_lowest: C1
  8354. machdep.acpi_timer_freq: 3579545
  8355. machdep.enable_panic_key: 0
  8356. machdep.rtc_save_period: 1800
  8357. machdep.adjkerntz: 0
  8358. machdep.wall_cmos_clock: 0
  8359. machdep.disable_rtc_set: 0
  8360. machdep.acpi_root: 1027456
  8361. machdep.disable_mtrrs: 0
  8362. machdep.guessed_bootdev: 2687500288
  8363. machdep.idle: acpi
  8364. machdep.idle_available: spin, mwait, mwait_hlt, hlt, acpi,
  8365. machdep.hlt_cpus: 0
  8366. machdep.prot_fault_translation: 0
  8367. machdep.panic_on_nmi: 1
  8368. machdep.kdb_on_nmi: 1
  8369. machdep.tsc_freq: 3198482064
  8370. machdep.i8254_freq: 1193182
  8371. machdep.hlt_logical_cpus: 0
  8372. machdep.logical_cpus_mask: 2
  8373. machdep.hyperthreading_allowed: 1
  8374. user.cs_path: /usr/bin:/bin:/usr/sbin:/sbin:
  8375. user.bc_base_max: 99
  8376. user.bc_dim_max: 2048
  8377. user.bc_scale_max: 99
  8378. user.bc_string_max: 1000
  8379. user.coll_weights_max: 0
  8380. user.expr_nest_max: 32
  8381. user.line_max: 2048
  8382. user.re_dup_max: 255
  8383. user.posix2_version: 199212
  8384. user.posix2_c_bind: 0
  8385. user.posix2_c_dev: 0
  8386. user.posix2_char_term: 0
  8387. user.posix2_fort_dev: 0
  8388. user.posix2_fort_run: 0
  8389. user.posix2_localedef: 0
  8390. user.posix2_sw_dev: 0
  8391. user.posix2_upe: 0
  8392. user.stream_max: 20
  8393. user.tzname_max: 255
  8394. p1003_1b.asynchronous_io: 200112
  8395. p1003_1b.mapped_files: 1
  8396. p1003_1b.memlock: 0
  8397. p1003_1b.memlock_range: 0
  8398. p1003_1b.memory_protection: 0
  8399. p1003_1b.message_passing: 0
  8400. p1003_1b.prioritized_io: 0
  8401. p1003_1b.priority_scheduling: 1
  8402. p1003_1b.realtime_signals: 200112
  8403. p1003_1b.semaphores: 0
  8404. p1003_1b.fsync: 0
  8405. p1003_1b.shared_memory_objects: 1
  8406. p1003_1b.synchronized_io: 0
  8407. p1003_1b.timers: 200112
  8408. p1003_1b.aio_listio_max: 16
  8409. p1003_1b.aio_max: 1024
  8410. p1003_1b.aio_prio_delta_max: 0
  8411. p1003_1b.delaytimer_max: 2147483647
  8412. p1003_1b.mq_open_max: 0
  8413. p1003_1b.pagesize: 4096
  8414. p1003_1b.rtsig_max: 62
  8415. p1003_1b.sem_nsems_max: 30
  8416. p1003_1b.sem_value_max: 2147483647
  8417. p1003_1b.sigqueue_max: 128
  8418. p1003_1b.timer_max: 32
  8419. p1003_1b.nsems: 0
  8420. security.jail.param.cpuset.id: 0
  8421. security.jail.param.host.hostid: 0
  8422. security.jail.param.host.hostuuid: 64
  8423. security.jail.param.host.domainname: 256
  8424. security.jail.param.host.hostname: 256
  8425. security.jail.param.children.max: 0
  8426. security.jail.param.children.cur: 0
  8427. security.jail.param.enforce_statfs: 0
  8428. security.jail.param.securelevel: 0
  8429. security.jail.param.path: 1024
  8430. security.jail.param.name: 256
  8431. security.jail.param.parent: 0
  8432. security.jail.param.jid: 0
  8433. security.jail.enforce_statfs: 2
  8434. security.jail.mount_allowed: 0
  8435. security.jail.chflags_allowed: 0
  8436. security.jail.allow_raw_sockets: 0
  8437. security.jail.sysvipc_allowed: 0
  8438. security.jail.socket_unixiproute_only: 1
  8439. security.jail.set_hostname_allowed: 1
  8440. security.jail.jail_max_af_ips: 255
  8441. security.jail.jailed: 0
  8442. security.bsd.map_at_zero: 0
  8443. security.bsd.suser_enabled: 1
  8444. security.bsd.unprivileged_proc_debug: 1
  8445. security.bsd.conservative_signals: 1
  8446. security.bsd.see_other_gids: 1
  8447. security.bsd.see_other_uids: 1
  8448. security.bsd.unprivileged_read_msgbuf: 1
  8449. security.bsd.hardlink_check_gid: 0
  8450. security.bsd.hardlink_check_uid: 0
  8451. security.bsd.unprivileged_get_quota: 0
  8452. security.bsd.stack_guard_page: 0
  8453. security.mac.labeled: 0
  8454. security.mac.max_slots: 4
  8455. security.mac.version: 4
  8456. security.mac.mmap_revocation_via_cow: 0
  8457. security.mac.mmap_revocation: 1
  8458. dev.nexus.0.%driver: nexus
  8459. dev.nexus.0.%parent: root0
  8460. dev.npx.0.%desc: math processor
  8461. dev.npx.0.%driver: npx
  8462. dev.npx.0.%parent: nexus0
  8463. dev.ram.0.%desc: System RAM
  8464. dev.ram.0.%driver: ram
  8465. dev.ram.0.%parent: nexus0
  8466. dev.cryptosoft.0.%desc: software crypto
  8467. dev.cryptosoft.0.%driver: cryptosoft
  8468. dev.cryptosoft.0.%parent: nexus0
  8469. dev.acpi.0.%desc: A M I OEMXSDT
  8470. dev.acpi.0.%driver: acpi
  8471. dev.acpi.0.%parent: nexus0
  8472. dev.acpi_sysresource.0.%desc: System Resource
  8473. dev.acpi_sysresource.0.%driver: acpi_sysresource
  8474. dev.acpi_sysresource.0.%location: handle=\_SB_.PCI0.SBRG.SIOR
  8475. dev.acpi_sysresource.0.%pnpinfo: _HID=PNP0C02 _UID=46
  8476. dev.acpi_sysresource.0.%parent: acpi0
  8477. dev.acpi_sysresource.1.%desc: System Resource
  8478. dev.acpi_sysresource.1.%driver: acpi_sysresource
  8479. dev.acpi_sysresource.1.%location: handle=\_SB_.PCI0.SBRG.RMSC
  8480. dev.acpi_sysresource.1.%pnpinfo: _HID=PNP0C02 _UID=16
  8481. dev.acpi_sysresource.1.%parent: acpi0
  8482. dev.acpi_sysresource.2.%desc: System Resource
  8483. dev.acpi_sysresource.2.%driver: acpi_sysresource
  8484. dev.acpi_sysresource.2.%location: handle=\_SB_.PCI0.SBRG.P3F6
  8485. dev.acpi_sysresource.2.%pnpinfo: _HID=PNP0C02 _UID=1014
  8486. dev.acpi_sysresource.2.%parent: acpi0
  8487. dev.acpi_sysresource.3.%desc: System Resource
  8488. dev.acpi_sysresource.3.%driver: acpi_sysresource
  8489. dev.acpi_sysresource.3.%location: handle=\_SB_.PCI0.SBRG.OMSC
  8490. dev.acpi_sysresource.3.%pnpinfo: _HID=PNP0C02 _UID=0
  8491. dev.acpi_sysresource.3.%parent: acpi0
  8492. dev.acpi_sysresource.4.%desc: System Resource
  8493. dev.acpi_sysresource.4.%driver: acpi_sysresource
  8494. dev.acpi_sysresource.4.%location: handle=\_SB_.RMEM
  8495. dev.acpi_sysresource.4.%pnpinfo: _HID=PNP0C01 _UID=1
  8496. dev.acpi_sysresource.4.%parent: acpi0
  8497. dev.acpi_timer.0.%desc: 24-bit timer at 3.579545MHz
  8498. dev.acpi_timer.0.%driver: acpi_timer
  8499. dev.acpi_timer.0.%location: unknown
  8500. dev.acpi_timer.0.%pnpinfo: unknown
  8501. dev.acpi_timer.0.%parent: acpi0
  8502. dev.cpu.0.%desc: ACPI CPU
  8503. dev.cpu.0.%driver: cpu
  8504. dev.cpu.0.%location: handle=\_PR_.CPU1
  8505. dev.cpu.0.%pnpinfo: _HID=none _UID=0
  8506. dev.cpu.0.%parent: acpi0
  8507. dev.cpu.0.freq: 3198
  8508. dev.cpu.0.freq_levels: 3198/-1 2798/-1 2398/-1 1998/-1 1599/-1 1199/-1 799/-1 399/-1
  8509. dev.cpu.0.cx_supported: C1/0
  8510. dev.cpu.0.cx_lowest: C1
  8511. dev.cpu.0.cx_usage: 100.00% last 2us
  8512. dev.cpu.1.%desc: ACPI CPU
  8513. dev.cpu.1.%driver: cpu
  8514. dev.cpu.1.%location: handle=\_PR_.CPU2
  8515. dev.cpu.1.%pnpinfo: _HID=none _UID=0
  8516. dev.cpu.1.%parent: acpi0
  8517. dev.cpu.1.cx_supported: C1/0
  8518. dev.cpu.1.cx_lowest: C1
  8519. dev.cpu.1.cx_usage: 100.00% last 158us
  8520. dev.pci_link.0.%desc: ACPI PCI Link LNKA
  8521. dev.pci_link.0.%driver: pci_link
  8522. dev.pci_link.0.%location: handle=\_SB_.LNKA
  8523. dev.pci_link.0.%pnpinfo: _HID=PNP0C0F _UID=1
  8524. dev.pci_link.0.%parent: acpi0
  8525. dev.pci_link.1.%desc: ACPI PCI Link LNKB
  8526. dev.pci_link.1.%driver: pci_link
  8527. dev.pci_link.1.%location: handle=\_SB_.LNKB
  8528. dev.pci_link.1.%pnpinfo: _HID=PNP0C0F _UID=2
  8529. dev.pci_link.1.%parent: acpi0
  8530. dev.pci_link.2.%desc: ACPI PCI Link LNKC
  8531. dev.pci_link.2.%driver: pci_link
  8532. dev.pci_link.2.%location: handle=\_SB_.LNKC
  8533. dev.pci_link.2.%pnpinfo: _HID=PNP0C0F _UID=3
  8534. dev.pci_link.2.%parent: acpi0
  8535. dev.pci_link.3.%desc: ACPI PCI Link LNKD
  8536. dev.pci_link.3.%driver: pci_link
  8537. dev.pci_link.3.%location: handle=\_SB_.LNKD
  8538. dev.pci_link.3.%pnpinfo: _HID=PNP0C0F _UID=4
  8539. dev.pci_link.3.%parent: acpi0
  8540. dev.pci_link.4.%desc: ACPI PCI Link LNKE
  8541. dev.pci_link.4.%driver: pci_link
  8542. dev.pci_link.4.%location: handle=\_SB_.LNKE
  8543. dev.pci_link.4.%pnpinfo: _HID=PNP0C0F _UID=5
  8544. dev.pci_link.4.%parent: acpi0
  8545. dev.pci_link.5.%desc: ACPI PCI Link LNKF
  8546. dev.pci_link.5.%driver: pci_link
  8547. dev.pci_link.5.%location: handle=\_SB_.LNKF
  8548. dev.pci_link.5.%pnpinfo: _HID=PNP0C0F _UID=6
  8549. dev.pci_link.5.%parent: acpi0
  8550. dev.pci_link.6.%desc: ACPI PCI Link LNKG
  8551. dev.pci_link.6.%driver: pci_link
  8552. dev.pci_link.6.%location: handle=\_SB_.LNKG
  8553. dev.pci_link.6.%pnpinfo: _HID=PNP0C0F _UID=7
  8554. dev.pci_link.6.%parent: acpi0
  8555. dev.pci_link.7.%desc: ACPI PCI Link LNKH
  8556. dev.pci_link.7.%driver: pci_link
  8557. dev.pci_link.7.%location: handle=\_SB_.LNKH
  8558. dev.pci_link.7.%pnpinfo: _HID=PNP0C0F _UID=8
  8559. dev.pci_link.7.%parent: acpi0
  8560. dev.pcib.0.%desc: ACPI Host-PCI bridge
  8561. dev.pcib.0.%driver: pcib
  8562. dev.pcib.0.%location: handle=\_SB_.PCI0
  8563. dev.pcib.0.%pnpinfo: _HID=PNP0A03 _UID=0
  8564. dev.pcib.0.%parent: acpi0
  8565. dev.pcib.1.%desc: ACPI PCI-PCI bridge
  8566. dev.pcib.1.%driver: pcib
  8567. dev.pcib.1.%location: slot=1 function=0 handle=\_SB_.PCI0.P0P1
  8568. dev.pcib.1.%pnpinfo: vendor=0x8086 device=0x2571 subvendor=0x0000 subdevice=0x0000 class=0x060400
  8569. dev.pcib.1.%parent: pci0
  8570. dev.pcib.1.domain: 0
  8571. dev.pcib.1.pribus: 0
  8572. dev.pcib.1.secbus: 1
  8573. dev.pcib.1.subbus: 1
  8574. dev.pcib.2.%desc: ACPI PCI-PCI bridge
  8575. dev.pcib.2.%driver: pcib
  8576. dev.pcib.2.%location: slot=30 function=0 handle=\_SB_.PCI0.P0P4
  8577. dev.pcib.2.%pnpinfo: vendor=0x8086 device=0x244e subvendor=0x0000 subdevice=0x0000 class=0x060400
  8578. dev.pcib.2.%parent: pci0
  8579. dev.pcib.2.domain: 0
  8580. dev.pcib.2.pribus: 0
  8581. dev.pcib.2.secbus: 2
  8582. dev.pcib.2.subbus: 2
  8583. dev.pcib.2.wake: 0
  8584. dev.pci.0.%desc: ACPI PCI bus
  8585. dev.pci.0.%driver: pci
  8586. dev.pci.0.%parent: pcib0
  8587. dev.pci.1.%desc: ACPI PCI bus
  8588. dev.pci.1.%driver: pci
  8589. dev.pci.1.%parent: pcib1
  8590. dev.pci.2.%desc: ACPI PCI bus
  8591. dev.pci.2.%driver: pci
  8592. dev.pci.2.%parent: pcib2
  8593. dev.pci.2.wake: 0
  8594. dev.hostb.0.%desc: Host to PCI bridge
  8595. dev.hostb.0.%driver: hostb
  8596. dev.hostb.0.%location: slot=0 function=0
  8597. dev.hostb.0.%pnpinfo: vendor=0x8086 device=0x2570 subvendor=0x1043 subdevice=0x80f2 class=0x060000
  8598. dev.hostb.0.%parent: pci0
  8599. dev.agp.0.%desc: Intel 82865 host to AGP bridge
  8600. dev.agp.0.%driver: agp
  8601. dev.agp.0.%parent: hostb0
  8602. dev.vgapci.0.%desc: VGA-compatible display
  8603. dev.vgapci.0.%driver: vgapci
  8604. dev.vgapci.0.%location: slot=0 function=0
  8605. dev.vgapci.0.%pnpinfo: vendor=0x10de device=0x0110 subvendor=0x1043 subdevice=0x4021 class=0x030000
  8606. dev.vgapci.0.%parent: pci1
  8607. dev.vgapm.0.%desc: VGA suspend/resume
  8608. dev.vgapm.0.%driver: vgapm
  8609. dev.vgapm.0.%parent: vgapci0
  8610. dev.scpm.0.%desc: sc suspend/resume
  8611. dev.scpm.0.%driver: scpm
  8612. dev.scpm.0.%parent: vgapm0
  8613. dev.uhci.0.%desc: Intel 82801EB (ICH5) USB controller USB-A
  8614. dev.uhci.0.%driver: uhci
  8615. dev.uhci.0.%location: slot=29 function=0 handle=\_SB_.PCI0.USB1
  8616. dev.uhci.0.%pnpinfo: vendor=0x8086 device=0x24d2 subvendor=0x1043 subdevice=0x80a6 class=0x0c0300
  8617. dev.uhci.0.%parent: pci0
  8618. dev.uhci.0.wake: 0
  8619. dev.uhci.1.%desc: Intel 82801EB (ICH5) USB controller USB-B
  8620. dev.uhci.1.%driver: uhci
  8621. dev.uhci.1.%location: slot=29 function=1 handle=\_SB_.PCI0.USB2
  8622. dev.uhci.1.%pnpinfo: vendor=0x8086 device=0x24d4 subvendor=0x1043 subdevice=0x80a6 class=0x0c0300
  8623. dev.uhci.1.%parent: pci0
  8624. dev.uhci.1.wake: 0
  8625. dev.uhci.2.%desc: Intel 82801EB (ICH5) USB controller USB-C
  8626. dev.uhci.2.%driver: uhci
  8627. dev.uhci.2.%location: slot=29 function=2 handle=\_SB_.PCI0.USB3
  8628. dev.uhci.2.%pnpinfo: vendor=0x8086 device=0x24d7 subvendor=0x1043 subdevice=0x80a6 class=0x0c0300
  8629. dev.uhci.2.%parent: pci0
  8630. dev.uhci.2.wake: 0
  8631. dev.uhci.3.%desc: Intel 82801EB (ICH5) USB controller USB-D
  8632. dev.uhci.3.%driver: uhci
  8633. dev.uhci.3.%location: slot=29 function=3 handle=\_SB_.PCI0.USB4
  8634. dev.uhci.3.%pnpinfo: vendor=0x8086 device=0x24de subvendor=0x1043 subdevice=0x80a6 class=0x0c0300
  8635. dev.uhci.3.%parent: pci0
  8636. dev.uhci.3.wake: 0
  8637. dev.usbus.0.%desc: Intel 82801EB (ICH5) USB controller USB-A
  8638. dev.usbus.0.%driver: usbus
  8639. dev.usbus.0.%parent: uhci0
  8640. dev.usbus.1.%desc: Intel 82801EB (ICH5) USB controller USB-B
  8641. dev.usbus.1.%driver: usbus
  8642. dev.usbus.1.%parent: uhci1
  8643. dev.usbus.2.%desc: Intel 82801EB (ICH5) USB controller USB-C
  8644. dev.usbus.2.%driver: usbus
  8645. dev.usbus.2.%parent: uhci2
  8646. dev.usbus.3.%desc: Intel 82801EB (ICH5) USB controller USB-D
  8647. dev.usbus.3.%driver: usbus
  8648. dev.usbus.3.%parent: uhci3
  8649. dev.usbus.4.%desc: Intel 82801EB/R (ICH5) USB 2.0 controller
  8650. dev.usbus.4.%driver: usbus
  8651. dev.usbus.4.%parent: ehci0
  8652. dev.ehci.0.%desc: Intel 82801EB/R (ICH5) USB 2.0 controller
  8653. dev.ehci.0.%driver: ehci
  8654. dev.ehci.0.%location: slot=29 function=7 handle=\_SB_.PCI0.EUSB
  8655. dev.ehci.0.%pnpinfo: vendor=0x8086 device=0x24dd subvendor=0x1043 subdevice=0x80a6 class=0x0c0320
  8656. dev.ehci.0.%parent: pci0
  8657. dev.ehci.0.wake: 0
  8658. dev.skc.0.%desc: Marvell Gigabit Ethernet
  8659. dev.skc.0.%driver: skc
  8660. dev.skc.0.%location: slot=5 function=0
  8661. dev.skc.0.%pnpinfo: vendor=0x11ab device=0x4320 subvendor=0x1043 subdevice=0x811a class=0x020000
  8662. dev.skc.0.%parent: pci2
  8663. dev.skc.0.int_mod: 100
  8664. dev.sk.0.%desc: Marvell Semiconductor, Inc. Yukon
  8665. dev.sk.0.%driver: sk
  8666. dev.sk.0.%parent: skc0
  8667. dev.miibus.0.%desc: MII bus
  8668. dev.miibus.0.%driver: miibus
  8669. dev.miibus.0.%parent: sk0
  8670. dev.e1000phy.0.%desc: Marvell 88E1011 Gigabit PHY
  8671. dev.e1000phy.0.%driver: e1000phy
  8672. dev.e1000phy.0.%location: phyno=0
  8673. dev.e1000phy.0.%pnpinfo: oui=0x5043 model=0x2 rev=0x5
  8674. dev.e1000phy.0.%parent: miibus0
  8675. dev.isab.0.%desc: PCI-ISA bridge
  8676. dev.isab.0.%driver: isab
  8677. dev.isab.0.%location: slot=31 function=0 handle=\_SB_.PCI0.SBRG
  8678. dev.isab.0.%pnpinfo: vendor=0x8086 device=0x24d0 subvendor=0x0000 subdevice=0x0000 class=0x060100
  8679. dev.isab.0.%parent: pci0
  8680. dev.isa.0.%desc: ISA bus
  8681. dev.isa.0.%driver: isa
  8682. dev.isa.0.%parent: isab0
  8683. dev.atapci.0.%desc: Intel ICH5 UDMA100 controller
  8684. dev.atapci.0.%driver: atapci
  8685. dev.atapci.0.%location: slot=31 function=1 handle=\_SB_.PCI0.IDE0
  8686. dev.atapci.0.%pnpinfo: vendor=0x8086 device=0x24db subvendor=0x1043 subdevice=0x80a6 class=0x01018f
  8687. dev.atapci.0.%parent: pci0
  8688. dev.atapci.1.%desc: Intel ICH5 SATA150 controller
  8689. dev.atapci.1.%driver: atapci
  8690. dev.atapci.1.%location: slot=31 function=2 handle=\_SB_.PCI0.IDE1
  8691. dev.atapci.1.%pnpinfo: vendor=0x8086 device=0x24d1 subvendor=0x1043 subdevice=0x80a6 class=0x01018f
  8692. dev.atapci.1.%parent: pci0
  8693. dev.ata.2.%desc: ATA channel 0
  8694. dev.ata.2.%driver: ata
  8695. dev.ata.2.%location: channel=0
  8696. dev.ata.2.%parent: atapci0
  8697. dev.ata.3.%desc: ATA channel 1
  8698. dev.ata.3.%driver: ata
  8699. dev.ata.3.%location: channel=1
  8700. dev.ata.3.%parent: atapci0
  8701. dev.ata.4.%desc: ATA channel 0
  8702. dev.ata.4.%driver: ata
  8703. dev.ata.4.%location: channel=0
  8704. dev.ata.4.%parent: atapci1
  8705. dev.ata.5.%desc: ATA channel 1
  8706. dev.ata.5.%driver: ata
  8707. dev.ata.5.%location: channel=1
  8708. dev.ata.5.%parent: atapci1
  8709. dev.ata.0.%driver: ata
  8710. dev.ata.0.%parent: isa0
  8711. dev.ata.1.%driver: ata
  8712. dev.ata.1.%parent: isa0
  8713. dev.acpi_button.0.%desc: Power Button
  8714. dev.acpi_button.0.%driver: acpi_button
  8715. dev.acpi_button.0.%location: handle=\_SB_.PWRB
  8716. dev.acpi_button.0.%pnpinfo: _HID=PNP0C0C _UID=170
  8717. dev.acpi_button.0.%parent: acpi0
  8718. dev.atpic.0.%desc: AT interrupt controller
  8719. dev.atpic.0.%driver: atpic
  8720. dev.atpic.0.%location: handle=\_SB_.PCI0.SBRG.PIC_
  8721. dev.atpic.0.%pnpinfo: _HID=PNP0000 _UID=0
  8722. dev.atpic.0.%parent: acpi0
  8723. dev.atdma.0.%desc: AT DMA controller
  8724. dev.atdma.0.%driver: atdma
  8725. dev.atdma.0.%location: handle=\_SB_.PCI0.SBRG.DMAD
  8726. dev.atdma.0.%pnpinfo: _HID=PNP0200 _UID=0
  8727. dev.atdma.0.%parent: acpi0
  8728. dev.attimer.0.%desc: AT timer
  8729. dev.attimer.0.%driver: attimer
  8730. dev.attimer.0.%location: handle=\_SB_.PCI0.SBRG.TMR_
  8731. dev.attimer.0.%pnpinfo: _HID=PNP0100 _UID=0
  8732. dev.attimer.0.%parent: acpi0
  8733. dev.atrtc.0.%desc: AT realtime clock
  8734. dev.atrtc.0.%driver: atrtc
  8735. dev.atrtc.0.%location: handle=\_SB_.PCI0.SBRG.RTC0
  8736. dev.atrtc.0.%pnpinfo: _HID=PNP0B00 _UID=0
  8737. dev.atrtc.0.%parent: acpi0
  8738. dev.npxisa.0.%desc: Legacy ISA coprocessor support
  8739. dev.npxisa.0.%driver: npxisa
  8740. dev.npxisa.0.%location: handle=\_SB_.PCI0.SBRG.COPR
  8741. dev.npxisa.0.%pnpinfo: _HID=PNP0C04 _UID=0
  8742. dev.npxisa.0.%parent: acpi0
  8743. dev.fdc.0.%desc: Enhanced floppy controller
  8744. dev.fdc.0.%driver: fdc
  8745. dev.fdc.0.%location: handle=\_SB_.PCI0.SBRG.FDC_
  8746. dev.fdc.0.%pnpinfo: _HID=PNP0700 _UID=0
  8747. dev.fdc.0.%parent: acpi0
  8748. dev.apic.0.%desc: APIC resources
  8749. dev.apic.0.%driver: apic
  8750. dev.apic.0.%parent: nexus0
  8751. dev.pmtimer.0.%driver: pmtimer
  8752. dev.pmtimer.0.%parent: isa0
  8753. dev.sc.0.%desc: System console
  8754. dev.sc.0.%driver: sc
  8755. dev.sc.0.%parent: isa0
  8756. dev.vga.0.%desc: Generic ISA VGA
  8757. dev.vga.0.%driver: vga
  8758. dev.vga.0.%parent: isa0
  8759. dev.atkbdc.0.%desc: Keyboard controller (i8042)
  8760. dev.atkbdc.0.%driver: atkbdc
  8761. dev.atkbdc.0.%parent: isa0
  8762. dev.atkbd.0.%desc: AT Keyboard
  8763. dev.atkbd.0.%driver: atkbd
  8764. dev.atkbd.0.%parent: atkbdc0
  8765. dev.p4tcc.0.%desc: CPU Frequency Thermal Control
  8766. dev.p4tcc.0.%driver: p4tcc
  8767. dev.p4tcc.0.%parent: cpu0
  8768. dev.p4tcc.0.freq_settings: 10000/-1 8750/-1 7500/-1 6250/-1 5000/-1 3750/-1 2500/-1 1250/-1
  8769. dev.p4tcc.1.%desc: CPU Frequency Thermal Control
  8770. dev.p4tcc.1.%driver: p4tcc
  8771. dev.p4tcc.1.%parent: cpu1
  8772. dev.p4tcc.1.freq_settings: 10000/-1 8750/-1 7500/-1 6250/-1 5000/-1 3750/-1 2500/-1 1250/-1
  8773. dev.cpufreq.0.%driver: cpufreq
  8774. dev.cpufreq.0.%parent: cpu0
  8775. dev.cpufreq.1.%driver: cpufreq
  8776. dev.cpufreq.1.%parent: cpu1
  8777. dev.uhub.0.%desc: Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1
  8778. dev.uhub.0.%driver: uhub
  8779. dev.uhub.0.%parent: usbus0
  8780. dev.uhub.1.%desc: Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1
  8781. dev.uhub.1.%driver: uhub
  8782. dev.uhub.1.%parent: usbus1
  8783. dev.uhub.2.%desc: Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1
  8784. dev.uhub.2.%driver: uhub
  8785. dev.uhub.2.%parent: usbus2
  8786. dev.uhub.3.%desc: Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1
  8787. dev.uhub.3.%driver: uhub
  8788. dev.uhub.3.%parent: usbus3
  8789. dev.uhub.4.%desc: Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1
  8790. dev.uhub.4.%driver: uhub
  8791. dev.uhub.4.%parent: usbus4
  8792. dev.umass.0.%desc: USB2.0 DISK, class 0/0, rev 2.00/1.00, addr 2
  8793. dev.umass.0.%driver: umass
  8794. dev.umass.0.%location: bus=1 hubaddr=2 port=4 devaddr=2 interface=0
  8795. dev.umass.0.%pnpinfo: vendor=0xcd12 product=0xef18 devclass=0x00 devsubclass=0x00 sernum="A0F45B25DB08091A" release=0x0100 intclass=0x08 intsubclass=0x06
  8796. dev.umass.0.%parent: uhub4
  8797. hptmv.status: RocketRAID 18xx SATA Controller driver Version v1.16
  8798.  
  8799. kstat.zfs.misc.zfetchstats.hits: 8701
  8800. kstat.zfs.misc.zfetchstats.misses: 227
  8801. kstat.zfs.misc.zfetchstats.colinear_hits: 0
  8802. kstat.zfs.misc.zfetchstats.colinear_misses: 227
  8803. kstat.zfs.misc.zfetchstats.stride_hits: 8605
  8804. kstat.zfs.misc.zfetchstats.stride_misses: 0
  8805. kstat.zfs.misc.zfetchstats.reclaim_successes: 0
  8806. kstat.zfs.misc.zfetchstats.reclaim_failures: 227
  8807. kstat.zfs.misc.zfetchstats.streams_resets: 0
  8808. kstat.zfs.misc.zfetchstats.streams_noresets: 96
  8809. kstat.zfs.misc.zfetchstats.bogus_streams: 0
  8810. kstat.zfs.misc.arcstats.hits: 5085
  8811. kstat.zfs.misc.arcstats.misses: 183
  8812. kstat.zfs.misc.arcstats.demand_data_hits: 0
  8813. kstat.zfs.misc.arcstats.demand_data_misses: 0
  8814. kstat.zfs.misc.arcstats.demand_metadata_hits: 5054
  8815. kstat.zfs.misc.arcstats.demand_metadata_misses: 81
  8816. kstat.zfs.misc.arcstats.prefetch_data_hits: 0
  8817. kstat.zfs.misc.arcstats.prefetch_data_misses: 0
  8818. kstat.zfs.misc.arcstats.prefetch_metadata_hits: 31
  8819. kstat.zfs.misc.arcstats.prefetch_metadata_misses: 102
  8820. kstat.zfs.misc.arcstats.mru_hits: 1969
  8821. kstat.zfs.misc.arcstats.mru_ghost_hits: 0
  8822. kstat.zfs.misc.arcstats.mfu_hits: 3086
  8823. kstat.zfs.misc.arcstats.mfu_ghost_hits: 0
  8824. kstat.zfs.misc.arcstats.allocated: 201
  8825. kstat.zfs.misc.arcstats.deleted: 71
  8826. kstat.zfs.misc.arcstats.stolen: 0
  8827. kstat.zfs.misc.arcstats.recycle_miss: 0
  8828. kstat.zfs.misc.arcstats.mutex_miss: 0
  8829. kstat.zfs.misc.arcstats.evict_skip: 1
  8830. kstat.zfs.misc.arcstats.evict_l2_cached: 0
  8831. kstat.zfs.misc.arcstats.evict_l2_eligible: 0
  8832. kstat.zfs.misc.arcstats.evict_l2_ineligible: 2048
  8833. kstat.zfs.misc.arcstats.hash_elements: 116
  8834. kstat.zfs.misc.arcstats.hash_elements_max: 116
  8835. kstat.zfs.misc.arcstats.hash_collisions: 0
  8836. kstat.zfs.misc.arcstats.hash_chains: 0
  8837. kstat.zfs.misc.arcstats.hash_chain_max: 0
  8838. kstat.zfs.misc.arcstats.p: 167772160
  8839. kstat.zfs.misc.arcstats.c: 335544320
  8840. kstat.zfs.misc.arcstats.c_min: 41943040
  8841. kstat.zfs.misc.arcstats.c_max: 335544320
  8842. kstat.zfs.misc.arcstats.size: 2270504
  8843. kstat.zfs.misc.arcstats.hdr_size: 20880
  8844. kstat.zfs.misc.arcstats.data_size: 1237504
  8845. kstat.zfs.misc.arcstats.other_size: 1012120
  8846. kstat.zfs.misc.arcstats.l2_hits: 0
  8847. kstat.zfs.misc.arcstats.l2_misses: 0
  8848. kstat.zfs.misc.arcstats.l2_feeds: 0
  8849. kstat.zfs.misc.arcstats.l2_rw_clash: 0
  8850. kstat.zfs.misc.arcstats.l2_read_bytes: 0
  8851. kstat.zfs.misc.arcstats.l2_write_bytes: 0
  8852. kstat.zfs.misc.arcstats.l2_writes_sent: 0
  8853. kstat.zfs.misc.arcstats.l2_writes_done: 0
  8854. kstat.zfs.misc.arcstats.l2_writes_error: 0
  8855. kstat.zfs.misc.arcstats.l2_writes_hdr_miss: 0
  8856. kstat.zfs.misc.arcstats.l2_evict_lock_retry: 0
  8857. kstat.zfs.misc.arcstats.l2_evict_reading: 0
  8858. kstat.zfs.misc.arcstats.l2_free_on_write: 0
  8859. kstat.zfs.misc.arcstats.l2_abort_lowmem: 0
  8860. kstat.zfs.misc.arcstats.l2_cksum_bad: 0
  8861. kstat.zfs.misc.arcstats.l2_io_error: 0
  8862. kstat.zfs.misc.arcstats.l2_size: 0
  8863. kstat.zfs.misc.arcstats.l2_hdr_size: 0
  8864. kstat.zfs.misc.arcstats.memory_throttle_count: 0
  8865. kstat.zfs.misc.arcstats.l2_write_trylock_fail: 0
  8866. kstat.zfs.misc.arcstats.l2_write_passed_headroom: 0
  8867. kstat.zfs.misc.arcstats.l2_write_spa_mismatch: 0
  8868. kstat.zfs.misc.arcstats.l2_write_in_l2: 0
  8869. kstat.zfs.misc.arcstats.l2_write_io_in_progress: 0
  8870. kstat.zfs.misc.arcstats.l2_write_not_cacheable: 1
  8871. kstat.zfs.misc.arcstats.l2_write_full: 0
  8872. kstat.zfs.misc.arcstats.l2_write_buffer_iter: 0
  8873. kstat.zfs.misc.arcstats.l2_write_pios: 0
  8874. kstat.zfs.misc.arcstats.l2_write_buffer_bytes_scanned: 0
  8875. kstat.zfs.misc.arcstats.l2_write_buffer_list_iter: 0
  8876. kstat.zfs.misc.arcstats.l2_write_buffer_list_null_iter: 0
  8877. kstat.zfs.misc.vdev_cache_stats.delegations: 2526
  8878. kstat.zfs.misc.vdev_cache_stats.hits: 36
  8879. kstat.zfs.misc.vdev_cache_stats.misses: 166
  8880.  
  8881.  
  8882. +--------------------------------------------------------------------------------+
  8883. + uptime +
  8884. +--------------------------------------------------------------------------------+
  8885. 7:47PM up 4 mins, 1 user, load averages: 0.29, 0.38, 0.21
  8886.  
  8887.  
  8888. +--------------------------------------------------------------------------------+
  8889. + ps -axw +
  8890. +--------------------------------------------------------------------------------+
  8891. PID TT STAT TIME COMMAND
  8892. 0 ?? DLs 0:00.13 [kernel]
  8893. 1 ?? SLs 0:00.01 /sbin/init --
  8894. 2 ?? DL 0:00.26 [g_event]
  8895. 3 ?? DL 0:00.10 [g_up]
  8896. 4 ?? DL 0:00.14 [g_down]
  8897. 5 ?? DL 0:00.00 [crypto]
  8898. 6 ?? DL 0:00.00 [crypto returns]
  8899. 7 ?? DL 0:00.00 [fdc0]
  8900. 8 ?? DL 0:00.00 [xpt_thrd]
  8901. 9 ?? DL 0:00.00 [pagedaemon]
  8902. 10 ?? DL 0:00.00 [audit]
  8903. 11 ?? RL 7:07.41 [idle]
  8904. 12 ?? WL 0:00.75 [intr]
  8905. 13 ?? DL 0:00.02 [yarrow]
  8906. 14 ?? DL 0:00.15 [usb]
  8907. 15 ?? DL 0:00.00 [vmdaemon]
  8908. 16 ?? DL 0:00.00 [pagezero]
  8909. 17 ?? DL 0:00.00 [bufdaemon]
  8910. 18 ?? DL 0:00.06 [syncer]
  8911. 19 ?? DL 0:00.00 [vnlru]
  8912. 20 ?? DL 0:00.00 [softdepflush]
  8913. 39 ?? DL 0:00.03 [md0]
  8914. 49 ?? DL 0:00.00 [md1]
  8915. 59 ?? DL 0:00.10 [md2]
  8916. 161 ?? DL 0:00.02 [zfskern]
  8917. 650 ?? Is 0:00.00 dhclient: sk0 [priv] (dhclient)
  8918. 672 ?? Ss 0:00.00 dhclient: sk0 (dhclient)
  8919. 799 ?? Is 0:00.00 /sbin/devd
  8920. 1098 ?? Ss 0:00.13 /usr/sbin/syslogd -s -C
  8921. 1234 ?? Ss 0:00.02 /usr/sbin/rpcbind
  8922. 1236 ?? Is 0:00.04 nfsd: master (nfsd)
  8923. 1237 ?? S 0:00.00 nfsd: server (nfsd)
  8924. 1251 ?? Is 0:00.00 /usr/sbin/rpc.statd
  8925. 1265 ?? Ss 0:00.00 /usr/sbin/rpc.lockd
  8926. 1315 ?? I 0:00.01 /usr/local/sbin/smartd -p /var/run/smartd.pid -i 1800
  8927. 1527 ?? Ss 0:00.01 /usr/local/sbin/nmbd -D -s /usr/local/etc/smb.conf
  8928. 1531 ?? Ss 0:00.06 /usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf
  8929. 1590 ?? I 0:00.00 /usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf
  8930. 1661 ?? Ss 0:00.02 /usr/sbin/ntpd -g -c /etc/ntp.conf -p /var/run/ntpd.pid -f /var/db/ntpd.drift
  8931. 1669 ?? Ss 0:00.06 /usr/sbin/powerd
  8932. 1847 ?? Ss 0:00.00 proftpd: (accepting connections) (proftpd)
  8933. 1911 ?? S 0:05.61 /usr/local/bin/python /usr/local/www/freenasUI/manage.py runfcgi method=threaded socket=/tmp/django.sock
  8934. 2008 ?? Ss 0:00.34 /usr/local/sbin/collectd
  8935. 2110 ?? Is 0:00.00 /usr/sbin/sshd
  8936. 2132 ?? Is 0:00.01 /usr/sbin/cron -s
  8937. 2321 ?? Is 0:00.00 /usr/sbin/mountd -r /etc/exports /etc/zfs/exports
  8938. 2403 ?? S 0:00.13 /usr/local/sbin/lighttpd -f /usr/local/etc/lighttpd/lighttpd.conf
  8939. 2484 ?? Ss 0:00.01 /usr/sbin/bsnmpd
  8940. 2512 ?? Is 0:00.11 sshd: root@pts/0 (sshd)
  8941. 2559 ?? S 0:00.11 /bin/sh /usr/local/bin/freenas-debug -a -g -h -l -n -s -y -t -z
  8942. 3795 ?? S 0:00.00 /bin/sh /usr/local/bin/freenas-debug -a -g -h -l -n -s -y -t -z
  8943. 3796 ?? S 0:00.00 tee -a /var/tmp/freenas-debug.txt
  8944. 3802 ?? R 0:00.00 ps -axw
  8945. 2494 v0 Is+ 0:00.51 python /etc/netcli
  8946. 2495 v1 Is+ 0:00.00 /usr/libexec/getty Pc ttyv1
  8947. 2496 v2 Is+ 0:00.00 /usr/libexec/getty Pc ttyv2
  8948. 2497 v3 Is+ 0:00.00 /usr/libexec/getty Pc ttyv3
  8949. 2498 v4 Is+ 0:00.00 /usr/libexec/getty Pc ttyv4
  8950. 2499 v5 Is+ 0:00.00 /usr/libexec/getty Pc ttyv5
  8951. 2500 v6 Is+ 0:00.00 /usr/libexec/getty Pc ttyv6
  8952. 2501 v7 Is+ 0:00.00 /usr/libexec/getty Pc ttyv7
  8953. 2514 0 Is+ 0:00.06 -csh (csh)
  8954.  
  8955.  
  8956. +--------------------------------------------------------------------------------+
  8957. + mount +
  8958. +--------------------------------------------------------------------------------+
  8959. /dev/ufs/FreeNASs2a on / (ufs, local, read-only)
  8960. devfs on /dev (devfs, local, multilabel)
  8961. /dev/md0 on /etc (ufs, local)
  8962. /dev/md1 on /mnt (ufs, local)
  8963. /dev/md2 on /var (ufs, local)
  8964. /dev/ufs/FreeNASs4 on /data (ufs, local, noatime, soft-updates)
  8965. DISCO on /mnt/DISCO (zfs, NFS exported, local)
  8966. DISCO/satelite on /mnt/DISCO/satelite (zfs, NFS exported, local)
  8967.  
  8968.  
  8969. +--------------------------------------------------------------------------------+
  8970. + df -h +
  8971. +--------------------------------------------------------------------------------+
  8972. Filesystem Size Used Avail Capacity Mounted on
  8973. /dev/ufs/FreeNASs2a 927M 353M 499M 41% /
  8974. devfs 1.0K 1.0K 0B 100% /dev
  8975. /dev/md0 4.6M 1.9M 2.3M 44% /etc
  8976. /dev/md1 824K 2.0K 756K 0% /mnt
  8977. /dev/md2 149M 8.9M 128M 6% /var
  8978. /dev/ufs/FreeNASs4 20M 842K 17M 5% /data
  8979. DISCO 1.3T 1.1T 209G 85% /mnt/DISCO
  8980. DISCO/satelite 10G 5.2M 10G 0% /mnt/DISCO/satelite
  8981.  
  8982.  
  8983. +--------------------------------------------------------------------------------+
  8984. + swapinfo -h +
  8985. +--------------------------------------------------------------------------------+
  8986. Device 512-blocks Used Avail Capacity
  8987. /dev/ada1p1 2097152 0B 1.0G 0%
  8988. /dev/ada2p1 2097152 0B 1.0G 0%
  8989. Total 4194304 0B 2.0G 0%
  8990.  
  8991.  
  8992. +--------------------------------------------------------------------------------+
  8993. + kldstat +
  8994. +--------------------------------------------------------------------------------+
  8995. Id Refs Address Size Name
  8996. 1 20 0x80400000 ad4518 kernel
  8997. 2 1 0x80ed5000 6050 geom_gate.ko
  8998. 3 1 0x80edc000 1693c geom_mirror.ko
  8999. 4 1 0x80ef3000 17d10 geom_raid3.ko
  9000. 5 1 0x80f0b000 7864 geom_stripe.ko
  9001. 6 1 0x80f13000 100dc fuse.ko
  9002. 7 1 0x85db8000 138000 zfs.ko
  9003. 8 1 0x85ef0000 3000 opensolaris.ko
  9004.  
  9005.  
  9006. +--------------------------------------------------------------------------------+
  9007. + dmesg +
  9008. +--------------------------------------------------------------------------------+
  9009. Copyright (c) 1992-2011 The FreeBSD Project.
  9010. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
  9011. The Regents of the University of California. All rights reserved.
  9012. FreeBSD is a registered trademark of The FreeBSD Foundation.
  9013. FreeBSD 8.2-RELEASE-p6 #0: Wed Jan 18 17:08:54 PST 2012
  9014. [email protected]:/build/home/gcooper/e2e-bld.Pp7kV0qa/obj.i386/i386/build/home/gcooper/e2e-bld.Pp7kV0qa/FreeBSD/src/sys/FREENAS.i386 i386
  9015. Timecounter "i8254" frequency 1193182 Hz quality 0
  9016. CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz (3198.48-MHz 686-class CPU)
  9017. Origin = "GenuineIntel" Id = 0xf34 Family = f Model = 3 Stepping = 4
  9018. 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>
  9019. Features2=0x441d<SSE3,DTES64,MON,DS_CPL,CNXT-ID,xTPR>
  9020. TSC: P-state invariant
  9021. real memory = 2147483648 (2048 MB)
  9022. avail memory = 2088673280 (1991 MB)
  9023. ACPI APIC Table: <A M I OEMAPIC >
  9024. FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
  9025. FreeBSD/SMP: 1 package(s) x 1 core(s) x 2 HTT threads
  9026. cpu0 (BSP): APIC ID: 0
  9027. cpu1 (AP/HT): APIC ID: 1
  9028. ioapic0 <Version 2.0> irqs 0-23 on motherboard
  9029. kbd1 at kbdmux0
  9030. cryptosoft0: <software crypto> on motherboard
  9031. acpi0: <A M I OEMXSDT> on motherboard
  9032. acpi0: [ITHREAD]
  9033. acpi0: Power Button (fixed)
  9034. acpi0: reservation of 0, a0000 (3) failed
  9035. acpi0: reservation of 100000, 7fef0000 (3) failed
  9036. Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
  9037. acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
  9038. cpu0: <ACPI CPU> on acpi0
  9039. cpu1: <ACPI CPU> on acpi0
  9040. pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
  9041. pci0: <ACPI PCI bus> on pcib0
  9042. agp0: <Intel 82865 host to AGP bridge> on hostb0
  9043. pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
  9044. pci1: <ACPI PCI bus> on pcib1
  9045. vgapci0: <VGA-compatible display> mem 0xfd000000-0xfdffffff,0xe8000000-0xefffffff irq 16 at device 0.0 on pci1
  9046. uhci0: <Intel 82801EB (ICH5) USB controller USB-A> port 0xeec0-0xeedf irq 16 at device 29.0 on pci0
  9047. uhci0: [ITHREAD]
  9048. usbus0: <Intel 82801EB (ICH5) USB controller USB-A> on uhci0
  9049. uhci1: <Intel 82801EB (ICH5) USB controller USB-B> port 0xef00-0xef1f irq 19 at device 29.1 on pci0
  9050. uhci1: [ITHREAD]
  9051. usbus1: <Intel 82801EB (ICH5) USB controller USB-B> on uhci1
  9052. uhci2: <Intel 82801EB (ICH5) USB controller USB-C> port 0xef20-0xef3f irq 18 at device 29.2 on pci0
  9053. uhci2: [ITHREAD]
  9054. usbus2: <Intel 82801EB (ICH5) USB controller USB-C> on uhci2
  9055. uhci3: <Intel 82801EB (ICH5) USB controller USB-D> port 0xef40-0xef5f irq 16 at device 29.3 on pci0
  9056. uhci3: [ITHREAD]
  9057. usbus3: <Intel 82801EB (ICH5) USB controller USB-D> on uhci3
  9058. ehci0: <Intel 82801EB/R (ICH5) USB 2.0 controller> mem 0xfebff800-0xfebffbff irq 23 at device 29.7 on pci0
  9059. ehci0: [ITHREAD]
  9060. usbus4: EHCI version 1.0
  9061. usbus4: <Intel 82801EB/R (ICH5) USB 2.0 controller> on ehci0
  9062. pcib2: <ACPI PCI-PCI bridge> at device 30.0 on pci0
  9063. pci2: <ACPI PCI bus> on pcib2
  9064. skc0: <Marvell Gigabit Ethernet> port 0xd800-0xd8ff mem 0xfeaf8000-0xfeafbfff irq 22 at device 5.0 on pci2
  9065. skc0: Marvell Yukon Lite Gigabit Ethernet rev. (0x9)
  9066. sk0: <Marvell Semiconductor, Inc. Yukon> on skc0
  9067. sk0: Ethernet address: 00:13:d4:19:0f:38
  9068. miibus0: <MII bus> on sk0
  9069. e1000phy0: <Marvell 88E1011 Gigabit PHY> PHY 0 on miibus0
  9070. e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto
  9071. skc0: [ITHREAD]
  9072. isab0: <PCI-ISA bridge> at device 31.0 on pci0
  9073. isa0: <ISA bus> on isab0
  9074. atapci0: <Intel ICH5 UDMA100 controller> port 0xefe0-0xefe7,0xefac-0xefaf,0xefa0-0xefa7,0xefa8-0xefab,0xef90-0xef9f irq 18 at device 31.1 on pci0
  9075. atapci0: [ITHREAD]
  9076. ata2: <ATA channel 0> on atapci0
  9077. ata2: [ITHREAD]
  9078. ata3: <ATA channel 1> on atapci0
  9079. ata3: [ITHREAD]
  9080. atapci1: <Intel ICH5 SATA150 controller> port 0xef88-0xef8f,0xef84-0xef87,0xef68-0xef6f,0xef80-0xef83,0xeeb0-0xeebf irq 18 at device 31.2 on pci0
  9081. atapci1: [ITHREAD]
  9082. ata4: <ATA channel 0> on atapci1
  9083. ata4: [ITHREAD]
  9084. ata5: <ATA channel 1> on atapci1
  9085. ata5: [ITHREAD]
  9086. pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
  9087. acpi_button0: <Power Button> on acpi0
  9088. atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0
  9089. fdc0: <floppy drive controller (FDE)> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
  9090. fdc0: [FILTER]
  9091. pmtimer0 on isa0
  9092. sc0: <System console> at flags 0x100 on isa0
  9093. sc0: VGA <16 virtual consoles, flags=0x300>
  9094. vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
  9095. ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0
  9096. ata0: [ITHREAD]
  9097. ata1 at port 0x170-0x177,0x376 irq 15 on isa0
  9098. ata1: [ITHREAD]
  9099. atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
  9100. atkbd0: <AT Keyboard> irq 1 on atkbdc0
  9101. kbd0 at atkbd0
  9102. atkbd0: [GIANT-LOCKED]
  9103. atkbd0: [ITHREAD]
  9104. ppc0: parallel port not found.
  9105. p4tcc0: <CPU Frequency Thermal Control> on cpu0
  9106. p4tcc1: <CPU Frequency Thermal Control> on cpu1
  9107. fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8
  9108. Timecounters tick every 1.000 msec
  9109. usbus0: 12Mbps Full Speed USB v1.0
  9110. usbus1: 12Mbps Full Speed USB v1.0
  9111. usbus2: 12Mbps Full Speed USB v1.0
  9112. usbus3: 12Mbps Full Speed USB v1.0
  9113. usbus4: 480Mbps High Speed USB v2.0
  9114. ugen0.1: <Intel> at usbus0
  9115. uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
  9116. ugen1.1: <Intel> at usbus1
  9117. uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
  9118. ugen2.1: <Intel> at usbus2
  9119. uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
  9120. ugen3.1: <Intel> at usbus3
  9121. uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
  9122. ugen4.1: <Intel> at usbus4
  9123. uhub4: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus4
  9124. uhub0: 2 ports with 2 removable, self powered
  9125. uhub1: 2 ports with 2 removable, self powered
  9126. uhub2: 2 ports with 2 removable, self powered
  9127. uhub3: 2 ports with 2 removable, self powered
  9128. uhub4: 8 ports with 8 removable, self powered
  9129. ugen4.2: <USB2.0> at usbus4
  9130. umass0: <USB2.0 DISK, class 0/0, rev 2.00/1.00, addr 2> on usbus4
  9131. ada0 at ata2 bus 0 scbus0 target 0 lun 0da0 at umass-sim0 bus 0 scbus6 target 0 lun 0
  9132. ada0: <ST3120023A 3.33> ATA-6 device
  9133. ada0: 100.000MB/s transfers (UDMA5, PIO 8192bytes)
  9134. ada0: 114473MB (234441648 512 byte sectors: 16H 63S/T 16383C)
  9135.  
  9136. da0: <USB2.0 DISK 1.00> Removable Direct Access SCSI-2 device
  9137. da0: 40.000MB/s transfers
  9138. da0: 1904MB (3899392 512 byte sectors: 255H 63S/T 242C)
  9139. ada1 at ata4 bus 0 scbus2 target 0 lun 0
  9140. ada1: <ST31000528AS CC44> ATA-8 SATA 2.x device
  9141. ada1: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 8192bytes)
  9142. ada1: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C)
  9143. ada2 at ata5 bus 0 scbus3 target 0 lun 0
  9144. ada2: <Hitachi HDP725050GLA360 GM4OA5CA> ATA-8 SATA 2.x device
  9145. ada2: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 8192bytes)
  9146. ada2: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C)
  9147. SMP: AP CPU #1 Launched!
  9148. cd0 at ata3 bus 0 scbus1 target 0 lun 0
  9149. cd0: <HL-DT-ST DVD-RAM GH22NP20 1.02> Removable CD-ROM SCSI-0 device
  9150. cd0: 66.700MB/s transfers (UDMA4, ATAPI 12bytes, PIO 65534bytes)
  9151. cd0: cd present [54823 x 2048 byte records]
  9152. GEOM: da0s1: geometry does not match label (16h,63s != 255h,63s).
  9153. GEOM: da0s2: geometry does not match label (16h,63s != 255h,63s).
  9154. Trying to mount root from ufs:/dev/ufs/FreeNASs2a
  9155. ZFS filesystem version 4
  9156. ZFS storage pool version 15
  9157.  
  9158.  
  9159. +--------------------------------------------------------------------------------+
  9160. + ZFS Pools +
  9161. +--------------------------------------------------------------------------------+
  9162. NAME SIZE USED AVAIL CAP HEALTH ALTROOT
  9163. DISCO 1.36T 1.14T 231G 83% ONLINE /mnt
  9164.  
  9165.  
  9166. +--------------------------------------------------------------------------------+
  9167. + ZFS Pools Status +
  9168. +--------------------------------------------------------------------------------+
  9169. pool: DISCO
  9170. state: ONLINE
  9171. scrub: none requested
  9172. config:
  9173.  
  9174. NAME STATE READ WRITE CKSUM
  9175. DISCO ONLINE 0 0 0
  9176. ada1p2 ONLINE 0 0 0
  9177. ada2p2 ONLINE 0 0 0
  9178.  
  9179. errors: No known data errors
  9180.  
  9181.  
  9182. +--------------------------------------------------------------------------------+
  9183. + ZFS Pools Properties +
  9184. +--------------------------------------------------------------------------------+
  9185. +--------------------------------------------------------------------------------+
  9186. + DISCO +
  9187. +--------------------------------------------------------------------------------+
  9188. NAME PROPERTY VALUE SOURCE
  9189. DISCO size 1.36T -
  9190. DISCO used 1.14T -
  9191. DISCO available 231G -
  9192. DISCO capacity 83% -
  9193. DISCO altroot /mnt local
  9194. DISCO health ONLINE -
  9195. DISCO guid 10594485672682089254 default
  9196. DISCO version 15 default
  9197. DISCO bootfs - default
  9198. DISCO delegation on default
  9199. DISCO autoreplace off default
  9200. DISCO cachefile /data/zfs/zpool.cache local
  9201. DISCO failmode wait default
  9202. DISCO listsnapshots off default
  9203.  
  9204.  
  9205.  
  9206.  
  9207. +--------------------------------------------------------------------------------+
  9208. + ZFS Datasets +
  9209. +--------------------------------------------------------------------------------+
  9210. NAME USED AVAIL REFER MOUNTPOINT
  9211. DISCO 1.14T 209G 1.14T /mnt/DISCO
  9212. DISCO/satelite 5.22M 9.99G 5.22M /mnt/DISCO/satelite
  9213.  
  9214.  
  9215. +--------------------------------------------------------------------------------+
  9216. + ZFS Datasets Properties +
  9217. +--------------------------------------------------------------------------------+
  9218. +--------------------------------------------------------------------------------+
  9219. + DISCO +
  9220. +--------------------------------------------------------------------------------+
  9221. NAME PROPERTY VALUE SOURCE
  9222. DISCO type filesystem -
  9223. DISCO creation Thu Dec 8 8:22 2011 -
  9224. DISCO used 1.14T -
  9225. DISCO available 209G -
  9226. DISCO referenced 1.14T -
  9227. DISCO compressratio 1.00x -
  9228. DISCO mounted yes -
  9229. DISCO quota none default
  9230. DISCO reservation none default
  9231. DISCO recordsize 128K default
  9232. DISCO mountpoint /mnt/DISCO default
  9233. DISCO sharenfs off default
  9234. DISCO checksum on default
  9235. DISCO compression off default
  9236. DISCO atime on default
  9237. DISCO devices on default
  9238. DISCO exec on default
  9239. DISCO setuid on default
  9240. DISCO readonly off default
  9241. DISCO jailed off default
  9242. DISCO snapdir hidden default
  9243. DISCO aclmode passthrough local
  9244. DISCO aclinherit passthrough local
  9245. DISCO canmount on default
  9246. DISCO shareiscsi off default
  9247. DISCO xattr off temporary
  9248. DISCO copies 1 default
  9249. DISCO version 4 -
  9250. DISCO utf8only off -
  9251. DISCO normalization none -
  9252. DISCO casesensitivity sensitive -
  9253. DISCO vscan off default
  9254. DISCO nbmand off default
  9255. DISCO sharesmb off default
  9256. DISCO refquota none default
  9257. DISCO refreservation none default
  9258. DISCO primarycache all default
  9259. DISCO secondarycache all default
  9260. DISCO usedbysnapshots 0 -
  9261. DISCO usedbydataset 1.14T -
  9262. DISCO usedbychildren 12.0M -
  9263. DISCO usedbyrefreservation 0 -
  9264.  
  9265.  
  9266. +--------------------------------------------------------------------------------+
  9267. + DISCO/satelite +
  9268. +--------------------------------------------------------------------------------+
  9269. NAME PROPERTY VALUE SOURCE
  9270. DISCO/satelite type filesystem -
  9271. DISCO/satelite creation Sat Dec 17 10:57 2011 -
  9272. DISCO/satelite used 5.22M -
  9273. DISCO/satelite available 9.99G -
  9274. DISCO/satelite referenced 5.22M -
  9275. DISCO/satelite compressratio 1.00x -
  9276. DISCO/satelite mounted yes -
  9277. DISCO/satelite quota none default
  9278. DISCO/satelite reservation none default
  9279. DISCO/satelite recordsize 128K default
  9280. DISCO/satelite mountpoint /mnt/DISCO/satelite default
  9281. DISCO/satelite sharenfs off default
  9282. DISCO/satelite checksum on default
  9283. DISCO/satelite compression off default
  9284. DISCO/satelite atime on default
  9285. DISCO/satelite devices on default
  9286. DISCO/satelite exec on default
  9287. DISCO/satelite setuid on default
  9288. DISCO/satelite readonly off default
  9289. DISCO/satelite jailed off default
  9290. DISCO/satelite snapdir hidden default
  9291. DISCO/satelite aclmode passthrough inherited from DISCO
  9292. DISCO/satelite aclinherit passthrough inherited from DISCO
  9293. DISCO/satelite canmount on default
  9294. DISCO/satelite shareiscsi off default
  9295. DISCO/satelite xattr off temporary
  9296. DISCO/satelite copies 1 default
  9297. DISCO/satelite version 4 -
  9298. DISCO/satelite utf8only off -
  9299. DISCO/satelite normalization none -
  9300. DISCO/satelite casesensitivity sensitive -
  9301. DISCO/satelite vscan off default
  9302. DISCO/satelite nbmand off default
  9303. DISCO/satelite sharesmb off default
  9304. DISCO/satelite refquota 10G local
  9305. DISCO/satelite refreservation none default
  9306. DISCO/satelite primarycache all default
  9307. DISCO/satelite secondarycache all default
  9308. DISCO/satelite usedbysnapshots 0 -
  9309. DISCO/satelite usedbydataset 5.22M -
  9310. DISCO/satelite usedbychildren 0 -
  9311. DISCO/satelite usedbyrefreservation 0 -
Add Comment
Please, Sign In to add comment