linux compat

  1. puppydog

    jails Does a FreeBSD Linux jail *have* to be Debian or CentOS 7? Is it possible to easily use a different distribution?

    There's a certain application that I require that I've never been able to successfully run in a normal FreeBSD jail. I currently run it on a Linux VPS, but since I'd like to get rid of that and move it to my main FreeBSD jail server, I think I'm about ready to give up trying to make it happen in...
  2. elgrande

    Install Ubuntu 22.04 Jammy in FreeBSD Jail

    Due to an older version available of sysutils/debootstrap, Ubuntu 22.04 LTS (Jammy) cannot be installed directly. Anyhow a running version of the latest Ubuntu release can be easily achieved. The required steps are: 1. Install Ubuntu 20.04 LTS Focal Follow the instructions at...
  3. S

    Nanobsd Build with Linux C7 Support

    Hello, i am trying to build my own custom nanobsd image with some software preloaded. I need Linux C7 Support in my nanobsd image so i added the packages to the pkg install. I am getting the following error : Cannot install package: kernel missing 64-bit Linux support As far as i understang...
  4. S

    Chroot into /compat/debian fails

    I debootstrap'd bullseye, edited the /etc/fstab file, mount -al'd but it shows this problem: # chroot /compat/debian /bin/bash /bin/bash: error while loading shared libraries: libtinfo.so.6: cannot stat shared object: invalid argument # chroot /compat/debian /bin/sh /bin/sh: error while...
  5. Y

    Solved Running a factorio server using binary compatibility mode

    The Problem I'm trying to get a headless game server for the game https://factorio.com/ to run on freeBSD. The server is a linux binary. I'm on freeBSD 13, uname: FreeBSD cabal 13.0-RELEASE-p4 FreeBSD 13.0-RELEASE-p4 #0: Tue Aug 24 07:33:27 UTC 2021...
  6. christhegeek

    FreeBSD Gaming ....new videos

    FreeBSD Gaming ....new videos View: https://youtu.be/6gGBrxt-5xw View: https://youtu.be/_d-TmBhHu_U View: https://youtu.be/fGJzvVkoLyE View: https://youtu.be/NnaWImNrP_8 View: https://youtu.be/hjdkBXX8LOM
  7. philmb

    Implementing 'execveat' for the Linuxulator.

    I'm trying to implement 'execveat'. Here is what I have so far. +int +linux_execveat(struct thread *td, struct linux_execveat_args *args) +{ + struct image_args eargs; + char *path; + int error, dfd; + + LINUX_CTR(execveat); + + dfd = (args->dfd == LINUX_AT_FDCWD)...
  8. P

    [Linuxulator] How to run Google Chrome (linux-binary) on FreeBSD

    [Update] For new instructions targeting FreeBSD 13.0 and newer, please see: https://forums.freebsd.org/threads/linuxulator-how-to-install-brave-linux-app-on-freebsd-13-0.78879/ Important notes: 1) Tested upon FreeBSD 12.2-RELEASE. Used Ubuntu-based linux compat instead of default CentOS one...
Back
Top