Questions tagged [freebsd]
FreeBSD is a free Unix-based operating system descended from AT&T UNIX via BSD UNIX.
1,765 questions
0
votes
1
answer
40
views
FreeBSD on ThinkPad E590 fans loud and missing drivers for Cannon Point-LP Serial IO UART & MEI controllers
I'm trying to run FreeBSD on a ThinkPad E590 (daily driver currently running Void Linux). After installing FreeBSD some devices appear to be missing drivers/firmware and the laptop fans run loudly ...
1
vote
0
answers
33
views
Do I need to define an absolute path to be able to compile the DRM / Panfrost subtree code of JSM on the RockPro64 / Khadas Edge-V / RK3399?
I'm trying to compile the drm-subtree of JSM because I want to enable the panfrost driver on the RockPro64 / KHADAS EDGE-V / RK3399. The code is here:
https://github.com/jsm222/drm-subtree
He improved ...
1
vote
0
answers
42
views
FreeBSD guest not reporting RAM usage in virt-manager with QEMU/KVM
I got two FreeBSD VMs (Latest production version, 14.3) working with my setup of Linux VMs separated by each service, all the Linux VMs report the RAM usage correctly but for some reason the FreeBSD ...
1
vote
0
answers
65
views
Getting Tuxedo laptop fans to work on BSD
This question pertains to Tuxedo laptops (and possibly Clevo, Uniwill, or Tongfang laptops, which Tuxedo systems appear to be based on). Tuxedo provides official support for Windows and Linux, but I'm ...
0
votes
0
answers
63
views
ISC Bind9 with DNS over TLS (DOT) fails when strict tls auth is enabled
working I installed and setup Bind9 official package to test DNS forward zones based on source IP/subnets which unbound doesn't support
I properly set NAT forwards, changed listening ports on Bind9 ...
1
vote
1
answer
126
views
How do I get FreeBSD multiboot to work with zfs
I have one hard drive that I want to split into two separate FreeBSD OS installs and I'm running into a wall trying to figure out how to get it working.
I followed Installing FreeBSD Root on ZFS using ...
0
votes
1
answer
49
views
Libclang not found running poudriere
I’ve got a program that I wrote in Rust, to help me keep track of finances, as well as read/write the data that comes from an iOS app that I made to do the same thing, and I’m running into an issue.
...
0
votes
0
answers
65
views
Need option to prevent SSHFS from changing server's file modification date on download(!)
SSHFS changes modification date (not access date) of server files on download(!). Is there an option/setting to prevent that?
The problems this causes include:
after the next download, you can't sort ...
0
votes
0
answers
40
views
How to configure FreeBSD as WPA Enterpise access point?
I have a FreeBSD machine with an Atheros WiFi card and I want to use it as WPA Enterprise access point.
I set up a RADIUS server on the FreeBSD machine and configure interface wlan0 and hostapd.conf, ...
2
votes
1
answer
42
views
DTrace cannot reference the external kernel variable `ticks` on FreeBSD
I've come across the following DTrace one-liner on https://wiki.freebsd.org/DTrace/One-Liners:
# Summarize TCP life span in seconds:
dtrace -n 'fbt::tcp_close:entry {
@["TCP life span (...
0
votes
0
answers
93
views
Panfrost kernel driver on FreeBSD for rk3566?
We are two FreeBSD lovers and a stubborn system administrators.
We are trying to project a phone based on FreeBSD for several months.
Emanuel Vadot and Jesper Schmitz Mouridsen have enabled the ...
0
votes
0
answers
42
views
CUDA initialization: Unexpected error from cudaGetDeviceCount() error while trying to install Stable Diffusion on FreeBSD + nvidia driver 570.144
I'm trying to install Stable Diffusion on FreeBSD 14.2 + nvidia driver 570.144,following this tutorial :
https://github.com/verm/freebsd-stable-diffusion
There Verm used nvidia driver 525 and FreeBSD ...
0
votes
1
answer
41
views
I get various errors when I try to connect the LYLYGO T-Keyboard to my FreeBSD system using different BT dongles
I would like to connect the LYLYGO T-Keyboard to my FreeBSD system (14.2) using a BT dongle. To be honest I tried two different kind of dongle,these ones :
a) ugen1.6: <Broadcom Corp BCM20702A0> ...
0
votes
1
answer
61
views
find or ls -l recursive output in YYYY-MM-DD format on FreeBSD
I'm trying to list files recursively with this date format YYYY-MM-DD on a on FreeBSD.
I tried the Linux commands I know but none of them worked :
$ ls -lR --time-style=+'%Y-%m-%d %T'
ls: unrecognized ...
0
votes
0
answers
74
views
FreeBSD Jails with Google cloud
I tried searching the title on SO but nothing turned up. This is my first question so I apologize if I am doing something wrong.
My idea is to have jails serve my websites on google cloud instead of ...