Olivier Desenfans
Olivier Desenfans
> > @Dreamsorcerer I tried reverting these lines on top of v3.8.3 and this does not fix the issue. They were also the only lines standing out to me in...
In the meantime, I realized I hadn't installed my patched version correctly. It appears that applying the patch below as suggested fixes the issue. ``` diff --git a/aiohttp/web_protocol.py b/aiohttp/web_protocol.py index...
I have been pretty busy since April but I'll try to reproduce the issue in the weeks to come.
Sure, what's the easiest way to achieve that?
I started a tcpdump process on that server, I'll send you the dump once the error occurs again.
Okay, I logged all traffic to rabbitmq with tcpdump. I'm curious to understand how you make use of that, it's rather verbose! The "channel closed by RPC timeout" error occurred...
Did you have the chance to take a look?
The issue still occurs on v0.3.0. Another node operator (@aiz) reported the same issue on Scaleway Dedibox servers. It is unclear why IPv6 forwarding breaks IPv6 networking there.
The right process for node operators for now: 1. Upgrade normally to 0.3.0 2. If it does not work, disable IPv6 forwarding by setting `ALEPH_VM_IPV6_FORWARDING_ENABLED=False` in `/etc/aleph-vm/supervisor.env` 3. Optionally, check...
This PR should be mergeable. Most of the macros need to be public as they are used in public macros. I addressed all the comments that could be.