jail

  1. F

    jails jail: dns: jail_set: Invalid argument

    When I try jail -crm -f dns.conf, where dns.conf is the following dns { exec.start = "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc.shutdown"; exec.consolelog = "/var/log/jail_console_${name}.log"; allow.raw_sockets; exec.clean; mount.devfs; enforce_statfs = 5; devfs_ruleset = 5; path =...
  2. NapoleonWils0n

    Davinci Resolve 19.1 installed in a Rocky Linux jail

    Davinci Resolve 19.1 video editor installed in a Rocky Linux 9 jail on Freebsd 14.1 p4 https://github.com/NapoleonWils0n/davinci-resolve-freebsd-jail-rocky Davinci Resolve on linux is actually tested with Rocky Linux it used to be Centos We use the Rocky-9-Container-Base.latest.x86_64.tar.xz...
  3. NapoleonWils0n

    Eureka - Davinci Resolve 19.1 working in a Ubuntu Mantic jail

    Davinci Resolve 19.1 now working in a Ubuntu Mantic jail i previously had Davinci Resolve 18.6 working in a jail but i had to figure out a couple of fixes for 19.1 1 - using export LD_PRELOAD in the jails ~/.zshenv export...
  4. F

    Solved VNET Jail unable to ping 1.1.1.1

    I setup a jail with bsdinstall jail /jails/myjail as in https://freebsdfoundation.org/freebsd-project/resources/introduction-to-freebsd-jails, and setup the /etc/jail.conf contains the following myjail { exec.start = "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc.shutdown"; exec.consolelog =...
  5. NapoleonWils0n

    Solved Rocky Linux 9 minimal jail working, need to figure out the next steps

    I have just created a Rocky Linux 9 minimal Jail Rocky Linux Jail notes so far on github work in progress https://github.com/NapoleonWils0n/cerberus/blob/master/freebsd/rocky-linux-jail.org The reason im looking at Rocky Linux is to use it to install Davinci Resolve 19 because Davinci Resolve...
  6. NapoleonWils0n

    Shell zsh OSTYPE check the os with a case statement

    I recently came across a issue using Freebsd and Linux Jails with zsh In the jail config for Freebsd and Ubuntu i mount /home with nullfs mount += "/home $path/home nullfs rw 0 0"; The problem is i have zsh installed in both the Freebsd and...
  7. NapoleonWils0n

    DaVinci Resolve 19 working in Ubuntu Mantic jail

    I have just managed to get DaVinci Resolve 19 working in a Ubuntu Mantic jail with Nvidia and Cuda https://www.blackmagicdesign.com/uk/products/davinciresolve i have updated the github repo below for DaVinci Resolve 19 because there are a couple of new fixes needed...
  8. NapoleonWils0n

    Jailfox - Firefox in a Freebsd Jail

    Running Firefox in a Freebsd classic jail https://github.com/NapoleonWils0n/jailfox Firefox in a Freebsd jail using Wayland
  9. L

    jails Question about ordering of 'exec.prepare' and 'mount.fstab' during jail creation

    Hello! I am unsure if my case is working as intended or is a bug, but consider the following jail config file: $ cat /etc/jail.conf.d/test-ordering.conf test-ordering { host.hostname = "${name}"; path = "/usr/local/jails/containers/${name}"; exec.prepare = "echo tmpfs...
  10. NapoleonWils0n

    jails Ubuntu 24.04 Noble Numbat Jail debootstrap systemd errors

    I just tried creating a Ubuntu 24.04 Noble Numbat Jail with debootstrap to install Davinci Resolve 19 in the jail noble isnt one of debootstrap scripts so i copy an existing script and modified it to install noble i have done this before with lunar and mantic without any issues these are the...
  11. NapoleonWils0n

    Davinci Resolve 19 = released today

    Davinci Resolve 19 has just been released today ( Resolve 19 was a beta version previously ) Davinci Resolve download link https://www.blackmagicdesign.com/uk/products/davinciresolve you need to register with an email address to download the installer the installer is 2.8 gig zip file...
  12. degauss4

    Best practices for Poudriere and serving a repository with HTTP or other methods

    Hello everyone! A few weeks ago I started learning FreeBSD, reading the handbook and Michael W. Lucas books. Everything is so wonderful about FreeBSD and I can't wait to use it more in my production environment. I have setup a simple poudriere jail on my FreeBSD host just to have packages...
  13. V

    Building a minimal world (src.conf, make.conf) for Jail. What is your recipe for building world for jail?

    Hello everyone. I set out to assemble a minimal world for jail, in which only the Firefox browser would run, and the ability to update packages via pkg. Has anyone practiced their own assembly of a minimal world for jail? If yes, then please share your configs for the assembly. As I...
  14. G

    jails MiniDLNA behind Jail/NAT (no broadcasting)

    Hi, is there any chance to expose MiniDLNA service (located in Jail/ NAT) to local network? When I run DLNA on base system other devices in network correctly see service on UPnP but in jail there are no broadcasting. My interfaces (lo1 is bridge to em0) em0...
  15. J

    jails Do you like it thick or do you prefer it thin?

    For your average small server hosting a couple of websites, databases, media servers and similar (i.e. neither performance critical nor heavily cpu/memory/storage limited), do you generally use thick or thin jails? Please explain your reasoning. Poll above. Personally, I tend to default to...
  16. DtxdF

    jails LittleJet: Create, deploy, manage and scale FreeBSD jails anywhere

    LittleJet is an open source, easy-to-use orchestrator for managing, deploying, scaling and interconnecting FreeBSD jails anywhere in the world. Features: * Projects instead of jails * RunScripts * Scaling * Load balancing / Failover / Multi-host networking * ... Project...
  17. I

    bhyve How do I make jailed bhyve VMs talk to each other?

    I'm trying to set up "vnet" jailed bhyve VMs which can talk to each other. Below is my jail .conf file: jailname100 { $if = 100; exec.prestart = "/sbin/ifconfig epair${if} create up"; exec.prestart += "/sbin/ifconfig epair${if}a up"; exec.prestart += "/sbin/ifconfig epair${if}a name...
  18. I

    bhyve fbuf: Protocol not supported when starting bhyve VM (with fbuf) inside jail

    I'm trying to run a VM inside bhyve and it needs to be accesible by VNC. So, I added the following: -s 29,fbuf,tcp=172.16.0.1:10100,w=1200,h=860 -s 30,xhci \ And upon trying to install the OS, I got the following error: fbuf frame buffer base: ... socket: Protocol not supported Device...
  19. I

    jails How do I reload "devfs_ruleset" without rebooting the system?

    In my /etc/jail.conf.d/jailname.conf file, I've set to a custom ruleset by: "devfs_ruleset=100" which allows vmm, pci and mdconfig (I think "mem" - I guess) to be visible inside the jail. I confirmed that they are visible inside the jail. Then, I changed to "devfs_ruleset=1" (which does not...
  20. I

    jails How can I prevent mdconfig memory disks which are attached in the host from appearing in jails?

    How can I prevent mdconfig memory disks which are attached in the host from appearing in jails? That means, I do not want to see md0 md1 md2 being visible and accessible from jails. (It's got to be a setting in the devfs.rules or jail.conf file, but I just figure it out.)
Back
Top