Author:
Shawn Webb
In preparation for my presentations, I've been ramping up development of my FreeBSD jail administration Drupal module. I'm proud to announce today the release of version 0.3. This release is a milestone release which makes it much more usable and efficient. You can download it here.
Changelog (major features noted in bold):
- Add ability to create a template from a snapshot
- Add ability to delete and revert snapshots
- Add ability to set epair devices as span devices inside the bridged network
- Properly show no-IP and span devices in jail status
- Show next available epair device
- Fix deleting physical device
- Properly sanitize IP addresses that use CIDR notation
- Grab the jail's path via ZFS
- Properly check if jail is online

2 Comments
install instructions
Submitted by tge (not verified) on
Are there install instructions somewhere? I installed the module and it just came up as a white screen in drupal.
Turn on debugging in PHP and
Submitted by lattera on
Turn on debugging in PHP and send me (lattera@gmail.com) an email containing the error.
You will need to give your web user (if you're using FreeBSD's default user, it'd be the "www" user) passwordless sudo access to the following commands: /sbin/zfs, /sbin/mount, /sbin/umount, /sbin/ifconfig, /usr/sbin/jail, /usr/sbin/jexec, /usr/sbin/jls (and optionally /bin/sh and /usr/bin/make (sh is for setting up config files inside the jail, make is for running `make installworld`)).
Add new comment