Michael Osipov

Results 98 issues of Michael Osipov

`default/base` should do: ``` CMD touch /etc/periodic.conf CMD sysrc -f /etc/periodic.conf daily_status_world_kernel="NO" daily_ntpd_leapfile_enable="NO" ``` Reasoning: * One can expect that kernel and world between jailhost and jail will differ. The...

enhancement

**Describe the bug** Both commands `ugprade` and `update` use `freebsd-update(8)` to update releases and thick jails. Unfortunately, they assume that `freebsd-update` will rebase all commands on top of the basedir...

bug

**[MANDATORY] Bastille and FreeBSD version (paste ``bastille -v && freebsd-version -kru`` output)** 0.10.20231125 13.3-PRERELEASE 13.3-PRERELEASE 13.3-PRERELEASE Inconsistent naming: https://github.com/BastilleBSD/bastille/blob/3a4ebc63bb84b66d456713e608be86e4cba3b637/usr/local/share/bastille/setup.sh#L135-L142 The function for the loopback should be named `bastille_loopback` because the...

enhancement

Newly introduced "bastille setup zfs" https://github.com/BastilleBSD/bastille/blob/3a4ebc63bb84b66d456713e608be86e4cba3b637/usr/local/share/bastille/setup.sh#L108-L117 will fail here: ``` root@deblndw013x:~ # zpool list | grep -v NAME | awk '{print $1}' hp-large hp-medium zroot root@deblndw013x:~ # bastille_zroot=$(zpool list |...

bug

When [searching for `osrelease`](https://github.com/search?q=repo%3ABastilleBSD%2Fbastille%20osrelease&type=code) in the code it os only touched during creation of a jail. When then jail is updated: * thick: it is not touched * thin: release...

bug

**[MANDATORY] Describe the bug [MANDATORY]** When operating on UFS only with separate volumes bastille does not properly detect that and tries either do delete the mountpoint or says it already...

bug

VM images are auto-decompressed in `core::img` after `fetch(1)` invocation, but `core::iso` does not invoke `core::decompress`. E.g.: https://download.freebsd.org/ftp/releases/ISO-IMAGES/13.2/FreeBSD-13.2-RELEASE-amd64-disc1.iso.xz

Using `vm-bhyve: Bhyve virtual machine management v1.5 (rev. 105102)` manpage says: ``` add [-d device] [-t type] [-s size|switch] name Add a new network or disk device to the named...

Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MDEP) filed for the change (usually before you start...

Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SUREFIRE) filed for the change (usually before you start...