01:11:58 My kgdb over bhyve is not catching panics anymore. I swear the same setup worked last year. Does this work in 16-current or 15-whatever for you folks? I have more words here: https://forums.freebsd.org/threads/kgdb-over-bhyve-doesnt-catch-panic-anymore-anybody-else.99950/ 01:28:19 Ltning: https://github.com/openzfs/zfs/pull/17898 02:08:06 cool, that makes (some) sense. :) 02:08:34 I just copied ~40 logical TB from one place to another and mv'd back to get around this. 02:09:02 Had to take a node out of the Galera cluster and stop it .. which kinda sucks. Almost as much as my original decision to try 1MB. :D 02:14:35 curious about what issue you encountere with 1MB recordsize? 02:15:03 Just much more write amplification than I expected 02:15:43 I thought having a healthy SLOG would offset that problem, but the writes we're seeing are spread out so much the chance of several being within one 1mb record are minimal. 02:16:27 ah i see. thanks 02:27:50 Hrm, has load/cpu calculation - as seen in top - changed between 14.1 and 14.3? 09:13:52 Hi! 09:18:21 etienne`: Hello 10:09:49 entrop: sup 10:10:31 Sorry, wrong ping. Meant for etienne`. 12:12:31 I decided to update my 2.0 installation to 2.0.5, and well, it blew it 12:13:59 the new bootloader now vaguely complains about the system partition (probably because it extends past the cylinder 1024) and REFUSES to load the kernel 12:16:09 and I cannot use the remapping in bios because the wd driver REFUSES to work with >16 heads 12:16:19 that is some S for stability 12:16:24 who ses cylinders and bios's these days 12:16:28 ses = uses 12:16:45 freebsd 2.x definitely dows 12:45:51 I can work it around by using 2 disklabels, with a / partition under 1024 cylinders but that�s stupid 12:46:31 is there a way to make the kernel use a root partition other than which it was loaded from? 14:16:49 sjjd, with the currenbt loaders, I think there is. With 2.0.5's loader? No idea. If it even had one. 14:20:41 there is a loader which asks for a kernel path and parameters 14:28:04 iḿ going to try to massage the mbr 14:37:31 well it didn�t help 14:39:07 but it�s ironic it worked in 94 and they broke it in 95 15:18:22 in this guide https://freebsdfoundation.org/wp-content/uploads/2023/11/reushling_poudrier.pdf ccache setup would not work as there is no parent dataset /var/cache. In default ZFS layout there is already zroot/var dataset with /var mountpoint. And there is already cache dir inside with some content. There is no zfs way of creating zroot/var/cache/ccache by following the guide. Was it a mistake or a some custom layout was used? 15:19:30 i would like to use zfs dataset for ccache 17:05:28 Is anybody running samba as a DC on ZFS? 18:57:29 oh loooook https://reviews.freebsd.org/D53597 18:57:33 :p 18:58:11 :eyeballs: Neat 18:59:05 What needs to run 24 times? 18:59:24 hopefully nothing 18:59:49 i took that number from kevans 19:00:17 I guess no harm done with choosing 25 19:00:41 it's a hard limit 19:01:18 it runs as long as files appear + 1 more 19:01:47 or i mean then it won't 19:01:49 anyway 19:02:40 now i need to port it over to periodic.conf where i actually needed it 19:41:56 yeah, just chosen arbitrarily 19:42:19 25 rounds to finish resolving rc.conf is a lot and probably a sign of someone having goofed 19:42:37 odds are it usually resolves in under 4 19:44:38 i only need 2 19:44:41 :) 19:44:52 that was missing in periodic 19:46:20 i tried 5 levels 19:46:56 and those are levels eh 19:48:44 who added vendor.conf i should look 19:49:45 and how do i make 19:49:48 git diff -U1000000 rc.conf | arc diff --raw 19:49:53 better 19:50:20 i can't find how to add local-uncommitted diff 19:50:52 there are also untracked files elsewhere in repo 19:53:42 i have left repos untouched and just have changes in them 19:59:14 which i have saved outside of repo and outside of git so i have backup and can forward/reverse patch :p 22:06:58 git: cd4f1705af83 - stable/15 - release: Make fetch happen in GCE images