jail

  1. T

    Solved getting started with jails

    I am interested in consolidating my router and workstation into a single physical box for ease of maintenance. I am thinking that I would have my workstation run the router inside a jail in which the router is assigned the physical network interfaces and it'd perform DNS, DHCP, and firewall...
  2. K

    About Nginx+HTTPS+SSL certs in Jails

    Hi everyone. I'd like to set two jails with each hosting a domain of mine, with HTTPS/TLS support on nginx. My case is; My Dedicated Server/Host IP: 134.42.22.11 (External Public IP Addr) (has also PF activated and running without Jails' support, anything with any jail, at the moment) Jail 1 -...
  3. G

    Solved losing access to (some jailed) sshd after pfctl -F rules

    Hey guys, I am currently experiencing a very strange behavior and I've got no more ideas: Situation: FreeBSD server running 13.0-RELEASE several (bastille) jails running 13.0-RELEASE some older (bastille) jails running 12.4-RELEASE SSH access to host (x.x.0.0/24 network) works SSH access to...
  4. Lamia

    jails Jail Freezes & Restarts Host

    I have a few jails running on a machine. On entering the first jail with "jexec JAILID" and running "portmaster -aByDGP," the entire OS freezes then restart. I caught a dump here: This is nullfs crashing base OS, I suppose. I am currently doing a custom kernel/userland build in order to update...
  5. Rand0m

    Solved Jails (using qjail) stopped working

    Hi there, I've been using qjail for years, and my jails been running nice since then. Till today. I was trying to update the packages inside one jail and got this error: git_jail /root >pkg update && pkg upgrade Updating FreeBSD repository catalogue... [git_jail] Fetching...
  6. A

    jails Automatic rebalancing cpuset for jails

    Hi, I have searched on this forum and on internet without success so here is my question. I love jails and his flexibility but for a "hosting" service with clients on jails like vps I would like to limit the max number of cpu cores each jail can utilize on the server. I know about cpuset and I...
  7. T

    PF Jail pinging host public ip but not able to access the cloud - VNET

    I have an issue forwarding the packets to the cloud from the jail. I have tested Netgraph and epair with the same result. I have enabled nat in sysctl.conf>> net.inet.ip.forwarding=1 I have disabled PF totally and tried with nat enabled nat on $ext_if inet from $jail_if to any -> ($ext_if) In...
  8. astyle

    jails Getting a handle on Poudriere jail management

    I'd like to ask for some help in getting a handle on Poudriere jail management. After a LOT of reading (mostly off https://github.com/freebsd/poudriere/wiki/), but also the Handbook's sections on "Building Ports with Poudriere" and the chapter on jails, I was able to distill 3 commands that I'd...
  9. alfikmik

    Solved Nested jail won't run automatically (but starts manually)

    system: FreeBSD 13.0-RELEASE HOST: cat /etc/jail.conf # jail.conf exec.start = "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc.shutdown"; exec.clean; allow.noset_hostname; allow.raw_sockets; allow.sysvipc; allow.dying; path = "/vol/jls/${name}"; host.hostname = "${name}.bsd"; parent_jail {...
  10. L

    Solved Configure port with only the wanted options

    As I needed databases/luadbi to have support for PostgreSQL and not for MySQL, as the default config, and I didn't want to do this in the server, I've configured a jail in my workstation to configure the port. After building it, that port as well as some other dependencies are available at...
  11. 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?
  12. 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...
  13. 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...
  14. 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...
  15. 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: {...
  16. 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 ?
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top