[Bug 253445] bectl: does not function in two-level zfs datasets

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 12 Jun 2021 20:06:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253445

--- Comment #14 from Robert Wing <rew@FreeBSD.org> ---
(In reply to dougs@dawnsign.com from comment #13)

If you get around to it...try the following on your 13.0 machine and let us
know if it works:


# curl https://people.freebsd.org/~rew/libbe-D30636.so --output libbe-D30636.so
# env LD_PRELOAD=/absolute/path/to/libbe-D30636.so /sbin/bectl -r tank list

The curl command is downloading a patched version of the libbe library. This
patched libbe version uses Wes's patch found at
https://reviews.freebsd.org/D30636

You must pass the absolute path of the patched libbe library to LD_PRELOAD.

-- 
You are receiving this mail because:
You are on the CC list for the bug.