diff options
Diffstat (limited to 'ezjail-admin')
-rwxr-xr-x | ezjail-admin | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ezjail-admin b/ezjail-admin index 347b0a2..f2e1b0a 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -1626,6 +1626,16 @@ config) | |||
1626 | ;; | 1626 | ;; |
1627 | ######################## ezjail-admin TROUBLESHOOT ######################## | 1627 | ######################## ezjail-admin TROUBLESHOOT ######################## |
1628 | troubleshoot) | 1628 | troubleshoot) |
1629 | |||
1630 | # TOOD: | ||
1631 | # Start with some simple tests, check for basejail | ||
1632 | # Check if we are ourself jailed | ||
1633 | # Check if all IPv4 addresses are either configured already or in | ||
1634 | # interface config line | ||
1635 | # Check for duplicate non unique IPv4 addresses | ||
1636 | # Check if all necessary file systems for zfs jails are mounted | ||
1637 | # For zfs jails check, if zpool is full | ||
1638 | |||
1629 | shift | 1639 | shift |
1630 | [ $# -gt 0 ] || && cd ${ezjail_jailcfgs} && set - `ls -A` | 1640 | [ $# -gt 0 ] || && cd ${ezjail_jailcfgs} && set - `ls -A` |
1631 | 1641 | ||