Daniel Bunte
Daniel Bunte
Is there any news on this issue, yet? I've also come across this.
[debug.log](https://github.com/iotaledger/bee/files/7627284/debug.log) I've attached the log on debug level from today. I "believe" the CPU issues appear after the MQTT manager failed (not sure what it's used for, though). It only...
I just wanted to add that I've had a similar issue with a private tokio based application, where the receiver of an mpsc was closed prematurely, while the sending half...
I'd also be happy to help out.
> Quite surprised (positively!) that the changes needed are so few! Added a few comments and on top of those, we definitely should have a test using `podman` now to...
Have converted back to draft, as there are some tweaks to make, still.
Sorry for the late reply. There were some changes waiting in my commit list. As I was testing this in an air-gapped environment, it wasn't as straight forward. I have...
> > Sorry for the late reply. There were some changes waiting in my commit list. As I was testing this in an air-gapped environment, it wasn't as straight forward....
> @DuncanConroy `podman compose run` calls add a weird hash at the beginning (see https://github.com/getsentry/self-hosted/actions/runs/14732417876/job/41349793317?pr=3673#step:4:890) > > Any idea how to suppress that? I suppose you mean the hash that's...
Regarding SELinux, I believe I ended up with `chmod 777` on all mounted directories, as well as adding some special container label to those directories recursively. In the end it...