Alan Somers

Results 236 issues of Alan Somers

The `sys::test_socket::{test_af_alg_cipher, test_af_alg_aead}` tests fail when run on Cirrus CI. `bind` returns `ENOENT` for both tests, despite /proc/crypto containing both algorithms. For now, we'll skip those tests on Cirrus. But...

test_mount fails when run on Cirrus-CI. The mount syscall returns `EACCES`. According to the man page, there are only three reasons for that error, and none of them apply in...

A-bug

It works just like for iocage fetch - [x] Explain the feature - [x] Read [CONTRIBUTING.md](https://github.com/iocage/iocage/blob/master/CONTRIBUTING.md) This option is needed in order to update a jail that uses a custom...

This eliminates the dependency on github during upgrade. It also makes it possible to upgrade to a release that does not have -RELEASE in the name. Fixes #1233 Make sure...

- [x] Supply `iocage --version` - [N/A] Supply the commands used, along with any steps to recreate it. - [N/A] Provide the output from the command you issued. - [N/A]...

Today I tried to upgrade an 11.3-RELEASE-p7 jail to 11.4-BETA1. But iocage crashed with an unhandled exception `urllib.error.HTTPError: HTTP Error 404: Not Found`. It should've succeeded, or at least told...

iocage recommends the user to mount fdescfs if it isn't already mounted. AFAIK, this is due to a Python performance bug. It used to be that when Python exec'd a...

I build custom release of FreeBSD, and serve them from a custom freebsd-update server. With the right command line options, iocage can fetch these releases and create jails from them....

The download file system only ever stores compressed files, so it's needless to use ZFS's builtin compression, too. All it does is waste a few CPU cycles during writes. Instead,...

enhancement

For example: iocage set ip4_addr="tun256|192.168.154.97 192.168.154.1" vpn Fixes #1041 Make sure to follow and check these boxes before submitting a PR! Thank you. - [x] Explain the feature - [x]...