bug#59515: nginx: Fails to start on boot while upstream service is not yet running

2023-03-21 Thread Jonathan Brielmaier
Closing. Workaround with using "127.0.0.1" instead of "localhost" provided.

bug#59515: nginx: Fails to start on boot while upstream service is not yet running

2023-01-02 Thread Jonathan Brielmaier
On 27.11.22 22:14, Ludovic Courtès wrote:> That looks like a bug in the radicale service: there’s no synchronization upon startup: I think its rather an issue with nscd, networking or some other base service. Changing the nginx configuration from (servers (list "localhost:5232")) to (servers (

bug#59515: nginx: Fails to start on boot while upstream service is not yet running

2022-11-27 Thread Ludovic Courtès
Jonathan Brielmaier skribis: > I added `(shepherd-requirement '(radicale))` to my nginx-configuration. > Sadly the issue is not fixed, the situation is the same as before. > > I assume that radicale takes a fracture of a second to start. And nginx > starts faster up. See this small experiment: T

bug#59515: nginx: Fails to start on boot while upstream service is not yet running

2022-11-25 Thread Jonathan Brielmaier
Ah thanks. I added `(shepherd-requirement '(radicale))` to my nginx-configuration. Sadly the issue is not fixed, the situation is the same as before. I assume that radicale takes a fracture of a second to start. And nginx starts faster up. See this small experiment: $ sudo herd stop radicale $

bug#59515: nginx: Fails to start on boot while upstream service is not yet running

2022-11-23 Thread mirai
nginx-configuration has a 'shepherd-requirement' parameter that can be used here

bug#59515: nginx: Fails to start on boot while upstream service is not yet running

2022-11-23 Thread Jonathan Brielmaier
When I start my personal server with a radicale service behind a nginx reverse proxy, nginx fails to start. The relevant part in the log: Nov 23 16:02:56 localhost shepherd[1]: Service networking has been started. Nov 23 16:02:56 localhost shepherd[1]: Service radicale has been started. Nov 23 16