jail

  1. B

    The perennial Xorg inside jails patch

    I've modified the patch I found on these fora to allow /dev/kmem write access inside jails. The security arguments are hopefully well known: there isn't any. It's still useful for me in order to test different Xorg configs, desktop environments, and ports trees without potentially screwing up...
  2. Rand0m

    Solved Help Getting PF to work with my Git Jail

    Hi all, I have an issue with my PF rules and I would like to understand why this is happening and how to solve it. I have very basic knowledge of PF and this is kind of learning curve for me. I have gitea server https://www.freshports.org/www/gitea/ running inside a jail in a vm. It works...
  3. ShelLuser

    Setting up a (Debian) Linux jail on FreeBSD

    Hi gang! Prerequisites: I am assuming that you know how to install software on FreeBSD and also have some basic understanding about FreeBSD jails. Editorial I'm going to be very honest here: I started disliking Linux for a while, and I've worked with it for a long time. For various reasons...
  4. spag

    Solved Jails update 11.2 userland vs kernel version

    I did OS upgrade from 11.1 to 11.2 . All went fine... almost as jails are showing wrong userland version now and I cannot upgrade software root@labs02:~ # uname -UK 1102000 1101001 when I try to reinstall software I am getting error: root@labs02:~ # pkg upgrade Updating myrepo repository...
  5. V

    Create a FreeBSD SBS ( Small Business Server )

    Hello community! I thank this forum for all the info I had. For several months, I think about the idea of migrating the whole Windows architecture under FreeBSD, currently we have: ISP Modem / Router -Wireless Server Windows Server 2008R2 1 - File Sharing (1,7TB DATA) - Domain Controller (25...
  6. D

    Solved Problem running poudriere in a jail

    I followed the instructions given in https://github.com/freebsd/poudriere/wiki/poudriere_in_jail and it all went very well until I actually went to build the packages. When I run poudriere bulk I get the error Error: load_moved requires PWD=/data/poudriere//.m/11maglev-packages/ref/.p. Here's...
  7. P

    How to keep Base Jail and Host equal using EzJail?

    Hi This is my first post, I hope I can explaing my self in english, my natural language is spanish, and I speak/write very bad in spanish too :D I have multiple servers with multiple Jails, and is hard to keep all syncronized I have one machine with 1 jail as "model", I have it with all the...
  8. goshanecr

    database/mysql57-client Linking fails on 11.2 i386

    Good day! I have a server uname -a FreeBSD db_mysql 11.2-STABLE FreeBSD 11.2-STABLE #0 r338358: Thu Aug 30 01:29:38 +05 2018 user@BSD-TENNIS:/usr/obj/usr/src/sys/BSDSERV i386 And on that server works several jails. One named db_mysql has mysql57-{server,client}. pkg info | grep mysql...
  9. sysnes

    using ezjail just for isolation user home directory

    Hello everyone, I hope all of you are fine. I decided to change my strategy using ezjail. Before: * Install nginx, php-fpm, in one jail and also created all users in this jail * Install mysql in another jail * In main host used pf to forwarding port to and nginx,mysql, etc. Now: * In main...
  10. patpro

    Solved apache 2.4 + mpm_itk in FreeBSD 11-RELEASE jail -> core dump

    Hello, I'm running a FreeBSD server with about 20 web server jails for years now. I've tried this morning to upgrade from FreeBSD 10.3-RELEASE to FreeBSD 11-RELEASE on both host and jails. It went ok, except for jails that use mod_mpm_itk with Apache. Versions used before upgrade...
  11. driesm

    Solved Updating jails with freebsd-update on 11-stable host

    I would like to start using jails but I have a few questions regarding updating them. I'm running 11-stable on the host and would like to run 11.1-release in the jails. I'm wondering if I can use freebsd-update to update the 11.1-release jails even when running 11-stable on the host. I noticed...
  12. skhal

    Solved jail: mount zfs as unprivileged user -- Insufficient privileges

    Hello, I am running successfully FreeBSD jails with full userland-stack and enjail'ed ZFS datasets. The technology works great: - /etc/rc and /etc/rc.shutdown initialize mutli-user environment - root user has full control over enjail'ed datasets in the jail: create, mount, destroy, allow...
  13. L

    This weird PF

    Hey Guys. Following problem: Inside a jail I can ping my nameserver, i can ping someones ip adress but I cant ping a domain name. I cant install pkg or anything else inside a jail, because its not working. I set up my jails with ezjail. I created a fresh jail but its not working. I have set my...
  14. klu

    Solved Ports in jail after upgrade: Ports Collection support for your FreeBSD version has ended

    Hi I recently upgraded my system from 11.0 to 11.1. I also upgraded my jails with ezjail per this guide, basically using ezjail-admin update. However, now when I tried to install a port inside a jail, I got this error: [root@jail_foo /usr/ports/www/node]# make install clean /!\ ERROR: /!\...
  15. hoppel

    Usage of nullfs inside a Jail / Hack 88 / allow_mount_nullfs

    Hi! I've got the 88 character limitation for the fstab entry. It seems the problem will be solved in FreeBSD 12.x maybe in 2019. How can I use nullfs inside a jail? Thats my fstab entry for the jail. It mounts the specific blog domain to the Wordpress jail...
  16. klu

    How to jail miniDLNA with NAT

    Hi I'm trying to set up a miniDLNA server inside a jail. When it's inside a jail, my LAN clients cannot access it. But if miniDLNA is installed outside of the jail, my LAN clients can successfully access it. My jail has it's private IP (192.168.60.3) address on host's lo1 interface. I then...
  17. kazix

    IPFW, Jail and network alias

    Hello, I'm trying to configure IPFW on machine with jail (FreeBSD 11.1) Host have one big lagg0, and when jail starting create alias on this lagg0. lagg0: flags=8843... metric 0 mtu 1500 options=401ba.... ether .... inet 10.10.1.102 netmask 0xffffff00 broadcast 10.10.1.255...
  18. fnoyanisi

    Failed to build llvm50 from ports inside the jail

    Hi there, I created a new jail via ezjail-admin, and attempted to build devel/llvm50 with the command below make -DBATCH WITH_DEBUG=yes install clean I left my laptop running all night and in the morning I saw the build failed at some stage. My base system (host that the jail is running on) is...
  19. F

    Redis not talking to Apache jail

    Hello all, Hope someone can help me solve my problem. I have two jails (ezjail) on a FreeBSD 11.1 host (UFS): one running Apache 2.4 (192.168.0.2) and the other one running MariaDB 10.2 (192.168.0.3). The Apache jail has PHP 7.2 and Nextcloud 12. Nextcloud is running fine. No problems there...
  20. nixdmon

    Jail networking issue

    Hey All, Need you assistance in solving this networking issue. I am running FreeBSD 11-STABLE on my server. Use this machine as a router / NAS. I am investing sometime in setting up jails. Brief overview of what my setup is, what I am trying to accomplish and what the issue is. System is...
Back
Top