DtxdF
DtxdF
I recently updated my VM to check if this issue persisted, and it is now fixed!
This option is intended for LinuxJails, as stated in the documentation. You are using a FreeBSD release, so you will have differences: **Any FreeBSD host**: ```console $ readlink /sys usr/src/sys...
That package should be installed on a FreeBSD host, depending on the path marked by the `compat.linux.emul_path` sysctl (usually `/compat/linux`). The `linuxfs` option is not even intended for such a...
Yes, it is similar to `devfs`: `appjail-quick(1)`: ``` linuxfs Mount filesystems required by many Linux distributions to work correctly. You probably want to set the devfs_ruleset option (unless you specify...
Hi @cstdenis These escape characters are further processed by `mount(8)`, the intention being to allow the use of other "special" characters, such as (but not limited to) spaces.
That file is not intended to be edited by the end user, you must use `appjail-fstab(1)`. If you want to use a created `fstab(5)` file, you can set `mount.fstab` to...
Sounds great. The challenge is how to implement that feature for multiple shells, but in the next few days I'll come up with a solution. thanks!
@schmitmd Which shell do you use?
> I believe this should be fixed by 3.4.1 (fix: [8e23354](https://github.com/pyinfra-dev/pyinfra/commit/8e2335415d6a48ce05dbbe086f932cec4648c61f)) Tested again at that branch, but the same error occurred. Can you reproduce the issue?