Thomas Widhalm
Thomas Widhalm
I'm seeing the same effect with Rocky Linux 8 now, too. After removing the mount for `cgroups` in `molecule.yml` CentOS 7 works again but Debian 10, Debian 11 and Rocky...
> > I use several containers by @geerlingguy so I can't easily exchange the container I'm using. I could give it a try to exchange it temporarily, though. > >...
@geerlingguy I really don't get it either. I see the problems mostly when running them and start Elasticsearch in GitHub actions. For now it works flawlessly with CentOS 7 (when...
Thanks @tbumke !! Changing ``` volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro ``` to ``` volumes: - /sys/fs/cgroup:/sys/fs/cgroup:rw ``` did the trick! Now' I only have to find a way to get around a...
Ok, guess now I'm completely lost. Now it works sometimes and sometimes it doesn't. I'll have to take a deeper look, sorry.
Thanks, @echohes . For Elasticsearch it didn't work. There's a bug that interferes with Cgroups, maybe I just have to wait for a fix. Thanks anyway. Hopefully it works for...
Ok, thanks for the input. I asked the community to join the conversation so we can keep Diagnostics available on all OSes people run Icinga on. One side note from...
@johanfleury yes, but that's a lot for just enabling a simple diagnostics tool which main focus is to be easily usable.
### Oracle Solaris 11.1 X86 ``` # python --version Python 2.6.8 ``` ### Raspbian GNU/Linux 9 (stretch) ``` # python --version Python 2.7.13 ``` ### Debian GNU/Linux 9 (stretch) ```...
@dnsmichi I'm counting on you to give me some hints for that. ;-)