It seems there was a period that drm-61-kmod didn't refer to the correct FreeBSD 15 linuxkpi compat layer source files without the developer(s) knowing it. Can't expect them to test it on any OS major kernel upgrade.
My understanding is that the tests are done on main (aka CURRENT) branch of base only.
Don't forget that maintainers / developers / committers are basically volunteers (with quite limited exceptions) and usually don't have all combinations of...
It's a few weeks off. I just figured out gitup ports. Trying with up-to-date portstree. Still, I wonder how a "official" portstree can refer to non-existing system header files. They did a build before publication, right? Did the kmod port...
It's the freebsd.org ftp ports archive from about 4 days ago. Do I need a more recent 1? (Never really cared about following bug reports. That takes too much time without result for solo system release maintainers)
I'm trying to build graphics/drm-61-kmod on a offline FreeBSD 15.0 RELEASE system but it has a problem with a missing system source file???
Start of the errors in the make output:
cc -O2 -pipe -fno-strict-aliasing -DLINUXKPI_VERSION=60100...
"Issue" with X clipboard is how many modern desktop apps don't give a rats ass about it, and will happily just select something without you ever dragging the mouse over. Click once on the Firefox URL bar and your selection for clipboard has been...
I say neither case is relevant, there is no chance you're building Chromium in an hour on a 12 core machine in 1 or 30 hours if the build system is correct. You'd need 8 GHz CPU for that 1 hr. Check if you have make.conf flags that could...
I've tracked today the entire build, first half is really fast, but somewhere along 30k file count the engine stuff starts being built and things slow down to an extent of seeing a static screen for a few seconds. I don't think there is a problem...
I have seen all kinds of odd things happening while building ports. However, parallel builds fail so rarely due to parallelism that it is not worth trying this unless you have a build fail.
Ungoogled Chromium takes roughly 2.5 hours to build...
#!/bin/sh
a=$1
b=$2
c=0
while [ $b -ne $a ]; do
b=$(($b + 1))
c=$(($c + 1))
done
echo $c
me@bsd:~ $ ./sub.sh 1567 1500
67
If you don’t like the -ne you can also use !=
+1
Very true.
I think this all has to do with misconceptions and stereotypes. Before, Linux was the arcane thing, and if you managed to use it in any way, you could boast about being a computer god among the other normies that hadn't even...
graphics/waifu2x-ncnn-vulkan
Examples can be seen upstream.
If you're OK with 2x (, 4x, 8x, ...) upscaling, maybe graphics/realesrgan-ncnn-vulkan gives better results.
Examples can be seen upstream.
Note that the latter cannot generate sane...
I would bet on installing a base-only system on both and try to get a graphical X.org screen without anything else using pkg install. Then try to start any simple Xorg program from another vt terminal and see it it appears on the graphical...
Original article here.
Consider this when replying.
The third BETA build for the FreeBSD 15.1 release cycle is now available. ISO images for the amd64, armv7, aarch64, powerpc64, powerpc64le, and riscv64 architectures are FreeBSD mirror sites...
The debug facilities in Chrome and Firefox are very useful, and driven by menus so they aren't that hard to learn. Start by pressing F12 or right-click "inspect" and go from there.
Alternatively you can use the "-i flag" with curl, it will also...
Actually I haven't noticed any instabilities and the NVIDIA control panel didn't show any issues. Also I am not using any intensive GPU related task, so far so good... 🤷♂️
The branch of computer security that deals with software bugs (holes) is probably the least likely to be heavily impacted by AI automation. All this stuff has to be reviewed and verified by humans, otherwise it's at best ineffective or at worst...
AlfredoLlaquet Some level of politeness and decorum has always prevailed here on this forum and many are offended by such language in polite company. There is no need for vulgar terms. Otherwise called "gutter talk", language used by people who...
I built it now in just a bit over 4 hrs while working at the computer too, not much but browsing and some text editing. It is a horrible piece of software with 2GB source code...
You could sharpen images, but once you do, it's no longer the same image. It's a recreation of that original image. It depends on if you want the original, then you'll have to stick with the original blurry image. If you use a program with an...
Giving corporate entities a finger in local security is a real bad idea. People are going to buy it, unfortunately. We seem to be losing control of our computers because ignorance rules.
It looks like my Nvidia doesn't play nicely with Xlibre:
cat /var/log/Xorg.0.log | grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[2026-05-16 08:54:50] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or...
I think I need different drugs. I just ran freebsd-update again and now i get p8 in freebsd-version. Haven't a clue what I was doing wrong but, as I said, I guess I need a drug update.
SirDice But my versions are showing p6. I did not revert. Only destroyed previous versions.
freebsd-version -kru
15.0-RELEASE-p6
15.0-RELEASE-p6
15.0-RELEASE-p6
The 'default' start() function already has something for this. You defined radicale_user, thus it's going to be started on that user with su.
# ${name}_user n User to run ${command} as, using su(1) if not
# using ${name}_chroot.
#...
BE snapshot with freebsd-update is made before the patches are applied. So if you updated from p6 to p8 the snapshots will show p6.
Your currently running BE (NR), I suspect you reverted at some point. The name of your currently active BE...
Unlike Scottro's other thread, I am not using pkgbase.
I've happily upgraded through p6 but, as of yesterday, I noticed my upgrades to p7 and p8 did not go through even though the upgrades claim to be successful.
BE...
Something something .com. It ends with .com.
Also, doesn't seem like there's an @, so it's not an email.
I think the last three letters are ess. So *ess.com
Like fitness.com.
You can't recover entropy. It's a rule of physics. So something blurry...
I went full-time FreeBSD for a couple years. These are my takeaways : I never look back.
FreeBSD instilled in me a real love for Unix, the rediscovery of computer pioneers, it make me feel myself a genuine computer enthusiast.
After a couple hours, I just got Steam running. The linuxulator-steam-utils docs got me started, but I needed the web, man pages, and the forums to get where I wanted to be. If I were completely new to FreeBSD (or Linux) and relying on the git...
I'm so very much confused by things like this. Also, I've seen terms like "Linux nerd" or "Linux poweruser" or "guru" or whatever but at the same time, the "requirements" are childish. -e.g. "install a package" or "start a service" or "install a...
This doesn't sound right.
/etc/rc.d/zfskeys, regardless if 14 or 15 branch, doesn't prompt for a passphrase for encrypted datasets with the ZFS property "keylocation=prompt" during boot, unless it's enabled in /etc/rc.conf (...
and it happened again
May 16 03:52:28 kg-core2 kernel: drmn0: GPU fault detected: 147 0x01cc2001
May 16 03:52:28 kg-core2 kernel: drmn0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0E13DE0E
May 16 03:52:28 kg-core2 kernel: drmn0...
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.