Commenting to something said within the linked article: 32-bit Devuan (with Trinity Desktop aka KDE3.5 on maintenance) is still available at http://exegnulinux.net/ with Devuan/Debian repos. I'm happily running that on a Core2 Duo laptop.
I'm always curious - what do you use that machine for? I'm imagining most of the modern web is unusable.
How Does FreeBSD Compare to Linux on a Raspberry Pi?
11–20 of 27 posts
Re: How Does FreeBSD Compare to Linux on a Raspberry Pi?
#12Commenting to something said within the linked article: 32-bit Devuan (with Trinity Desktop aka KDE3.5 on maintenance) is still available at http://exegnulinux.net/ with Devuan/Debian repos. I'm happily running that on a Core2 Duo laptop.
I'm always curious - what do you use that machine for? I'm imagining most of the modern web is unusable.
It was not comfortable but definitely usable (unlike a 2005 Imac G5 for example).
A 2013 4th gen i5 laptop with a SSD (major difference in trems of experience) and 8GB Ram remains totally usable for regular stuff (watching movies, Youtube, browsing the web, basic dev work) The plastic body is generally what fails before everything else.
As long you have at least four cores, 4GB Ram, linux and above all a SSD you should be fine
Re: How Does FreeBSD Compare to Linux on a Raspberry Pi?
#13It runs a jail with my single user GoToSocial ActivityPub server [2] reasonably well with cloudflared [3] handling incoming traffic and acting as CDN to take some of the load. Originally it was only using an SD card, but there was too much IO contention so a USB-SSD adapter is used to offload the IO.
I choose FreeBSD over Linux since I have other Rpis with Linux already and wanted more experience with *BSD, jails, and ZFS. Unfortunately ZFS wasn't the best choice on an Rpi since it's more cpu intensive and switched back to UFS.
Overall it's been solid, multiple GTS updates and have it on my list to update to FreedBSD 14 but not really in a rush.
1. https://social.ecliptik.com/@micheal/statuses/01GP860MYM2CGH...
Re: How Does FreeBSD Compare to Linux on a Raspberry Pi?
#14Commenting to something said within the linked article: 32-bit Devuan (with Trinity Desktop aka KDE3.5 on maintenance) is still available at http://exegnulinux.net/ with Devuan/Debian repos. I'm happily running that on a Core2 Duo laptop.
IIRC correctly from my Late 2007 Intel Core 2 Duo MacBook days, that cpu can handle a 64 bits OS (although in my case the EFI could not so you had to modify it in order to be able to boot a 64bits OS)
Re: How Does FreeBSD Compare to Linux on a Raspberry Pi?
#15I’m interested in this because lately I’ve been using an rpi4 with Surge XT, a great open source softsynth. The sound engine itself is not cpu bound in most scenarios. The pi can be brought to its knees with a lot of voices and effects but that is to be expected. What baffles me is that it randomly drops a ton of UDP packages, fails to read/write disk and randomly experiences high load only to quiet down later. Basic…
That’s with a high quality SD card, too. I don’t have it nearby at the moment, but it was one of the ones the RPi website recommended.
Re: How Does FreeBSD Compare to Linux on a Raspberry Pi?
#16And I have not even touched "kern.sched.preempt_thresh" as this is not a desktop system.
What also impresses me is that you can load a FreeBSD system to 5x maxload (or much more) and it's still usable, with Linux you have horrible stuttering (on a desktop system).
Re: How Does FreeBSD Compare to Linux on a Raspberry Pi?
#17I would like to have a comparison with DietPi running the Pi, but so far with a few optimisations the performance has been great. Granted that the Radius server serves 2 ubiquity APs in a SOHO with a handful of WiFi connections and it's nowhere near a full-blown "campus" level deployment - that would require a huge mysql server.
However, even the specs for the freeradius server + SQL were something like 2GB IIRC, the combo runs fine.
Re: How Does FreeBSD Compare to Linux on a Raspberry Pi?
#18Mildly offtopic: I've always thought of distributions (whether they are BSD or Linux) as: bootloader kernel/initrd of some sort /sbin/init libc shell / userspace tools package manager I think a lot of "noise" is made off of such slight distinction between these Back on topic: From the article > Nope, no match — FreeBSD's performance on the Pi is still way better, even without overclocking How? Like, it's the same har…
Re: How Does FreeBSD Compare to Linux on a Raspberry Pi?
#19Commenting to something said within the linked article: 32-bit Devuan (with Trinity Desktop aka KDE3.5 on maintenance) is still available at http://exegnulinux.net/ with Devuan/Debian repos. I'm happily running that on a Core2 Duo laptop.
I'm always curious - what do you use that machine for? I'm imagining most of the modern web is unusable.
Use-cases? Remote and while-you-wait work, RS232 and ethernet test console. It's bigger than a netbook but it's what I've got, so I lug it around.
Re: How Does FreeBSD Compare to Linux on a Raspberry Pi?
#20> But what about all that lackluster driver support? WiFi drivers still on the 802.11g standard and all? Surely you can't be serious about it when Linux offers all that support out of the box, right? Wrong, actually. For starters, the drivers provided for the Pi's hardware are often half-assed proprietary blobs... I no longer think FreeBSD is really at fault if the driver support for the hardware is not helpful to be…