-
rtprio
last1: features only can be turned on
-
last1
k
-
last1
I have a different question, I'm trying to remove this dataset that I brought in over zfs receive ( from another FreeBSD system )
-
rtprio
can you just try it and see if it recv's ?
-
last1
and it keeps on saying the dataset is busy
-
last1
cannot destroy snapshot zfs/liveindexes@liveindexes-20230509233628: dataset is busy
-
last1
I've unmounted the dataset, I've rebooted the box
-
last1
lsof shows nothing using that location
-
rtprio
last1: did you zfs hold it?
-
last1
what's that ?
-
rtprio
zfs-hold – hold ZFS snapshots to prevent their removal
-
rtprio
If a hold exists on a snapshot, attempts to destroy that snapshot by
-
rtprio
using the zfs destroy command return EBUSY.
-
rtprio
`zfs holds zfs/liveindexes@liveindexes-20230509233628` would show them
-
last1
oh wow, yep, my zfs backup had done that
-
last1
yep, it's gone now
-
last1
let me try receiving from debian now
-
rtprio
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
-
last1
it appears to be working from debian
-
last1
it's a 180Gb dataset so it might take a bit
-
last1
trafshow shows healthy data transfers
-
rtprio
you could create a fresh dataset with a couple of files to use as a test
-
last1
true, I jumped right on the real deal :)
-
rtprio
rathre than transfer the 180gb and then watch it fail
-
last1
should take about 10-12 minutes
-
last1
*should have*
-
last1
still ongoing
-
last1
I also should have used |pv
-
rtprio
haha, yep
-
last1
well, it completed
-
last1
no errors
-
last1
just that on origin it says to occupy 300Gb and here only 128
-
last1
I'm doing a du -mc
-
last1
on the receive side it shows as 128Gb with lz4 compression on ( it was off on source ) and 2.88X compressratio
-
last1
128 x 2.88 gives about the right size
-
last1
nice
-
_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?
-
rtprio
_xor: i don't think so, unless it's a vlan or a lagg with a single interface
-
rtprio
but that's not an alias
-
mrelcee
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.
-
mrelcee
A bit of reading this mkrning i think i figured it but want to see if i missed something..
-
mrelcee
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
-
mrelcee
as normal..
-
rtprio
that sounds like it could work
-
yourfate
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
-
mystic
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.
-
meena
yourfate: dunno how upto date this is:
wiki.freebsd.org/arm/Raspberry%20Pi but some things say they're unsupported
-
VimDiesel
Title: arm/Raspberry Pi - FreeBSD Wiki