summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-14Include experimental support for upgrading the basejailerdgeist
2011-03-07Fix argument passing to greperdgeist
2011-03-07Make the warning about the IP address being already used work with processes bound to * in a jail with multiple IP addresseserdgeist
2011-01-28Correct miss-spelling of zfs parent filesystem as zpoolerdgeist
2011-01-28Explicitely warn the user to set the ezjail_jailzfs variable, also correct miss-naming the destination zfs parent filesystem as zpoolerdgeist
2011-01-25Several clarifications added to man pageserdgeist
2011-01-25The ezjail-admin create -A switch is for internal use only. It is used, when ezjail-admin restore re-creates a jail from archiveerdgeist
2011-01-24Correct a typofred
2011-01-24Explaining the zfs features of ezjailerdgeist
2011-01-22Some clarifications to basic concepts of ezjailerdgeist
2011-01-20Add a link to rc(8) (but really a test for CVS write access).fred
2011-01-20The default archive directory now is not '.' anymore, but $\{ezjail_jaildir\}/ezjail_archiveserdgeist
2011-01-20New man pages, also put in new sectionserdgeist
2011-01-20Fix bug: ezjail-admin install -M and ezjail-admin install -S only installed to staging directory, not into basejail.erdgeist
2010-05-31Prepare old jails for deletion. Thanks to Piotr Kucharskierdgeist
2010-05-26Also look in FreeBSD-Archive for the requested distribution, thanks to Joan Picanyol i Puig.erdgeist
2010-05-26Games are goneerdgeist
2010-04-25Report zfs jails as such in ezjail-admin list, needs documentationerdgeist
2010-04-08Also look in FreeBSD-Archive for the requested distribution, thanks to Joan Picanyol i Puigerdgeist
2010-03-17Don't force a default flavour over a restore or create -xerdgeist
2010-03-16Run the cpuset and zfs attach routine when doing start, startcrypto and restart.cryx
Reported by Jesse Kempf.
2010-03-05while not in the ports, ezjail-admin will now report the correct version, if checked out from CVSerdgeist
2010-02-18Attaching the ZFS-dataset and configuring the CPUset didn't work when doing "start" without explicit jailnames. e.g. this happened during normal boot.RELEASE_3_1cryx
2010-02-16Missing &&cryx
2010-02-16$0 is /etc/rc here, so doing rm -f "${0}" would leave the jail without /etc/rc after the first start.cryx
2010-02-16Oops, commited local change :-/cryx
2010-02-16fix the eval syntaxcryx
2010-02-14* Create new jails with jail_JAILNAME_exec_start instead of jail_JAILNAME_execerdgeist
* ezjail.sh replaces empty _exec_start with _exec and unsets _exec * When writing the config obey old settings, don't overwrite with defaults
2010-02-11Make ezjail-list not wider than 80 chars, if possibleerdgeist
2010-02-08Explain default and multiple flavourserdgeist
2010-02-08Consider this to be the second part of the changes that started in 1.247erdgeist
We no allow multiple flavours to be installed at once, feed them space separated to the -f option in ezjail-admin create This installs several ezjail.flavour scripts into / of the new jail, enumerating them /ezjail.flavour.0001 through 9999 It also adds a new script to /etc/rc.d/ezjail-config in the new jail which executes /ezjail.flavour.* as it finds them. On an unrelated note ezjail-admin delete and console will now use the onestop and onestart parameters if used with -f, so they even work with ezjail_enable not set.
2010-02-08Removing flavourizing shell scripts now is done in the installed ezjail-configerdgeist
2010-02-08Make the Makefile install nullmailer-example, as wellerdgeist
2010-02-08Make the Makefile install nullmailer-example, as wellerdgeist
2010-02-08Revert parts of the changes from 1.243, from now on we install a working make.conf againerdgeist
2010-02-08Add INDEXDIR to modified make.conf, to prevent portupgrade from dying.erdgeist
2010-02-05Ensure that no-ip jails are listed as wellerdgeist
2010-01-24Example flavour for using nullmailer as sendmail-replacement inside a jail, routing outgoing mail over an extern mailserver.cryx
2010-01-24- fix adding a .device entry into the fstab of a zfs-backed jail when renamingcryx
- don't unmount a zfs-backed jail when starting it fails
2010-01-20If pax fails resetting access times, don't report archiving errors.erdgeist
Do not automatically install the example's make.conf into template jail.
2010-01-15Forgot the "".cryx
2010-01-15Wrong order.cryx
2010-01-15Fix restoring zfs jails, they don't necessarily have a size so the ezjail-admin create command has to be invoked without the -s option.cryx
2010-01-15Fix the renaming of the mountpoint while renaming a zfs backed jail.cryx
2010-01-15Fix formating typo.cryx
2010-01-15When renaming a zfs backed jail, don't try to move the rootdir because it is done by zfs rename.cryx
2010-01-15Respect the -x option when creating a ZFS backed jail, do a check if the destinatiuon really is ZFS filesystem!cryx
2010-01-15Teach ezjail-admin not to attach a zfs backed imagejail when doing archive, reported by Nathan Tice.cryx
2010-01-14Introduce a default flavour setting, also fix some leftovers from renaming default to example. Many thanks to Panagiotis J. Christiaserdgeist
2010-01-12Allow the user to continue with ZFS operations if the pool is in a DEGRADED state, but warn about it.cryx