jail

  1. 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...
  2. 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...
  3. 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
  4. 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...
  5. 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...
  6. 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...
  7. omardevonlittle

    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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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.)
  16. I

    jails How to install a pkg offline into a jail?

    I'm trying to install a downloaded package (bhyve-firmware-1.0_2.pkg, and its dependency) into a jail. In the host, all I did as "pkg add bhyve-firmware-1.0_2.pkg" and it worked. However, to try to get in into a jail, I've tried: pkg -j jailname add bhyve-firmware-1.0_2.pkg pkg -j jailname...
  17. I

    jails How to write devfs_ruleset so PCI devices are visible in a jail?

    How can I configure PCI to be available in jails? If I try to execute this inside the jail: then I get this error: The default devfs_ruleset for jails is "4" This ruleset hides everything to the jail. (I think this is the reason.) So, how can I write a devfs_ruleset to unhide PCI devices...
  18. epopen

    Question of poudriere and pkg install/version

    Hi All I'm newbie of ports-mgmt/poudriere and using base system ports tree /usr/ports. I have some jail of internet service (1.http 2.mail etc.) And trying poudriere and got some question. poudriere base jail build by # poudriere jail -c -j 14_0_RELEASE and build individual poudriere jail for...
  19. ntn888

    jails Automate spinning up a bunch of thin jails

    I'm setting up the *ARR suite apps in jails (using the Bastille manager). I used to do this in debian and docker but this time I moved to freeBSD to try out it's native zfs support. In setting up I need to setup a uniform user, setup external mounts (the involved bit) and install the apps on...
  20. chrbr

    Solved Print from jail using CUPS on host

    Dear community, I run the release version of FreeBSD-14.0 on a host. On the host CUPS is up and running. Using libreoffice on the host I can print documents on a separate network printer. Now two questions come up. 1. CUPS listens on localhost:631 by default. From my understanding this is just...
Back
Top