-
polyduekes
anyone upgraded to 14.1 p6, what does it show in fetches like neofetch or fastfetch for you does it show up as p5 for you as well?
-
devnull
polyduekes Some updates only patch the userland and don't affect the kernel.
-
devnull
polyduekes see: freebsd-version -ku
-
devnull
k (kernel) / u (userland)
-
polyduekes
devnull: i see, thanks for the help
-
wildeboskat
Hmm I have this weird thing with the p6 update. I updated with freebsd-update fetch / install and it now says there are no more updates. But uname still says p5?
-
wildeboskat
Ooops sorry that question was just asked sorry
-
wildeboskat
Thanks devnull
-
Posterdati
hi
-
vkarlsen
Anyone else getting "fatal error: 'arm_neon.h' file not found" during buildworld on arm64?
-
msamsing
I am having a problem with Python. It gives me an error: module 'importlib' has no attribute 'machinery'. Do you know what package I am missing?
-
nimaje
what do you do to get that error? importlib is a core part of python
-
Posterdati
hi
-
Posterdati
please help, I need to install nvidia-driver 390 for an old nvidia 610, but even if I install it with pkg, the kernel complains about nvidia driver 550 installed...
-
Pauli1
Posterdati: pkg install x11/nvidia-driver-390
-
Pauli1
Did not work for you?
-
phryk
i recently noticed that transfers between disks connected to different controllers seem to be limited to like 40MB/s, while the disks are capable of 100+MB/s, and I indeed see that transfer speeds that high when data moves between disks on the same controller. is this considered normal?
-
phryk
this is an older machine (~2012), but it still seems weird.
-
Alver
phryk: no, it is not
-
phryk
Alver: thanks for confirming, will do some more benchmarking when i get around to it, but the mainboard will soon be retired, so i guess i'll mostly wait and see if it magically resolves itself with the new hardware. :)
-
Alver
Might be better indeed. Chasing ghosts of soon to be decommissioned systems is unlikely to be worth it
-
phryk
ye, it's served me long and well, only added two new disks that don't fit on the same controller anymore last year and gonna add two new ones soon. on the new hardware the last 2 will go onto an pcie-sata controller so that might bring its own issues, but it's AHCI-compatible and one PCIe 4.0 lane should still be plent for two platter disks. :)
-
Alver
More than plenty
-
Posterdati
Pauli1: I only get 800x600 graphics mode
-
Posterdati
Pauli1: this is an optimus graphics nvidia + intel
-
voy4g3r2
has anyone worked with the ports back:
freshports.org/misc/ollama meta LLM? When I run the program under a debian bhyve it "works" but when i try to transition to a frebsd jail and this package.. it ALWAYS defaults to wanting a GPU.. where the deiban version does not.
-
msamsing
Hello everyone. I keep getting a python error (importlib has no attribute machinery). Do you know if I need some certain package?
-
phryk
msamsing: you shouldn't need to. at least on my system "/usr/local/lib/python3.11/importlib/machinery.py" comes from the python311 package.
-
phryk
doesn't look like machinery needs a direct import (i.e. import importlib.machinery) either, so i'd look at what importlib.__file__ says, maybe it's not the actual importlib but some sorta shim?
-
phryk
while we're at python, i'm currently trying to execute python from a cronjob and i see that the command is executed, but don't get any further information – but the side effects that i expected don't happen. how do i debug this?
-
msamsing
phryk: i have the machinery.py in the same path. trying to use gpg with offlineimap but that is where I get the error
-
phryk
no idea what offlineimap is, but gpg is a can of worms. least worst interface to it (at least like 7 years back when i last used it) was pretty-bad-protocol by isis lovecruft.
-
phryk
-
phryk
(site might intermittently go down, currently not completely done with deployment)
-
phryk
i would recommend sequoia, but last i checked it didn't have python bindings. maybe vishwin can weigh in on that, they took over maintainership of the port a while back.
-
msamsing
phryk: I will have a look at that. The weird thing is that the same small peace of code works in a Linux system and an OpenBSD system?
-
phryk
yeah, had similar experiences when using the official gpgme python bindings back in the day. was a good part of the reason i ended up using pretty-bad-protocol.
-
dch
my nvme nda1 decided to offline itself after lots of errors
-
phryk
but IMO gpg is just inherently bad because it doesn't have an actual API and everything just goes through the CLI.
-
dch
I rebooted (so it reappeared), cleared, and let it resilver & scrubs fine
-
dch
is there any sort of `nvmecontrol` thingy that would give me some sort of error details?
-
dch
It's about 2 weeks left in warranty, so I can get it replaced if I can produce some plausible looking error allegations
-
phryk
dch: don't nvme drives support SMART?
-
dch
i dont think in any useful style, but its a good idea, let me try ...
-
dch
I was digging around with `nvmecontrol logpage -p1 -x nvme1` and similar, also not helpful
-
dch
note for future nvme people, install `sysutils/nvme-cli` and get useful output
-
ibs
I have an issue with usbhidaction. I've configured it for volume and play/pause keys. I can use "mixer" to set volume but not "pactl". And I can't use "playerctl" for play/pause. I guess this is a dbus-issue but not sure how I can debug it.
-
ibs
With playerctl I get error like: "Error spawning command line ?dbus-launch --autolaunch... ..."
-
ZedHedTed
last Friday, i mentioned i couldn't get the NIC detected w/ freebsd or ghostbsd on my Dell inspiron 15.
-
ZedHedTed
well i tried nomadbsd on it, and it turns out there is a driver for it! rtw880
-
ZedHedTed
nomadbsd loaded the driver & turned wlan0 on by itself. so my real problem is getting it to see SSIDs from my router.
-
phryk
fixed my cronjob, redirecting output to file is still the most useful unix feature. turns out my program is expecting to be run from within its own directory so cd foo && <command> works :)
-
phryk
ZedHedTed: been a long time since i actively used wlan, but IIRC you don't have to see the SSIDs if you explicitly set the MAC of the access point in your wpa_supplicant.conf
-
ZedHedTed
phryk: i see. i'll have to try that. i thought i remmeber the filesystem being read-only on nomadbsd & live versions of freebsd, but i'll try editing that conf.
-
Demosthenex
so anyone used lird to duplicate a infrared controller on freebsd?
-
FreeBaSeDGirl
anyone hit by the interlock exploit yet?
-
leah2
how does it even spread?
-
ober
FreeBaSeDGirl: yeah we're still cleaning it up at work.
-
Demosthenex
-
Demosthenex
that one?
-
ober
yeap
-
Demosthenex
what's the attack vector?
-
ober
freebsd
-
dh
ober: Can you share more details?
-
Demosthenex
well, i see two recent ssh vulns, maybe that is in use
-
Demosthenex
the interlock thing is just ransomware
-
leah2
doubt, hrm
-
ober
who knows the entry point. the devs have been so locked out of the prod systems they tend to add back doors to debug.
-
» ober is not pervy to how es nodes got encrypted.
-
dh
Well yeah, kind of important to figure that part out, if you don't know how they got in, it may happen again..
-
» dh spent most of the day investing developer related security incident
-
ober
well we have people from a tla talking with our security team.
-
ober
their hardened buntu image will save us...
-
rtprio
har
-
Posterdati
hi
-
Posterdati
please help, how can I run gl software on freebsd 14.1 + intel/nvidia optimus?
-
Posterdati
thanks!
-
jbo
you're welcome!
-
devnull
Posterdati Whats is gl software?
-
rtprio
OpenGL
-
devnull
Thanks, rtprio. I don't have experience with this.
-
HER
Posterdati: what errors are you getting ?
-
zip
Y'know, seeing as my void install is on zfs I suppose I ought to be able to chuck a freebsd install into the same pool
-
rtprio
that sounds like it could be a jumbled mess
-
zip
it sure does
-
zip
on the one hand I consider the thinkpad's install "disposable" in that I don't store critical data on it, and on the other hand it took me quite a while to get it set up nicely and it'd be nice to dual boot to see if I can do the same with bsd without having to yeet the linux install currently taking up the whole disk
-
zip
or at least, i gather pools aren't resizeable
-
rtprio
right, the size of the pool is a function of the layout and drives in the pool
-
imm_
You can expand the pool
-
imm_
If the drives are bigger than current pool
-
zip
mm. well, it's one drive, one pool for now
-
zip
honestly it was a real error not leaving a bare partition for swap
-
rtprio
no swap; play it fast and loose.
-
zip
haven't had discord or firefox oom-killed so far