jail

  1. I

    Forgejo failing to start as service / pid file not readable

    I am trying to get forgejo running as a service in a jail. When I manually start forgejo as the git user it runs as expected, however attempting to get it to run with the included rc file provided by the ports package it errors out. Forgejo Port rc.d script When I start forgejo manually it...
  2. NapoleonWils0n

    jails Firefox run as a Wayland app in a Ubuntu Jail with dbus for notifications and mpris

    I have installed Firefox as deb in a Ubuntu Mantic jail and enabled dbus to communicate with the host by passing in the DBUS_SESSION_BUS_ADDRESS from the host in a script this allows desktop notifications from the jailed browser to show up on the host and mpris to control videos playing in the...
  3. NapoleonWils0n

    jails running linux wayland apps in a ubuntu jail

    ive been experimenting with running linux wayland apps in an ubuntu jail the jail is running ubuntu mantic with the nvidia drivers manually installed so they match the version on the freebsd host wayland enabled in the jails ~/.zshenv config export WAYLAND_DISPLAY=wayland-0 export...
  4. NapoleonWils0n

    Other Eureka running Wayland applications from inside a Jail

    I just figured out how to run Wayland applications from inside a Jail without using Xwayland The reason i started looking into this is because Davinci Resolve 19 beta 1 supports running as a native wayland application instead of running as an X11 app Also there is a nasty bug with wlroots that...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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"...
  13. 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...
  14. 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...
  15. 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...
  16. 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
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top