09:11:05 anyone know where (if) I might find hexdump in pkgsrc? Following a recent 'pkgin ug' in a zone it seems that dehydrated now requires it but I've not found it in any of the packages I thought might be likely candidates. 09:59:22 Don't think we have hexdump in pkgsrc, closest is probably hexd 09:59:35 So not sure that will help for your dehydrate dep issue 10:02:55 there's util-linux in wip which maybe can be build: https://pkgsrc.se/wip/util-linux 11:12:14 thanks both, I found a relevant issue at https://github.com/dehydrated-io/dehydrated/issues/910 but it's not yet resolved and util-linux looks like it includes a lot of unnecessary/unwanted stuff 11:13:51 od -t x1 -An | tr -d " \n" seems to be equivalent but I don't know if the author would want the different dependencies 12:53:59 Also found this https://www.illumos.org/issues/15364, I guess once we have such a library it could also just be wrapped in a simple command 12:54:34 dbrooke: Try xxd, which is included with the platform. 12:56:55 dbrooke: Also, you can get triton-dehydrated which pins the embedded dehydrated version, and applies patches as necessary. 15:39:05 Anyone compile https://github.com/neondatabase/neon#running-local-installation on illumos / smartos? 15:45:33 dbrooke: I'm currently having ansible patch that check out, in line 263 15:48:16 I suppose I should follow up on my suggestion of coding it in awk and provide that to Lukas. Haven't had time to dig into that yet. 18:09:42 bahamat: thanks, however I'm running standalone SmartOS so presume that triton-dehydrated is not applicable, also Lukas doesn't want to use xxd as it's not available on some other platforms 18:10:55 what is it using hexdump for? 18:11:14 for now I've removed the test, as I'm not using the feature which needs hexdump, and I'll likely do that via ansible as pjustice has done 18:12:37 not completely sure but something to do with EAB handling, whatever that is 18:13:47 EAB is external account binding 18:14:11 it's not needed for renewals so temporarily removing the availability check will work around the problem on my already registered systems 18:14:55 And it's never going to be used with public servers either. 18:15:23 "This can be used to associate an ACME account with an existing account in a non-ACME system, such as a CA customer database" 18:19:07 OK, one proposal was to only check for availability of hexdump if it was actually required, which would likely solve the issue for most use cases 18:19:38 that would solve it for triton-dehydrated. 18:22:57 my awk skills are lacking, but using that for the necessary functionality, as pjustice also mentioned, would also solve it as awk is already a dependency