ap_get_brigade keeps failing

348 views
Skip to first unread message

Ruben Bolink

unread,
Aug 5, 2014, 2:28:50 AM8/5/14
to mod-spdy...@googlegroups.com
Hi,

I saw Apache kept restarting a lot all of the sudden, and wondered why, so I checked the error log and saw this:

[Mon Aug 04 17:11:58 2014] [error] [client 182.73.165.26] [mod_spdy/0.9.4.2-465a04f] [26576:26589:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 17:11:58 2014] [error] [client 115.115.225.50] [mod_spdy/0.9.4.2-465a04f] [26576:26592:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 17:11:58 2014] [error] [client 213.189.47.210] [mod_spdy/0.9.4.2-465a04f] [26576:26597:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 17:11:58 2014] [error] [client 123.236.177.242] [mod_spdy/0.9.4.2-465a04f] [26576:26611:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 17:12:08 2014] [error] child process 23754 still did not exit, sending a SIGKILL
[Mon Aug 04 17:12:08 2014] [error] child process 25606 still did not exit, sending a SIGKILL
[Mon Aug 04 17:12:08 2014] [error] child process 23990 still did not exit, sending a SIGKILL
[Mon Aug 04 17:12:09 2014] [notice] SIGHUP received.  Attempting to restart
[Mon Aug 04 17:12:09 2014] [alert] (4)Interrupted system call: FastCGI: read() from pipe failed (0)
[Mon Aug 04 17:12:09 2014] [alert] (4)Interrupted system call: FastCGI: the PM is shutting down, Apache seems to have disappeared - bye
[Mon Aug 04 17:12:09 2014] [notice] Digest: generating secret for digest authentication ...
[Mon Aug 04 17:12:09 2014] [notice] Digest: done
[Mon Aug 04 17:12:09 2014] [notice] FastCGI: process manager initialized (pid 26942)
[Mon Aug 04 17:12:10 2014] [notice] Apache/2.2.27 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_ssl/2.2.27 OpenSSL/1.0.1h-fips configured -- resuming normal operations
[Mon Aug 04 18:29:43 2014] [error] [client 176.92.128.217] [mod_spdy/0.9.4.2-465a04f] [27019:27033:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 104: Connection reset by peer
[Mon Aug 04 21:44:50 2014] [error] [client 76.69.4.151] [mod_spdy/0.9.4.2-465a04f] [29983:30015:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 104: Connection reset by peer
[Mon Aug 04 21:47:29 2014] [error] [client 164.138.82.252] [mod_spdy/0.9.4.2-465a04f] [29983:29992:ERROR:spdy_session.cc(304)] Session error: INVALID_CONTROL_FRAME
[Mon Aug 04 22:28:04 2014] [error] [client 178.204.7.27] [mod_spdy/0.9.4.2-465a04f] [29983:29991:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 22:28:04 2014] [error] [client 85.58.231.141] [mod_spdy/0.9.4.2-465a04f] [29983:30011:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 22:28:05 2014] [notice] SIGHUP received.  Attempting to restart
[Mon Aug 04 22:28:06 2014] [notice] Digest: generating secret for digest authentication ...
[Mon Aug 04 22:28:06 2014] [notice] Digest: done
[Mon Aug 04 22:28:06 2014] [notice] FastCGI: process manager initialized (pid 16296)
[Mon Aug 04 22:28:07 2014] [notice] Apache/2.2.27 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_ssl/2.2.27 OpenSSL/1.0.1h-fips configured -- resuming normal operations
[Tue Aug 05 03:29:04 2014] [error] [client 196.32.155.169] [mod_spdy/0.9.4.2-465a04f] [16373:16381:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 104: Connection reset by peer
[Tue Aug 05 03:52:36 2014] [error] [client 201.202.108.207] [mod_spdy/0.9.4.2-465a04f] [16373:16378:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Tue Aug 05 03:52:36 2014] [error] [client 181.168.206.105] [mod_spdy/0.9.4.2-465a04f] [16373:16392:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Tue Aug 05 03:52:36 2014] [error] [client 188.37.209.212] [mod_spdy/0.9.4.2-465a04f] [16373:16405:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Tue Aug 05 03:52:36 2014] [notice] SIGHUP received.  Attempting to restart

Its a Synology box, and I don't know how to update it manually to 0.9.4.3, but any idea what else I can check why this is happening all of the sudden? I didn't change/update anything for weeks and I can turn mod_spdy off, but i'd rather fix it.
Any help would be appreciated :)

Ruben Bolink

unread,
Aug 6, 2014, 1:17:51 PM8/6/14
to mod-spdy...@googlegroups.com
Nevermind,

It was log rotation, nothing to do with mod_spdy...



Ruben

Op dinsdag 5 augustus 2014 08:28:50 UTC+2 schreef Ruben Bolink:
Hi,

I saw Apache kept restarting a lot all of the sudden, and wondered why, so I checked the error log and saw this:

[Mon Aug 04 17:11:58 2014] [error] [client 182.73.165.26] [mod_spdy/0.9.4.2-465a04f] [26576:26589:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 17:11:58 2014] [error] [client 115.115.225.50] [mod_spdy/0.9.4.2-465a04f] [26576:26592:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 17:11:58 2014] [error] [client 213.189.47.210] [mod_spdy/0.9.4.2-465a04f] [26576:26597:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 17:11:58 2014] [error] [client 123.236.177.242] [mod_spdy/0.9.4.2-465a04f] [26576:26611:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 17:12:08 2014] [error] child process 23754 still did not exit, sending a SIGKILL
[Mon Aug 04 17:12:08 2014] [error] child process 25606 still did not exit, sending a SIGKILL
[Mon Aug 04 17:12:08 2014] [error] child process 23990 still did not exit, sending a SIGKILL
[Mon Aug 04 17:12:09 2014] [notice] SIGHUP received.  Attempting to restart
[Mon Aug 04 17:12:09 2014] [alert] (4)Interrupted system call: FastCGI: read() from pipe failed (0)
[Mon Aug 04 17:12:09 2014] [alert] (4)Interrupted system call: FastCGI: the PM is shutting down, Apache seems to have disappeared - bye
[Mon Aug 04 17:12:09 2014] [notice] Digest: generating secret for digest authentication ...
[Mon Aug 04 17:12:09 2014] [notice] Digest: done
[Mon Aug 04 17:12:09 2014] [notice] FastCGI: process manager initialized (pid 26942)
[Mon Aug 04 17:12:10 2014] [notice] Apache/2.2.27 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_ssl/2.2.27 OpenSSL/1.0.1h-fips configured -- resuming normal operations
[Mon Aug 04 18:29:43 2014] [error] [client 176.92.128.217] [mod_spdy/0.9.4.2-465a04f] [27019:27033:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 104: Connection reset by peer
[Mon Aug 04 21:44:50<span style="color: #000;" cla
...

Funny-Cat WebShop

unread,
Aug 11, 2014, 4:11:26 AM8/11/14
to mod-spdy...@googlegroups.com
even thou your problem is solved you should consider updating to mod_spdy 0.9.4.3




On Tuesday, August 5, 2014 7:28:50 AM UTC+1, Ruben Bolink wrote:
Hi,

I saw Apache kept restarting a lot all of the sudden, and wondered why, so I checked the error log and saw this:

[Mon Aug 04 17:11:58 2014] [error] [client 182.73.165.26] [mod_spdy/0.9.4.2-465a04f] [26576:26589:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 17:11:58 2014] [error] [client 115.115.225.50] [mod_spdy/0.9.4.2-465a04f] [26576:26592:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 17:11:58 2014] [error] [client 213.189.47.210] [mod_spdy/0.9.4.2-465a04f] [26576:26597:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 17:11:58 2014] [error] [client 123.236.177.242] [mod_spdy/0.9.4.2-465a04f] [26576:26611:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 9: Bad file descriptor
[Mon Aug 04 17:12:08 2014] [error] child process 23754 still did not exit, sending a SIGKILL
[Mon Aug 04 17:12:08 2014] [error] child process 25606 still did not exit, sending a SIGKILL
[Mon Aug 04 17:12:08 2014] [error] child process 23990 still did not exit, sending a SIGKILL
[Mon Aug 04 17:12:09 2014] [notice] SIGHUP received.  Attempting to restart
[Mon Aug 04 17:12:09 2014] [alert] (4)Interrupted system call: FastCGI: read() from pipe failed (0)
[Mon Aug 04 17:12:09 2014] [alert] (4)Interrupted system call: FastCGI: the PM is shutting down, Apache seems to have disappeared - bye
[Mon Aug 04 17:12:09 2014] [notice] Digest: generating secret for digest authentication ...
[Mon Aug 04 17:12:09 2014] [notice] Digest: done
[Mon Aug 04 17:12:09 2014] [notice] FastCGI: process manager initialized (pid 26942)
[Mon Aug 04 17:12:10 2014] [notice] Apache/2.2.27 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_ssl/2.2.27 OpenSSL/1.0.1h-fips configured -- resuming normal operations
[Mon Aug 04 18:29:43 2014] [error] [client 176.92.128.217] [mod_spdy/0.9.4.2-465a04f] [27019:27033:ERROR:apache_spdy_session_io.cc(89)] ap_get_brigade failed with status 104: Connection reset by peer
[Mon Aug 04 21:44:50<span style="color: #000;" cla
...
Reply all
Reply to author
Forward
0 new messages