jails

  1. pedz

    ZFS Confused about dirents, fstat, lstat, and inodes

    I'm on a TrueNAS so the file system is ZFS. I'm also in a "jail". The file system is originated on the base TrueNAS system and then it gets mounted into the jail. I have a program that runs through the file system creating a database of dirent entries and inode entries. I've assumed that the...
  2. thecodechemist

    Issues assigning epair interface to vnet jail

    Hi, I'm having issues with VNET on my FreeBSD 13.0-RELEASE-p11 host running on a cloud VPS. After some other problems previously discussed in this thread, I'm now stuck with the following issue: I have a very simple VNET jail setup (config see below) and tried to manually assign it an epair...
  3. byrnejb

    Solved isc-dhcpd running in a freebsd 12.3p5 jail

    I have a problem getting dhcpd to run inside a iocage controlled jail. Following various bits and pieces found on the web I have successfully configured a jail with a VNET interface.. This appears to work as I can ping into and out off the jail from internal and external addresses. For...
  4. K

    jails iocage problem with jails processes

    Hi ! I have recently convert my jail from ezjail to iocage With the help of this script: https://dan.langille.org/2019/04/08/converting-thin-jails-to-thick-jails/ All work but sometimes if I stop a jail processes hangs even if jail is stopped. This process are not possible to kill so I need...
  5. A

    jails Issues starting my jail. Unexpected EOF

    Hello fellow daemons! Today I started making my first jail, but I got face to face with a problem. When I started my jail with "doas service jail start jail (the name of my jail)" it returned me an unexpected EOF: Starting jails: cannot start jail "jail": jail: /etc/jail.conf: unexpected EOF ...
  6. byrnejb

    Conflicting periodic tasks slowing system

    I ran across this while investigating a different problem: [root@vhost06 ~ (master)]# ps -auwx -O jid -d | grep 'USER\|periodic' USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND PID JID TT STAT TIME COMMAND root 6623 0.0 0.0 10684...
  7. T

    Solved jail with network access

    If I want to setup a jail during the freebsd install process, I would have to assign the jail an IP address on the same subnet as the host itself so that I can avoid needing to NAT? Is that correct? Or is there another approach I could use? I'd like to have everything configured during the...
  8. B

    quBSD - A New Jails and bhyve Wrapper That Emulates Qubes

    It's been quite a few months in the making, but I believe I have something good enough to share with the community. It's written in shell, based on zfs, and uses the underlying FreeBSD tools. Here's a summary of features: All workloads are run inside of jails GUI jails! Comes with a...
  9. 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...
  10. m0nkey_

    jails VNET and a Linux jail

    So I've been poking at Linux jails in 13.0. I've managed to get a Ubuntu and Debian jail running, but now I want to take it a step further. Has anyone ever got VNET working inside of a Linux jail? I can only get so far before I start running into issues. Anyway, here's my jail.conf path =...
  11. lifepillar

    PF Issue with configuration blocking access to jails on ip aliases attached to external interface

    Hi, when I activate PF in my server, I cause connectivity to my jails to be blocked (even when it should not). With PF disabled, everything works. I am likely doing something stupid, but I need other eyes to look at it. My jails are bound to the only active interface igb0: root@host # ifconfig...
  12. 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...
  13. P

    jails Execute exec.release even when Jail is dying/failed to start (Old title: Cleaning Jails If Dying)

    Dear all, Setting up jail.conf, I've setup some exec.prestart & exec.release scripts for the jail service to run before starting up jail. I'll take one example where I create epair for the jail's interface in exec.prestart & destroy them in exec.release. My problem is that if, for any reason...
  14. patmaddox

    Can't make requests using host's alias IP address

    (I had originally asked about jails, but no longer think it's a jail issue. I've moved the original info to the bottom of the post for context) I am new to setting up jails and networking. I have created a GCE instance with FreeBSD 13.0, and assigned a second private IP via the GCP console...
  15. 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...
  16. U

    Solved Passing all outbound trafic from Jail behind NAT

    I'm trying to pass all outbound traffic from Jails. I'm using IPFW, because it's default for FreeBSD. All Jails live on cloned lo1 interface, no VNET. How can I pass all outbound traffic from my Jails to the Internet through vtnet0 interface? PLEASE DELETE THIS THREAD.
  17. U

    Jails with IPFW and no internet inside jails

    Hello. I'm trying to set up basic jails on FreeBSD 13.0-RELEASE. After 3 days of struggling with no internet access inside jails, I give up with troubleshooting and reach out here for help. This is my configuration and what I've achieved so far: /etc/rc.conf: root@freebsd13:~# cat...
  18. C

    jails Kernel panic after upgrade to FreeBSD 13

    Greetings, I recently encountered a problem with my jails (I use iocage to manage them), which leads to a crash of the host-system. I'm using this setup for quite a while without similar issues, but after upgrading to 13 directing network-traffic IN or OUT of my jails leads to a Kernel panic...
  19. martinrame

    Solved pf rules for port forwarding

    I have a vnet jail assigned to the DMZ IP and would like to forward traffic pointing to a specific port to a virtual machine running on the host. The virtual machine's IP is 192.168.100.106 and a webserver is running on port 8080. This jail's IP is 192.168.100.200 and telnet 192.168.100.106...
  20. Andreas Strauch

    How to get to base.txz for my BeagleBone?

    I have tried to google and forum-search all of last weekend to solve the following problem: Where do I get base.txz and kernel.txz for my BeagleBone Black? Specifically, I want to setup some jails on my BBB, but for that I need the DISTRIBUTION files... root@beaglebone:~ # ezjail-admin install...
Back
Top