00:25:48 drm-515 is in the repos for 14-Current 00:26:02 not sure about 13.x tho 00:27:16 https://www.freshports.org/graphics/drm-515-kmod/ ☢️ 00:27:17 Title: FreshPorts -- graphics/drm-515-kmod: DRM drivers modules 00:27:45 ngortheone: FreeBSD:14:amd64 / latest only. everything else: ☢️ 00:28:44 ah okay, was looking on freshports and didn't see anything for 511 or 512, so i assumed nothing later would exist. 00:29:35 meena: yeah, but that still means progress. far as i've heard needed kernel changes are supposed to be backported to 13. 00:30:53 🤷🏻‍♀️ 00:39:58 dumbbell: ah, you're here. nice. i recall that somebody already did a preliminary backport for either 5.11 or 5.12 on 13.x, do you have any idea if/when that will be integrated? 04:01:34 meena: FYI the cert looks like it's expired on alpha.pkgbase.live 04:23:13 hello guys, I have a question. I have to configure snort but looks that the configuration file has a problem. Doesn't find a blacklist file. Even if the file exist, has permission and absolute path. I installed snort from package. Would you advice me to built it from ports ? 07:19:22 rtyler: thanks. no idea how that keeps happening, but i have to migrate the whole thing off that machine anyway 08:51:30 how to find out if certain loaded module has kernel configuration ( options/device ) dependencies ? 09:41:21 kldxref -d can show you some basic info for module files 09:41:52 angry_vincent: but I don't remember if config was part of it 09:45:38 oj, ok 09:45:41 thx 10:20:50 how to understand: depends on crypto.1 (1,1) 10:57:53 maybe it is reference for man page 11:03:40 angry_vincent: i reckon those are magic numbers for when you write modules 11:05:23 https://github.com/freebsd/freebsd-src/blob/main/sys/dev/coretemp/coretemp.c#L109 hrm, no numbers 11:05:24 Title: freebsd-src/coretemp.c at main · freebsd/freebsd-src · GitHub 11:20:30 I was looking for the a crypto module 11:21:27 angry_vincent: which module is showing you that dependency? 11:48:09 if_wg.ko 13:24:00 phryk: Hi! Indeed, the drm-kmod repository is at 5.16 now (the master branch). 5.17 is complete but I'm working on several significant issues. 5.15 (which corresponds to an LTS version in Linux) was made available as a port, like meena and ngortheone said. 13:24:43 phryk: Patches to linuxkpi were backported to stable/13, but they won't make it to 13.2-RELEASE unfortunately (too many breaking changes, too late in the release cycle). 13:25:42 dumbbell: so if I want to stick to release versions, the fastest route will likely be to upgrade to 14 in may-ish? 13:26:23 phryk: Therefore, DRM drivers from Linux 5.15+ will only work with the next 13.x RELEASE (if there is one, I don't know the plans). Otherwise, you will need to compile a kernel yourself from stable/13 (no need to update the entire base, just the kernel). 13:26:55 phryk: Yes 13:28:04 dumbbell: (while you are here) are there any plans to pick up the vmwgfx work in https://github.com/freebsd/drm-kmod/issues/171? or should it be done by someone else (tm)? :) 13:28:06 Title: VMWGFX driver - runs successful in BIOS mode need help for UEFI · Issue #171 · freebsd/drm-kmod · GitHub 13:28:06 171 – No documentation on .forward files. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=171 13:28:57 dumbbell: okay, cool. thanks for the info. looking forward to poke around with godot 4. :3 13:33:29 dumbbell: thx :) 13:36:32 yuripv: I don't plan to work on this driver anytime soon. My personal agenda is 1) to bring support for Intel 12th gen iGPU (supposed to be in 5.17), 2) try to catch up with Linux for AMD and Intel GPUs 13:36:51 got it, thanks. 13:37:00 phryk: Nice :) 13:37:08 angry_vincent: You're welcome! 14:30:27 i have an issue wwith my server. my disks are extremely slow even if i have ssd drives... i have today checked the health of the drives and they are still good as new... but i srsly do not understand why i dont get more than around 30MB/s in write speed 14:31:32 i have an exact same setup but with debian and there are same drives that i have in this freebsd server... and they are much faster even if i use dd with oflag=direct 15:01:37 EFI/BIOS bootmethod ---> zpool upgrade ---> gpart bootcode -b /boot/boot1.efi -p /boot/gptzfsboot -i 1 ada0 ## ??? Yes? 15:02:48 last time i didn't update the bootcode then had to do it manually while it was unbootable, so i don't have the shell history to see the exact command i used 15:25:12 k i wrote it and it said "partcode written to ada0p1" "gpart: File too large" 15:25:15 i guess thats bad 15:26:52 /boot/boot1.efi says 146kb size, ada0p1 says 512kb size 16:07:49 dumbbell: there is linuxkpi_gplv2 module that is built with drm-kmod ( if building from source ), how it relates to COMPAT_LINUXKPI or linuxkpi module that is in kernel? 16:17:52 do I understand the tt-rss port right, the diffrence between using the PGSQL and MYSQL option is dependencies and the default config file? so I can install from the repos and use it with pgsql and just have that mysql stuff installed unnessesary? (if that is the case it seems like a good use for flavours) 16:18:02 kernel panics get reported to bugzilla, right? whatever the cause 16:19:26 asking because current process = 62897 (postgres) 16:24:32 angry_vincent: from README, "No new code should be added there, all new linuxkpi functions should be added in FreeBSD base." 16:33:09 oh ok 16:33:41 so, i can skip building linuxkpi in drm-kmod 18:16:32 f451: yes 18:16:52 kevans: ty 18:35:28 i have dumpdev=auto in rc.conf and plenty of swapspace for a dump but i get savecore[45173]: /dev/vtbd0p2: Operation not permitted in the console 18:35:48 generic kernel 18:37:55 swapspace is encrypted 18:38:13 also get "WARNING: Kernel dumps will be written to the swap partition without encryption" in the console 18:39:57 i thought by default 13.2 would save a vcore? 18:42:28 Is there a way to passthrough a USB device to a bhyve VM? I want a HAOS instance to manage my USB zigbee gateway... 19:08:21 ghoti: Ideally pass through the PCI device controlling the USB device. 19:23:43 joneum: net-mgmt/monitoring-plugins keeps failing on my home poudriere server since the 16 February update. missing_header, while log shows "check_swap.c:39:10: fatal error: 'libintl.h' file not found". Are you aware of this? pkgfallout.com doesn't show it, though. 20:24:48 Seems NLS is the culprit. enabling is will build the port fine. I am creating a bug report now. 20:29:09 Bug 269922 20:31:44 * meena wonders how much of qemu bhyve implements 20:33:47 meena: None, but Corvin is working on loading OVF firmware. 20:39:50 michaeldexter: https://github.com/freebsd/freebsd-src/commit/34f804e547e7c3b10b12f5450ff2e0a771000daf 20:39:52 Title: bhyve: add common fwcfg items · freebsd/freebsd-src@34f804e · GitHub 20:41:18 Greetings! 20:41:21 With the wireguard driver, 20:41:42 How do I create a wireguard interface with an arbitrary name (i.e. not wg[0-9]+) 20:42:57 FUZxxl: FreeBSD allows you to rename devices… 20:43:13 but tracking that is made unnecessarily hard lol 20:43:34 meena: so ... I create a wg-type device and then rename it to the desired name? 20:46:04 meena: Yep. 20:49:19 FUZxxl: yes 20:50:10 I think some devices, like epairs, can have arbitrary names to begin with, but i yes 20:50:12 ah I see 20:50:15 What works is just 20:50:19 ifconfig wg create name foo 20:50:26 the interface is then named foo 21:16:56 FUZxxl: \o/ 21:16:58 cool, thanks 22:38:32 Anyone used telegraf? 22:49:23 so, where can i buy some freebsd stickers? i don't think redbubble is affiliated with the project. 23:29:20 f451: pretty sure dumping and saving that core works by just writing it to the partition and at the next boot saving it to the filesystem before swap (and encryption of swap) is setup and that warning is there to make you aware of the fact that that stuff is unencrypted (well how would you save a key for it?), diffrent to your encrypted swap setup, but no idea about your "Operation not permitted" 23:29:23 problem