466 Commits

Author SHA1 Message Date
erdgeist
6b2fe867d5 Got the securelevel check the wrong way around. Mea culpa. RELEASE_2_1 2007-04-26 21:35:45 +00:00
erdgeist
312c276483 Stale device link detection completed and tested. More testing required. 2007-03-23 16:08:43 +00:00
erdgeist
59dde63a40 Stale device link detection for image devices. Heads up. Untested. 2007-03-23 15:45:35 +00:00
erdgeist
a6e66c0450 the -a operator evaluates from right to left 2007-02-22 16:21:32 +00:00
erdgeist
2cb3c00485 Try fscking the correct way. Have not yet figured it out completely 2007-02-22 16:01:09 +00:00
erdgeist
31ac44c0ff Document fsck subcommand 2007-02-22 15:36:57 +00:00
erdgeist
79efdfa036 ezjail-admin create now ignores dot files when checking, whether a directory is empty. That way .snap wont mark it non-empty. However, Lost+Found still is a problem. 2007-02-21 04:22:08 +00:00
erdgeist
b5f4cc892a Learned groff (a little) and beautified the man page. 2007-02-21 04:20:56 +00:00
erdgeist
6179ac6590 Check for secure level since ezjail will fail if it is -gt 0 2007-01-24 11:31:04 +00:00
erdgeist
bdbb4f9f37 do portsnap cron when not invoked from command line. Do copy packages that are just linked into jail root to make them visible at run time. 2007-01-16 14:15:21 +00:00
erdgeist
b37e9be763 error when umounting irritates users, this is a cleanup function, so it should silently fail, if nothing is mounted. 2007-01-15 14:08:17 +00:00
erdgeist
e46d467c52 HEADS UP: introduced fsck feature, untested. 2007-01-15 14:03:46 +00:00
erdgeist
a98c4c8e29 More sanity checking. 2006-11-15 19:46:37 +00:00
erdgeist
a0c34d12ee rename introduced 2006-11-15 19:37:21 +00:00
erdgeist
55c93caadc Last glitch in image rename code removed[tm]. 2006-11-15 19:31:21 +00:00
erdgeist
21627ca92f mixed up basename with dirname... fixed 2006-11-15 19:20:50 +00:00
erdgeist
8a6f906148 I suck. It was the correct way 2006-11-15 19:13:21 +00:00
erdgeist
13b0fca221 Fixed our test the wrong way 2006-11-15 19:11:17 +00:00
erdgeist
9e7d3e6c4c More Syntax flaws 2006-11-15 19:07:09 +00:00
erdgeist
4251eec605 Syntax check by cryx ;) 2006-11-15 19:05:04 +00:00
erdgeist
9725ed4a85 HEADS UP: renaming jails has been introduced. Lots of checking will probably be required, this version is considered unstable. Also two minr style glitches have been fixed. 2006-11-15 18:51:22 +00:00
erdgeist
0075b0454d Check for root dir before running a jail. Thanks to Matthias Lederhofer. 2006-09-12 11:17:02 +00:00
erdgeist
c935628f63 Enable soft updates on image jails 2006-08-28 19:53:44 +00:00
erdgeist
febba7f614 Don't want cron sending mails 2006-08-27 01:20:33 +00:00
erdgeist
b9dc1edf7b typo fixed 2006-08-27 00:29:03 +00:00
cryx
3509d704d6 sendmail_msp_queue_enable="NO" was missing to disable sendmail at all 2006-07-16 12:58:43 +00:00
erdgeist
8bc81f4805 A much more sexy way of listing jails 2006-07-16 12:14:47 +00:00
erdgeist
68d3204a0c some more escaping 2006-07-16 12:02:46 +00:00
erdgeist
1e94ee1110 ezjail_ftphost from ezjail.conf is now obeyed 2006-07-16 11:29:46 +00:00
erdgeist
5b5921370d Fixed some expansion/quotation issues with tr's parameters ([:alnum:] etc.) Thanks to Simon L. Nielsen. 2006-07-15 16:11:22 +00:00
cryx
372d2696df use the new sendmail_* stuff for disabling sendmail-mta 2006-07-12 22:29:23 +00:00
erdgeist
ddc9dc7e58 environment was not being passed correctly to subtargets, see http://lists.freebsd.org/pipermail/freebsd-current/2004-August/034574.html. Thanks go to Simon L. Nielsen. 2006-07-02 13:16:48 +00:00
erdgeist
a305599a9f Let ezjail only run after sshd, its better that way for many jails. RELEASE_2_0 2006-05-31 14:54:01 +00:00
erdgeist
2357bfc3a3 Last cosmetics for ezjail-2.0 release 2006-05-31 14:18:49 +00:00
erdgeist
58886b58b0 Fixed the export I rather stupidly removed from jail configs 2006-05-22 18:32:33 +00:00
erdgeist
b478527a9c Release attached-lock only, if device has really been detached. 2006-05-22 00:41:58 +00:00
erdgeist
e71bebd003 simple image jails did not have their device provided correctly. Fixed. 2006-05-22 00:36:21 +00:00
erdgeist
5c2ac7cf28 Preparing for release of ezjail-2.0beta 2006-05-22 00:20:47 +00:00
erdgeist
24e91c5d8b Provide more clues as how to continue if fetching dir list from server fails 2006-05-17 20:42:13 +00:00
erdgeist
bb7bf16967 Query ftp server for the versions he knows off. 2006-05-17 20:22:04 +00:00
erdgeist
fdd73c5b88 Document new -c arguments in man page 2006-05-17 19:06:57 +00:00
erdgeist
841d0d4c12 Explain options left if fetching packages fails. Also explain, that "are you sure" is being answered by ezjail. 2006-05-17 13:07:32 +00:00
erdgeist
0daab71ac0 -STABLE translated to -RELEASE, check for -RELEASE corrected 2006-05-17 12:59:52 +00:00
erdgeist
18a8596359 each jail is declared a standard_ezjail for rcorder to make it easier to run a jail BEFORE: any other jail (e.g. name servers will run BEFORE: standard_ezjail) 2006-05-17 11:44:36 +00:00
erdgeist
5109389f1a Documentation for the install and the list subcommand 2006-05-16 10:53:16 +00:00
erdgeist
71bed9ab65 legacy variable name substituted 2006-05-16 10:50:48 +00:00
erdgeist
26564f8758 simple jails are now initialised from /dev/zero 2006-05-15 20:15:18 +00:00
erdgeist
43f3679ff5 sh arithmetic overflows, use bc to calculate image size 2006-05-15 19:50:22 +00:00
erdgeist
783782f203 sh arithmetic overflows, use bc to calculate image size 2006-05-15 19:37:03 +00:00
erdgeist
098c7cbf69 Removed the -u switch from parameter list, since currently there is no way I know of to properly pass a pasphrase to gbde or geli command (except gbde -p, which might be implemented later) 2006-05-15 19:09:28 +00:00