00:49:52 last1: features only can be turned on 00:50:19 k 00:50:39 I have a different question, I'm trying to remove this dataset that I brought in over zfs receive ( from another FreeBSD system ) 00:50:41 can you just try it and see if it recv's ? 00:50:45 and it keeps on saying the dataset is busy 00:51:06 cannot destroy snapshot zfs/liveindexes@liveindexes-20230509233628: dataset is busy 00:51:14 I've unmounted the dataset, I've rebooted the box 00:51:25 lsof shows nothing using that location 00:51:50 last1: did you zfs hold it? 00:52:24 what's that ? 00:52:37 zfs-hold – hold ZFS snapshots to prevent their removal 00:52:49 If a hold exists on a snapshot, attempts to destroy that snapshot by 00:52:50 using the zfs destroy command return EBUSY. 00:54:40 `zfs holds zfs/liveindexes@liveindexes-20230509233628` would show them 00:55:45 oh wow, yep, my zfs backup had done that 00:55:55 yep, it's gone now 00:56:06 let me try receiving from debian now 01:04:45 last1: i used to use them when i'd create a bunch of hourly snapshots; hold a weekly and monthly one so they don't get culled after 2 weeks 01:04:57 it appears to be working from debian 01:05:04 it's a 180Gb dataset so it might take a bit 01:05:12 trafshow shows healthy data transfers 01:05:27 you could create a fresh dataset with a couple of files to use as a test 01:06:05 true, I jumped right on the real deal :) 01:06:35 rathre than transfer the 180gb and then watch it fail 01:08:13 should take about 10-12 minutes 01:27:15 *should have* 01:27:17 still ongoing 01:27:34 I also should have used |pv 01:34:17 haha, yep 02:00:26 well, it completed 02:01:03 no errors 02:01:16 just that on origin it says to occupy 300Gb and here only 128 02:01:26 I'm doing a du -mc 02:07:09 on the receive side it shows as 128Gb with lz4 compression on ( it was off on source ) and 2.88X compressratio 02:07:27 128 x 2.88 gives about the right size 02:07:30 nice 02:43:13 <_xor> Is there an interface type that can be used to alias an interface (not just rename it)? Like create an alias interface mynic0 that is the same as physical interface em0? 07:19:55 _xor: i don't think so, unless it's a vlan or a lagg with a single interface 07:20:06 but that's not an alias 18:21:40 I accidentally made a little mess of a zfs pool the other day - i had data in a zfs send id redirected to a file and needed that so i did a recv to that drive and in the process it left my server unusable since it remapped some directories on my root. I am looking to get my storage pool back today. 18:22:10 A bit of reading this mkrning i think i figured it but want to see if i missed something.. 18:22:46 If what i have read is true.. i should take a memstick image, boot it. Import the pool. Then export it. After which i boot my normal server boot drive.. zfs import it with -R with an /alternate root mountpoint. Kill the offending stuff that steps on my server's directories export. reboot with my normal system and then import it 18:22:46 as normal.. 20:26:59 that sounds like it could work 22:02:21 so, my arch arm installation on the rpi 4 killed itself again I think i'll move it to BSD. I'm running bsd on an x86 server already. as arm64 is a T1 platform for freebsd I hope it'll be more stable 22:34:08 hi, I want record the default audio output. I mean, I have virtualbox with a bsd vm and I want record the audio output from the virtualmachine.. If I try with ffmpeg -i /dev/dsp3.0 I have "device busy" error. I'm pretty sure that /dev/dsp3.0 is the right device... If I poweroff the vm the device is free and I can access it. 22:34:45 yourfate: dunno how upto date this is: https://wiki.freebsd.org/arm/Raspberry%20Pi but some things say they're unsupported 22:34:46 Title: arm/Raspberry Pi - FreeBSD Wiki