Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 2297)

Ticket Resolution Summary Owner Reporter
#2136 duplicate When I connect http2 to one server on 80 port, then it propagates to other servers on 80 port advancedtechnoking@…
Description

When I use http2 on one server on 80 port, that propogate http2 to other servers on 80 port. I don't know how it's possible.

Example of config:

server {

server_name a.example.com; listen 80 http2; return 200 'a';

}

server {

server_name b.example.com; listen 80; return 200 'b';

}

#1311 duplicate worker_processes auto mode does not consider isolated CPUs affinioso@…
Description

When worker_processes is set to "auto" - it does not take into consideration isolated CPUs in case such exist - and it's possible that a system which has 16 CPUs, of which 8 are isolated - that runs nginx with this option, to result in 16 nginx processes instead of 8.

#1872 fixed The official nginx-module-njs-dbg deb package lacks debuginfo for the 'njs' executable Andrei Belov agentzh@…
Description

I've been playing with the official open source ubuntu repositories of nginx here:

https://nginx.org/packages/

I've noted that the ubuntu packages for nginx-module-njs-dbg, like nginx-module-njs-dbg_1.17.3.0.3.4-1~xenial_amd64.deb lacks debuginfo data for the executable file /usr/bin/njs from the corresponding non-debuginfo package (nginx-module-njs_1.17.3.0.3.4-1~xenial_amd64.deb in this example).

To see it:

$ dpkg -c nginx-module-njs-dbg_1.17.3.0.3.4-1~xenial_amd64.deb
drwxr-xr-x root/root         0 2019-08-13 07:26 ./
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/share/
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/share/doc/
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/share/doc/nginx-module-njs-dbg/
-rw-r--r-- root/root      1162 2019-08-13 07:25 ./usr/share/doc/nginx-module-njs-dbg/changelog.Debian.gz
-rw-r--r-- root/root      1649 2019-08-13 07:25 ./usr/share/doc/nginx-module-njs-dbg/copyright
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/debug/
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/debug/.build-id/c5/
-rw-r--r-- root/root    624536 2019-08-13 07:26 ./usr/lib/debug/.build-id/c5/330232b2dec3cea98e52e5b686bb416da3811f.debug
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/debug/.build-id/54/
-rw-r--r-- root/root    643472 2019-08-13 07:26 ./usr/lib/debug/.build-id/54/26d6623b05add97bab956b48a224c42ef3e96d.debug
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/debug/.build-id/88/
-rw-r--r-- root/root    643104 2019-08-13 07:26 ./usr/lib/debug/.build-id/88/78b934c7ca02e252971022f3eefcbca07c3ece.debug
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/debug/.build-id/50/
-rw-r--r-- root/root    624808 2019-08-13 07:26 ./usr/lib/debug/.build-id/50/04557782bf79a3f216362f0e19d8cd5782779f.debug

while the njs executable file in the package file nginx-module-njs_1.17.3.0.3.4-1~xenial_amd64.deb has the build id af97066358a1de684511c20c3d7b44fe0ca79e73, whose .debug file does not appear in the dbg package at all.

The rpm packages for CentOS, for example, does not seem to have this problem. I guess maybe it's a bug in your .deb packaging scripts?

Hopefully it can get fixed soon. Thanks for your attention.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.