02:35:42 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? 02:40:45 polyduekes Some updates only patch the userland and don't affect the kernel. 02:41:30 polyduekes see: freebsd-version -ku 02:41:57 k (kernel) / u (userland) 02:49:36 devnull: i see, thanks for the help 08:19:48 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? 08:20:07 Ooops sorry that question was just asked sorry 08:20:30 Thanks devnull 08:52:30 hi 10:15:41 Anyone else getting "fatal error: 'arm_neon.h' file not found" during buildworld on arm64? 11:57:07 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? 12:00:54 what do you do to get that error? importlib is a core part of python 12:15:51 hi 12:17:06 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... 12:24:32 Posterdati: pkg install x11/nvidia-driver-390 12:24:46 Did not work for you? 12:37:53 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? 12:38:27 this is an older machine (~2012), but it still seems weird. 12:45:06 phryk: no, it is not 12:47:19 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. :) 12:48:18 Might be better indeed. Chasing ghosts of soon to be decommissioned systems is unlikely to be worth it 12:54:03 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. :) 12:56:55 More than plenty 13:41:08 Pauli1: I only get 800x600 graphics mode 13:41:35 Pauli1: this is an optimus graphics nvidia + intel 14:10:38 has anyone worked with the ports back: https://www.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. 14:55:38 Hello everyone. I keep getting a python error (importlib has no attribute machinery). Do you know if I need some certain package? 15:00:20 msamsing: you shouldn't need to. at least on my system "/usr/local/lib/python3.11/importlib/machinery.py" comes from the python311 package. 15:01:43 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? 15:02:44 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? 15:03:56 phryk: i have the machinery.py in the same path. trying to use gpg with offlineimap but that is where I get the error 15:08:47 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. 15:09:56 context: https://phryk.net/article/zomgwtftls/#gnupg---oh-eris-why 15:10:12 (site might intermittently go down, currently not completely done with deployment) 15:13:18 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. 15:16:13 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? 15:16:57 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. 15:17:20 my nvme nda1 decided to offline itself after lots of errors 15:17:24 but IMO gpg is just inherently bad because it doesn't have an actual API and everything just goes through the CLI. 15:17:37 I rebooted (so it reappeared), cleared, and let it resilver & scrubs fine 15:17:53 is there any sort of `nvmecontrol` thingy that would give me some sort of error details? 15:18:17 It's about 2 weeks left in warranty, so I can get it replaced if I can produce some plausible looking error allegations 15:18:37 dch: don't nvme drives support SMART? 15:19:33 i dont think in any useful style, but its a good idea, let me try ... 15:20:33 I was digging around with `nvmecontrol logpage -p1 -x nvme1` and similar, also not helpful 15:24:15 note for future nvme people, install `sysutils/nvme-cli` and get useful output 15:33:45 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. 15:34:12 With playerctl I get error like: "Error spawning command line ?dbus-launch --autolaunch... ..." 15:43:14 last Friday, i mentioned i couldn't get the NIC detected w/ freebsd or ghostbsd on my Dell inspiron 15. 15:43:54 well i tried nomadbsd on it, and it turns out there is a driver for it! rtw880 15:45:19 nomadbsd loaded the driver & turned wlan0 on by itself. so my real problem is getting it to see SSIDs from my router. 15:45:45 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 && works :) 15:47:09 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 15:54:35 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. 16:55:47 so anyone used lird to duplicate a infrared controller on freebsd? 18:01:33 anyone hit by the interlock exploit yet? 18:04:22 how does it even spread? 18:19:38 FreeBaSeDGirl: yeah we're still cleaning it up at work. 18:25:10 https://www.bleepingcomputer.com/news/security/meet-interlock-the-new-ransomware-targeting-freebsd-servers/ 18:25:13 that one? 18:25:36 yeap 18:26:12 what's the attack vector? 18:29:48 freebsd 18:41:17 ober: Can you share more details? 18:41:38 well, i see two recent ssh vulns, maybe that is in use 18:41:45 the interlock thing is just ransomware 18:41:52 doubt, hrm 18:44:46 who knows the entry point. the devs have been so locked out of the prod systems they tend to add back doors to debug. 18:47:08 * ober is not pervy to how es nodes got encrypted. 18:50:00 Well yeah, kind of important to figure that part out, if you don't know how they got in, it may happen again.. 18:50:49 * dh spent most of the day investing developer related security incident 18:52:18 well we have people from a tla talking with our security team. 18:52:44 their hardened buntu image will save us... 19:13:08 har 20:06:47 hi 20:07:26 please help, how can I run gl software on freebsd 14.1 + intel/nvidia optimus? 20:07:29 thanks! 20:45:33 you're welcome! 20:54:06 Posterdati Whats is gl software? 21:00:47 OpenGL 21:02:50 Thanks, rtprio. I don't have experience with this. 21:50:13 Posterdati: what errors are you getting ? 22:44:48 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 22:46:18 that sounds like it could be a jumbled mess 22:47:07 it sure does 22:48:57 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 22:49:21 or at least, i gather pools aren't resizeable 22:53:21 right, the size of the pool is a function of the layout and drives in the pool 22:53:50 You can expand the pool 22:55:38 If the drives are bigger than current pool 22:57:38 mm. well, it's one drive, one pool for now 22:57:52 honestly it was a real error not leaving a bare partition for swap 22:58:19 no swap; play it fast and loose. 23:01:44 haven't had discord or firefox oom-killed so far