freebsd

  1. M

    *BSD on cheap Atom-based 32-bit UEFI SoC Mini PCs (2023)

    What's the state of getting FreeBSD (or another BSD) to Atom-based 32-bit UEFI SoC PCs such as the Wintel W8? Or perhaps this could be something to work on since I think that many people are looking at such as home servers. The Android 4.4 that some of them have also seems pretty much redundant...
  2. decuser

    Linux Compatibility Mode, Linux Jails, or How to Make FreeBSD my daily driver :)

    By way of background, I switched over all of my daily driver type computers to Linux Mint 21.1 Vera, from mostly MacOS Mojave about a month ago and I've been impressed with how well it has been going. I won't be going back (I'm sick of the "We won't allow you to install our software on your old...
  3. B

    qemu FreeBSD MIPS Big Endian not booting in qemu

    Hi Forum, i tried the last days to bring up a mips installation of freebsd in qemu. I went with different receipes, but none of them worked. I followed the steps here: https://wiki.freebsd.org/QemuRecipes#mips I also tried different archs like mips64, setting up an image with qemu-image and...
  4. A

    FreeBSD releases

    Hi! Why? What happened with my FreeBSD? Tell me it's temporary. Or is it a problem that can't be fixed.
  5. LibreQuest

    Solved 32bit efi Asus Aspire Switch 10

    I purchased an Asus Aspire Switch 10 tablet / laptop with windows 10 yesterday and tried to install FreeBSD. I noticed there was no available 32bit efi in the installer. I have installed OpenBSD now using their 32bit efi with a 64bit install. Is there any way I can install to this hardware with...
  6. C

    bhyve Bhyve VM in localnetwork

    Hello, I have a question. I would like to run a virtual machine in bhyve HomeAssistant OS. However, I would like this virtual machine to be on the same subnet as the LAN network (hq0). I used the following solution, but something is not working. The DHCP server is dnsmasq (the DHCP interface is...
  7. subnetspider

    Solved What are your hardware recommendations for a FreeBSD desktop in 2023?

    Hello everyone, I've recently attempted to get FreeBSD working as my desktop OS, with moderate results (working, but not working great). Most of the problems I faced were related to hardware incompatibilities because I was using hardware that was too new / unsupported. Since I don't want to...
  8. C

    Problems with routing over 2 subnets.

    I have another problem. I have two networks (separated from each other, connected via VPN). One is a subnet 192.168.7.0/24 and goes out to the world through router 192.168.7.1 and external IP 7.7.7.7. The other is an external IP 6.6.6.6 and subnet 192.168.6.0/24. I have a FreeBSD router...
  9. C

    Solved PF NAT on one interface.

    Hello, I have a request. I need to set up NAT on one interface. I am using two addressing schemes in one network: 192.168.2.0/24 and 192.168.8.0/24. This was done previously and I cannot change it at the moment. The router, which is based on FreeBSD, has an address of 192.168.2.1 and an alias on...
  10. BaronBS

    ELI5: Guys, I have a few questions about programming and FreeBSD

    1- What would be the best way to learn posix with focus on BSD's, shell and Perl? 2- Is there another language for sysadmins besides shell and Perl? 3- What is the best way to navigate the FreeBSD source code? 4- What are the languages most used in FreeBSD development? PS.: I'm not a developer...
  11. M

    LMMS stop working after FreeBSD Update or when FreeBSD Realtime was added.

    Hi Hello, recently I got work Ardour, Qtractor and MuSE Sequencer with jack and realtime on FreeBSD but now I have another weird situation after I updated the system (FreeBSD 13.2 update) when I tried to run LMMS and it stop working and also I get this error message : user@FreeBSD13-Lenovo ~>...
  12. P

    Questions regarding crontab and bash command

    Hi, 1. My first question is regarding crontabs. I added a command to be run every minute in the file /var/cron/tabs/root but it does not execute, is there any other file I need to change as well to make the changes take effect? The syntax of what I added is like this: * * * * * (bash -c '....')...
  13. Voltaire

    Solved Steam does not start correctly

    I installed linux-steam-utils and everything seems to be configured correctly. I'm using a gtx 650 and have the correct drivers and libs installed. Steam won't start and gives the following output. Restarting Steam... [2023-02-26 16:57:21] Startup - updater built Feb 14 2023 00:47:09...
  14. Voltaire

    MATE MATE performs remarkably poorly in benchmarks

    Here's a benchmark I did today that compares desktop and WM graphics performance in Motionmark 1.2: Mate desktop: https://i.ibb.co/ggZDN02/Screenshot-at-2023-02-19-14-37-09.png PeKWM window manager: https://i.ibb.co/pjLPHj8/2023-02-19-142216-1920x1080-scrot.png dwm window manager...
  15. L

    FreeBSD kernel change to NetBSD kernel

    As stated in the title, I would like to change the kernel of my Unix build from FreeBSD to NetBSD, as I prefer the philosophy of the rump kernel to that of a monolithic, but prefer the lexicography and semantics of FreeBSD's system applications. The current build is FreeBSD, with only sudo...
  16. T

    FreeBSD Foundation - donation

    I donated a (small) amount of dollars to the FreeBSD Foundation today. Every little bit helps.
  17. StreetDancer

    Solved FreeBSD-13.1-RELEASE - Having difficulties with USB Mounting (EXT4) using fusefs-lkl

    Happy Winter Everyone! I have notes from my FreeBSD 12 RELEASE binder and I was able to use this command and manage ext4 files with my ZFS File Host FreeBSD-RELEASE laptop in the past. Package/Port Installed: # pkg install fusefs-lkl Then load the kernel module "fusefs": # kldload fusefs...
  18. StreetDancer

    Solved FreeBSD 13.1-RELEASE - Oracle VirtualBox 6.1.36 - Error "VERR_ACCESS_DENIED"

    Good Winter everyone! I have a fresh FreeBSD 13.1-RELEASE installation with LXDE and I have installed Oracle VirtualBox 6.1.36 and I am experiencing the following error regardless of my User being added to the following groups "wheel,vboxusers". I originally installed using: # pkg install...
  19. yaslam

    Best FreeBSD hardware

    I am looking for a GPU that is compatible with FreeBSD and has decent graphical acceleration, any recommendations? I plan for this system to be able to play 1080p 60FPS videos smoothly, it will also have 16GB of DDR4 Ram, and probably a Ryzen 5 3600, thanks.
  20. L

    PF pf not working (state-mismatch)

    I using pf firewall on FreeBSD for socket IPV6 IPV6_BINDANY option. In OpenBSD tested pf, good working. But not working in FreeBSD. # test.c: #include <stdio.h> #include <arpa/inet.h> #include <unistd.h> #include <netinet/in.h> #include <sys/socket.h> const char...
Back
Top