photog.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for your photos and banter. Photog first is our motto Please refer to the site rules before posting.

Administered by:

Server stats:

242
active users

#freebsd

37 posts32 participants1 post today

As you can see in this photograph a level of stability has been reached in the installation and configuration of this 64bit SBC.

The configuration that was chosen by the maintainers of the Pi distro is one, where Super User needs to be run at any time, for root commands, because access to the root account has been disabled by default.

Security wise the SBC is fair provided that you do not allow others to get close to it in a physical plane.

I already have two installations one is on a microSD card the other is on a USB stick

It is important to realize that when you boot from the USB stick your USB-C power supply needs to be able to produce 5,000 milliamps, at 5V DC otherwise there will not be enough current for that control to be smooth.

Note:
The second display that you see does not belong to the control of the Raspberry Pi.
I need to get myself a second longer microHDMI to HDMI cable to reach the other IPS LED panel

If I were to host on #OpenBSD my reverse proxy, static site, git server running cgit, Syncthing, Radicale, snac instance. Would you put them all on the same machine or would you advise to split them up ? Not saying I'm going to but research is ongoing to see what I can host on one machine compared to my current one machine running #FreeBSD with several jails for each service.

Sorry if none of this makes any sense but that's just how I roll. 😂

That is a lot of fun! The update to 6.4.4 is rolling out as we speak, but just to give a first impression.
Plasma 6.4.3, Wayland session, basics installed and up and running. Even Spectacle (was a big issue previously) works well.
Wrapping up tomorrow, I've deserved that cool 🍻 for now.
#freebsd #kde

The August 8th, 2025 Jail/Zones Production User Call is up:

youtu.be/p3xiz-901rc

We discussed surprises on the Power architecture, #RHEL to #FreeBSD migration with up to a 40% performance increase, the approval and abilities of the executable jail.conf Review, strategy for automating disaster recovery on FreeBSD hosts, jail ABI backwards compatibility, t-shirt ideas, and more!

"Don't forget to slam those Like and Subscribe buttons."

Replied in thread

@gumnos

Seems to be #FreeBSD that's giving me false-positives or assuming -iname. Verified that there's no alias or anything like that in the way.

Do you have a FreeBSD machine you can test this on? I just have the one webserver, and I'm not admin.

Did you notice? The registration was temporary open today and we welcome all new users! 🥳

While we still have a plenty of free resources, we might switch from an open registration model to a recommendation / mentor model where already present users can invite new users.

This is not yet fix but a possibility to avoid misusage and abuse where our primary goal is still to provide resources for people interested into BSD based systems. Maybe also closer integrations with BSD communities like the BSD Cafe (@stefano) could be an approach.

#freevps #free #education #ipv6 #hosting #bhyve #proxmox #freebsd #netbsd #openbsd #runbsd #boxybsd @gyptazy

Anyone using net-mgmt/net-snmp on #FreeBSD with AES-256-C support? Or indeed, anything more than plain AES?

How can I confirm support is compiled in?

I ask because I can use these on snmpwalk

-x AES
-x AES128

but not

-x AES193
-x AES256
-x AES256C

They give an error such as:

Invalid privacy protocol specified after -3x flag: AES193

I ask because some newer gear uses AES-256 by default.

This is a vuxml node from #FreeBSD security/vuxml port.

<vuln vid="44101b31-8ffd-11e7-b5af-a4badb2f4699">
<cancelled/>
</vuln>

I'm trying to detect cancelled vid.

I'm using perl's XML::DOM::PARSER

I tried:

my $cancelled = $node->getAttributeNode('cancelled');

and

my $cancelled = $node->setNodeValue('cancelled');

But that comes back as: Use of uninitialized value $cancelled

I don't know what functions to call to detect a cancelled node.