I've compiled and installed zectl in an ubuntu system with systemd-boot. Unfortunately I get the following error when I run "zectl create test".
nvlist_add_string(nvl, name, val) == 0 (0x16 == 0)
ASSERT at ../../module/nvpair/fnvpair.c:199:fnvlist_add_string()Aborted
"zectl version" gives 0.1.3.
The installation can be created using the zectl branch of the ubuntu zfsbootmenu install script.
https://gitlab.com/Sithuk/ubuntu-server-zfsbootmenu/-/tree/systemd-boot_zectl
Do you know what might be causing the issue?
I've compiled and installed zectl in an ubuntu system with systemd-boot. Unfortunately I get the following error when I run "zectl create test".
nvlist_add_string(nvl, name, val) == 0 (0x16 == 0)
ASSERT at ../../module/nvpair/fnvpair.c:199:fnvlist_add_string()Aborted
"zectl version" gives 0.1.3.
The installation can be created using the zectl branch of the ubuntu zfsbootmenu install script.
https://gitlab.com/Sithuk/ubuntu-server-zfsbootmenu/-/tree/systemd-boot_zectl
Do you know what might be causing the issue?