Skip to content
daniel@cosenza:~/blog

tag

#haiku

30 posts

Haiku OSFix May 21, 2026 3 min read

Fixing Package Conflicts and Broken Dependencies in Haiku

A package won't install, or the system misbehaves after an update. Because packagefs never unpacks files, most of these problems are fixable by manipulating package activation directly, without touching the file system.

#fix#packagefs#haiku
Read more
Haiku OSDeep Dive May 20, 2026 3 min read

Device Drivers and Hardware Support in Haiku

Haiku's driver model inherits BeOS's modular, hot-pluggable design — but as a much smaller, community-driven project, its hardware support has real, practical limits worth understanding upfront.

#drivers#hardware#haiku
Read more
Haiku OSFix May 19, 2026 3 min read

Fixing Haiku Boot Failures with Safe Mode

Haiku won't boot normally, or hangs partway through. Here's how to use the boot loader's safe mode options to isolate which specific subsystem is actually at fault.

#fix#boot#haiku
Read more
Haiku OSHow-To May 18, 2026 3 min read

How to Back Up and Restore a Haiku System

A complete walkthrough backing up a Haiku installation using BFS attributes and standard file-copying tools, plus what to know about restoring packagefs-managed system data specifically.

#howto#backup#bfs
Read more
Haiku OSDeep Dive May 18, 2026 3 min read

Why Haiku Isn't a Unix Clone (and What That Actually Means)

Haiku runs on POSIX-like conventions and supports plenty of Unix software, but underneath that compatibility layer, it isn't descended from Unix at all — its kernel, API, and core assumptions come from somewhere else entirely.

#architecture#haiku#unix
Read more
Haiku OSHow-To May 17, 2026 3 min read

How to Set Up Multiple User Accounts on Haiku

A complete walkthrough creating additional user accounts on Haiku, understanding its current multi-user maturity, and what to expect versus a fully mature multi-user Unix system.

#howto#users#permissions
Read more
Haiku OSFix May 15, 2026 3 min read

Fixing Audio That Isn't Working on Haiku

No sound at all, from any application, usually traces to the Media Server or a driver-detection problem — here's how to distinguish the two and work through each.

#fix#audio#media-kit
Read more
Haiku OSNews May 15, 2026 2 min read

Haiku's Package Management System Goes Live

After a design drafted in January 2011 and development under funded contracts, Haiku's packagefs-based package management shipped in September 2013 — reshaping how software gets installed on the system.

#news#haiku#packagefs
Read more
Haiku OSFix May 14, 2026 3 min read

Fixing Networking and DHCP Issues on Haiku

No network connectivity, or an interface that won't get an IP address — here's how to work through Haiku's networking stack from hardware detection through DHCP.

#fix#networking#dhcp
Read more
Haiku OSDeep Dive May 14, 2026 3 min read

The Media Kit: Real-Time Audio and Video in Haiku

Haiku's Media Kit models audio and video processing as a graph of connected nodes passing buffers to each other in real time — the same conceptual model professional media software still uses today.

#media-kit#audio#video
Read more
Haiku OSFix May 13, 2026 3 min read

Fixing Tracker Crashes and Hangs on Haiku

Haiku's desktop/file-manager shell has stopped responding or crashed. Because Tracker is just another BLooper-based application, restarting it doesn't require rebooting the whole system.

#fix#tracker#haiku
Read more
Haiku OSDeep Dive May 4, 2026 3 min read

BFS: How Haiku's File System Doubles as a Database

BFS treats extended attributes as first-class, indexable data — turning ordinary file queries into something closer to a database lookup, decades before this became a mainstream idea.

#bfs#filesystem#haiku
Read more