brendan, to FreeBSD

@homeassistant

Updated instructions for installing HA-Core 2025.5 in a FreeBSD jail: https://blog.brendans-bits.com/posts/2024/home-assistant-2024.5-jail/

Big thanks go to @jan for making it possible to install a new dependency (python-isal) and to @stefano for hosting brew.bsd.cafe where the homeassistant rc script is now located.

Any comments, suggestions, or corrections - please let me know.

nixCraft, to linux
@nixCraft@mastodon.social avatar
RadioAzureus,
@RadioAzureus@mastodon.social avatar

@nixCraft

is lsof -i already good enough for you?

ly2en, to FreeBSD
@ly2en@chaos.social avatar

has been ported to . And it can run Arch Linux for me.

Linux containers in FreeBSD can start through the old good - which does not support complex features like cgroups or namespaces, which means I probably can't run a container inside a container. Yet.

But this Linux layer is actively supported in FreeBSD for almost 20 years and is rock-solid! It started in 2006 at Google, based on Linux kernel 2.6 and today it shows up as 5.15-compatible!

image/png
image/png

tara, to RedHat
@tara@hachyderm.io avatar

As a proud member of the open source community since 1995, as being part of the OSS revolution as a , and employee, with regrets I have to admit @geerlingguy is not totally wrong:

https://www.youtube.com/watch?v=hNcBk6cwim8
(Corporate Open Source is Dead)

This is why I'm increasingly embracing the world, particularly .

Also, some of the reasons are highlighted by @mms in this post:

https://michal.sapka.me/bsd/why-bsd/

emaste,
@emaste@mastodon.social avatar

@tara @mms I'd love to see some @geerlingguy FreeBSD content!

geerlingguy,
@geerlingguy@mastodon.social avatar

@emaste @tara @mms I've been running OPNsense at the office a while now, going to deploy it at home soon too!

vermaden, to news
@vermaden@bsd.cafe avatar

Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟰/𝟬𝟱/𝟬𝟲 (Valuable News - 2024/05/06) available.

https://vermaden.wordpress.com/2024/05/06/valuable-news-2024-05-06/

Past releases: https://vermaden.wordpress.com/news/

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

txt_file, to debian
@txt_file@chaos.social avatar

My testing tries to install snapd.
Can I see or again? I do not want Canonical® snapd™.

Bad enough that libpipewire-0.3-modules (version 1.0.5-1) has a dependency to libsnapd-glib-2-1. :puke:

zirias,
@zirias@bsd.cafe avatar

@txt_file Didn't you know, to build software you absolutely need npm, cargo, nuget, pip, .... and MAKE SURE to always specify EXACT VERSIONS, you can easily deploy all that stuff with snap, appimage, flatpak, or better play it safe and just deploy docker images!!!!

Ladies&Gentlemen:

txt_file,
@txt_file@chaos.social avatar

@zirias dependency management ist so 1990s. Let's just ship an image of developers notebook to customer.

mms, to FreeBSD
@mms@emacs.ch avatar

How can I be up-to-date with current developments of all without following their mailing lists? I'd love to know what they are cooking (got or graphical installer for example) but without following dev discussions, as those are too low-level for my needs.

zirias, to FreeBSD
@zirias@bsd.cafe avatar

Hello bsd.cafe 🤩!

I finally did it and moved to a more appropriate "home realm" for a enthusiast. Thanks @stefano for offering this!

Moving followers worked flawlessly, restoring all my settings was pretty quick, but of course all my old toots are left on https://techhub.social/@zirias 🙈

So I guess I'll introduce myself here by writing a little thread, adding a few of my works that someone might find interesting. But first a bit of "who am I":

I'm a "professional" software architect/developer (mostly platform in the day job), FreeBSD hobby-admin and ports committer, fan (and occassionally coder and even musician), and apart from computers also interested in music (playing a few instruments myself), traveling, cooking, sometimes sports, sometimes politics ... but probably won't toot about any non-technical stuff (or, very very rarely).

zirias,
@zirias@bsd.cafe avatar

One of my "dream projects" (maybe after retirement 🙈😁) would be to create yet another :commodore: OS. One that works on a vanilla unextended machine.

There are quite a few around of course. To make something meaningful, you have to think about what could give enthusiasts an excuse to use their breadbin once in a while 😏

I think it should just support very basic service clients, like Email, IRC, BBS (via TCP), ... of course this means to require one hardware extension (apart from your obligatory floppy drive): Some (or wifi) hardware. There are a few around, so "drivers" for those would be needed.

This sets the baseline of features required. Multitasking will probably be unavoidable (clients need to be able to do stuff "in the background", like e.g. respond to IRC PING messages). There's already a LOT of complexity attached to that requirement. You'll need an executable format with relocation info, and a program loader doing the relocation on startup of a new process. You'll need a concept how to deal with the tiny hardware stack (partition it, relying on apps not to overflow? copy it around on each context switch?). You'll need a concept how to dynamically allocate memory (probably just page-wise). And so on.

A windowing system IMHO makes no sense at all on that machine. The UI should focus on text (maybe a set of virtual consoles?). Support for GUI apps might be possible, but then only "full-screen". 🤔

Well, just some thoughts, dreaming along 😄

cenbe,
@cenbe@mastodon.sdf.org avatar
jutty, to FreeBSD
@jutty@bsd.cafe avatar

Recently got a cheap 128 GB SSD to see how BSD would run on my main machine, and this weekend threw FreeBSD on it. I'm sending this toot from the working system, and aside from the general configuration joy of being an Unix nerd, finding almost everything I need to know in the FreeBSD Handbook is a great perk on the second joy: reading docs and being able to flow acting on them.

lw, to FreeBSD
@lw@bsd.cafe avatar

seen in another toot:

> FreeBSD is working on a graphical installer. Finally.

"finally" what? like, what is the actual benefit to users here?

bsdinstall could definitely do with some improvements to its workflow (which people are working on) but it's already pretty intuitive and easy to use.

if you install FreeBSD with a graphical installer, you finish the install, and then... you end up with a "login:" prompt on a text terminal. so you didn't gain anything from having a graphical installer.

if the idea here is to make FreeBSD easier to install/use, then the focus should be on the post-install system (e.g., installing DRM/X/Wayland/etc. by default), not on the installer itself.

kzimmermann,
@kzimmermann@fosstodon.org avatar

@lw agreed, there's nothing wrong with a TUI installer. There's not even anything wrong with a script installer like in Alpine.

Post base-install options to bootstrap DEs and other GUI goodies would be welcome, though I probably won't use them.

kzimmermann,
@kzimmermann@fosstodon.org avatar

@lw and they could even take an inspiration from Linux in this point. Debian's installer works text-based (graphical is basically the same thing, but with a mouse) and offers clear and easy options to add popular DEs and other goodies post base install (which again I tend not to use). Just a matter of marking and pressing Enter.

nixCraft, to macos
@nixCraft@mastodon.social avatar

Need to see your routing table on or or ? Type:
netstat -rn

The entry with the "G" flag is your gateway. users may want to use the ip command (look for "default" entry which is your gateway):
ip route show

See ip command guide https://www.cyberciti.biz/faq/linux-ip-command-examples-usage-syntax/ for more info.

jakob41,
@jakob41@mastodon.social avatar

@nixCraft What’s the difference between this and ip route?

stefano, to tech
@stefano@bsd.cafe avatar

I'm trying to figure out the best browser combination for my needs. Generally, Firefox covers almost everything I need, but it's slow on Android and drains a lot of battery. I've tried Vivaldi, Chrome, and Brave. Of these, only Brave has the features I need, like full history sync (not just typed URLs), and the ability to send tabs to other devices. However, with its focus on crypto and AI, it seems too hype-driven for me. Also, none of them work on FreeBSD without using a Linux jail.

Any suggestions?

arikb,
@arikb@mastodon.sdf.org avatar

@ParadeGrotesque @stefano I personally have both Firefox and Firefox Focus installed.

I use Firefox Focus to open all links by default. It does a great job of deleting everything after it's closed so I don't have to worry about cookies or trackers.

I use Firefox when I want to open a website I need to login to or have cookies for, which happens a couple of times a day. It's synchronised with my desktop. I swipe it away when I'm done so it doesn't keep running in the background.

sldrant,
@sldrant@mastodon.social avatar

@stefano I chose Firefox purely on privacy, especially with ghostery plugin on android

governa, to FreeBSD
@governa@fosstodon.org avatar

Working On Improving Its Audio Stack & Creating Graphical OS Installer :freebsd:

https://www.phoronix.com/news/FreeBSD-Q1-2024-Progress

pulkomandy, to FreeBSD
@pulkomandy@mastodon.tetaneutral.net avatar

Do I know a developer here?

Jim ported your FAT filesystem driver to Haiku here https://review.haiku-os.org/c/haiku/+/7660 using a compatibility layer, to replace the previous driver we had inherited from BeOS sample code that was not working great.

I appreciate your input on how to handle this, maybe you're open to making/upstreaming some changes to the driver to make it easier to port? Maybe your driver is as bad as ours and you already plan to rewrite it? Anything else we should check?

paoloredaelli, to FreeBSD
@paoloredaelli@mastodon.uno avatar

I installed with to fix a issue in . It feels like a healthy return to the past and a useful exercise in portability

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • rosin
  • thenastyranch
  • cubers
  • ethstaker
  • InstantRegret
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • everett
  • Youngstown
  • mdbf
  • slotface
  • kavyap
  • anitta
  • GTA5RPClips
  • khanakhh
  • normalnudes
  • osvaldo12
  • cisconetworking
  • provamag3
  • Durango
  • tacticalgear
  • modclub
  • Leos
  • megavids
  • tester
  • lostlight
  • All magazines