[Libguestfs] Re: guestfs-tools build issues

2025-04-09 Thread Cole Robinson via Libguestfs
On 4/8/25 11:41 AM, Richard W.M. Jones wrote: > On Tue, Apr 08, 2025 at 11:34:40AM -0400, Cole Robinson wrote: >> Hi Rich, I've consistently been hitting issues with guestfs-tools >> builds. I have workarounds but they are annoying. >> >> >> 1) With a fresh checkout I run: >> >> $ git submodule ini

[Libguestfs] Supermin errors with symlinked /etc directories

2025-04-09 Thread Leon Blakey via Libguestfs
Host has various /etc directories symlinked to a config git repo. Running "virt-filesystems -a ./somevm.qcow2" fails with parent directory not found. Commands ran as root. Filesystem is ZFS and /etc is same dataset as /. Can Workaround by replacing symlink with regular copied directory. OS: De

[Libguestfs] Re: Supermin errors with symlinked /etc directories

2025-04-09 Thread Richard W.M. Jones via Libguestfs
On Wed, Apr 09, 2025 at 03:38:55AM +, Leon Blakey wrote: > Host has various /etc directories symlinked to a config git repo. Running > "virt-filesystems -a ./somevm.qcow2" fails with parent directory not found. > Commands ran as root. Filesystem is ZFS and /etc is same dataset as /. > > Can