Saturday, June 07, 2025
support@conference.yunohost.org
June
Mon Tue Wed Thu Fri Sat Sun
            1
2
3
4
5
6
7
8
9 10
11
12 13
14
15
16 17
18
19
20
21
22
23
24 25
26
27
28 29
30
           

[11:40:47] <PapaDragon> Hi all, after launching the update of 3 apps through the Yunohost admin interface yesterday evenns, I found nginx frozen this morning. I checked the logs and found these lines:
ter process /usr/sbin/nginx -g daemon on; master_process on;: ././src/store/memory/memstore.c:705: nchan_store_init_worker: Assertion `procslot_found == 1' failed.
2025/06/07 05:00:32 [alert] 1894#1894: worker process 3018809 exited on signal 6
2025/06/07 05:00:32 [alert] 1894#1894: shared memory zone "memstore" was locked by 3018809
[11:41:45] <PapaDragon> They were repeated a few times: the /var/nging/error.log file which was empty yesterday grew up to 1,8GB. Only filled with said lines.
[11:43:35] <PapaDragon> This looks a lot like the problem described here: https://www.claudiokuenzler.com/blog/1022/debian-buster-nginx-1.14-nchan-error-logs-memstore-assertion-failed
[11:50:38] <PapaDragon> I'd have only one question: would it be safe to simply remove the nchan module or do I have to consider that it was probably called by the system at some point and therefore is somehow manadatory?