Christoph Stoettner

@stoeps@infosec.exchange
478 Followers
583 Following
1.4K Posts

Turns coffee into infrastructure code. Speaker, husband, dad. Linux & vim lover, podman and K8s User. More ops than dev. More and more IT security. Opinions are my own. Mixed Toots in german and english.

"Only Dead Fish Go With The Flow"

"If a process contains Excel, the process is broken."

Bloghttps://stoeps.de
Pixelfedhttps://pixelfed.social/stoeps
Fix und fertig.
@stoeps Top!!! Weiterhin gute Besserung!
@stoeps Years ago https://eclipse.dev/mat/ helped me to troubleshoot a lot of issues
Memory Analyzer (MAT) | The Eclipse Foundation

The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and business-friendly environment for open source …

The Community for Open Innovation and Collaboration
Kontrolluntersuchung nach 9 Tagen war gut, es verheilt gut und ich sehe noch/wieder alles.
My Ansible collection to deploy a product on top of Websphere and Kubernetes is wip since 10 months. Today I found that I should split it into multiple collections to make it more useful and future proof (added tons of ideas for additional stuff). Now again testing, linting and so on. I hope this thing will be finished some day. But first I need to work on #gpn23 slides.
@stoeps garbage collector has more time to do its job?

@stoeps An der Schule seit 10 Jahren die immer gleiche Diskussion mit dem Schulträger: "Wenn sie glauben, ihren Schülerinnen durch die Verwendung von Linux keine Nachteile zu verschaffen, o.k.".

Da steckt aber natürlich auch nicht die Sorge um die Schülerinnen dahinter, sondern die Angst vor der Verantwortung - da gab's Gemeinderatsdiskussionen, da sträuben sich dir die Haare.

@viennawriter @evawolfangel

@stoeps 100% ACK.

Ich war eine der 5 Personen, die während der Schulschließungen in BW die BBB Infrastruktur gebaut hat - da haben wir das praktisch täglich erfahren: Alles was funktioniert hat, war o.k. alles was nicht funktioniert hat lag nur daran, dass es eben nicht Teams war.

Das größte Problem der damaligen Ministerin war auch nicht, eine Lösung zu haben, sondern einen Schuldigen wenn's nicht tut. Da ist selber machen natürlich schlecht.

@viennawriter @evawolfangel

@stoeps I have no input to the problem itself, but it sounds like a Heisenbug: you can either view the bug or the circumstances leading to the bug.
I've been troubleshooting a Websphere full text indexing issue for some weeks. It fails quite smoothly. So I attached strace to the process to dig into it. Without strace: 45k docs indexed until the process dies without any message. With strace: indexing finishes without issues after 157k documents. WTF as strace slows it down, any explanation or idea?