00:41:35 I was browsing some of the mk files in /usr/share/mk and it said something about YES_FOO and NO_FOO being removed in Freebsd12 00:43:29 is that still the policy? 00:47:35 Anyone going to BSDCan? 00:54:43 i was going to, but alas- circumstances not in my favor 01:03:42 it says it's in Taipei, Taiwan. unless you mean something else 01:03:51 oh it's literally bsdcan 01:04:00 yeah, not asiabsdcon 01:11:16 Its in Ottawa, Canada 01:11:27 I won't be going for the forseeable future 02:30:20 FreeBSD w KDE5 (virtualbox), does anyone experience slow mouse wheel scolling? 02:51:47 @RoyalYork, everything in VB is laggy for me. Doesn't matter what kind of host it's on. It's abysmal. 02:53:45 On my ${JOB} MacBook, it's unusable. Same with Windows, Linux, BSD's, or anything else. 02:53:59 ek, ok thanks. it was a tad smoother using xfce, but oh well 02:59:06 @RoyalYork, all other local virtualization hypers work, though. Not sure what's up with VB being so bad. I've tried every recommended setting with no helpful impact. 02:59:53 Bhyve has been my go-to recently. It's performed great. 03:00:56 VM's with xrdp are instant. 03:01:26 Ill give bhyve a shot once I get my server up and running 09:09:45 hey, has anyone put FreeBSD on OrangePi 3B with RK3566? 09:39:13 huh, so lid_switch_state or whatever works for putting my laptop in suspend, but eventually it just stops working. I wonder if it's a hardware issue, or if it's FreeBSD's issue 09:39:39 even after the lid stops triggering sleep, I can still manually `zzz` 13:29:45 https://www.bsdnow.tv/546 13:29:46 Title: BSD Now 546: Debunking FreeBSD Myths 13:48:02 hi all 13:49:48 hey 15:54:34 i've been wondering for a long time. why does netflix use freebsd? 15:55:42 I heard that because of good network stack performance, also some in-kernel file passing from disk to the net 15:55:57 there was somewhere a presentation from netflix about that 15:56:41 https://papers.freebsd.org/2021/eurobsdcon/gallatin-netflix-freebsd-400gbps.files/gallatin-netflix-freebsd-400gbps-slides.pdf 15:56:46 probably this one 16:34:29 ah ok. i found the talk here thanks 16:34:32 https://www.youtube.com/watch?v=_o-HcG8QxPc 16:34:33 Title: Serving Netflix Video at 400Gbps on FreeBSD by Drew Gallatin - YouTube 17:36:43 debdrup: how recent is your current? mine panics on ‘pmstat -t’ on both aarch64 and amd64 17:36:58 curious to know if that’s just here on my hw or not 17:37:03 non root btw 17:37:28 dch: a few weeks old, from back at the end of January. 17:38:09 if you can survive a panic can you test and let me know please? I don’t have a snapshot or be old enough to test from 17:40:07 but I need a known good point to start a bisect from 17:48:08 that'll involve potentially panic'ing my machine :P 18:07:32 hence my mentioning a panic … 18:12:20 Could this be recreated in a VM? That would not risk the host machine in that case. 19:48:56 I've got my backup disk (connected via USB3 to my homeserver) giving me occasional CAM errors, I'm trying to figure out how to get the smartdisk info out of it but pointing smartctl at /dev/da1 doesn't work, and I'm not at all sure which usb device I can specify with -d. Any pointers would be appreciated 20:10:37 vortexx, That's one of the things I don't like about USB connected disks. They freak out after a while. I see that same thing on all operating systems. I am dealing periodically with one on a friend's machine that they use for backup. I get an email when it freaks out. I then ask my friend to detach it and then attach it again to reset it. Every month or so. 20:11:23 As to reading SMART data that depends upon the USB controller in that device. Some USB drive controllers pass that information through okay and some do not. If yours does not then you can only change to a different one. 20:12:18 But my experience is that it is the USB controller itself that is freaking out and not the drive it is interfacing too. So I would be less concerned that the drive is failing. Not unconcerned. But just less concerned. If it resets upon a detach/attach cycle then that's pretty typical for what I see. 20:13:27 Which is one of the reasons I really despise USB disk controllers for anything other than manual use as a big floppy disk. It's okay for sporadic use. But not great for continuous use. I would do something different if at all possible. Installing another internal SATA connected drive would be much better. 20:14:23 If you really want the SMART data from the drive then most of those can be disassembled and the internal drive removed and then the SMART data read while it is attached using SATA. 23:05:21 rwp: thanks, it's as I thought. Drive is 4 years old, case is Mini-ITX (I have very little spare space) wih 6 drives so I'd have to remove one to test it I guess. Going to try every usb attachment listed to see if it works 23:09:00 The steady state of disks is full. 23:10:15 vortexx, I would guess that if you detach it and then attach it again (providing the full power cycle) then it will be okay. You would probably read every block from the disk and it would be okay. Probably. That's my guess based upon my experiences with USB connected storage. 23:11:15 Meanwhile... USB network adaptors have been amazingly rock solid. No problem with the ones I have used. And I have deployed a bunch for dedicated controllers at remote sites and they have just been very reliable. Unexpected. But good. 23:20:51 wtf https://devops.com/the-cyber-resilience-act-threatens-the-future-of-open-source/ 23:20:52 Title: The Cyber Resilience Act Threatens the Future of Open Source - DevOps.com 23:23:29 rwp: it's doing a timeout nearly precisely once every 24 hours, this may not be that bad: (da1:umass-sim0:0:0:0): CAM status: SCSI Status Error 23:24:05 hernan, People have been warning about the CRA for some months at least now. It's been like an unstoppable lava flow though as nothing has seemingly deterred them from continuing. 23:24:30 oh really, i only saw it now 23:24:55 vortexx, It's been regularly at 24 hours pretty close to exactly? That does sound like an OS driver problem or something then. 23:25:31 My friend with the USB disk which routinely flakes out and my own previous USB disk were both on Linux kernels. 23:28:39 hernan, Politicians always feel that they can legislate and that what they legislate will override jurisdiction and physics and everything. It's sad how poor at thinking they are. I almost said critical thinking. Then removed the word critical as being redundant. 23:30:02 fatal; pci passthrough not supported on this system (no VT-d or amdvi) 23:30:03 wtf 23:30:26 Did it get forgotten to be enabled in the BIOS/UEFI firmware? 23:30:58 I don't know why but vendors always ship with that disabled by default. I always have to enable it in the BIOS. 23:32:46 hernan, These are good reads but I post them to say look at the dates on these articles! https://www.internetsociety.org/blog/2022/10/the-eus-proposed-cyber-resilience-act-will-damage-the-open-source-ecosystem/ 23:32:47 Title: The EU's Proposed Cyber Resilience Act Will Damage the Open Source Ecosystem - Internet Society 23:32:52 https://blog.nlnetlabs.nl/open-source-software-vs-the-cyber-resilience-act/ 23:32:53 Title: Open-source software vs. the proposed Cyber Resilience Act 23:33:10 rwp, well I have VMs running successfully (bhyve). but I try to pass a PCIe card through for the first time 23:33:11 Those are dated late 2022! 23:33:23 and I am not very successful 23:33:31 I have the ppt driver attached 23:33:54 but the guest VM doesn't see it so I looked at the log and saw that message (using sysutils/vm-bhyve-devel) 23:34:01 jbo, Congratulations on getting that going! I have myself not done what you are trying to do. I will be woefully inadequate at helping. :-( 23:43:47 rwp: yes it might just be a driver issue. it happens at 3:14 AM 23:44:22 (it didn't at first, variations of +1 or 2 hours, but since the 5th of Feb it's been every 24 hours) 23:46:38 Hmm... "Curiouser and curiouser", said Alice. 23:51:29 huh, seems like FreeBSD does not recognize the fn key combos to control stuff like screen brightness on this laptop :/ 23:53:32 does acpi_video.ko control this? seems like that's not actually loaded, hrm 23:55:44 tm512, I don't know about FreeBSD on laptop here but on Linux I have to stitch most of those in manually. My writeup on doing so on Debian: https://www.proulx.com/~bob/doc/thinkpad-x220-laptop-keys/thinkpad-x220-laptop-keys.html 23:55:47 Title: ThinkPad X220 Laptop Keys 23:55:59 If FreeBSD is similar then a similar solution may be needed. 23:56:56 I know it is the wrong OS for here but I submit it in the hopes it will be similar in concept and useful anyway. 23:59:03 the backlight command that FreeBSD comes with lets me control the brightness just fine, but the keys don't work. not on this specific laptop but my experience on Linux is that brightness control keys just work out of the box, I think on my old ThinkPad W500 the brightness control keys worked on OpenBSD without further configuration as well