Advertisement
Guest User

warden issue

a guest
Jun 5th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. [i3luefire@pcbsd-717] ~% cat /usr/local/etc/warden.conf
  2. #!/bin/sh
  3. # Configuration options for the Warden
  4. ################################################## ####################
  5.  
  6. # Network Interface for the jails to use
  7. NIC: em0
  8.  
  9. # Directory to use for compressing / decompressing files
  10. WTMP: /usr/jails
  11.  
  12. # Location of the jails
  13. JDIR: /usr/jails
  14.  
  15. # FreeBSD release to use
  16. FREEBSD_RELEASE: 9.1-RELEASE
  17. [i3luefire@pcbsd-717] ~% uname -a
  18. FreeBSD pcbsd-717 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
  19. [i3luefire@pcbsd-717] ~% cat /usr/local/etc/warden.conf
  20. #!/bin/sh
  21. # Configuration options for the Warden
  22. ################################################## ####################
  23.  
  24. # Network Interface for the jails to use
  25. NIC: em0
  26.  
  27. # Directory to use for compressing / decompressing files
  28. WTMP: /usr/jails
  29.  
  30. # Location of the jails
  31. JDIR: /usr/jails
  32.  
  33. # FreeBSD release to use
  34. FREEBSD_RELEASE: 9.1-RELEASE
  35. [i3luefire@pcbsd-717] ~% mount ; zpool list
  36. tank0/ROOT/default on / (zfs, local, noatime, nfsv4acls)
  37. devfs on /dev (devfs, local, multilabel)
  38. procfs on /proc (procfs, local)
  39. linprocfs on /compat/linux/proc (linprocfs, local)
  40. tank0/usr/jails/.warden-chroot-amd64 on /tank0/usr/jails/.warden-chroot-amd64 (zfs, local, noatime, nfsv4acls)
  41. tank0/tmp on /tmp (zfs, local, noatime, nfsv4acls)
  42. tank0/usr/home on /usr/home (zfs, local, noatime, nfsv4acls)
  43. tank0/usr/home/i3luefire on /usr/home/i3luefire (zfs, local, noatime, nfsv4acls)
  44. tank0/usr/jails on /usr/jails (zfs, local, noatime, nfsv4acls)
  45. tank0/usr/obj on /usr/obj (zfs, local, noatime, nfsv4acls)
  46. tank0/usr/pbi on /usr/pbi (zfs, local, noatime, nfsv4acls)
  47. tank0/usr/ports on /usr/ports (zfs, local, noatime, nfsv4acls)
  48. tank0/usr/ports/distfiles on /usr/ports/distfiles (zfs, local, noatime, nfsv4acls)
  49. tank0/usr/src on /usr/src (zfs, local, noatime, nfsv4acls)
  50. tank0/var/audit on /var/audit (zfs, local, noatime, nfsv4acls)
  51. tank0/var/log on /var/log (zfs, local, noatime, nfsv4acls)
  52. tank0/var/tmp on /var/tmp (zfs, local, noatime, nfsv4acls)
  53. NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
  54. tank0 1.36T 22.1G 1.34T 1% 1.00x ONLINE -
  55. [i3luefire@pcbsd-717] ~% warden
  56. Warden version 1.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement