02:00:39 pkg's have been fixed looks like 02:21:41 yes, actually a while ago but it took a while to sync to mirrors 12:06:43 Anyone know if these FreeBSD Vagrant boxes are (somewhat) official? https://portal.cloud.hashicorp.com/vagrant/discover/freebsd They haven't been updated for a while. 12:12:27 that's a white page 12:35:02 nimaje: Hmm, not here. But it does take a few seconds to load. Very heavy on the javascript.. 12:36:08 hm, probably doesn't do anything with js disabled 12:36:13 those vagrant images are mentioned in the release notes for 13.4 and 14.2 12:36:48 https://www.freebsd.org/releases/14.2R/announce/ 12:40:48 BinGOs: hmmm, interesting. Can't find the 14.2-RELASE in the overview I pasted above.. The most recent boxes are 197 days old (15.0-CURRENT and 14.1-STABLE) 12:41:33 yeah. there is no mention of vagrant in the 13.5 release notice either. 13:16:41 lga: They have a whole page on accessibility, and yet their entire website makes heavy use of Javascript. Very ironic. 13:28:35 hm.. wireguard seems to be broken for host without inet 13:28:56 Unable to modify interface: Address family not supported by protocol family 13:29:07 but I have no ip4 addresses in the config file 13:29:20 perhaps remode endpont has them.. 13:30:48 the problem is here, not remote endoint 13:32:43 mzar: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279850 13:50:32 OK, so I need MFC, will do this, check, and updte the PR 13:50:38 thanks nimaje 13:50:53 BTW, OpenVPN works just fine without INET 13:53:01 that's disconcerting 14:58:55 I was playing around with https://github.com/vermaden/lsblk and ended up making a thing: https://github.com/dbohdan/lsblk.lua 14:59:24 It's lsblk for FreeBSD using /usr/libexec/flua 15:18:21 dbohdan[phone]: nice, it's not listing all my disks though :( 15:24:12 getz: Oh no. Do you only have ZFS disks? It doesn't current list ZFS datasets because I haven't found a good way to do it without root. 15:24:23 I better document this 15:24:26 yup, but its really quick 15:25:27 the lsblk shell script reminds me of using a teletype 15:26:16 That was part of my motivation! :-) 15:30:48 (Err, I meant "only have ZFS disks *missing*" above) 17:11:18 I had the wrong idea. `doas -u nobody zfs get all pool` works. 17:40:51 i have a 1TB zfs disk, and i want to add a UFS partition to it.. how can i do that ? 17:41:25 i want to change the 100% zfs disk to lets say 80% ZFS and 20% UFS 17:48:24 hernan604: That's a matter of partitioning, and hopefully you have some unallocated space, because otherwise you'll need to transfer everything off, repartition/reformat, and then move things back. 18:04:13 mason: well, the zfs partition uses the whole disk 18:04:25 is it possible to shrink it ? 18:04:47 i think thats not possible 18:16:33 but i think it is possible to create a 200GB file, and create a filesystem on it and mount it ? whats this called ? virtualfs ? 18:38:39 memory disk 18:48:54 yes, you can do that. MFS 18:49:19 s/MFS/MD 19:20:12 running FreeBSD without inet (legacy IP protocol) support 19:20:42 few bugs were spotted, perhaps they should be reported 19:27:26 just disable inet or build without inet? 19:28:48 built witout it 20:24:45 getz: I have implemented listing ZFS pools and datasets in lsblk.lua 20:27:21 neat! 20:27:57 Thx 22:57:12 hernan604: If you're going to use a file, might as well look at a zvol instead. 23:44:53 14.3 release is due around may right? 23:46:13 https://www.freebsd.org/releases/14.3R/schedule/ ah never mind. seems more around the beginning of june 23:51:53 i don't see much by way of release notes though. is zfs 2.3 slated for 14.3?