If you use Poudriere, it is best to create a make.conf file.
For example, if you are creating ports for a Poudriere jail named--> amd64-15-stable
Create a make.conf--> amd64-15-stable-make.conf
I noticed yesterday ftp/curl failed to build...
It should be under the "Security" tab, there you can switch secure boot on or off.
https://support.lenovo.com/us/en/solutions/ht509044-how-to-enable-secure-boot-on-think-branded-systems-thinkpad-thinkstation-thinkcentre
It's the difference between forwarding packets, and proxying them. The first command proxies the connection, the connection is made to the first host and a new connection is made to the second host. The first host acts as an intermediate.
When...
https://www.theregister.com/2025/11/07/unix_fourth_edition_tape_rediscovered/?td=rt-3a
The University of Utah had a tape labeled as a complete copy of UNIX V4 (which was lost media until now). Hopefully the CHM can manage to dump it.
On 16.0-CURRENT (no devel stuff installed; just base) it's 19.1.7 (guessing 15.0 would be that or lower)
clang -v
FreeBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2)
Target...
You can select a branch or tag.
https://github.com/freebsd/freebsd-src/blob/main/lib/clang/include/clang/Basic/Version.inc
#define CLANG_VERSION 19.1.7
#define CLANG_VERSION_STRING "19.1.7"
#define CLANG_VERSION_MAJOR...
Indeed. It was resurrected by dummy0 as a fairly suspect and generic post.
Oh well, at least this gives us a chance to turn this into another of our Rust vs C++ threads :)
Whenever said process keeps the log file open (filehandle). And it may not be SIGUSR1 (30), some processes require SIGHUP (1) (see signal).
The documentation of the service in question should mention it.
Valkey might be sending it's logs...
Thank you,
That was very helpful!
Makes it much easier where to start, when configuring log rotations for other daemons.
MariaDB is next in line.
Thanks again for the explanation,
Much appreciated,
Generally it is best to use the C API rather than scraping data.
Check out sysctl(3) for how this can be done via C. As opposed to sysctl(8) which is the userland program.
Whenever said process keeps the log file open (filehandle). And it may not be SIGUSR1 (30), some processes require SIGHUP (1) (see signal).
The documentation of the service in question should mention it.
Valkey might be sending it's logs...
If you use Poudriere, it is best to create a make.conf file.
For example, if you are creating ports for a Poudriere jail named--> amd64-15-stable
Create a make.conf--> amd64-15-stable-make.conf
I noticed yesterday ftp/curl failed to build...
Define NAT rules: Add the following lines to the file to configure NAT. Replace em0 with the name of your external network interface and 192.168.1.0/24 with the subnet of your local network:
# Enable NAT
nat on em0 from 192.168.1.0/24 to any ->...
Or you could use securelevels. The security(7) man page provides a brief description. You can google freebsd securelevel to find some howtos. Basically enable the immutable flag on any file/directory you might want protected. Set the securelevel...
Just to confirm that drm-61-kmod works fine on my ThinkPad P14s with Alder Lake-P after deleting the xf86-video-intel driver. This is FreeBSD 14.1. No X configuration is required.
Also of note, with PRERELEASE 15.x changed to no longer default to a debug'n'checks kernel, as well as a no-debug malloc.
If you want those features you have to turn them back on until 16-current is underway.
Or you could use securelevels. The security(7) man page provides a brief description. You can google freebsd securelevel to find some howtos. Basically enable the immutable flag on any file/directory you might want protected. Set the securelevel...
Well, you're mixing things.
First of all, the Ctrl+C bug has nothing to do with KDE it's a pure sddm bug that is now partially address with the latest release in the ports (which now crashes for me when trying to move from the Wayland GUI to a...
In a sudo replacement of all things: And not just priv escalation, partial reading of passwords.
Package : rust-sudo-rs
CVE ID : not yet available
Two security issues were discovered in sudo-rs, a Rust-based implemention
of...
I don't know of their current community, but for awhile, at least it seemed to consist of fans bordering on the "too much", and a bit nasty, especially if someone thought someone was overly complex. There was a guy who would nastily close threads...
Do you mean that with 6.5.x windows get restored in their original positions, in the respective monitors in a multi monitor setup? That would be news indeed.
Having Laptop that has everything working with FreeBSD makes me want to post this.
XDM (got fed up with stock look. Slim seams to have some bug in combination with x11-wm/fvwm3):
www/qutebrowser:
and finaly empty Viartual desk of...
Having Laptop that has everything working with FreeBSD makes me want to post this.
XDM (got fed up with stock look. Slim seams to have some bug in combination with x11-wm/fvwm3):
www/qutebrowser:
and finaly empty Viartual desk of...
I recently rediscovered an old Z83 Mini Computer and was surprised that I had somehow managed to install FreeBSD onto it.
Now I'd like to see if I can find a video driver for it, although not entirely sure what to look for...
Running pciconf -lv...
Just to break things down into small manageable without the possibility of screwing things up through too many options, my first goal is to be able to
ping 8.8.8.8 from anywhere on my LAN, where all the hosts have static IP addresses, at least...
It is always best to work on something that is interesting to yourself. For ports that roughly translates to "a port I am using is unmaintained, maybe I could maintain it?".
If you want to tackle a slightly bigger hurdle, there is always the...
You need FreeBSD, plus the following things from ports / packages
- a DHCP server
- a firewall
-a NAT "thing" (if not built into the firewall)
configure will be command-line and (text) file based
There are a few "nice to have" things as well:
- a...
Just like in any other place where a variable name is immediately followed by some other text.
Just wanted to clarify (that this is not heredoc specific).
Hi,
When is it necessary to send signal 30 to a pid with newsyslog?
Is there a way to figure out when it's needed?
What's the difference between these two for example?
/var/log/valkey/valkey.log 640 14 * $D04 J
/var/log/fail2ban.log 640 14 *...
Yes, but as it's an automatically-generated file, how do I change it? I presume these are the default options, specified somewhere else and written in this file as part of the build.
Poudriere has started to fail on the build of ftp/curl.
/usr/local/poudriere/data/logs/bulk/13amd64-local-kjpservers/2025-11-11_08h48m50s/logs/errors/curl-8.17.0.log shows:
---Begin OPTIONS List---
====> You must select one and only one option...
What version of clang is in this build? I cant find the answer via release notes or anything, Ideally would like to update my 15-current machine so I can install packages as it seems a bunch of libraries have changed but I need base clang to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.