Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Not bad for a 16 euro per month, bare metal server (powered by FreeBSD):

Uncategorized
15 6 35

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    13 Views
    so Raptor gave me access to a Talos II to do some work on FreeBSD/ppc64le. first thing i noticed: the boot process is *very* unusual. it doesn't use the FreeBSD loader at all; instead it has a Linux-based firmware loader called Petitboot which can load and kexec() the FreeBSD kernel directly. however it needs a rather odd partition layout to do that:# Device Mountpoint FStype Options Dump Pass#/dev/nda0p2 / ufs rw 1 1/dev/nda0p1 /boot msdosfs rw 2 2i assume this is because Petitboot can't read FreeBSD UFS, so we need the kernel (which is in /boot/kernel) to be on FAT. Raptor suggested we should make the loader kexec()able instead, which seems like a good idea, but from what i can tell this platform doesn't use OpenFirmware at all, and i'm not even sure we have a PowerNV-native loader.(as you can tell, i know very little about either POWER or FreeBSD/powerpc, so this is going to be an interesting learning experience.)#FreeBSD
  • 0 Votes
    1 Posts
    13 Views
    Howto on how to set up a local #webdev setup on #FreeBSD via #Apache featuring #Python and #PHP https://jhx7.de/blog/webdev-setup-on-freebsd/#freeBSD #BSD #unix #webdev #php #python
  • 0 Votes
    7 Posts
    28 Views
    @stefano Great talk, thanks for sharing it!
  • 0 Votes
    1 Posts
    17 Views
    Day two of using #freebsd again.The resolution of the wifi issue was as simple as pressing the enable radio button on the keyboard. Good thing I read the messages on startup this time.After quite a bit of struggle I've gotten wayfire going (with an old nvidia card no less). The other challenge I faced is while Sway or Wayfire would launch, I couldn't run anything. No foot, alacritty, no dmenu, wayfire's bar would crash, the swaybar had boxes for icons. This took me much longer than I would like to admit to solve.Somehow it's possible on Freebsd to install all of this and not install a font. in one sense I appreciate the modularity. Sometimes on Linux I've felt like one little tool brings with it an entire desktop environment and a GB of software. This might be on the extreme other end. Added doas, rofi, firefox and started tweaking the interface. I haven't figured out the startup splash screen yet, or how to launch sddm or something like it on startup. But that's coming.Back years ago I never had a computer that could run Compiz. So I get to relive some of those aspirations with Wayfire. The effects are neat without being terribly annoying. The laptop I'm using was made in 2008 or 2009. And quite remarkably it does not feel slow at all. The genie effect is faster than any Mac when the Dock had that option. The cube rotates smoothly.And most surprising, launching Firefox seems almost instant. I had a dozen tabs open and not a glitch, even watching a YouTube video and swapping screens with the cube effect.I think I've managed to get this working without introducing many Linux-isms or the Linux ABI. I use Linux a lot, but I wanted something a bit more purely BSD for this machine.