It seems, FreeBSD can't BIOS-boot boxes with too many drives. Is this a known issue in the FreeBSD bootloader? I kinda have to "hide" drives from the BIOS in order to make FreeBSD boot. Trying to boot with 36 disks looks like this: https://ln.tc/s/20260409-105240_2026-04-09-105233_786x456_scrot.png #FreeBSD #bootloader

Just deployed @vikunja into productions after having tried a dozen other project 'management' tools... I haven't had this much _fun_ & ease organizing tasks since I discovered Asana over a decade ago. And I've tried OpenProj, Trello, Taiga, Basecamp, Leantime, Reminders.app, etc.

Vikunja, after an two hours of use, has:
- Really good keyboard integration
- No AI junk getting in my way
- #GANTT CHARTS - why does every other app think that died in the 90s, and/or that Kanban is the only way??? (It also does Kanban)
- SUPER fast and low-latency UI
- self-hosted, works air-gapped/offline
- #SQLite DB backed, because why would a glorified to-do list app need any more than that!?
- #Linux binary is running in Linux Compatibility on #FreeBSD, since building it natively seems impossible (can't build pnpm without pnpm)

A few things it could improve:
- configuration via YAML... many of those parameters could be in the DB, and managed via the GUI (ie: mail server, user registrations, etc)
- user management & administration
- endorse or disavow the 3rd party IOS app

GitHub - rudrabhoj/numnum: Blazingly fast GPU rendered open source alternative to Numi. It is a notebook calculator that understands maths in plain english. Built with Rust and GPUI.

Blazingly fast GPU rendered open source alternative to Numi. It is a notebook calculator that understands maths in plain english. Built with Rust and GPUI. - rudrabhoj/numnum

GitHub
#FreeBSD Aims To Better Track Laptop Hardware That Works Or Doesn't For Their OS - Phoronix https://www.phoronix.com/news/FreeBSD-Laptop-Matrix
FreeBSD Aims To Better Track Laptop Hardware That Works Or Doesn't For Their OS

Over the past year the FreeBSD project has been making much progress on making it more viable to run this BSD operating system on laptop hardware

Have you been wondering about ZFS AnyRAID? Allan Jude will be giving a talk about Flexible Disk Layout @ BSDCan

If you register before May 1, the closing reception is free!

Register at https://www.bsdcan.org/2026/registration.html

#bsdcan #conference #bsd #unix #development #freebsd #netbsd #openbsd
#sysadmin #devops

Registration - BSDCan

BSDCan is a technical BSD conference held in Ottawa, Ontario, Canada.

BSDCan

Just migrated from a bhyve VM running Pi-hole to a Jail running Adguard Home.
Few of my 20 (!) clients are lagging behind but a proper rdr rule in pf does the trick.

It’s working great so far but the web GUI is lacking many info. Anyway it’s a win: same service quality (so far), easier maintenance, lower resources, and a Linux VM shut down.

#freebsd #adguardhome #pihole #bhyve

Уязвимость нулевого дня оказалась опубликована вместе с протипом (примером) использования. Опубликовано человеком (Chaotic Eclipse), которому не удалось сообщить о проблеме через официальные каналы Microsoft, потому что соответствующее подразделение (MSRC) захотело прямо аж видео с подтверждением работоспособности данной уязвимости. Отказываясь иначе вести диалог и принимать информацию к сведению.

Это тот апофеоз тотальной идиотии, который преобладает в Microsoft последние 10+ лет. Ниже расписано более детально по этой теме.
Очередное дно пробито, но это не первый раз, а стабильность — это верный признак мастерства.
Нет такого, что Linux или BSD-системы вдруг стали модными и популярными, это людям приходится уходить с Windows-систем из-за такого качества работы Microsoft.

#bluehammer #microsoft #windows #cve #lang_ru @Russia

RE: https://hub.hubzilla.de/item/fadba136-52e4-46e3-9101-5d8c7b0d61fb

Anyone knows about "good" reasons to not turn #FreeBSD local-unbound into a full #unbound resolver for the LAN?

I mean, the handbook says

Unbound is provided in the FreeBSD base system. By default, it will provide DNS resolution to the local machine only. While the base system package can be configured to provide resolution services beyond the local machine, it is recommended that such requirements be addressed by installing Unbound from the FreeBSD Ports Collection.

But both local-unbound and dns/unbound seem to be the same version. And the local one doesn't seem to be a binary-modified trimmed-down version of the port one. So, to me, badly configuring either ones would have the same impact.

latest weird problem: on FreeBSD/ppc64, running as a KVM guest on Linux, 'tcpdump -ni vtnet0' doesn't show any packets.

the network is working fine, the packets just don't appear in tcpdump.

how strange.

#freebsd

The number of #FreeBSD ports depending on #openjdk 8 dropped from 56 to 44 📉.
They now use a more modern JDK 📈.

Yeah! 🍰

https://github.com/freebsd/freebsd-ports/commit/ea9b758b76fda040a56a4d48a161804c22b39214

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293756

Mk/Uses/java.mk: re-order preferred JDK (latest LTS over non-LTS) · freebsd/freebsd-ports@ea9b758

Old order: 1. JAVA_DEFAULT 2. The oldest JDK in the JAVA_VERSION range. New order: 1. JAVA_DEFAULT (unchanged) 2. The latest LTS from the JAVA_VERSION range is preferred over non-LTS versions. Ot...

GitHub