Re: resolver does not work

2023-04-18 Thread Maxim Dounin
Hello! On Tue, Apr 18, 2023 at 10:25:09PM +0200, basti wrote: > Hello Maxim, > > that does not work for me. > > root@tower:~# resolvectl query icinga2 > icinga2: 192.168.145.217 -- link: ve-icinga2 > > -- Information acquired via protocol LLMNR/IPv4 in 105.7ms. > -- Data

Re: resolver does not work

2023-04-18 Thread basti
Hello Maxim, that does not work for me. root@tower:~# resolvectl query icinga2 icinga2: 192.168.145.217 -- link: ve-icinga2 -- Information acquired via protocol LLMNR/IPv4 in 105.7ms. -- Data is authenticated: no root@tower:~# getent hosts icinga2 192.168.145.217 icinga2

Re: resolver does not work

2023-04-18 Thread J Carter
Hi, On 18/04/2023 13:58, mailingl...@unix-solution.de wrote: Hello, I have a nginx proxy in front of systemd-nspawn containers. The IP's of the containers are dynamic. When I start nginx *after* the  containers it works. When the IP of the container is changed while nginx is running i get a "B

Re: resolver does not work

2023-04-18 Thread Maxim Dounin
Hello! On Tue, Apr 18, 2023 at 02:58:08PM +0200, mailingl...@unix-solution.de wrote: > Hello, > I have a nginx proxy in front of systemd-nspawn containers. > The IP's of the containers are dynamic. > > When I start nginx *after* the  containers it works. > When the IP of the container is changed

Re: resolver does not work

2023-04-18 Thread basti
Sorry, my mistake. 1.18.0 debian11 is installed. Am 18.04.23 um 19:21 schrieb A. Schulze via nginx: Am 18.04.23 um 14:58 schrieb mailingl...@unix-solution.de: nginx is 1.1.18 Whats wrong there? released in March 2012 couldn't you use a "not so historic" version? Andreas ___

Re: ngx_list_free

2023-04-18 Thread Maxim Dounin
Hello! On Tue, Apr 18, 2023 at 03:12:08PM +, Yuval Abadi via nginx wrote: > Thanks > > I just need list not queue, Queue is a double-linked list. > And I want to free the whole list , not one node. In nginx, memory allocations use pools, and in most cases you cannot free individual al

Re: resolver does not work

2023-04-18 Thread A. Schulze via nginx
Am 18.04.23 um 14:58 schrieb mailingl...@unix-solution.de: nginx is 1.1.18 Whats wrong there? released in March 2012 couldn't you use a "not so historic" version? Andreas ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/list

RE: ngx_list_free

2023-04-18 Thread Yuval Abadi via nginx
Thanks I just need list not queue, And I want to free the whole list , not one node. -Original Message- From: nginx On Behalf Of Maxim Dounin Sent: Tuesday, 18 April 2023 15:36 To: Yuval Abadi via nginx Subject: Re: ngx_list_free EXTERNAL MAIL: nginx-boun...@nginx.org Hello! O

resolver does not work

2023-04-18 Thread mailinglist
Hello, I have a nginx proxy in front of systemd-nspawn containers. The IP's of the containers are dynamic. When I start nginx *after* the  containers it works. When the IP of the container is changed while nginx is running i get a "Bad Gateway" error. The config looks like: server {     serve

Re: ngx_list_free

2023-04-18 Thread Maxim Dounin
Hello! On Tue, Apr 18, 2023 at 06:14:46AM +, Yuval Abadi via nginx wrote: > Ngx_list_t have create api but no free_list api > > Why? > > I wrote my own free_list, is anyone else face this issue? Much like many things in nginx, ngx_list_t structure is an append-only structure, and it