Recent posts

#1
German - Deutsch / Re: OPNSense bekommt keine IPv...
Last post by gothbert - Today at 07:44:49 PM
Danke Schnipp!

You cannot view this attachment.

Ich mache das mit dem Neustart des Medienwandlers/Modems, wenn ich am Wochenende wieder physischen Zugriff auf den Anschluss habe.
#2
General Discussion / Re: Upgrade dilemma - stay wit...
Last post by petavef405 - Today at 07:44:48 PM
Yeah that would be a really nice QoL feature. Right now I don't think Crew Chief can auto-disable itself when the game closes and you still have to stop/exit it manually or rely on some external launcher/scripts

Would be a great feature request though
#4
Quote from: drosophila on Today at 05:56:12 PMLike the "Karajan audio module" that went onto a special socket in one of the early 2000 boards? I wonder what connector that was, maybe something like those audio/modem risers that were popular a few years before that one?
My good old DFI Venus Edition had that, but what I was talking about is called 'Nvidia SoundForce' IIRC and was one of the very few that could Encode your sound so you could have Surround Sound via the Digital Output instead of the Analog Outputs in Games :)
#5
General Discussion / Re: AI integration for OPNsens...
Last post by qarkhs - Today at 06:48:33 PM
Quote from: OPNenthu on April 17, 2026, 11:32:26 AMI'm convinced that tech CEOs and all the finance people undergo mandatory training on how to leave reality and join shareholders in an imagined dreamland of infinite growth...It must take a lot of drugs to get there.

Ed Zitron--who makes a good living mocking the AI business, its investors and media coverage:

QuoteSo, yeah, anyone in the media who bought the line of shit from Dario Amodei that this was "too dangerous to release" is a mark. Cal Newport has an excellent piece debunking the hype, but my general feeling is that if Mythos was so powerful, how did Claude Code's source code leak?

#6
General Discussion / Re: Has the OPNsense team appl...
Last post by OPNenthu - Today at 06:40:10 PM
I see a lot of focus on software bugs but is there a similar push to work out issues in silicon?  Or are those proprietary secrets too precious to ever let these AIs sniff around in? 🤔
#7
OK, thanks for the clarification and concise info! Probably that scenario is rare anyway so it's reasonable to not code for it, especially since even stability fixes rarely would prevent a system from at least being able to install a plugin, contrary to a missing driver. I occasionally wondered why there are two separate ones instead of one combined microcode package, but maybe a clear distinction is better and saves a little space as bonus.
#8
Quote from: dogshome on Today at 04:56:19 PMI'll probably try iperf via an SBC on Linux to one of the listed servers and see what happens. Windows networking always seems a bit 'touchy' to me.
WRT NIC drivers and stability, Windows should be OK because up until recently, no vendor could afford to have drivers that don't work perfectly with Windows. With the slow shift towards Linux, this may change if it continues. What MS does to network management itself is another story of course.

Anyway, yes, I view the bandwidth test sites as some lightweight testing, especially the browser-based ones. Whenever I use iperf3 (there are different versions that aren't compatible), the first few tests are for stability, and I run the server on the DUT. The extra CPU load and stack activity is welcome in this case to better simulate real-world scenarios. For throughput testing, the docs recommend to use another server so that only the traffic passes through the DUT. That will then test both NICs in the DUT, so this typically is the last test I do after verifying each NIC individually.

Oh, obviously iperf3 -P4 --bidir also stress tests the NIC / driver in the initiating system as well, so if that one is flaky, that may lock up as well. :)
#9
General Discussion / Re: Flashing OPNSense .img.bz2
Last post by Ze_Mind - Today at 06:07:22 PM
I downloaded it from the main repository (standard)

I know you'd probably see that, yet here we are..
#10
Quote from: DmB99 on April 19, 2026, 06:37:09 PM
Quote from: DmB99 on April 17, 2026, 10:43:55 AMВсем доброго дня!
Подскажите, пожалуйста!
Файл os-amneziawg-v2.tar на странице GitHub os-amneziawg не нашел. Скачал ZIP-архив через кнопку "Code"->Download ZIP, распаковал его на OPNsense в папке /tmp/os-amneziawg.
При инсталляции выдает ошибку обновления репозитория и, соответственно, не копирует бинарники. Пробовал переустановить - не помогает.
В чем может быть дело?
...
С этой проблемой сборолся: в 276 строке скрипта надо добавить -f для принудительного обновления репозитория, а в 305 строке добавить -U для предотвращения повторного обновления репозитория:
276: pkg update -f -r FreeBSD-quarterly 2>/dev/null || warn "pkg update failed — trying install anyway"
...
305: pkg install -y -U -r FreeBSD-quarterly amnezia-tools 2>/dev/null; then

Спасибо тебе!