-
rwp
luke_jobless_sb, If it was helpful than great! But for me it was just a Today I Learned thing about FreeBSD. Or almost learned.
-
rwp
It turns out that resolvconf is still being called to overwrite /etc/resolv.conf with DHCP acquired nameservers.
-
rwp
I think probably it is being called through the DHCP pathway. I think if converted to a static IP assignment that it will stop. Will find out in a moment.
-
rwp
But I had to jump afk and am gone again. It's Halloween evening here and stuff is happening.
-
the_oz
you can also write protect the file, that way stuff like resolvconf can't even if it wanted to
-
polarian
htwo things... 1.
lists.freebsd.org/archives/freebsd-questions/2024-October/005910.html who is responsible for the freebsd website info? 2. anyone interested in the sidenote on that email (London BSD meetup/miniconf), please PM :D
-
polarian
(sorry for bumping ML stuff here, it doesn't feel like anyone uses the ML anymore)
-
CrtxReavr
polarian, visit #bsddocs on irc.efnet.org
-
polarian
CrtxReavr: ugh... another IRC network?
-
CrtxReavr
Well, it's um. . . a lot older than this one.
-
CrtxReavr
One could argue it's the original IRC network.
-
polarian
CrtxReavr: why are they on a different IRC network than here anyways
-
polarian
seems counter-productive
-
CrtxReavr
Why are we here, would be a more valid question.
-
polarian
well efnet.org the first thing on the landing page is they had a data breech
-
CrtxReavr
I could tell you, but it would not be rays of sunshine.
-
polarian
sooo
-
polarian
thats seems lik ea starter
-
polarian
why does freebsd make it so difficult to speak in the right place, they have 101 mailing lists for god knows what... which nobody actually posts to... OpenBSD misc@ may be chaos but at least I know where to stick stuff...
-
luke_jobless_sb
I think I should use both sqlite and postgresql in a same environment. I remember there was some stuff I had to be careful. Do you know any?
-
rwp
It's definitely down the DHCP path that updates /etc/resolv.conf even if resolvconf has been disabled.
-
rwp
If one sets a static IP address then it does not overwrite it.
-
rtprio
luke_jobless_sb: i don't see any reasons why one would need to be careful with both of those
-
rtprio
rwp: do you not want your resolv.conf to change, depsite using dhcp client?
-
rwp
I started the setup using DHCP but it is going to replace another server with a static IP. So eventually it is going to have a static IP.
-
rwp
Therefore no, I did not want it to be overwriting the /etc/resolv.conf file as I was configuring it.
-
rwp
Of course I could set schg making it immutable. That's a long time honored method. But I knew I would eventually have it statically assigned and until then would just put up with it messing with me.
-
rwp
I also figure that eventually I will figure out what's down the dhcp path that is ignoring the configuration to not use resolvconf and then fix it.
-
rtprio
i would just set supercede domain-name-servers in your conf file but if you want to use the schg hammer sure
-
rwp
The only reason not to use schg is if there is a yet bigger hammer.
-
rwp
But better is that I actually understand what's down the DHCP path that is causing it to ignore the configuration. And understanding it there is probably a way to do it anyway.
-
crb
do any VNC servers handle copy and paste between the guest and the host? I have a bhyve running Linux and I connect to the UEFI vnc using tiger vnc on a mac. it works great but not being able to cut and paste between the mac and linux sucks
-
rwp
It's been a few years since last running VNC with anything, I ran tigervnc at the time, but I recall being able to copy and paste between the VNC frame and the native X frame.
-
rtprio
iirc dhclient has always updated the resolv.conf
-
rwp
I'm a very documentation driven person. If the docs say to do something in a certain way then I do something in the documented way.
-
rwp
And conversely if the docs say that configuring something with X causes behavior Y then I expect that doing X will cause Y.
-
rwp
In /etc/default/rc.conf it says <<resolv_enable="YES" # Enable resolv / resolvconf>> and if YES enables then NO must disable. Right? That's the document contract.
-
rwp
It's failing that contract. Therefore I consider it a bug.
-
rwp
Is it a really bad bug? No. Is it a showstopper bug? No. I can deal with it. But it is failing the contract.
-
the_oz
remember, write protection solves it permanently
-
the_oz
the whole need for resolvconf is to allow several possible services alter, and it's not alone so
-
the_oz
resolv.conf, resolvconf which has reseolvconf.conf
-
the_oz
plumb the depths as you please, however
-
the_oz
the only more extreme method is using a sdcard and disallowing writes altogether!
-
dch
got a file-backed /dev/md0 that reports its busy & won't `mdconfig -du md0`
-
dch
- checked `fstat |grep md0` and `mount md0` which have nothing
-
dch
and found that I forgot to `zpool export` it
-
dch
lesson for future me!
-
s2r
I created a jail and I'm trying to start samba inside it but I get many errors, one of them is "ld-elf.so.1: Shared object "libgnutls.so.30" not found, required by "liblibsmb-samba4.so"
-
vkarlsen
s2r: How did you install samba in the jail, and how are you starting it?
-
s2r
vkarlsen I used pkg install
-
vkarlsen
s2r: Is everything up to date? Are you missing gnutls?
-
scoobybejesus
did you get a warning at the pkg update step about versions mismatches? you might need to freebsd-update
-
s2r
I created it usind cbsd. Can I run freebsd-update inside the jail?
-
vkarlsen
Don't do it from inside the jail
-
vkarlsen
Run it on the host with the -j <jid> param
-
s2r
vkarlsen, will try right now
-
vkarlsen
Check the actual version inside the jail first
-
s2r
14.1p5
-
s2r
So the ABI should be the same.
-
vkarlsen
That should be fine
-
s2r
"Could not create kernel backup directory"
-
rafe
I'm finding that my system is loading the linuxulator's kernel modules overnight, even though I'm not intentionally using anything that relies on them.
-
rafe
Anyone experience something like this?
-
rafe
What's the best way for me to figure out what's causing the modules to be loaded?
-
o0x1eef
rafe: The kldload man page has a section on the autoload of modules that might be helpful. You might also want to grep for "linuxlator_load=", or: kldload linuxulator
-
o0x1eef
linuxulator_load= rather
-
mzar
FreeBSD 14.2-STABLE is out, time for release party !
-
TyphoidTed
for real? :o
-
TyphoidTed
-
Tenkawa
mzar: use the correct terminology please. Release is still over a month away
-
TyphoidTed
i'm in my excited state regardless! a new release means the potential for newer hardware support.
-
TyphoidTed
right now freebsd and ghostbsd support everything on my Dell Inspiron 15 except the wireless NIC. i'll keep reading and try to get the Linksys WUSB6300 dongle working.
-
Tenkawa
TyphoidTed: indeed... thats especially true for my non-x86/64 arch world
-
Tenkawa
I don't run anything in x86/64
-
Tenkawa
Even my current 2 FreeBSD boxes are ARM64
-
mzar
Tenkawa: 14.2-STABLE is released
-
mzar
FreeBSD 14.2-STABLE (VBSD) #52 stable/14-n269449-46d30932876f: Fri Nov 1 08:20:26 CET 2024
-
TyphoidTed
Tenkawa: so you don't run any 32-bit x86 machines either?
-
Tenkawa
mzar: that is "not" the release build...
-
Tenkawa
RELEASE builds begin
-
Tenkawa
29 November 2024
-
Tenkawa
-
-
Tenkawa
14.2-RELEASE builds begin.
-
mzar
Tenkawa: that's not RELEASE, just STABLE being released
-
Tenkawa
Incorrect
-
mzar
I am kidding you NOT
-
Tenkawa
because there would be no need for
-
Tenkawa
RC1 builds begin
-
Tenkawa
22 November 2024
-
Tenkawa
-
-
Tenkawa
First release candidate.
-
Tenkawa
that
-
mzar
nope
-
Tenkawa
why would you do betas and rc's... "after" stable.... that's pointless
-
TyphoidTed
Tenkawa's right. the development branch for it has begun and the 1st beta is to be released today. that's all.
-
mzar
one can build BETAs or RCs, but when you follow stable/14 then you go short path
-
Tenkawa
mzar: I did this for a living...
-
mzar
OK, same here
-
TyphoidTed
i tried...time for my walk
-
mzar
have a nice walk TyphoidTed
-
Tenkawa
mzar: I do see why its named that way... poor naming conventions..
-
Tenkawa
Be back later too.. Need to work on an arch (RV) that FBSD is still way behind on.
-
mzar
Tenkawa: the naming convention is the same since the early beginning ;-)
-
TyphoidTed
back. and ty mzar :D
-
CrtxReavr
When egrep is CPU-bound. . .
-
» ober realizes they should have gotten the intel cpu pack in their framework laptop. 780M panics
-
ober
correction. X -configure pukes bunnies in kernel space, but startx just works.
-
ek
ober: That's kind of expected since "X -configure" hasn't been recommended for years now.
-
ek
Well, as far as I remember anyway.
-
rwp
ek, IIRC you pointed me to a patch to fix a memory issue which caused a slowdown after some period of runtime? Thanks! That helped hugely!
-
rwp
I believe that patch is now in RELEASE just normally now.
-
rwp
However, it helped a lot but I just thought I was mention in passing that things are still not as good in 14 as in 13. I never noticed any problems in 13. In 14 even with that memory issue fix things still periodically chunk up for which restarting Firefox and also rebooting immediately restore performance too.
-
rwp
I think there is still yet another issue hiding in there somewhere.
-
ober
ek: good to know. thanks
-
ek
rwp: Glad I could help! Shame you're still seeing issues, though.
-
luke_jobless_sb
morning
-
rwp
ek, Things are definitely hugely improved! No doubt! It isn't as bad now as initially. And bad now is just more like 15% as bad as the previous pauses. Things are better. I just think there is at least one more issue hiding in there somewhere. Anyway, THANKS!
-
TyphoidTed
good afternoon luke_jobless_sb. sorry to see you're jobless rn.
-
acu