On a current Debian Testing machine, I am wanting to use xz to compress log files instead of GZip. It has higher compression out of the box, and as such I wish to use it.
However, whenever I specify it in the logrotate configurations, logrotate says that it can't utilize xz to compress. It just says the file can't be executed, even though it works everywhere else on the system and in user shell.
Is there any way to debug this?