shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

270
active users

#nfs

0 posts0 participants0 posts today

I have an NFS server running on the Raspberry Pi (with RPi OS), and I can't get my OpenBSD laptop to mount it.

OpenBSD will mount my Samba server in the Thunar file manager, but I'd rather mount that share in the terminal (or via fstab), and I don't think there's a way to do that.

Not even bad the latency (this is just about latency, not overall bandwidth which reaches the full 4.9Gbit via 2x 2.5Gbit links).

Taken inside a Debian VM running on a Proxmox node connected to the storage:

GMKTec G9 NAS
2x 2.5Gbit
NFS 4.2 (with pNFS)
2x WD Back SN7100 NVMe
Mirror mode ZFS

While this are already pretty awesome latencies, let's see how it performs with SPDK and NVMe-oF (TCP).

""We recently ran across a strange higgs-bugson that manifested itself in a critical system […] A higgs-bugson is a bug that is reported in practice but difficult to reproduce, […]

The Linux kernel does not actually implement this cache as suggested by the RFC, so I wrote a kernel patch to add this functionality and mailed it off upstream. I also learned that the FreeBSD kernel actually already implements this, so this is new-to-Linux but not new-to-NFS.

[…]

Both of these patches are now upstream and will be available in Linux 6.16.""

blog.janestreet.com/a-higgs-bu

Jane Street BlogA Higgs-bugson in the Linux KernelWe recently ran across a strange higgs-bugson that manifested itself in a critical system that stores and distributes the firm’s trading activity data, calle...

#Goals2025

Moving away from the constant upgrade cycle & moving closer to the ideals of #PermaComputing #MalleableSoftware

Design and setup a redundant system of old/used, cheap, low-power devices running ia: #Guix, #Linux, #FreeBSD, #macOS, #HaikuOS, #Plan9Front, #X11, #P9, #NFS, all working together

Become an expert on #MicroControllers #ESP32 #STM32 #RP2040 #MIPS #RiscV

DIY sensors which sing like birds to communicate their status

DIY robots "drones"

Move as much as possible of my computing needs to the #Terminal, #Emacs, #Rio #CLI #TUI #P9

Get an #3DPrinter and learn to use it

Design and build my own portable 8dot #braille terminal & try out if 3x3 or 3x4 dots is also workable.

Design and build my own low-power computers, their OS, and tools

Writing more of my own tools #DIY

#SmallTalk #ObjectPascal #Prolog #Scheme #Racket #CommonLisp #Haskell #Rust #Go #ObjectiveC #Swift

Deploy #LoRa #ReticullumNetwork #RNodes #MeshCore #Meshtastic

Start an #InternetResiliencyClub

Add #Tor, #I2P support by #WebProxy

#SolarPowered #SelfHost over #I2P, #OnionService #Blog #Wiki #Repositories #GopherHole #Darcs #Mercurial

#SelfHost my own #EmailServer, which will only accept email from #KnownServers #CommunityEmail #MutualEmailAcceptance

Share files via #BitTorrent over #I2P

DIY #HomeAutomation
DIY #GardeningAutomation
DIY #GreenHouse

Get a house cat, train the cat, use voice and gestures

Start asking money for advice & technology support

Build/program my own opportunistic and strange cryptocurrency miners #BTC, #XMR, #ZEC, etc #Art

#MakeMoreArt #LearnToDraw #Learn3DModeling #LearnGenerativeArt #LearnToComposeAmbientMusic

#ReCreateJottit #ReCreateInstikiWiki

#WriteMore #PublishMore #Letters, #Essays, #Missives, #Reports, #Treatise

Video: Wie du deinen eigenen NFS-Server einrichtest

In meinem Video führe ich dich Schritt für Schritt durch die Einrichtung eines NFS-Servers unter Linux. Wir beginnen mit der Installation der erforderlichen Pakete und gehen dann weiter zur Erstellung einer Freigabe.

#NFS #Server #Linux

gnulinux.ch/wie-du-deinen-eige

GNU/Linux.chVideo: Wie du deinen eigenen NFS-Server einrichtestIn meinem Video führe ich dich Schritt für Schritt durch die Einrichtung eines NFS-Servers unter Linux. Wir beginnen mit der Installation der erforderlichen Pakete und gehen dann weiter zur Erstellung einer Freigabe.

OK, since folks are asking #FreeBSD #metrics questions, here's mine. Say I have a fleet of 15-20 #NFS servers, with a typical drive complement of 60 drives (multipathed, so there are 120 da* devices, and some have twice that). I have CAM_IOSCHED enabled so I have latency histogram data for every drive (as unlabeled comma-separated integers, sigh). Is there anything that will actually collect and visualize this data usefully (without requiring a full-time metrics developer, which I am not).

Replied in thread

@hl @xdydx #FreeBSD has only support for SMBv1, which you should absolutely avoid for security reasons, although you can probably configure #samba to still allow it ... but ... don't. Nowadays I'd prefer to say FreeBSD does not support mounting SMB shares.

There are some ports available implementing "modern" SMB (v2/v3) on top of #fuse, which might be an option, but in my experience, they're not perfectly reliable and performance isn't the greatest either.

If ever possible, work on the server side and see whether you can share via #NFS instead. Either #NFSv3 (which is only "secure" as long as your network is perfectly secure and you control all participating machines, but at least it doesn't pretend to do anything else), or #NFSv4 with #kerberos security.