-
Macer
i swear if i didn't know any better.. i'm wondering if i'm having an overheating problem on a nic on the fbsd server. it randomly just dies on me.
-
Macer
in this case i had to power it off.
-
Macer
i'll have to see what happens with this go
-
rwp
Sometimes the hardest problems to debug are just flaky hardware.
-
hodapp
as an electrical engineer, can confirm
-
» hodapp glares at Nordic Semi
-
Macer
yeah
-
Macer
i think it must be. although i ran proxmox flawlessly for 3 years on this very server
-
Macer
but for some reason fbsd flakes out. it just did it again
-
Macer
ok. i think i just give up on this project lol
-
Macer
i'll just stick with proxmox
-
Macer
oh. wait... there's one last thing i think it might be before i completely give up
-
Macer
oh it can't be. em0 is intel :/
-
Macer
i was hoping maybe it had realteks that were glitchy
-
mzar
realtek is weak and wonky
-
Macer
yeah. my current router uses them
-
Macer
either way. i'm trying to get opnsense to use the ipmi sol
-
Macer
but yeah i have no idea what is going on with the freebsd server
-
Macer
i was making great progress on it.. and everything runs for a while.. but then it just completely takes a dump heh
-
Macer
usually when under high network load so i'm guessing maybe my sfp+ card is wonky and wrecking it.. but i don't know what it is. so i'll just yank those drives back out of it and toss it back in the isilon and mothball it
-
Macer
sweet. have sol working on the other 1u
-
zip
Pleased to announce I've actually used telnetd in 2025… but it was on that raspberry pi zero because I suspected it was browning out by trying to draw enough power to run ssh.
-
ant-x
Hello, all. I am still conused: if I don't update a FreeBSD intallation, how long will `pkg install' remain functional and not break my system? Last time I invoked it on my 14.1, it broke several packates, which I was able to fix only by upgrading the OS to 14.3 .
-
kevans
ant-x: hard to say with certainty; maybe a year and a half, maybe more
-
kevans
(or maybe less)
-
kevans
we don't make any guarantees about forward compatibility, so if a new release hits (+3 months) it's quite likely we made some changes that ports will adapt to and not work on previous releases
-
kevans
where '3 months' can mean a little more, releases go EoL when so@ says they do, which might not be the published date of EoL for convenience (but shouldn't be before)
-
ant-x
kevans, but if I keep using /the same/ repository URLs, and always use `pkg --no-repo-update' -- is there a reson it may break?
-
ant-x
In other words, are the binaries available for 14.1 when it was supported, suddency become unavailable some time after a new release?
-
nimaje
because the repo is build for the oldest non-eol release of that major version
-
ant-x
Ah? That explains it!
-
ant-x
That will cause trouble for me to keep using FreeBSD 14.3 on a 32-bit machine.
-
nimaje
why 14.3? 14.4 won't lose support for 32-bit architectures, as it is a minor release
-
[tj]
15 has support for 32 bit architectures
-
ant-x
When upgrading form 14.1, 14.3 was the last one. I can upgrade to 14.4, yes.
-
ant-x
But what do I do then?
-
rtprio
use a cpu made in the last... 15 years
-
CrtxReavr
ant-x, switch to NetBSD? >=]
-
CrtxReavr
Actually, does Open still support i386?
-
ant-x
rtprio, CrtxReavr: I am aware of those other options. My question is how I can keep using FreeBSD. Do the binaries disppear as the release becomes obsolete? If five years late I decide to install GNU PG, will I be able to do it, and how?
-
rtprio
you'd probably want to discontinue packages and use ports; for the _longest_ time nearly any ports tree would work with any serviceable os version, but i don't believe that's the case now
-
vkarlsen
The ports tree checks the OS version too, but it's easy to "fix"
-
vkarlsen
Can I ask why you want to keep using an old, unsupported version?
-
ant-x
rtprio, re: "use ports" -- that is compile from the sources?
-
Oks4
ant-x: if you have the computing power just build from ports. I resently did some software architechture in a FreeBSD 11.1 VM and just checked out a relevant quarterly branch. There was only one distfile I had to dig up manually.
-
Oks4
*archeology, not architechture :D
-
ant-x
vkarlsen, just to have a static fixed-in-stone computer. I have always followed the strategy: "Update only when necessary (i.e. need some new program or function". It is hard to believe the binaries are not archived and have to be built for unsupported versions of FreeBSD. On the other hand, they probably weigh a lot...
-
ant-x
Oks4, thansk for confirming a workable method.
-
ant-x
^ That sounded Norwegian. Thanks.
-
vkarlsen
ant-x: If you want it static and set in stone, why do you want to upgrade the pkgs?
-
ant-x
vkarlsen, not upgrade, but install actually. I agree never to upgrade them beyond 14.4 on that machine.
-
ant-x
But if I find I forgot to install a program, I want to be able to get its old 14.4-contemporary version.
-
vkarlsen
ant-x: I'm not sure I understand the problem then. If you install 14.4 with all the pkgs you need, it won't just stop working one day
-
ant-x
vkarlsen, the problem is that I may neglect to intall some packages in time, before it gets EOL.
-
vkarlsen
ant-x: Ah right, that you can do, but you might have to build them yourself because the repo servers won't keep ancient pkgs around
-
vkarlsen
ant-x: ... as long as you can find the necessary distfiles
-
ant-x
OK.
-
vkarlsen
ant-x: If you have the disk space for it, you can mirror all the pkgs :)
-
ant-x
Those distfiles, are they stored separately from the sources?
-
vkarlsen
Yes, they come from upstream most of the time
-
ant-x
vkarlsen, I have thought of mirroring everything, but that seemed fantastic...
-
ant-x
vkarlsen, how do I mirror a pkg -- via `pkg fetch' ?
-
vkarlsen
ant-x: Example: devel/swig takes the distfiles from sourceforge:
github.com/freebsd/freebsd-ports/blob/main/devel/swig/Makefile#L4
-
vkarlsen
I don't know how easy it is to grab all the pkgs nowadays, but I'm sure someone here can answer that. kevans?
-
rtprio
ant-x: yes, ports compile from the sources
-
ant-x
Would it be in the order of terabytes?
-
vkarlsen
It won't fit on a cd
-
ant-x
vkarlsen, I see no SourceForge reference in that makefile.
-
vkarlsen
SF/swig/swig/swig-${PORTVERSION}
-
ant-x
vkarlsen, I can live with not fitting on a CD :-) But I fear it won't fit on a DVD as well.
-
vkarlsen
-
ant-x
vkarlsen, is SF an alias to SourceForge?
-
vkarlsen
Yes
-
ant-x
I see. So, package depend on separately maintaied distfiles.
-
ant-x
When/If I get to building ports, I'll investigate in detail. So far, I'd prefer to download all the packages I may need on that soon-to-be-obsoleted machine.
-
vkarlsen
The method Oks4 described earlier is likely going to be most economic, and more than reliable enough. It's what I would do. It just requires you to get somewhat acquainted with the ports framework.
-
vkarlsen
Downloading all the pkgs is not straight forward either because the dir is not directly indexable, and it will be a very large collection of bytes, most of which you will never need.
-
ant-x
Indeed. I'll try the combined approach: 1) use pkg install for what I know I (will) need, 2) learn to build ports.
-
ant-x
vkarlsen, I do program in C a bit, and have written my own makefiles, but still large third-part Makefiles often scare me.\
-
vkarlsen
ant-x: Then learning to use the ports framework should be a breeze
-
ant-x
Hopefully, the use of ports does not require low-level fiddling the build system.
-
vkarlsen
No, it usually does not
-
ant-x
Only for debugging and troubleshooting, probably.
-
rtprio
bitrot
-
ant-x
Oh, no.
-
ant-x
nimaje: "because the repo is build for the oldest non-eol release of that major version" I didn't know it. Is this documented?
-
Oks4
Macer: just got an idea related to your nic hangups: have you set -tso -lro on the interface? missing those options has given me headaches on some nics when doing vnet jails
-
_0x5eb_
Hi everyone! :)
-
_0x5eb_
The last version of FreeBSD I was regularly using was 4.x (until 4.11), and at that time I was using the FreeBSD handbook as my main reference for (up-to-date) documentation, is it still the recommended way today (for 15.x)?
-
sotov1ch
Hello
-
hodapp
O HAI!
-
sotov1ch
Someone running FreeBSD on a server (home)
-
sotov1ch
*?
-
rtprio
so am i. (cheers)
-
sotov1ch
Hell yeah. Nice. Currently setting up my r320 with FreeBSD 14.3
-
sotov1ch
want to run local DNS Server, Jellyfin and maybe blocky (Some one here recommend me blocky)
-
sotov1ch
but a bit annoying that the fans spin up even if i just copy my pubkey to the server
-
rtprio
on my r710 they only soudn like a jet engine on startup, after post they are not that loud
-
AmyMalik
one of these days i need to netboot my lenovo system x 3650m5
-
CrtxReavr
Unless you pound on it, then to spins back up to jet engine mode.
-
sotov1ch
Oh shit... i have an R710 too(cold). bought it 1 year ago for 30 EUR (on top).
-
sotov1ch
Under my R320 is a R720 (both SFF) but the R720 consuming ~250 W
-
AmyMalik
does anyone know how to muffle the noise w/o killing the cooling efficiency completely
-
AmyMalik
sorry, -social question
-
CrtxReavr
AmyMalik, muffling it would be unwise.
-
CrtxReavr
It's just common for real serve hardware to default to panic mode, and run the fans and full speed, 'til they get a sane temp reading from the thermal sensors.
-
CrtxReavr
s/serve/server
-
CrtxReavr
It's usually just 2-3 seconds.
-
sotov1ch
you could use poweredge-shutup or just adjust the fan speed over IPMI
-
sotov1ch
but i think you'll at least need iDRAC Express
-
sotov1ch
i just lost my enterprise license after a reboot. idk why. but i dont care about that much
-
AmyMalik
the endless droning whine once it finally stops panicking hurt so bad i had to replace the mactine at my earliet conveience
-
AmyMalik
i'm thinkng i should get a long ethernet cable and put it in the attic
-
sotov1ch
You should. i have my server rack next to my desk and bed.
-
rtprio
sotov1ch: to stay warm and toasty at night?
-
sotov1ch
i thought it would but its actually cold. i moved to my own apartment almost 3 weeks ago (with 19) because some people dont allow me to run my server by them
-
Macer
do thin jails follow the host release?
-
scoobybejesus
they follow the base release jail
-
scoobybejesus
for bastille, when a new release comes out, you bootstrap that release, and then update the fstab to point to the newer release. i think their update command will take care of that now, but i'm accustomed to doing it manually
-
_0x5eb_
For which use-cases would you recommend Bastille over AppJail? From my understanding Bastille seems better for reproducible and portable jails while AppJail would be better for a more interactive build?