The OP hasn't answered since their first post from last night, so, either they've been busy, or they were a 'bot, or just trollin'. Hopefully, they've just been busy.
Or, several other reasons, whether nefarious or benign. :)
That Java project required JDK 8 for building, but seemingly Adoptium's JDK on Windows does something different than JRE for GUI (app won't do OGL/DX with JDK8 but it's fine JRE8).
That client was the oddest Java set-up I had so I was going to...
Anything with achievements (a Steam feature) needs a working client, which is the vast majority of games. You can work around that with a "Steam emulator", but meh.
Just FYI:
I am using MAILTO="" line in my cron before the command to suppress unwanted output/mail.
Also you can wrap the command as a separate script and redirect all unwanted output inside of a script, including errors to /dev/null. And then...
Besides a sleep, your other option is to disable DAD:
sysctl net.inet6.ip6.dad_count=0
grep -q dad_count /etc/sysctl.conf || \
echo "net.inet6.ip6.dad_count=0" >> /etc/sysctl.conf
You can also disable DAD on the NIC in question. On FreeBSD...
The thing is, he may not need to roll it back. This might be a simple setting somewhere. If he rolls it back, the problem vanishes only to reappear at another time and a lesson won't be learned.
Hi everyone,
I am running FreeBSD 15.0-RELEASE-p5 and using Wine with DXVK. While most of my games runs well, I have two specific games that suffer from extremely low FPS (though menus are fine). In the terminal output for both games, I am...
This is the only relevant result that shows up from an Internet search of the topic, so I'll add a note that ports-mgmt/poudriere-devel now has the relevant feature.
-b name Specify the name of the binary package branch to use to prefetch...
Meh, every Thinkpad I had was a PITA with BIOS flashing :p (EC can't be updated outside of combined official firmware flashing; Lenovo only provides some odd iso for flashing off-Windows; wifi card locks forcing the need for BIOS stuff)
Dell's...
We're talking about a diskless 1981/2 IBM PC. The first PC came with a tape drive, and ROM BASIC. Continued below
DOS shell is exactly what the name says, a DOS shell. Multitasking is not implied. The Borland/Microsoft tools with IDE do not...
Do you knowingly need Steam's regular GUI client? I used SteamCMD from Wine :D (I play stuff offline, but DRM'd/online games might need regular Steam client that might work from Wine too)
I never learned that :p (heard of bectl but haven't used it)
I've seen oddities with local_unbound (not sure if DHCP vs SYNCDHCP) and restarting netif mysteriously fixed it sometimes (iirc there was another or 3 different network commands for...
Biggest leak I ever found (and one of the first) was in Java code. Turns out it was intentional, but it still got me tons of street cred at my new (at the time) job.
Yes, Valgrind is an awesome tool. Many thanks to Dr. Paul Floyd.
CShell I downloaded valgrind (pkg install valgrind) just after reading your post, then i looked at the website. I downloaded the pdf manual and looked at the usage section. I ran valgrind with the --leak-check=full option. Very nice tool. Thanks...
Ya - there is "a completely stupid" push going on right now to stop teaching new programmers how to manage computer memory correctly. So the programmers (ALSO) don't learn how to use valgrind(1) or any other memory checking tool on their...
Mostly vi. However, I use vim as my default editor in mutt. At one point, nvi (FreeBSD's vi) couldn't always do Japanese, and at the time I needed it more in email. And it became a habit. There's a couple of things I have set in my $HOME/.vimrc...
Any of them but only by force because there's nothing else and the file is too big to echo all the text to it.
I don't understand why people appeal to a text-editor with specific invisible rules and status. Like the effect of backspace in vi...
vi(1) on POSIX platforms
vim on Windows (due to lack of proper command-line job control)
I was hoping neovim was going to act as a sponge and prevent people bloating up proper vim but it has unfortunately accrued more sh*t since 2020 than all...
Since we seem to be evolving further now, IDEs are becoming simpler again and embedding a raw command line into them, it does continue to demonstrate this IDE explosion from the DOS days was an anomaly from the limitations of the platform. The...
Heh that's not the way it works. Quake 1 is not a 16 bit game, it is 32 bit.
DOS isn't a OS in 2026 terms. It has residency - it sets up code in particular pieces of memory, and wires them into software interrupt services. The program called...
When learning something new, I avoid forums in most cases. When I learned C in 1987, I only had the K&R white book. The only other person who knew C was my boss who was not one I liked talking to. So I learned by doing. Making mistakes. Figuring...
I rememer those DOS4GW modules like for Quake 1 that the last generation of 16-bit games used for high resolutions but I have never seen a user applcation that makes it available to the owner of the computer. It was all commercially boarded up...
Interesting thought, but there were 3D APIs for DOS. Like RenderWare, and Glide.
Again interesting angle, but I think it was just evolutionary path of merging programming tools with text processing IDEs.
The most primitive IDE I can think of is...
Yes - my explanation was to help facilitate "purposeful memory management issues using C++" so that they can be observed in valgrind(1), gdb(1), etc.
You are correct that "avoiding" memory management issues in C++ in the first place is the norm...
This does not look like an Apache capacity issue, but rather nginx incorrectly marking your backends as “down”.
Indicators:
Apache responds fine when accessed directly (curl, /etc/hosts)
CPU/RAM are not exhausted
no listen queue issues
yet...
Hello,
I'm trying here to see if I can get some help on this subject.
Just so you can understand, I've been using quiet some time and resources on this matter but I couldn't find why it's doing that.
Our architecture might be "overkill", but we...
Status now: Two small mirrors on the NVMe SSDs, one ZFS and one UFS/GEOM. The one half ot the data mirror on the big HDD is already supported by a striped cache and mirrored log and special on the NVMe.
So the ZFS is smart enough not to occupy...
Using 1 as public display. It runs on 13.1 and only has scfb + sdl 1 for a graphical screen. You can display simple pixel graphics, pictures and svg fonts.
It must be possible to upgrade to a recent release and run a complete X server but it...
Without laying it on too thick for johnjohn who is just starting it out. Calling "new" should be increadibly rare. As in if we are calling it, we are probably doing something wrong. There are a lot of old tutorials out there (even though in C++98...
#!/usr/local/bin/bash
# 0-------------------------------------------------------------------------0
# | make_All_ports_dir |
# | fill directory /usr/ports/All with symlinks to all portdirs...
how about actually posting the output of "freebsd-version -kru"?
-k "installed kernel"
-r "currently running kernel"
-u "userland"
There are times when a patch may only update userland or it may update the kernel. But a kernel update may show...
I am using freebsd for a while now as linux keeps getting crazier. I recently built ungoogled chromium for freebsd and after 36 hrs it's done and i dont use it yet, lol.. It's been a relaxing sabbath rest day and I'm soon off to go feed the 20...
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.