Thomas Orozco
Thomas Orozco
Not sure this repo is still maintained, but if that helps, I have a fork with Python 3.x and Django >= 1.8 compatibility compatibility here: https://github.com/krallin/django-pagination/
Hi there, > This may be a strange request, but we'd like to use tini to control a non-daemon aware process. However, we're using a container that starts up multiple...
> > I'm not entirely sure why you need to use TIni here. Can you perhaps clarify what you mean by "control" and "non-daemon aware"? > > Yes, maybe control...
(I should mention that subreaper support only works on Linux >= 3.4)
static-tini installation fails with "No valid ELF RPATH or RUNPATH entry exists in the file" message
Yeah it's definitely expected that the static build would not have a RPATH (since that's where to look for dynamic dependencies), but I suspect our CMakeLists should declare this. Are...
I'd rather make override the whole `TINI_VERSION`. As-is, it seems a little surprising that we have a TINI_COMMIT variable that actually overrides the whole variable if set (including the dirty...
Interesting. Those logs actually go to stderr, not stdout, and they have trailing newlines, so even if stderr were line-buffered, flushing shouldn't be necessary. Any chance you have something like...
Where you ran top, can you run `ps auxwww --forest` instead? This should let us see the process hierarchy and make it easier to understand where things went off the...
@perllaghu To help with debugging, can you please: - Share the output of running the same ps command within your container's namespace - Run tini with `-vvv` and provide its...
I think -vv might do it if this is too much logging — I’d like to understand why Tini even exited here (and why your container hasn’t been torn down...