[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74151] [PATCH 0/7] Add anonip system test.
From: |
Maxim Cournoyer |
Subject: |
[bug#74151] [PATCH 0/7] Add anonip system test. |
Date: |
Sun, 24 Nov 2024 21:07:10 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Ludovic,
Ludovic Courtès <ludo@gnu.org> writes:
> Hi,
>
> Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
>
>> This was developed as part of investigating the source of bug #59181
>> ([berlin]
>> web services fail to start on reboot due to anonip).
>>
>> There is no issue having anonip run and the system reboot (as should be
>> expected as /var/run is supposed to be cleared thus the named pipes should be
>> recreated every boot). This points to a race with nginx that would "win"
>> creating its log files under /var/run/anonip/* before the anonip service
>> does.
>>
>> It'll need further investigating in that direction.
>
> This is nice work, LGTM!
>
> This did not elucidate the cause of #59181, right?
It did! The cause was the activation snippet of nginx, which runs the
nginx check command, which creates every file involved to check if it
has sufficient permissions.
The files would then exist before anonip had a chance to create them.
The fix has already been merged, so a reboot following a recent
reconfigure on berlin should show all our services up and running.
I'll run the system tests again and push it this doesn't break any.
--
Thanks,
Maxim
- [bug#74151] [PATCH v2 4/9] tests: web: Have the retry-on-error throw on exhausted attempts., (continued)
- [bug#74151] [PATCH v2 4/9] tests: web: Have the retry-on-error throw on exhausted attempts., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 2/9] services: anonip: Add 'debug?' configuration field., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 3/9] system/vm: Fix virtual-machine bug., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 7/9] tests: Add anonip system test., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 5/9] services: herd: Export 'eval-there' in API., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 6/9] build: marionette: Make it possible to reboot VM during tests., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 8/9] tests: web: Add nginx+anonip test., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH v2 9/9] services: web: Fix race between nginx activation and anonip., Maxim Cournoyer, 2024/11/01
- [bug#74151] [PATCH 0/7] Add anonip system test., Ludovic Courtès, 2024/11/20
- [bug#74151] [PATCH 0/7] Add anonip system test.,
Maxim Cournoyer <=