r/freebsd 2h ago

AI RedBSD seems like only FreeBSD 15.1

Enable HLS to view with audio, or disable this notification

11 Upvotes

I installed RedBSD as a virtual machine. I recorded the installation and first run. I decided to share both here. This is the first time I posted a video so I apologize if it's to fast. The only thing I saw different from a regular FreeBSD install is it has VLC included. Please let me know if you see something different.


r/freebsd 23h ago

discussion Does anyone also know the Daemonettes?

Post image
270 Upvotes

Daemonettes were girls who wore devil clothes and went to tech related events to promote FreeBSD, the girl in the photo is Ceren Ercen, probably on the LinuxWorld event in February 2nd of 2000, she is wearing a latex catsuit, but the other two daemonettes were wearing loose clothes, also there are some mentions about them and registers, I will give some.

Ceren Ercen comments on Slashdot

Post about Linuxworld on Slashdot, there's a comment of Ceren Ercen about the daemonettes

Some photos of Ceren Ercen on a Daemonette costume on the official FreeBSD website

Ceren Ercen talking about how she got the daemonette latex outfit

There are probably more about them on the Internet, this was just some fun fact that I discovered recently about FreeBSD that I barely see people talking about.


r/freebsd 16h ago

AI I Built a FreeBSD Cloud to Use with FreeBSD – Alexander Deplov

Thumbnail interfacecraft.online
21 Upvotes

Via https://mastodon.social/@alex_deplov/116965438221734523

… I’m working on my own window manager for FreeBSD, called Asterwm. The goal is to make its UX similar to macOS, so I can switch from Mac to FreeBSD during the day without having to readjust my muscle memory.

One of the most important things for me was being able to access both my work and personal files.

I know I could install ready-to-use software for Google Drive or something similar. But I decided to use the power of Codex to build my own cloud solution instead. …


r/freebsd 6h ago

discussion Anyone using Game Of Trees version control on FreeBSD?

10 Upvotes
Game Of Trees (Got)

Game Of Trees (Got) is a BSD-licensed version control system that aims to provide a complete version control tool suite for OpenBSD - command line interface for version control, repo server, repo browsers for the command line and web, etc. See https://gameoftrees.org/index.html and https://gameoftrees.org/goals.html

Its development has an OpenBSD-first approach (e.g. making use of pledge(2) and unveil(2)) and it focuses on the kind of workflows that are expected to be seen in OpenBSD development, preferring simplicity over flexibility. Nevertheless it is somewhat compatible with Git repos and there are portable versions for FreeBSD, NetBSD, Linux and MacOS: https://gameoftrees.org/portable.html

Notably the FreeBSD port makes some use of Capsicum, though it's not yet as tight as the OpenBSD version is pledged. https://gameoftrees.org/comparison.html

Has anyone been using Got on FreeBSD? Version 0.127 was committed to ports a few days ago, but the packages are a bit behind. https://www.freshports.org/devel/got

There was a related BSD-licensed project, OpenGit, that targeted FreeBSD (its dev also had access to the Got repo) but that seems to have stagnated: https://github.com/khanzf/opengit

Would also be interested to hear anyone using "alternative" version control systems such as

or even more radical alternatives like


r/freebsd 12h ago

help needed bhyve: vm_openf: No such file or directory

5 Upvotes

My first attempts at getting bhyve up and running are rather unsuccessful, as I am receiving the error message from this topic / title.

No matter wether I use a helper script or bhyve directly: ``` bhyve -AHP -s 0:0,hostbridge -s 1:0,lpc -s 2:0,virtio-net,tap1 -s 3:0,virtio-blk,/vm/ha/haos_ova-18.1.raw -c 2 -m 2048 -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd HA

sh /usr/share/examples/bhyve/vmrun.sh -E -c 2 -m 2048 -t tap1 -d /vm/ha/haos_ova-18.1.raw HA ``` The only references I could find have been, that already machines with the same name are running, but that is definately not the case. This is my very first attempt.

Any ideas, what may be wrong here? Above is an image originally distributed for kvm, converted to raw from qcow2.


r/freebsd 22h ago

FreeBSD Ports Repository Freeze

Thumbnail lists.freebsd.org
81 Upvotes

``` -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512

You may have noticed that the ports repository has been frozen for nearly 24 hours now, at the time of writing. Our statement regarding the situation and next steps follows.

A 150MB binary file was recently committed to the ports tree and, as a result, core@ made the decision to implement a temporary freeze of the ports tree in order to implement some clean up efforts. The commit in question severed our ports tree mirroring to github.com due to their filesize hard limit of 100MB, and introduced a blob of questionable licensing into the repository history.

Given the importance of github.com mirroring to our community, we are actively taking steps to remove the offending commits and restore mirroring to the external services. There is no concern that the ports tree has been compromised. The freeze was entirely intended to limit the number of commits that will need to be re-written in order to issue a corrected state.

It is important to us that we provide a reproducible and sustainable path for correcting this issue for the community and downstream consumers. As you're well-aware, correcting issues of this nature is not always as straightforward as desired.

We are actively working on producing instructions which existing checkouts will need to follow to catch up with these corrections. To provide total transparency, we will also provide a procedure for verifying that the official repository changes enacted are limited to exactly the scope that we claim.

We are also implementing server-side hooks to prevent this from happening in the future.

Please stay tuned for additional updates from us, and thank you for your time.

Thanks,

Kyle Evans (on behalf of core@) -----BEGIN PGP SIGNATURE-----

iJEEARYKADkWIQTOLDfUSTVFb0n/Wd5KG8EPLdVqEwUCamEskBsUgAAAAAAEAA5t YW51MiwyLjUrMS4xMiwyLDMACgkQShvBDy3VahPO5wEA+60GiOYCdejKOVJzCr5J fzuEQJxkWt/faQAsa9QlMI8BAMKuUIyRmCqFH99hcoPa4TgvABN3O99J9Mse5U/g chUI =QS8j -----END PGP SIGNATURE-----

A copy of this message is available independently for verification at:

https://people.freebsd.org/~kevans/core/ports-freeze-20260722.txt.asc ```