Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

hayzam

@hayzam@mastodon.bsd.cafe
mastodon 4.6.5
  • Open on mastodon.bsd.cafe
92 Followers
25 Following
15 Posts
Joined May 30, 2025

Posts

Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · May 25, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe
Replying to @flo@infosec.exchange
@flo@infosec.exchange https://sylve.io/guides/node/settings/system/#zfs-pools
2
1
1
0
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · May 08, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe
Replying to @landelare@mastodon.gamedev.place
@landelare@mastodon.gamedev.place Most enterprises I’ve seen treat Microsoft’s support matrix like gospel, and assume the TPM/CPU checks mean the machines are suddenly useless. In reality, a lot of it just feels like a convenient push to sell new hardware people don’t actually need.
2
2
0
0
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · May 08, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe
Replying to @flo@infosec.exchange

@flo@infosec.exchange

I did some very basic testing of ZVOL vs raw disk performance on a single bhyve VM, and the results were pretty interesting.

Small but important note: the "raw disk" here was still a file on a ZFS dataset, so this may look very different on UFS or a genuinely different backing setup.

fio made the raw disk look slightly ahead: ZVOL did ~127 MiB/s / ~32.5k IOPS, while raw disk did ~144 MiB/s / ~36.9k IOPS.

But pgbench (postgres) told a very different story: ZVOL did ~1698 TPS at 9.3ms avg latency, while raw disk did ~423 TPS at 37.3ms avg latency.

npm install on the Sylve repo took roughly the same time on both media, down to the millisecond. I actually expected raw disk to be faster there since npm is random read/write heavy, but the ZVOL seems to be doing just fine.

Alpine VM shape: 4 vCPU, 4 GiB RAM, NVMe emulation, real NVMe underneath.

P.S: I did both the fio and pgbench tests 5 times and took the average, this was a brand new machine so no noisy neighbors/stuff running on the host either

4
1
4
0
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · May 08, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe
Replying to @dexter@bsd.network
@dexter@bsd.network 6th Gen Intel
0
3
0
0
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · May 08, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe
Replying to @flo@infosec.exchange
@flo@infosec.exchange Ah, thank you for the links looks like both of them really don't use the same tuning parameters and both seem very outdated..I'm sure the situation is much better now I unfortunately don't have remotely identical hardware to theirs but even then testing on a fresh machine some new benchmarks would be a good idea (if I ever get the time to do it properly!) But if you're interested I'll be very happy to publish your findings as an article in our docs! (https://sylve.io/docs) the markdown for it is in our main Github repo btw
3
0
0
0
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · May 08, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe
Replying to @flo@infosec.exchange
@flo@infosec.exchange The difference really is negligible at least anecdotally, like to the point where it's a rounding error I would say and this is after me testing probably 100s of VMs deployed on all kinds of systems Also I'd be curious to read the blog you're mentioning and maybe run identical tests so we can find out if the latest versions have any difference to their conclusions And I personally like the aesthetics of a ZFS volume (which is also why it's a default on Sylve), it's meant to be a block device rather than a file trying to masquerade as one, and by default we have tuned it for performance compared to proxmox, setting things like primary cache to metadata (which gave us 10-20% boost) etc.
1
4
1
0
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · May 08, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe

Windows 11 dropping support for these very capable mini PCs means many of them are headed for the bin.

Naturally, we’re giving them a second life as a 3-node Sylve cluster running FreeBSD.

Reduce e-waste! #RunBSD #Sylve

89
19
38
0
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · May 01, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe

Just took the new OnlyOffice image on daemonless.io for a test drive, it's pretty bad ass!

Podman works like a charm as well, can't believe how well integrated everything is.

3
0
1
0
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · Apr 29, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe

Sylve 0.3.0 (pre-release on github) adds a lightweight PF-based firewall + a seriously capable WireGuard manager.

Set up a deployment today for a client with multiple VoIP endpoints behind CGNAT (providing them with public IPs), and a tiny FreeBSD box (<1GB RAM, 1 Shared vCPU) is handling all traffic flawlessly. It’s honestly the kind of setup you forget even exists.

Before Sylve, we were hand-managing WireGuard configs for setups like this... not something I'm going to miss!

38
2
24
0
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · Apr 04, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe

Next Sylve release is shaping up to be a solid one!

We're utilizing the base WireGuard kernel module and PF to bring a richer networking experience, with support for traffic rules and NAT (SNAT, DNAT, BINAT).

#WireGuard #FreeBSD #Sylve #RunBSD

19
4
9
0
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · Apr 01, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe

Sylve is now in the FreeBSD ports tree!

You can install it with `pkg install sylve`, or build it from ports: `cd /usr/ports/sysutils/sylve && make install clean`

Really happy to see this land; thanks to @dch for all his help porting this! 🙌

https://sylve.io
https://github.com/AlchemillaHQ/Sylve

#FreeBSD #Sylve #RunBSD

44
11
22
2
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · Mar 31, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe
Replying to @ly2en@chaos.social
@ly2en@chaos.social That’s pretty intentional. Proxmox positions itself as a virtualization platform, even in the name "Proxmox VE" (Virtual Environment). Sylve is broader than that, we’re not just focused on VMs. We also lean into things like proper ZFS workflows, simple Samba shares, and we’re working toward built-in networking features like integrating a nice GUI for WireGuard (among other things). Another reason we don’t push the "Proxmox alternative" label too hard yet is that we’re not at full feature parity. Features like VM snapshots (CPU/RAM) and host-to-host live migration aren’t there yet, mainly because the underlying bhyve codebase doesn’t support them. Once those land in a stable release, it’ll make more sense to draw that comparison.
0
0
0
0
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · Mar 30, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe

I just realized an article one of our users wrote (and I reposted) https://iptechnics.com/blogs/from-proxmox-to-freebsd-and-sylve-in-our-office-lab, just hit the frontpage on hackernews!

#Sylve #FreeBSD #RunBSD

17
2
5
0
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · Mar 29, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe

So happy to see the new influx of users to https://sylve.io ! We are so, so back folks. 2026 is the year of vanilla FreeBSD in the homelab scene!

Feedback from a new Sylve user (from our discord) 👇🎉

#Sylve #FreeBSD #RunBSD

33
2
19
0
Open post
hayzam
hayzam @hayzam@mastodon.bsd.cafe · Jan 10, 2026
hayzam
@hayzam@mastodon.bsd.cafe
mastodon.bsd.cafe

Home ♥️

2
0
0
0

Remote instance

mastodon.bsd.cafe
Open on original server

Media

313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 05:27:18 UTC