jail

  1. J

    jails iocell fetch failed to build tree when installing updates

    Hi, It's about iocell, a jail manager, I have problem when run command `iocell fetch`, it successfully fetched the base.txz but got problem when patch it, the error message is just "failed to build new tree", no logs found in dmesg, is there a specific log file for iocell? iocell version...
  2. NapoleonWils0n

    Nvidia driver on Freebsd and Ubuntu match, useful for jails and chroots

    Freebsd 14 p.6 quarterly Nvidia Driver 550.54.14 matches the exact version on Ubuntu 23.10 That means you can use the Nvidia driver from the Ubuntu repo in a jail or a chroot and it will match the version on the Freebsd host rather than having to download and manually install the Nvidia...
  3. NapoleonWils0n

    Davinci Resolve installed in Freebsd Jail

    Davinci Resolve installed on Ubuntu in a Freebsd Jail Davinci Resolve in a Ubuntu Freebsd Jail https://github.com/NapoleonWils0n/davinci-resolve-freebsd-jail Nvidia and Cuda working in the jail Davinci Resolve displayed with a Xwayland rootless window on Wayland or an X11 window on X11...
  4. M

    jails Unexpected behavior with Jail on Plex

    I am on 13.2 FreeBSD. I use Bastille to create the jail. I used ix1 as my interface. ix0 is the 'LAN' host interface. I can reach the http://<ip>:32400/web interface and configure all that. However, when I play something it doesn't seem to play. From what I gather is that it might be...
  5. NapoleonWils0n

    Davinci Resolve in a Ubuntu Jail

    I have managed to get Davinci Resolve working in an Ubuntu jail previously i installed resolve in a Ubuntu chroot The gpu and cuda are working, and the audio is rooted from jail to the host using a pulseaudio socket rather than displaying resolve in a xwayland rootfull window with the DISPLAY...
  6. E

    jails Running minecraft bedrock server in ubuntu jail

    I setup a Ubuntu 22.04 jail using bastille: ` bastille create -L minecraft jammy 192.168.1.85` Installed libcurl4 and fetched latest minecraft bedrock server. When I try running the server with `./bedrock_server` I get this output: According to socktat, the port is not in use, and changing...
  7. L

    How to access a directory with read write permissions from one Jail to another

    I'm trying to setup a Caddy reverse proxy installed in a jail to serve seafile installed on a separate jail. This is an excerpt of the Caddy config file: handle_path /media* root * /opt/seafile/seafile-server-latest/seahub/media My question is how can I access this file path...
  8. P

    jails Interface does not return to host after kill jail

    Hello darlings! Basically, i did created a JAIL, with this configuration: main { host.hostname = "main"; exec.clean; exec.start = "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc.shutdown"; exec.prestart += "kldload -n ipfw_nat"; exec.prestart += "kldload -n ipsec"...
  9. gotnull

    Kudos Contributors!

    Hi, This post is dedicated to those who have rewritten the all Jail section from the Handbook: CONGRATULATIONS & THANK YOU! I usually read an offline PDF version of the Handbook, time has passed and I realized this was a 2022 version. So early in a day I check the online version and wow...
  10. ivanov

    Solved thin jail mixup between 13.2 and 14.0 caused ld-elf.so.1: Shared object "libcap_dns.so.2" not found, required by "ping"

    I was following the handbook when creating a thin jail and ended up with a jail where ping reports the following error: ld-elf.so.1: Shared object "libcap_dns.so.2" not found, required by "ping" The fault is probably mine, but I wanted to understand better what happened. My host is...
  11. F

    jails Jail with newer version (13.2) than host system (13.1)?

    I am running a system with TrueNAS-13.0-U6.1, which currently is the most recent release. This is based on FreeBSD 13.1 (which is EOL): # uname -a FreeBSD storage.example.com 13.1-RELEASE-p9 FreeBSD 13.1-RELEASE-p9 n245429-296d095698e TRUENAS amd64 This is a bit of a shame (it tends to happen...
  12. F

    jails Start jail dependent on another jail, how to ...?

    Sorry, may be I just do not know the propper kewords*. I want to make sure that a special jail is starting after another jail, it depents on. What to do in jail.conf (FreeBSD 14) or elsewhere? Thanks * I'm not a native speaker
  13. B

    jails Jail's fstab Inside Encrypted ZFS Dataset. Jail Fails to Launch

    Each jail's specific data lives inside its own dataset: zusr/$name. This includes the fstab, which (if the dataset is encrypted/unmounted), won't be available until zfs mount -l zusr/$name. Naturally, I thought that I could put some logic in exec.prepare, which performs this command before the...
  14. K

    jails mpsutils in a jail

    Hello everyone, some one know if is possible using mpsutils in a jail? if i try in a jail with release13.2: root@services:~ # mpsutil show all Adapter: mpsutil: mps_open: No such file or directory Devices: mpsutil: mps_open: No such file or directory Enclosures: mpsutil: mps_open: No such file...
  15. B

    Rename devfs device and access renamed device in a jail

    Is there a way to rename a device (e.g. using devfs rules) within /dev (e.g. rename /dev/cuaU0 -> /dev/zigbee) or create a second node that points to the same piece of hardware (i.e. both /dev/cuaU0 and /dev/zigbee refer to the same device)? I would like to pass a custom named device (e.g...
  16. S

    pkg in jail not working

    Need help: I have just created a new jail 'ha' with 'iocage' on a new FreeBSD 14.0-REALEASE maschine (metal): iocage create -r 14.0-RELEASE --name ha ip4_addr="em0|192.168.1.200/24" Everything worked as expected. Now I want to install some packages inside the jail. No chance: root@ha:~ # pkg...
  17. G

    Bastille and Ubuntu debootstrap, run with systemd

    Hi, I just trying to run Ubuntu jail via Bastille but need to do it with systemd to use with snap. root@ubuntu:/# systemctl System has not been booted with systemd as init system (PID 1). Can't operate. Read step by step by this tutorial, except last package install. root@ubuntu:/# apt-get...
  18. Freedom

    jails What about creating a jail automatically when installing a package?

    While discovering FreeBSD, jails & related management tools (ezjail, bastille, pot, etc) there is something I can't figure out: Why not give pkg the ability to actually create the jail that will contain the packages we install? something like pkg -cj webserverjail install nginx...
  19. uchman

    Solved slow network speeds with jail (and vnet) on FreeBSD 14.0-RELEASE

    I upgraded my home server to FreeBSD 14.0-RELEASE yesterday and since then i'm experiencing really slow speeds to my jails (bhyve guests are not affected). I use iocage and vm to handle my jails and here is a sample from ifconfig: em0...
  20. M.E.

    jails Issue while following the handbook to create a Thin Jail using NullFS

    I am trying to create my first Jail, my host system is FreeBSD 13.2 and uses UFS. I am aiming to create thin jails for my workstation as my disk space is limited. It is my understanding that Chapter 17 of the Handbook, that covers the manual creation of Jails covers this case. I include the...
Back
Top