linux compat

  1. F

    I encountered an issue with the input method while using the compatibility layer.

    It seems that I'm encountering a tricky issue while using the Ubuntu compatibility layer. I am a Chinese user, and if I only use English input, my input experience is flawless. However, I currently need to enable ibus and use ibus-libpinyin within the Ubuntu compatibility layer to ensure I can...
  2. A

    general/other I made a small script that adds Linuxulator FSTAB entries

    Linux binary compatabilty allows running Linux binaries on FreeBSD8+, and with the "debbootstrap" program (and please read the entire documentation) you can run binaries that are binary compatible with distributions such as Ubuntu and Debian, and I think theres recent versions of CentOS, as...
  3. patpro

    general/other Linuxlator: using a GUI linux app (Rustdesk) in XFCE on FreeBSD

    Hello, I’m currently trying to run the Rustdesk client on FreeBSD 14.2-RELEASE. I’ve setup a Linux environment in /compat/debian_rustdesk (debootstrap and all) and mounted variust FS on top of it: devfs /compat/debian_rustdesk/dev devfs rw,late 0...
  4. H

    Need advice regarding a workstation for writing and data analysis

    Hello: I am a long term Unix/Linux user. Used HP-UX briefly in school for a year, followed by 13 years of Linux (Redhat/Slackware/Debian), including about 4-5 years with Sun SPARC Solaris, followed by about 11 years on Mac OSX, followed by Linux again (mainly Debian) for about 5 years...
  5. duncan_bayne

    No sound in linux-chrome package

    Hi :) I'm trying to get DRM media (boooo :rude:) working in FreeBSD 14.1. I've installed the linux-chrome package and RL9 dependencies, and the relevant Widevine and CDM stuff. I can play DRM encumbered video in Chrome, but there's no sound, even in non-DRM media (e.g. on YouTube). Sound works...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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
  12. 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)...
  13. 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