-
thedaemon
pkg's have been fixed looks like
-
ivy
yes, actually a while ago but it took a while to sync to mirrors
-
lga
Anyone know if these FreeBSD Vagrant boxes are (somewhat) official?
portal.cloud.hashicorp.com/vagrant/discover/freebsd They haven't been updated for a while.
-
nimaje
that's a white page
-
lga
nimaje: Hmm, not here. But it does take a few seconds to load. Very heavy on the javascript..
-
nimaje
hm, probably doesn't do anything with js disabled
-
BinGOs
those vagrant images are mentioned in the release notes for 13.4 and 14.2
-
BinGOs
-
lga
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)
-
BinGOs
yeah. there is no mention of vagrant in the 13.5 release notice either.
-
remiliascarlet
lga: They have a whole page on accessibility, and yet their entire website makes heavy use of Javascript. Very ironic.
-
mzar
hm.. wireguard seems to be broken for host without inet
-
mzar
Unable to modify interface: Address family not supported by protocol family
-
mzar
but I have no ip4 addresses in the config file
-
mzar
perhaps remode endpont has them..
-
mzar
the problem is here, not remote endoint
-
nimaje
-
mzar
OK, so I need MFC, will do this, check, and updte the PR
-
mzar
thanks nimaje
-
mzar
BTW, OpenVPN works just fine without INET
-
MelMalik
that's disconcerting
-
dbohdan[phone]
I was playing around with
github.com/vermaden/lsblk and ended up making a thing:
github.com/dbohdan/lsblk.lua
-
dbohdan[phone]
It's lsblk for FreeBSD using /usr/libexec/flua
-
getz
dbohdan[phone]: nice, it's not listing all my disks though :(
-
dbohdan[phone]
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.
-
dbohdan[phone]
I better document this
-
getz
yup, but its really quick
-
getz
the lsblk shell script reminds me of using a teletype
-
dbohdan[phone]
That was part of my motivation! :-)
-
dbohdan[phone]
(Err, I meant "only have ZFS disks *missing*" above)
-
dbohdan[phone]
I had the wrong idea. `doas -u nobody zfs get all pool` works.
-
hernan604
i have a 1TB zfs disk, and i want to add a UFS partition to it.. how can i do that ?
-
hernan604
i want to change the 100% zfs disk to lets say 80% ZFS and 20% UFS
-
mason
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.
-
hernan604
mason: well, the zfs partition uses the whole disk
-
hernan604
is it possible to shrink it ?
-
hernan604
i think thats not possible
-
hernan604
but i think it is possible to create a 200GB file, and create a filesystem on it and mount it ? whats this called ? virtualfs ?
-
hernan604
memory disk
-
mzar
yes, you can do that. MFS
-
mzar
s/MFS/MD
-
mzar
running FreeBSD without inet (legacy IP protocol) support
-
mzar
few bugs were spotted, perhaps they should be reported
-
satanist
just disable inet or build without inet?
-
mzar
built witout it
-
dbohdan[phone]
getz: I have implemented listing ZFS pools and datasets in lsblk.lua
-
getz
neat!
-
dbohdan[phone]
Thx
-
mason
hernan604: If you're going to use a file, might as well look at a zvol instead.
-
Macer
14.3 release is due around may right?
-
Macer
freebsd.org/releases/14.3R/schedule ah never mind. seems more around the beginning of june
-
Macer
i don't see much by way of release notes though. is zfs 2.3 slated for 14.3?