If you dont want dhcp changes, you can put this into /etc/resolvconf.conf:
resolvconf=NO
nameserver 127.0.0.1 <-- local-unbound? Did you try local-unbound-setup?
balanga turn on timestamps in your dmesg.
sysctl kern.msgbuf_show_timestamp="2"
or create a rc.conf script that responds to faststop by running uptime. See rc.shutdown.
To be honest, now that I have replaced the PSU, I am no longer particulary interested in how long the system runs simply off the battery, but have learnt a thing or two.
You can safely ignore whatever it's trying to do to /etc/passwd, that file is not important, its a relic from the past. It will get regenerated again from /etc/master.passwd (where the actual accounts live). Just make sure /etc/master.passwd is...
It's /etc/resolv.conf (without the e), but yes, that's very likely. Your defaultrouter will get changed too. Set defaultrouter if you use static IP addresses, don't set it for DHCP. DHCP typically sets the IP address, subnet mask, gateway address...
I have successfully set up a working FreeBSD gateway, but I can't get DNS to work from the gateway itself, when working in the shell.
I'm not sure what's wrong, or what I miss, is DHCP on igb0 overwriting the resolv.conf file?
This is what I...
If you're on 15.1 then you probably unintentionally installed the display drivers for 15.0. The ones in FreeBSD-ports are newer than the ones in FreeBSD-ports-kmods. But the drivers in FreeBSD-ports are built for 15.0, which won't work on 15.1.
15.0 or 15.1? That distinction is important.
What does pkg version -vRx gpu-firmware show?
Do you want Wayland or Xorg? If you're going for X use startx (as a user) to test, disable the display manager, for now. Then after startx (and likely...
I tried that often with ZFS but I never noticed any improvement of adding a latest gen 256GB m.2 drive as cache or mirror to a pool of mech drives. More RAM is much better if you want performance. It would start to improve if you're on memory...
For a serious effort (but that wouldn't do on screen) if you want to switch, the tryout period should be at least one month. A week is just playing a game.Just my 0.02 Eurocents.
I place G.Skill memory in all my client machines for decades.
Not one single failure.
Corsair was endless failures.
Micron regular and ECC has also been flawless.
The little bit of Samsung and Kingston I see have not failed.
Over many years in...
I would not trust an image of unknown origin. OpenBSD is easy to install, but it will necessary to trick a little to get it there.
Did you get an arm VM? I tried many times and gave up, now I am with Ubuntu in the mini AMD VM, and have a second...
Original article here.
Consider this when replying.
FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
This certainly doesn't belong in the base system. That has to be as lean as possible to keep it compact. Its job is to provide basic functionality, not bells or whistles.
As a port to be added for those wanting it, fine if someone is prepared to...
Looks like I made some notes here.
https://forums.freebsd.org/threads/bluetooth-audio-how-to-connect-and-use-bluetooth-headphones-on-freebsd.82671/page-2#post-715145
And a photo here...
Today I came across a new project that could genuinely shift the balance in the GPU ecosystem — especially considering NVIDIA’s increasingly aggressive pricing and vendor‑lock practices. There might finally be a chance for AMD to shine in areas...
I got bluetooth working on my X220 a good few months ago, I was driving a pair of little battery powered bt speakers. I switched over to headphones and dacs and haven't bothered with bt for quite a long time now, but I did have it working.
I learned that hard on X470 with Rift CV1 PCVR and 4 sensors (Ryzen CPU-side USB went unstable with HMD and 1 sensor; my board luckily had separate ASMedia ports to offload around), and hearing others report issues on 500-series (and now a 600)...
CPU, memory and storage, the standard metrics are the most important. CPU load is interesting to watch but should be averaged out over a longer period of time. It's not that useful to add more cores if you only have an incidental CPU load spike...
Aye, that's one of the neat things about a VPS or cloud, it can easily scale. So start small, keep an eye on your performance metrics and scale up if necessary.
Aye, that's one of the neat things about a VPS or cloud, it can easily scale. So start small, keep an eye on your performance metrics and scale up if necessary.
All directories containing the actual packages have directory browsing turned off. The web server has to generate the HTML for your browser and this caused way too much unnecessary strain on the web servers...
AI says:
Practical options right now
Drop to kern_securelevel="1" — restores pf rule changes, but loses the securelevel-2 protections (disk write immutability, etc.). This is what others have confirmed works as a stopgap.
Load your full pf...
I notice this change existed in 15.1-RELEASE source code.
And section of keyword of my problem @ /usr/src/sys/netpfil/pf/pf_nl.c
.cmd_num = PFNL_CMD_ADDRULE,
.cmd_name = "ADDRULE",
.cmd_cb = pf_handle_addrule,
.cmd_flags = GENL_CMD_CAP_DO |...
"pf is documented as only blocking some calls from level 2" (referring to securelevel 2). And also there've been some changes, it seems like:
https://reviews.freebsd.org/D56390#1291673
How do I tell?
I have a Lenovo bluetooth keyboard. How do I figure out if I can use it with my ThinkPad W520?
# hccontrol -n ubt0hci read_local_name
Local name: W520 (ubt0)
Not sure what else I can use too investigate the capabilities.
Performing encryption/decryption calculations during a file transfer is serial for each packet, which is also serial. An unencrypted session will transfer in less time because there is less processing happening, i.e. less to do before/after the...
balanga, this gives one way to run a jail but using one public IP. (In answer to You clone lo1 (that's L o One, not lol), write a simple pf.conf and run the jails on one IP that goes to your router. If running it from home, use dynDSN or...
I'm thinking of buying some bluetooth earphones, but would prefer some which worked on FreeBSD,
Any recommendations?
I would like to use them with a ThinkPad W520 running FreeBSD 15.1.
I used an image from the marketplace. I found the https://blogs.oracle.com/cloud-infrastructure/freebsdarm64-now-available-in-oci and https://github.com/oracle-quickstart/oci-freebsd - I am running an ultra-low-volume nginx which basically does...
DirectoryIndex (i.e. 'browsing' through files in that directory) is turned off. Doesn't affect pkg though because it doesn't rely on being able to browse those directories.
What is the exact error you're getting?
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.