-
debdrup
Delemas: your PATH will dictate which one gets used when you invoke 'openssl', using the full path will give you a specific version
-
debdrup
Delemas: the information from pkg-audit comes from vuxml, you can find a fully-rendered version at
vuxml.freebsd.org/freebsd/index.html which will do a better job of describing what packages are vulnerable
-
VimDiesel
Title: FreeBSD VuXML - entry date index
-
meena
parv: i usually start with shallow clones, and then give days later i have the full checkout, and three forks…
-
tuaris
interesting, so a 12.2 ko does seems to load on 12.3. I guess all major version's are binary compatable?
-
parv
That would be minor version difference
-
parv
Or, did you mean major minor versions? ;-J
-
tuaris
yeah, 12.x for example
-
parv
I do not count on the being compatible
-
debdrup
KBI and ABI isn't meant to change with minor versions, but without details it's hard to say if that's the case here.
-
tuaris
I probably should play it safe and downgrade back to 12.2
-
parv
s/the/the minor versions/
-
tuaris
at least until I can get a stable driver for 12.3
-
tuaris
-
debdrup
What's the driver called?
-
tuaris
arcsas
-
debdrup
Doesn't look like it's in base or ports?
-
tuaris
it's not
-
tuaris
I have to grab it from the manufacture, they provide binaries
-
debdrup
Depending on how much the server is used, or if you have another machine and another HBA to test with, it'd be great if you could find out which commit broke the compatibility.
-
debdrup
That can done by starting with a 12-STABLE snapshot and then using git-bisect.
-
tuaris
Yeah, I have a few of those HBA laying around, they are my favorite, perform really well, etc.. I got to see why their latest versions (2.x series) don't work for me.
-
tuaris
I mean.. they load, but the system just goes bonkers and just hangs up
-
debdrup
It should be relatively simple to isolate the commit; using an older 12-STABLE snapshot where it works, then using git to grab the source (I'd recommend turning on meta-mode, as this speeds things up rather a lot on subsequent builds). Then you use git-bisect(1) and just build and install the kernel - if it loads once you've booted it, you can build a new version, and once you encounter a bad version you
-
debdrup
simply boot the older kernel that the installkernel target saves.
-
debdrup
Isolating the commit will allow us to try and determine what happened, and if there should be a fix for it.
-
_xor
Hmm, strange. Network interface appears to randomly be going down, "Jan 1 08:55:37 router0 dhclient[49327]: send_packet: Host is down"
-
_xor
`service netif restart em0` brings it back up fine. I wonder what's causing it to drop out.
-
parv
Does the difference between "used" & "lused" (used > lused) --
termbin.com/yxll -- mean that compression should be disabled?
-
rwp
parv, Disabled? Because it isn't very much difference?
-
rwp
What does this say for you? zfs list -o compression,compressratio,used,usedds,usedsnap,refer,name
-
parv
rwp, There are no snapshots; "used" & "refer" are the same number:
termbin.com/yzxh
-
rwp
So it looks like you are getting 21% compression. That seems useful enough for me that I would keep it.
-
parv
rwp, I would not have minded if there were small difference iff "lused" were larger than "used" instead of vice versa
-
rwp
Hmm... I admit I missed that ratio direction.
-
parv
Space usage for source,
termbin.com/u5zp2 # the usual case of compression
-
rwp
I don't normally look at lused. I have one case of it being that direction. lz4 2.19x 1003M 968M 1003M 0B 1003M zroot/usr/ports
-
rwp
With lused=968M used=1003M refer=1003M
-
parv
Same here re checking "lused" value; got curious after a run of "git-repack; git-gc"
-
parv
Ok, had set the compression to "lz4" for datatsets with used > lused.
-
parv
zfs-find-useless-compression.sh :
termbin.com/crx1
-
mvanbaak
Hi all, happy newyear
-
mvanbaak
Does anyone know why zfs only releases space of deleted files after a reboot?
-
mvanbaak
like, I had 200GB free on a pool, I deleted 800GB of data but only got back like 20GB
-
mvanbaak
I rebooted, bam, over 1TB of free space on the pool
-
mvanbaak
this is pretty meh as I'm in the process of replacing a big part of my linux iso collection with updated versions, and I keep running out of space while a reboot gives me back TB's of space
-
mvanbaak
no snapshots used as linux isos are easy to get
-
mvanbaak
using a zpool of 2 raidz1 vdevs. each raidz1 vdev has 4 spinning rust HDDs
-
polyex
wow that sux
-
mvanbaak
yeah. I know I should add more disks, but that's for another time
-
meena
mvanbaak: which FreeBSD / ZFS version?
-
mvanbaak
freebsd 13.1
-
mvanbaak
13.1-RELEASE-p5 amd64
-
mvanbaak
zfs-2.1.4-FreeBSD_g52bad4f23
-
mvanbaak
zfs-kmod-2.1.4-FreeBSD_g52bad4f23
-
mvanbaak
I confirmed there's 0 snapshots with `zfs list -r -t all storage/multimedia`
-
meena
forums.freebsd.org/threads/reclaim-lost-zfs-space.39294 people having similar issues, but i don't see a clear solution. zfs scrub didn't help
-
VimDiesel
Title: Reclaim lost ZFS space | The FreeBSD Forums
-
mvanbaak
NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD
-
mvanbaak
storage/multimedia 550G 35.4T 0B 35.4T 0B 0B
-
mvanbaak
this cant be true as my linux-iso automation just deleted roughly 800GB of data in 30 to 50GB files
-
meena
this kinda thing keeps popping up in my search for an answer to mvanbaak's issue,
askubuntu.com/questions/1402578/how…ter-deleting-syslog-file-with-18-gb and it's just deeply fascinating to me
-
VimDiesel
Title: 20.04 - How to restore the disk space after deleting syslog file with 18 Gb? - Ask Ubuntu
-
mvanbaak
whehe
-
mvanbaak
I've been googling for days
-
mvanbaak
but haven't found anything that helps
-
mvanbaak
ok, it looks like the files are in use or something
-
mvanbaak
I 'fixed' it without a reboot but with: `for a in bazarr bazarr4k pmm pms qbit radarr radarr4k sab; do iocage restart $a; done`
-
mvanbaak
which is strange as none of these services had any mention of the old files anymore
-
meena
mvanbaak: what does lsof give you? Well, uhm, you'd have to do that before deleting them, i guess
-
mvanbaak
yeah, the delete is automated
-
mvanbaak
I have linux iso X-version.1 and the tool gets X-version.2, when download is succesful X-version.1 is removed using 'unlink' and X-version.2 is moved into the directory X-version.1 was in
-
meena
mvanbaak: BTW, iocage has fallen out of support,
iocage/iocage #1292#issuecomment-1368531213
-
VimDiesel
Title: Pull `freebsd-update` from active branch of freebsd/freebsd-src by aWZHY0yQH81uOYvH · Pull Request #1292 · iocage/iocage · GitHub
-
meena
you could truncate before the unlink, given that something is holding onto the files. a server maybe?
-
mvanbaak
ugh
-
meena
how are you downloading them?
-
mvanbaak
most are usenet, some are torrent
-
mvanbaak
so it's either the sab or qbit jail that grabs the data
-
meena
torrent would hold on to the files for seeding, unless you explicitly say not to
-
mvanbaak
yeah, I know. they are deleted
-
meena
(not sure how Usenet works any more…)
-
mvanbaak
if a file in qbit download directory has no hardlinks to it, qbit removes them after 30 days
-
mvanbaak
usenet is just grabbing the files and moving them into the right location
-
mvanbaak
it's like fetching emails
-
mvanbaak
hum, I suspect something in plex
-
meena
lsof is going to be the tool of choice to track this down
-
mvanbaak
the moment I restarted the pms jail, I gained 450GB of free space
-
mvanbaak
ok, I'll look into that
-
mvanbaak
thanks a lot meena
-
meena
yeah, Filesystems queue up operations. If something is still holding on to a file it's not really deleted, until that process releases the handle
-
mvanbaak
the file was not used for active playback of the content
-
meena
so it makes sense that a reboot would fix it. and the fact that rebooting the jails fixes it, too, narrows it down to one of the jails
-
mvanbaak
there were 0 active sessions in plex
-
meena
-
VimDiesel
Title: freebsd-quarterly/lsof.adoc at main · freebsd/freebsd-quarterly · GitHub
-
mvanbaak
ah, lsof is a port
-
meena
yeah, could well be it's released then already
-
mvanbaak
it segfaults
-
mvanbaak
lol
-
meena
cool cool cool
-
mvanbaak
`lsof -v` works
-
mvanbaak
`lsof /path/to/file` segfaults
-
meena
anything useful in the core?
-
meena
(time to rebuild with debug symbols!)
-
mvanbaak
I'll need to rebuild it indeed
-
meena
-
VimDiesel
Title: lsof segfaults in FreeBSD jails · Issue #263 · lsof-org/lsof · GitHub
-
VimDiesel
263 – There is absolutely no documentation for the dialog library
bugs.freebsd.org/bugzilla/show_bug.cgi?id=263
-
mvanbaak
yups
-
mvanbaak
I have it on the host as well
-
meena
lsof-org/lsof #264 wonder if this is skladu relevant to your use case
-
VimDiesel
Title: [BUG] lsof +L1 produces no output on FreeBSD after file becomes unlinked. · Issue #264 · lsof-org/lsof · GitHub
-
meena
i'd stick with the host, given that lsof, in theory, should know about jails and other containers
-
mvanbaak
ok, I'll use fstat
-
mvanbaak
which comes with base
-
meena
I just realised, the person who's work I'm very excited about,
github.com/dfr/ocijail has been emailing me about my work
alpha.pkgbase.live
-
VimDiesel
Title: GitHub - dfr/ocijail: An OCI runtime using FreeBSD jail
-
mvanbaak
yeah, I guess I'll have to go hunt for an iocage replacement
-
meena
mvanbaak: how many jails on how many hosts do you manage? and what iocage features do you use?
-
meena
pot, bastille, cbsd, are all viable alternatives that are maintained.
-
meena
freshports.org/sysutils/mkjail might be an option, if you have few jails, and really just need a tool to bootstrap and upgrade them
-
VimDiesel
Title: FreshPorts -- sysutils/mkjail: Fat jail creation script
-
mvanbaak
35 jails on one machine, bootstrap, upgrade, snapshot/rollback, snapshot+zfs send to backup server
-
mvanbaak
I create 'thick' jails as iocage calls them, so I can easily send them to my backup server (and I also used it twice to upgrade my homelab server)
-
Dyke_Dragon
is a gaol where only /usr/local, /etc and /var are writable a thin gaol?
-
Dyke_Dragon
(that's a wrong question, ignore)
-
dvl
mvanbaak: I also prefer thick jails.
-
tct
anybody with some bectl knowledge around at this time of the year?
-
meena
tct: some. try me
-
tct
meena, when I first started using BEs I used them incorrectly. Back then, what I did is creating a new BE, activating it and booting into it. essentially leaving the 'default' BE dangling. Now I want to "fix that" (eg. getting back to always staying on the default BE and instead just creating a new BE when needed and only booting into it when I have to)
-
tct
for this, I want to delete the current 'default' BE and re-create it from the current state.
-
tct
-
VimDiesel
Title: jbo@knox:~ % bectl listBE Active Mountpoint Space - Pastebin.com
-
meena
tct: I don't follow. why? why don't you delete the other things you don't need?
-
tct
when I try to do: bectl destroy -o default I get this:
-
tct
cannot destroy 'zroot/ROOT/default/git': dataset is busy
-
tct
unknown error
-
tct
meena, I'd like to "always" be on the BE named 'default'
-
V_PauAmma_V
bectl activate ...; bectl delete ...; bectl rename ...;
-
V_PauAmma_V
s/delete/destroy/
-
tct
V_PauAmma_V, the problem is that bectl delete doesn't work. apparently there is a busy dataset but that shouldn't be the case as the 'default' BE is not the currently active one
-
tct
bectl destroy* indeed
-
V_PauAmma_V
Even after a bectl activate?
-
tct
V_PauAmma_V, yes. as you can see from my linked paste the BE named '20230102' is marked both 'N' and 'R'
-
meena
why is it busy?
-
V_PauAmma_V
Mounted somewhere maybe?
-
meena
not with `bectl mount`
-
V_PauAmma_V
Maybe with zfs mount? (Or do you need to reboot after the bectl activate? I'm not very familiar with BEs.)
-
tct
already rebooted. the 'Active' column of 'bectl list' also indicates that it's the currently active BE
-
tct
I'll check for other mounts
-
meena
mount, zfs list, lsof, fstat, etc
-
tct
on it
-
tct
my jails are all mounting datasets from zroot/ROOT/default although the 'default' BE is not the currently active one
-
tct
should I be worried? :s
-
tct
or does bectl somehow alias whatever BE is currently active to zroot/ROOT/default?
-
meena
tct: how did you create your jails?
-
tct
meena, using sysutils/cbsd
-
» meena puts cbsd on her shitlist
-
tct
:D
-
tct
evaluated it like 5 or 10 years ago - haven't looked back
-
tct
mainly using that because it also allows to manage VMs (bhyve, xen, qemu...) all in one tool
-
tct
and it's just shell scripts, ofc.
-
meena
-
VimDiesel
Title: Installing CBSD - CBSD
-
meena
tct: basically, you told cbsd to use your ROOT as a base for creating jails, and now that's a problem
-
tct
meena, that is my current theory too - and I don't know yet how to test this theory and how to recover from it (if it is the case)
-
tct
might have hosed this one
-
tct
meena, however, I have four different hosts all running a similar setup (FreeBSD 13.1 with BEs and sysutils/cbsd)
-
tct
the only difference on this host is that I am not on the 'default' BE
-
meena
tct: what's the "root" of your cbsd installation on this host vs others? what method do you use (clones vs snapshots) on this host vs others?
-
meena
maybe all you need to do is a targeted "promote"…
-
tct
meena, cbsd working dir is set to "/usr/jails" that is the same on all other hosts too
-
tct
meena, I have some jail snapshots which are created using `cbsd jsnapshot mode=create`
-
tct
meena, but I can't delete those jail snapshots either :D
-
meena
but you might be able to promote them, and then you'll be able to delete the old "default" BE
-
tct
meena, promote in which context?
-
tct
zfs dataset?
-
tct
meena, I don't have any ZFS clones, only snapshots
-
tsoome
clones are created from snapshot
-
tct
how can I verify that my jails are indeed using datasets from the "incorrect BE" ?
-
tct
terminology might fail me on this one.
-
tct
still don't fully understand the situation
-
meena
tct: the core issues is that something (probably one of your jails) is still holding onto zroot/ROOT/default/git. it might be mounted, or a snapshot relationship, or something is directly accessing it
-
dch
tct: `zfs list -o mounted,jailed,canmount,name,mountpoint -r zroot/ROOT`
-
tct
-
VimDiesel
Title: Unable to delete BE | The FreeBSD Forums
-
dch
tct: looking at what you posted in forum, here's what I would do
-
meena
tct: how did you create your BEs?
-
tct
meena, bectl create <name>
-
dch
zfs unmount zroot/ROOT/default/{blog.,cppproperties,emby,git,irc,nextcloud}
-
dch
that won't shell expand, but my meaning should be clear
-
dch
then, work out where /usr/jails is mounted (I guess its a subdir of / i.e. zroot/ROOT/$ACTIVE_BE )
-
dch
zfs create -o mountpoint=/usr/jails -o canmount=off zroot/usr/jails
-
dch
zfs create -o mountpoint=/usr/jails-data -o canmount=off zroot/usr/jails-data
-
dch
this makes 2 container datasets (non-mountable, just for keeping your layout simple)
-
dch
then you can move these 3 datasets under that dir
-
dch
zfs rename zroot/ROOT/default/blog zroot/usr/jails/jails-data/blog
-
dch
etc
-
tct
dch, is this with the goal of getting the jail zfs datasets "outside" of the BEs?
-
dch
I personally would skip all the -data suffixes, life is *much* simpler if each dataset maps cleanly to each path
-
dch
after this, you can run `zfs snapshot -r zroot/usr/jails/jails-data@`date -u +%Y%m%d-%H%M` just before doing upgrades
-
tct
I might have some knowledge gap here: Wouldn't the idea be that creating a BE also "includes" my jails? And when I boot into a different BE the datasets are "re-mapped" and the jails will also be as of the state of the BE?
-
dch
tct: you can do either
-
dch
but as somebody who runs a lot of jails, I tend to separate out the base OS and jails completely
-
dch
so I typically do upgrade/update FreeBSD in base OS (all of zroot/ROOT/default )
-
dch
check all things work
-
dch
and then upgrade/re-deploy all jails one by one
-
tct
dch, thank you for outlining your idea above. Before attempting any of that I'd really want to understand this situation better. I have no idea how this situation came to be. My idea/intention is that creating a BE also includes jails. cbsd puts everything under /usr/jails which would be part of what the BEs cover, no?
-
dch
tct: you may find
freeside.skunkwerks.at/~dch/FreeBSD/diy-jails/tutorial.html useful, its the jails presentation from EuroBSDcon 2022 btw. AMA.
-
VimDiesel
Title: Jails from Scratch 2022
-
dch
the /usr/jails is just a mountpoint.
-
tct
dch, thanks, I'll check that out!
-
dch
you can provide this mountpoint by a dataset under zroot/ROOT/default/messy
-
dch
which gets you in the situation you are in, upgrading base OS also requires fiddling with all the jails
-
dch
I highly recommend having separate dataset(s) for each jail
-
dch
and keeping them outside the base OS tree
-
tct
dch, that is what cbsd is doing
-
dch
both jails, and the data inside it
-
dch
tct: not the way you have it set up
-
tct
dch, zfs list shows one dataset per jail?
-
dch
dir /usr/jails is clearly "inside" zroot/ROOT/default
-
tct
right
-
dch
or is (in cbsd) /usr/jails completely empty
-
tct
nah, /usr/jails contains all the stuff
-
tct
technical term
-
tct
dch, so we agree that as per my current situation, jail datasets are "inside" of zroot/ROOT/default (which is what I want (or wanted, at least)). This means that creating a BE also snapshots/clones the jails. so how could I end up in a situation where cbsd/jails use the 'default' BE but the system is on the '20230102' BE?
-
dch
you can't
-
tct
then why is it this way? :D
-
dch
as most of CBSD docs are in Russian, I'm not familiar with it
-
dch
tct, I don't want to give bad CBSD advice as I really am not familiar with it
-
dch
but what I see here is that you have an awkward mess
-
dch
when you create a new BE, the subsidiary datasets aren't recursively copied, I guess
-
tct
dch, that is indeed what I see as well. and I don't have that awkward mess on any of my other hosts. This is my playground host but still...
-
tct
dch, so basically from here the idea would be to move the jail datasets outside of zroot/ROOT, then delete the `default` BE, re-create a new `default` BE and moving the jail datasets back?
-
dch
tct I think you're best off finding a place where the CBSD people hang out and ask them for more advice
-
tct
dch, I'll do that. Thank you for your help - it's much appreciated!
-
dch
I can give zfs tips easily enough, but I can't know if any of this would break your setup
-
tct
dch, I fully understand that :)
-
dch
oh
cbsd.io/cbsd/What-you-need-to-know-about is now all in English (how times change) but a quick skim I'm none the wiser
-
VimDiesel
Title: What you need to know about CBSD - CBSD
-
dch
-
tct
yeah, cbsd documentation has improved notably over the past few years.
-
VimDiesel
Title: CBSD — FreeBSD Jail and Bhyve Management Tools
-
tct
already on it:
cbsd/cbsd #722
-
VimDiesel
Title: Cannot delete jail snapshots · Issue #722 · cbsd/cbsd · GitHub
-
VimDiesel
722 – Off-by-one error in wbkgd() in ncurses
bugs.freebsd.org/bugzilla/show_bug.cgi?id=722
-
angry_vincent
i, myself, somehow overwhelme by numerous jail managers
-
tct
same here. after testing many I eventually settled with cbsd for the fast that it also does VM management and migration stuff. haven't had a single issue with it that wouldn't have been caused by myself so far (+8 years of using it)
-
dch
ditto. thats why I stopped using them and just have a bare single script now
-
dch
cbsd has lots of cool features
-
tct
I think I should have done that too. at least that's what I usually do. as little clutter as possible.
-
angry_vincent
dch: thx for the link
-
tct
dch, is that tutorial you linked on an IPv6 only network by any chance?
-
tct
I get a timeout on my end
-
dch
no, but it is on my computer here
-
dch
I'm afk for dinner, I'll fix it later. the source is
git.sr.ht/~dch/diy-jails-tutorial
-
VimDiesel
Title: ~dch/diy-jails-tutorial - sourcehut git
-
tct
thanks & enjoy dinner!
-
CCFL_Man
is there an automated way to update leap-seconds.list?
-
V_PauAmma_V
Yes. /etc/periodic/daily/480.leapfile-ntpd, done daily, activated by "sysrc daily_ntpd_leapfile_enable=YES"
-
V_PauAmma_V
That is, if you mean /var/db/ntpd.leap-seconds.list.
-
dch
tct, link works fine here from outside. I see that VimDiesel also fetched it ok, so its not just a Works On My Machine thing.
-
CCFL_Man
V_PauAmma_V: that's it!
-
anointedfig
hi, my computer keeps crashing, I can't figure it out. dmesg outputs drmn0: [drm] GPU HANG: ecode 6:1:85fffffc, in WebKitWebProcess [100957]
-
anointedfig
drmn0: [drm] WebKitWebProcess[100957] context reset due to GPU hang
-
anointedfig
anyone have any ideas?
-
angry_vincent
i seeing similar for intel card on laptop. i reported similar problem. i have disabled intel card on laptop
-
anointedfig
how do you disable the card?
-
angry_vincent
in BIOS
-
angry_vincent
this laptop has intel an nvidia and it's possible to run either one ( or both )
-
anointedfig
oh i see. i think mine just has an intel
-
angry_vincent
this annoyance not fixed in drm-kmod ( for me, at least )
-
angry_vincent
i periodically check drm-kmod ( from git ) but problem persist
-
angry_vincent
no idea what is the reason.
-
angry_vincent
upstream ( freedesktop.org, intel ) has numerous bug reports with "GPU hang" pattern and it is all unclear what was the fixes. i suspect, that drm-kmod missing certain things in linuxKPI ( or just lagging behind the source code )
-
michelem
hi folks! Anybody knows what ACLs are for in ZFS? FreeBSD defaults to acltype=nfsv4 when creating ZFS datasets, while the default on Linux is acltype=off.
freebsd.org/cgi/man.cgi?query=zfspr…+and+Ports&arch=default&format=html
-
VimDiesel
Title: zfsprops
-
michelem
NFS ACLs cause issues with ansible, so I am considering disabling them. But I have a hard time understanding the impact of that.
-
debdrup
michelem: Linux doesn't support NFSv4 ACLs on ZFS, whereas it's what Illumos and FreeBSD default to.
-
debdrup
If ansible has problems with NFSv4 ACLs, that seems like a problem with ansible? At least in so far as they're made to be compatile with lots of things including Windows ACLs.
-
BarnabasDK
debdrup, did not know that - thanks
-
debdrup
BarnabasDK: it also doesn't look like anyone involved in Linux has any interest in implementing them, despite NFSv4 being nominally supported.
-
BarnabasDK
no it seems if you want support for that then you need to run behind samba
-
BarnabasDK
nonsense - I am thinking of my smb drives
-
BarnabasDK
nfs - yes I understand
-
BarnabasDK
Is it important on a high level to tell apart acls on zfs as opposed to for example ext
-
BarnabasDK
provided the infrastructure supports it
-
michelem
debdrup: thanks. I've seen from the manual that Linux lacks support for them. I was just wondering why they are enabled by default in FreeBSD. UFS does not seem to have ACLs enabled by default.
-
debdrup
michelem: sure UFS has ACL support.
-
debdrup
Specifically, it's also NFSv4.
-
debdrup
See getfacl(1) et al.
-
michelem
ok. I did not know it's enabled by default. Thanks.
-
debdrup
kern.features.ufs_acl should be set to 1 too.
-
mason
Hrm. If "sysctl net.wlan.devices" is empty, is that all she wrote for FreeBSD wifi on a laptop, aside from things like virtualization with some other OS providing wifi?
-
debdrup
To get POSIX 1e ACLs, you'll neet to set the acl flag via mount -o I think, but it's been too long since I've used them.
-
debdrup
mason: there may be drivers in ports
-
michelem
they are actually not set by default, indeed.
-
michelem
-
debdrup
Huh. Wonder when that changed.
-
michelem
the problem is surely with ansible. It's just a corner case which they'll never fix. So I was wondering if the cause of the problem is worth it. Because UFS-based systems go without ACLs by default, I was wondering why it was chosen to have ACLs in ZFS instead.
-
debdrup
I suspect, but can't be arsed to go look, that it might be because Sun had NFS ACLs.
-
michelem
yeah, I guess you're right
-
michelem
anyway, thanks much for the help debdrup
-
debdrup
no worries
-
rogersm
Nice, I have a freebsd instance in Oracle cloud :D
-
rtprio
rogersm: same
-
wcarson
dang. i'm so close to getting hdhomerun_record running on aarch64. with 14.0-current it'll run in linux compatibility mode, but for some reason it's detecting its ip as the broadcast ip instead of the interface address