BastilleBSD :freebsd:

Working on BastilleBSD taught me this:

Small, improved steps over time build something unshakable.
In systems and in life.

#MentalHealthMonday #BastilleBSD #FreeBSD

Stephen Borrill

@adulau @wendynather Probably worth pointing out that Citrix NetScaler is #FreeBSD under the bonnet...

The Psychotic Network Ferret

Alrighty, since Ohio illegally passed photo ID laws for "adult" content and no one cares, connectivity in Ohio is about to suck.

I'm building a workaround with a VPN provider, Foxy Proxy, and a SOCKS5 proxy.

Question for my #FreeBSD friends, what do we like for a SOCKS5 server these days?

net/microsocks is the first search result that hasn't been deleted, should I start there?

Larvitz :fedora: :redhat:

Oh!

FreeBSD 14.3-RELEASE-p2 seems to have fixed the annoying Wayland bugs with KDE Plasma. It's working absolutely fine now 🙂

Yay! :freebsd: :kde:

#freebsd #kde #plasma #wayland

Larvitz :fedora: :redhat:

ThinkPad T480 on FreeBSD 14.3:

- iGPU (Intel): Working!
- dGPU (Nvidia): Working!
- WebCam (integrated): Working!
- Thunderbolt 4 Dock (external Display and USB): Working!
- Intel AX210 5GhZ WiFi: Working!
- External USB headsets: Working!
- Hardware Video-Decoding (vaapi): Working!

That is a perfectly usable setup and the Laptop is just about perfect to a BSD based desktop!

#freebsd #laptop #thinkpad

Larvitz :fedora: :redhat:

FreeBSD 14.3 :freebsd: on ThinkPad T480 with Thunderbolt docked external display and native iwlwifi 5Ghz Wifi with proper speeds. Running KDE Plasma 6.4 with X11 :kde:

Amazing, how far we have come in 2025 for a proper FreeBSD desktop experience!! 🥳

#freebsd #kde #kdeplasma #thunderbolt #wifi #thinkpad

Tom

@david_chisnall Had a look through the Wine 10.12 source code and there is still quite a few references to the /proc file system. The Wine packages should mention this in the post install message for #FreeBSD

Peter N. M. Hansteen

[Again for those on the other side of the pond] -

Friends, it finally happened. On August 7th, 2025, the number of spamtraps rolled past the number of people in my home country. It's time for a retrospective.

Eighteen Years of Greytrapping - Is the Weirdness Finally Paying Off? nxdomain.no/~peter/eighteen_ye (tracked bsdly.blogspot.com/2025/08/eig)

#greytrapping #spam #antispam #greylisting #blocklist #openbsd #freebsd #smtp #email #ssh #passwords #passwordguessing #pop3 #security #networking #cybercrime

Eighteen Years of Greytrapping - Is the Weirdness Finally Paying Off?

nxdomain.no
vermaden

Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟴/𝟭𝟭 (Valuable News - 2025/08/11) available.

vermaden.wordpress.com/2025/08

Past releases: vermaden.wordpress.com/news/

#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday

vermaden

Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟴/𝟭𝟭 (Valuable News - 2025/08/11) available.

vermaden.wordpress.com/2025/08

Past releases: vermaden.wordpress.com/news/

#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday

BastilleBSD :freebsd:

Your projects will wait.
Your health won’t.

Close the terminal.
Take a walk.

Sometimes the best commit is a break.

#MentalHealthMonday #DevLife #FreeBSD

Peter N. M. Hansteen

Friends, it finally happened. On August 7th, 2025, the number of spamtraps intended to woo the unwary spammer rolled past the number of inhabitants in my home country of Norway. It's time for a retrospective.

Eighteen Years of Greytrapping - Is the Weirdness Finally Paying Off? nxdomain.no/~peter/eighteen_ye (tracked bsdly.blogspot.com/2025/08/eig)

#greytrapping #spam #antispam #greylisting #blocklist #openbsd #freebsd #smtp #email #ssh #passwords #passwordguessing #pop3 #security #networking #cybercrime

Eighteen Years of Greytrapping - Is the Weirdness Finally Paying Off?

nxdomain.no
Mark

FreeBSD provides the standard KDE Plasma package, which is the preferred way as recommended by KDE themselves. Nevertheless, you can still uninstall i.e. Discover and Konqueror, which are part of that base package (like I do).
Don't be put off by the inclusion of kde-base-apps in your removal overview, only the relevant parts for that application will be removed. All other apps and libraries will stay put and continue to work.
#freebsd #kde

John-Mark Gurney

@amanda

Most of the time you can, but sometimes there're userland/kernel abi changes which means that after you install the new userland binaries, they might not be able to talk with the currently running kernel and then you won't be able to reboot.

With zfs + be, you should be able to do the update in one go since you can clone the current system, mount it, install to it, and then reboot into the new BE.

#FreeBSD

Tom

I think I've gotten further with this #FreeBSD #wine issue, knowledge-wise. The program I run for it does some live patching in memory (basically reads in a .dll and binary patches it in memory)

This all runs just fine in #Linux but fails in FreeBSD.

The system call I could find for it in WINE debugging was: KERNEL32.ReadProcessMemory

I also get this dreaded message:
wineserver: file_set_error() can't map error: Cannot allocate memory

This is FreeBSD 14.3, wine-devel 10.12.
Have tried disabling ASLR, enabling W^X (which I know is bad), have tried both 64-bit and 32-bit (WINEARCH=win32) prefixes. Same problem happens.

Is FreeBSD preventing WINE programs from reading each others' memory? I don't even know if it even got to the write part, it couldn't read it at all.

Please boost far and wide and many thanks in advance to anyone in the FreeBSD gaming community who might know the answer here (or a friendly FreeBSD dev?)

rvstaveren

After tinkering with #Freebsd’s syslogd code to coerce it in parsing non conforming #RFC5424 timestamps it tripped over other things. Out of the box syslog-ng also skips the netgear messages. Probably going to look into writing a syslog-ng parser for this 🤦‍♀️