Bug#903958: Apache processes limited to 1000

2018-07-17 Thread Thomas Mühlberg
Package: apache2 apache2-bin apache2-data apache2-utils Version: 2.4.25-3+deb9u5 After upgrade from version 2.4.25-3+deb9u4 to 2.4.25-3+deb9u5 the Apache processes are limited to 1000. After rollback to version 2.4.25-3+deb9u4 everything works fine again. The configuration will be ignored. /et

Processed: raising severity of GCC 8 issues (https://lists.debian.org/debian-devel/2018/07/msg00252.html)

2018-07-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 897734 serious Bug #897734 [src:darkradiant] darkradiant: ftbfs with GCC-8 Severity set to 'serious' from 'normal' > severity 897696 serious Bug #897696 [src:abinit] abinit: ftbfs with GCC-8 Severity set to 'serious' from 'normal' > sever

Bug#903958: Apache processes limited to 1000

2018-07-17 Thread Stefan Fritsch
On Tuesday, 17 July 2018 09:50:08 CEST Thomas Mühlberg wrote: > Package: apache2 apache2-bin apache2-data apache2-utils > Version: 2.4.25-3+deb9u5 > > After upgrade from version 2.4.25-3+deb9u4 to 2.4.25-3+deb9u5 the Apache > processes are limited to 1000. > After rollback to version 2.4.25-3+deb9

Bug#903721: apache2-bin: Missing mod_md.so in apache2-bin

2018-07-17 Thread Stefan Fritsch
On Friday, 13 July 2018 19:33:24 CEST marcelo wrote: > The mod_md not works in the last version in apache, i understood the mod_md > now is part of apache, but the mod_md not work, because missing archives, > for example the archive mod_md.so, i believe the solution is the same apply > in libap

Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-07-17 Thread Stefan Fritsch
On Friday, 29 June 2018 10:35:32 CEST mer.at wrote: > when i do an "apachectl graceful" or "apachectl restart", i get > segfaults. I don't think this is a bug in apache, at least not directly. > if i then do a /etc/init.d/apache2 restart, it works normally > /etc/init.d/apache2 restart and system

Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-07-17 Thread gregor herrmann
On Tue, 17 Jul 2018 20:54:02 +0200, Stefan Fritsch wrote: > Can one of you please check how libcap-ng is pulled into the process. > Something like this should do the trick (replace XXX with the pid of one of > your apache processes, you need to be root to do this) : > > pid=XXX; for i in $(awk

Bug#887889: marked as done (Can't open debian/tmp/usr/lib/x86_64-linux-gnu/libapr-1.la: No such file or directory.)

2018-07-17 Thread Debian Bug Tracking System
Your message dated Tue, 17 Jul 2018 21:16:15 +0200 with message-id <1689521.dmhZi94sub@k> and subject line Can't open debian/tmp/usr/lib/x86_64-linux-gnu/libapr-1.la: No such file or directory. has caused the Debian Bug report #887889, regarding Can't open debian/tmp/usr/lib/x86_64-linux-gnu/libap

Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-07-17 Thread Stefan Fritsch
On Tuesday, 17 July 2018 21:12:48 CEST gregor herrmann wrote: > On Tue, 17 Jul 2018 20:54:02 +0200, Stefan Fritsch wrote: > > Can one of you please check how libcap-ng is pulled into the process. > > Something like this should do the trick (replace XXX with the pid of one > > of > > your apache pro

Bug#897705: marked as done (apr: ftbfs with GCC-8)

2018-07-17 Thread Debian Bug Tracking System
Your message dated Tue, 17 Jul 2018 19:49:14 + with message-id and subject line Bug#897705: fixed in apr 1.6.3-3 has caused the Debian Bug report #897705, regarding apr: ftbfs with GCC-8 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the c

Processing of apr_1.6.3-3_amd64.changes

2018-07-17 Thread Debian FTP Masters
apr_1.6.3-3_amd64.changes uploaded successfully to localhost along with the files: apr_1.6.3-3.dsc apr_1.6.3-3.debian.tar.xz apr_1.6.3-3_amd64.buildinfo libapr1-dbg_1.6.3-3_amd64.deb libapr1-dev_1.6.3-3_amd64.deb libapr1_1.6.3-3_amd64.deb Greetings, Your Debian queue daemon (r

apr_1.6.3-3_amd64.changes ACCEPTED into unstable

2018-07-17 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 17 Jul 2018 21:17:00 +0200 Source: apr Binary: libapr1 libapr1-dev libapr1-dbg Architecture: source amd64 Version: 1.6.3-3 Distribution: unstable Urgency: medium Maintainer: Debian Apache Maintainers Changed-By:

Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-07-17 Thread gregor herrmann
On Tue, 17 Jul 2018 21:31:31 +0200, Stefan Fritsch wrote: > Thanks, Gregor. Unfortunately, that is not helpful, yet. Please try again > with > ldd instead of readelf -d. Sure, here we go: # pid=6855; for i in $(awk '{ print $6 }' < /proc/$pid/maps|sort -u|grep /) ; do ldd $i|grep libcap && ec