00:22:24 Did we never get SO_REUSEPORT? https://www.illumos.org/issues/12455 02:04:10 Anyone get this to work? https://github.com/grpc/grpc/issues/17748. third_party/cares/cares/src/lib/ares_setup.h:32:10: fatal error: ares_config.h: No such file or directory 08:19:28 Smithx10 (LIBERA-IRC): Nope, came across this when trying to run caddy in LX. It's patched out for native https://github.com/NetBSD/pkgsrc/blob/trunk/www/caddy/patches/patch-listen__illumos.go 08:20:06 Smithx10 (LIBERA-IRC): ^ SO_REUSEPORT 08:21:06 I tried to reach out to Hokuto Araragi about their patch but did not get an answer. 11:50:27 Was trying to run gitlab in a native zone and ran into that ruby issue ./shucks 12:42:57 Smithx10: we provide both grpc and libcares in pkgsrc, does it not work against those? 12:43:17 happy to help through getting it work, native is always preferable 12:43:30 ahhh, i didn't see it in pkgsrc 12:44:23 gem install grpc is what gitlab is puking on 12:47:26 jperkin: https://gist.github.com/Smithx10/f5aa2688e37a5fea87099eaa472165b9 12:49:48 looks like in this ticket they were open to getting it fixed but that user bailed https://github.com/grpc/grpc/issues/17748 15:13:00 jperkin: so I think ruby is just not looking at the system libs at all and only at the third_party 16:43:14 Anyone ever see this before? https://gist.github.com/Smithx10/ca090d2e9947f51f5578ffd68753d150 can't zlogin into instance, but it has space 16:44:20 malloc error means it's out of ram. 16:44:48 Resize it and try again. 16:45:19 Also, it's a really good idea to reboot it. If it's been running out of memory I wouldn't trust the state of the applications running in it for business transactions. 17:14:18 Smithx10: ok so looks like we need to add a ruby-grpc package - also there's an existing gitlab package in wip but it may need some work 17:35:24 Anyway to have json exit 1 if its piped input is empty? 18:01:24 An empty string is valid JSON 18:01:55 k 20:05:15 jperkin: would it be easier to have the grpc folkes in that issue just fix the illumos gem? Did you by chance open up the image build repo? 20:24:12 I have a service that has a tendency to create files and then instead of letting the setgid bits on the directory DTRT, it chowns them incorrectly. I've pursued a variety of options for dealing with this, and have come to the conclusion that the only really viable one is to eat kernel audit records to watch for events of interest. Catch is that though I'm watching the fc and fm classes, I ... 20:24:18 ... never actually seem to see files getting created or chowned/chmodded in the relevant tree. I do see a bunch of other things that make sense in those two classes. Can anyone help me figure out how I'm screwing this up? 20:29:40 Smithx10: they are somewhat orthogonal, it's nice for stuff to build from source, but my priority is always to provide easy-to-install binary packages so you don't have to 20:29:54 Smithx10: will discuss the repo thing this week, bank holiday here today 20:30:57 ahhh nice, whatever works.... I'm not sure what else I'll hit while trying to compile gitlab 20:31:18 Since gitaly came out, seems like the only HA git / build server that folks are into now