-
tkIs there some reliable way to identify a serial device on freebsd?
-
tkthis device likes to bounce between /dev/ttyU0 and /dev/ttyU1
-
vortexxtk: 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
-
vortexxon OpenBSD hotplugd would help
-
scottpediahello folks
-
scottpediaanyone here?
-
thedaemonhi
-
scottpediathedaemon: hi I have a feature proposal to discuss. would you mind that we do it in PM?
-
thedaemonhard pass. lol
-
scottpediais it a yes or no?
-
scottpediaI've been unable to find both sane and technically qualified individuals for such a discussion.
-
thedaemonI'm sane, but doubt I'm technically qualified for anything.
-
thedaemonI am a user of the OS
-
thedaemonDiscuss here
-
scottpediais anybody here aware of a feature by microsoft called "native boot"?
-
Macerthere isn't a way to set zfs max arc by %?
-
rwpscottpedia, 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.
-
rwpProbably need #microsoft or something to find people knowledgeable about it.
-
rwpMacer, 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?
-
rwpRemember 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.
-
rwpSeeing 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.