I've had ALEZ silently fail by not installing any zfs packages because the hkp keyserver was not reachable. ALEZ completes seemingly successfully but the kernel can't mount the root partition on the next boot.
Changing --keyserver hkp://pool.sks-keyservers.net to --keyserver hkp://pool.sks-keyservers.net:80 fixed it because some corporate firewall blocks the default keyserver port.
Maybe ALEZ should at least fail outright if keyservers can't be reached
I've had ALEZ silently fail by not installing any zfs packages because the hkp keyserver was not reachable. ALEZ completes seemingly successfully but the kernel can't mount the root partition on the next boot. Changing
--keyserver hkp://pool.sks-keyservers.net
to--keyserver hkp://pool.sks-keyservers.net:80
fixed it because some corporate firewall blocks the default keyserver port.Maybe ALEZ should at least fail outright if keyservers can't be reached