-
I just installed vm-bhyve 1.2.3 from pkg's on FreeBSD 12-current. When I try to add my public switch it fails with the error "Failed to add member bge0 to virtual switch public"
I also have iocage …
ghost updated
5 years ago
-
The SORMAS installation process is well scripted, which comes at a price, as a bit of reverse engineering is required to get a functional installation going on related, but somewhat differing platform…
-
I recently set up multiple instances of the FreshPorts UI on a single host. These are some notes:
```
USER=dan
Steps for configuring a FreshPorts instance post 'git clone'
# e.g. /usr/local…
-
```
static function childrens($parent) {
// $sql = "SELECT node.*, (COUNT(parent.name) - 1) AS depth ";
// $sql .= "FROM ". self::meta('source') ." AS node, ";
// $sql .= self:…
-
The original design of launchd has limited support for running programs in a chroot(2) jail. It supports the RootDirectory key, which has the following semantics:
> **RootDirectory**
> This optional…
-
**[MANDATORY] Describe the bug [MANDATORY]**
On dual network stack host creating a vnet jail results to having the ipv6 gateway assigned.
Creating a second or more jails afterwards results in cre…
-
The use of ports for services will be confusing, as it might become hard to track which service listens on which port. It would be much easier to use socket files when possible.
-
FreeBSD, OpenBSD, this is a good choice.
Target native compat and maybe jails.
o0101 updated
3 weeks ago
-
I am not able to start the Ubuntu in my termux
I have installed everything before installing the script wget,proof and git
Now when I click ./start-ubuntu.sh this comes up
$ ./start-ubuntu.sh
proo…
-
I was trying to use ansible-cmdb, but most of my servers are running FreeBSD and almost of the ansible variables that ansible_cmdb is based on aren't the same on a BSD OS. It would be great if you guy…