>>>>> Steinar Bang <s...@dod.no>: >>>>> Matt Pavlovich <mattr...@apache.org>: >> Heads up— the rules file references a jansi 2.4.1, but Karaf 4.4.8 uses 2.4.2 >> sed -i -e 's#jansi/2.4.1#jansi/debian#' >> $(DESTDIR)/etc/karaf/startup.properties
> Thanks! > The reason for this sed is that I try to, as far as possible, to rely on > java libraries from other debian packages, such as e.g. > https://packages.debian.org/trixie/libjansi-java > (trixie is still using 2.4.1... possibly an issue...?) > What effect the sed not hitting the line in startup.properties has, I'm > not sure, but I will try fixing the sed and see what happens. Fixing that line and running with the debian installed jansi 2.4.1 instead of the karaf-included jansi 2.4.2, made ssh start: https://gist.github.com/steinarb/a3f7561a18e9ab6385df72a78bf711cc (and, unlike the binary tarball, here I was able to log in...) (so I guess there will be a 4.4.8 deb package after all...?)