-
It would be useful to allow a variable with no specified value to be implicitly a boolean true, such as in the FreeBSD jail.conf format:
```
host.hostname = "${name}";
path = "/system/jails/${name}…
ghost updated
8 months ago
-
Following Dan's post: https://dan.langille.org/2021/05/31/upgrading-a-freebsd-12-2-jail-to-freebsd-13-using-mkjail/
Is it possible for `mkjail` to update jails NOT created with `mkjail`?
Install…
-
It seemed to have almost work until I tried to run it, several python modules were missing. Installed whatever it asked then got hung up on the following since there seems to be no FreeBSD port availa…
-
Feature request:
Instructions to install without using docker
Motivation:
This would improve portability; for instance to FreeBSD (with or without jails)
Personal comment:
I suspect it is eas…
-
```
peter@peter-freebsd ~ % sudo abgleich --version
0.0.7
```
```
peter@peter-freebsd ~ % uname -a
FreeBSD peter-freebsd.domain.local 12.1-RELEASE-p10 FreeBSD 12.1-RELEASE-p10 GENERIC amd64
…
-
**[MANDATORY] Describe the bug [MANDATORY]**
When trying to stop and then delete a jail, it will fail. I have to wait about a minute after stopping a jail before it is possible to delete it.
**[MA…
-
#### Feature Description
Initial resolve of localhost address, or a way to specify localhost address in config.
#### Use Case(s)
On FreeBSD there is no 127.0.0.1 address in jails. A common p…
-
**Describe the bug**
Inability to set uid of a jailed process.
**To Reproduce**
Consider the following use-case: I'm trying to change uid of a process running inside the jail.
For that purpose…
-
**Is your feature request related to a problem? Please describe.**
N/A
**Describe the solution you'd like**
N/A
**Describe alternatives you've considered**
Any plans to implement **VNET Jails…
-
Hey,
I've spent a couple days with finetuning my server and came up with a better AbuseIPDB reporting.
The base problem is, upon restarting fail2ban, it runs all the actionbans which will trigge…