jail

  1. alfikmik

    Solved create sub jails in jailed enviroment

    Hi there, I'm curious if it is possible to create sub jail in jailed enviroment (Jail + ZFS) HOST -> JAIL -> (subjail1, subjail2...) If the answer is Yes, what should I do, what to read?
  2. D-FENS

    Solved How to detect END-OF-LIFE on an OS release via script?

    I would like to implement a detection within a script that gives me an answer if the release is at END OF LIFE or still current. In a nutshell, I call freebsd-update from my script and I need to differentiate between a legitimate error and the error code 1 returned by freebsd-update when the...
  3. L

    Solved Peertube - OPENSSL_1_1_1e required and not found

    I'm trying to install a peertube instance in a jail of a FreeBSD 13.0-RELEASE amd64 system. The following command, as per the peertube's documentation: # yarn install --production --pure-lockfile ld-elf.so.1: /lib/libcrypto.so.111: version OPENSSL_1_1_1e required by /usr/local /bin/node not...
  4. freezr

    Solved How to compile a third party software on a jail?

    Dear All, I'd like to compile and install my favorite Gemini TUI client on a jail rather than on the real system: https://telescope.omarpolo.com/ I thought I may use Poudriere, however after reading several times the handbook and looked into many blogs, I got the impression that all those...
  5. spork

    jails Can't unmount zfs datasets in jail

    I'm stumped here - trying to delegate a zfs dataset to a jail (using another pool) within iocage... My config has what appear to be all the proper settings to allow a root user in the jail to manage zfs, and it all seems to work, but I cannot unmount any datasets. Here's the config: {...
  6. john_rambo

    Bastille jail: no sound in firefox

    I have successfully created a jail & installed Firefox inside the jail problem Firefox is completely mute. I can't watch Youtube. How do I enable sound in the jailed Firefox ?
  7. D

    Help with jail permissions

    Hello, I have a jail set up to test my nginx web server on my local machine and make changes to it before I push. However, I wanted to use a GUI editor from outside the jail to edit the HTML/CSS (which is the main reason I wanted to use a jail). I made perhaps a horrible mistake by recursively...
  8. byrnejb

    Solved Problem with jail upgrade to 12.2 using iocage

    I am upgrading all of our remain jails to 12.2 from 12.1. Things have gone well up until this morning. I attempted to upgrade a jail and this is what happened. [root@vhost06 ~ (master)]# iocage upgrade webmail -r 12.2-RELEASE Looking up update.FreeBSD.org mirrors... 2 mirrors found...
  9. 174bpm

    Solved EZJail Flavour rc.d script not executing in FreeBSD 13

    Hi all, First of all, apologies if this was covered elsewhere, or is blatantly obvious. I am very new to FreeBSD, have been trying to figure this out for the better part of a day, and don't really have anywhere else useful to post something that might be helpful for other people trying to set...
  10. codetrotter

    IPv6 routing for VNET jails on FreeBSD 13-RELEASE

    Hi, I have a IPv6 address block of prefix size 64. On my host computer running FreeBSD 13-RELEASE I have three jails: jls JID IP Address Hostname Path 1 svcfw /usr/jail/svcfw 2 www...
  11. S

    jails devfs.rules problem including other rulesets: bastille

    When I use a bastille, jail rules that include rules 1 to 3 from /etc/defaults/devfs.rules work. Rules 1 to 3, referenced in the beginning of rule 4: [devfsrules_jail=4] add include $devfsrules_hide_all add include $devfsrules_unhide_basic add include $devfsrules_unhide_login When I reference...
  12. S

    Bastille jail: console, nest display + building & testing builds

    Install sysutils/bastille and net/gitup on host through either ports or packages. For a nested display server to run or test from the jail, install x11-servers/xorg-nestserver or x11-servers/xephyr on the host system as well. Bastille jail in the example or instruction will be named "myjail"...
  13. rootbert

    jails jails: fuse as user

    Since I have not managed to get fuse to work as normal user within a jail I thought I would ask here - I am running FreeBSD 13.0 Release. The respective devfs.rule has "add path 'fuse' unhide" in it, the jail is running with allow.mount=1; allow.mount.fdescfs=1; and allow.mount.fusefs=1; Also on...
  14. B

    Solved Package installation in jail, pkg -j or pkg -r?

    Hi all, I recently came across the `-j` and `-r` options for pkg, and start wondering if there is any reason to prefer one over the other. Specifically, do pkg -j jid install pkg_name and pkg -r path_to_jail install pkg_name essentially achieve the same thing, or are there any subtle...
  15. O

    Solved OpenSSL version appears differently from inside and outside of jail

    After updating freebsd and jails to 13.0 release patch 4 I tried to verify everthing was up to date. However when checking the openssl version in my jail I noticed something strange. Inside the jail openssl version produced the output: OpenSSL 1.1.1k-freebsd 25 Mar 2021 But invoking version...
  16. B

    MESA Loader Fails to Open amdgpu, Doesn't Detect /dev/dri/card0

    Specs: Ryzen 3960x, Radeon RX 5700, 13.0-RELEASE-p3 Problem is occuring inside jails. When I try to launch a GUI app (Falkon, Blender, etc), the app launches, but with significant lag for moving objects with mouse, videoplayback, and consuming large CPU resources even at idle...
  17. Thomas.

    Vnet jail with IPFW NAT outbound traffic no longer works after upgrade from 12.2-RELEASE to 13.0-RELEASE

    Hi, I'm new to FreeBSD (only started tinkering about with it last week), and after lots of digging through the documentation, handbook, and many other online resources I managed to have my vnet enabled jail working in conjunction with ipfw in-kernel NAT. Both inbound and outbound traffic was...
  18. D

    Network interface alias used by jail disappears until server restart

    I have a network interface alias which I declared in /etc/rc.conf, as follows: ifconfig_alc0="DHCP" ifconfig_alc0_alias0="inet 192.168.1.17/32" ifconfig_alc0_alias1="inet 192.168.1.16/32" ifconfig_alc0_alias2="inet 192.168.1.12/32" The jail is configured to use 192.168.1.17 (and two other jails...
  19. marschro

    Solved BastilleBSD Jail can not run package update or install with pf configured on host

    Hi all, DiscIaimer: I only partially understand what I am doing. I set up a FreeBSD 13.0 Host with. BastilleBSD. Everything working fine but I struggle with the configuration of the pf packet filter, which is new to me (only used ipfw since). My goal is to be as restrictive as possible without...
  20. G

    Services whithin jails no longer accessible after upgrade to version 13.0

    After upgrading a virtual FreeBSD 12.2 system to 13.0-p3, traffic to services within jails (through Apache 2.4 reverse proxy) was blocked. This is a Hyper-V virtual server and the second one that shows the same problem (the other one being a commercial VPS, hypervisor type unknown). At first, I...
Back
Top