13:21:18 Is there some reliable way to identify a serial device on freebsd? 13:21:44 this device likes to bounce between /dev/ttyU0 and /dev/ttyU1 14:24:49 tk: I don't quite know how to do this, but you need something that notices events on the usb port, takes the vendor and product ID and from that assigns the correct ttyUX 14:24:58 on OpenBSD hotplugd would help 15:18:07 hello folks 15:18:12 anyone here? 15:20:07 hi 15:20:54 thedaemon: hi I have a feature proposal to discuss. would you mind that we do it in PM? 15:21:11 hard pass. lol 15:21:54 is it a yes or no? 15:22:27 I've been unable to find both sane and technically qualified individuals for such a discussion. 15:22:40 I'm sane, but doubt I'm technically qualified for anything. 15:22:43 I am a user of the OS 15:22:50 Discuss here 15:23:13 is anybody here aware of a feature by microsoft called "native boot"? 16:31:30 there isn't a way to set zfs max arc by %? 16:46:44 scottpedia, I know just enough about Microsoft Native Boot to know it appears to be a way for MS users to multi-boot between Windows 10 and Windows 11 on the same system. I have always advocated against multi-boot systems myself. You will always be booted into the other OS when you want the other one. Better to set up a virtual machine system so that you have access to both more easily. 16:46:52 Probably need #microsoft or something to find people knowledgeable about it. 16:50:40 Macer, I am often seeing people asking how to limit the ZFS ARC size but I have never needed to do this myself. ARC size is dynamic. On my system if I run something that consumes userland memory and the kernel then the kernel will reduce the size of the ARC dynamically. This works for me. Does it not work for you? 16:52:06 Remember that if you see memory that is listed as free memory then that is memory that is being useless at that time and not doing anything. The kernel will put it to work being file system buffer cache. This is a good thing. It speeds up the system by caching disk reads. But if that RAM is needed for other purposes then it will be dynamically reassigned to those other things. 16:52:22 Seeing a lot of free memory means the system is going to be running slower than it could be if that memory were put to work doing something useful.