Sven Höxter
Sven Höxter
Hi, since Debian users seem to be around here as well: I've taken a discussion on debian-user regarding this issue as a motivation to upload a snapshot of what is...
Hi @fboender, this is my somewhat naive approach to tackle the issue described in #189. Variable names are kind of arbitrarily chosen.
@fboender we're running into this issue on systems with "python" and "python3" where the former is python2. I think the current implementation in https://github.com/fboender/ansible-cmdb/blob/master/src/ansible-cmdb will not fix the issue at...
Ok I think I finally found a nice solution to tackle both issues. There is the option to use a trailing `/` at the src folder which instructs cmake to...
Took a look at the .deb package on OBS and now I see why you'll likely prefer a solution without the trailing `/`. Since you're building for `/usr/local` you put...
@msampathkumar I updated the PR long ago with the proposed changes by @pmansour. Thus it's just waiting for a review by you/your team. :)
I'm observing the same. First noticed with chart version 6.24.1 (Loki 3.3.2), updated now to chart version 6.30.1 (Loki 3.5.0). Here it's SimpleScalable deployment. Update: By digging around I found...
@sitsofe I'm probably not qualified to give you a reliable answer, but based on what I've read this seems to be related to the transitioning of time_t to 64bit data...
@sitsofe thank you, lgtm. Did a successful test build on armel. ``` ./configure --disable-native --prefix=/usr --enable-libnbd Operating system Linux CPU arm Big endian no Compiler gcc Cross compile no Static...
Did some tests here and changed from `type = work` to `type = other` and back again to try to get the state back in order. Didn't help. But it's...