r/freebsd 23h ago

Trying FreeBSD as my daily driver

Thumbnail
gallery
297 Upvotes

New to FreeBSD and trying to daily-drive it on my laptop. Still learning, but I’m enjoying the experience so far! Any beginner tips are welcome.


r/freebsd 16h ago

discussion Does anyone also know the Daemonettes?

Post image
207 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 15h ago

FreeBSD Ports Repository Freeze

Thumbnail lists.freebsd.org
72 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 ```


r/freebsd 9h ago

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

Thumbnail interfacecraft.online
18 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 20h ago

help needed Could use some help

10 Upvotes

Can anyone please explain to me how to setup freeBSD on my laptop that has hybrid nvidia/intel graphics? I also use laptop monitor and a big second monitor. I can’t seem to get it working. I do have it installed on my old Mac mini just fine. Any help is greatly appreciated.

Specs: MSI laptop 16gb ram
Nvidia rtx 3050
Intel graphics as well
I5 1.8ghz cpu.


r/freebsd 6h ago

bhyve: vm_openf: No such file or directory

4 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.