Ticket #207 (closed maintenance: fixed)
Logwatch Issues
Reported by: | chris | Owned by: | chris |
---|---|---|---|
Priority: | major | Milestone: | Maintenance |
Component: | Drupal modules & settings | Keywords: | |
Cc: | ed, jim | Estimated Number of Hours: | 0.25 |
Add Hours to Ticket: | 0 | Billable?: | yes |
Total Hours: | 1.35 |
Description (last modified by ed) (diff)
This is a ticket to track items that show up in the logwatch emails to root and often just take a few mins of reading time and response.
Any issues that look like they might take longer than a few mins should have their own tickets opened.
Change History
comment:2 Changed 6 years ago by jim
Looks like the DEV version of Calendar we're using also needs a post 20 Nov DEV version of Date: http://drupal.org/node/986776
Updated in SVN, when I push the next batch of updates to the server it'll be fixed.
comment:4 Changed 6 years ago by chris
- Add Hours to Ticket changed from 0.0 to 0.2
- Total Hours changed from 0.0 to 0.2
A couple of errors in the last logwatch email:
Jan 7 12:30:14 quince apache2: PHP Fatal error: Call to undefined function curl_init() in +/web/transitionnetwork.org/www/sites/all/modules/feeds/libraries/PuSHSubscriber.inc on line 73 Jan 7 13:00:21 quince apache2: PHP Fatal error: Call to undefined function curl_init() in +/web/transitionnetwork.org/www/sites/all/modules/feeds/libraries/PuSHSubscriber.inc on line 73
This line 73:
$request = curl_init($url);
So I have installed the php-curl package:
aptitude install php5-curl The following NEW packages will be installed: libcurl3{a} libssh2-1{a} php5-curl
And restarted apache -- hopefull this error won't pop up again, this package was already installed on the dev server.
comment:5 Changed 6 years ago by chris
- Add Hours to Ticket changed from 0.0 to 0.25
- Total Hours changed from 0.2 to 0.45
Adding 15mins to this ticket -- the first comment has it's time entered in the esitmate box not the time spent box: https://tech.transitionnetwork.org/trac/ticket/207#comment:1
comment:6 Changed 6 years ago by chris
- Add Hours to Ticket changed from 0.0 to 0.1
- Total Hours changed from 0.45 to 0.55
There are a few "Maximum execution time of 60 seconds exceeded" errors popping up, perhaps the pages that these requests are for could be cached as suggested by Jim?
Jan 10 12:27:33 quince apache2: PHP Fatal error: Maximum execution time of 60 seconds exceeded in +/web/transitionnetwork.org/www/modules/node/node.module on line 679 Jan 10 10:58:38 quince apache2: PHP Fatal error: Maximum execution time of 60 seconds exceeded in +/web/transitionnetwork.org/www/sites/all/modules/cacherouter/engines/file.php on line 48 Jan 9 21:12:01 quince apache2: PHP Fatal error: Maximum execution time of 60 seconds exceeded in +/web/transitionnetwork.org/www/sites/all/modules/xmlsitemap/xmlsitemap.module on line 357
Also there is a bunch of these from *different* IP addresses but all around the same time, this might not be a false positive...
Jan 10 05:03:21 quince suhosin[7705]: ALERT - configured GET variable value length limit exceeded - dropped variable 'dest' (attacker 'XX.XX.XX.XX', +file '/web/transitionnetwork.org/www/index.php') Jan 10 05:04:16 quince suhosin[9635]: ALERT - configured GET variable value length limit exceeded - dropped variable 'dest' (attacker 'XX.XX.XX.XX', +file '/web/transitionnetwork.org/www/index.php') Jan 10 05:04:24 quince suhosin[8169]: ALERT - configured GET variable value length limit exceeded - dropped variable 'dest' (attacker 'XX.XX.XX.XX', +file '/web/transitionnetwork.org/www/index.php') Jan 10 05:05:25 quince suhosin[9631]: ALERT - configured GET variable value length limit exceeded - dropped variable 'dest' (attacker 'XX.XX.XX.XX', +file '/web/transitionnetwork.org/www/index.php') Jan 10 05:05:42 quince suhosin[8172]: ALERT - configured GET variable value length limit exceeded - dropped variable 'dest' (attacker 'XX.XX.XX.XX', +file '/web/transitionnetwork.org/www/index.php') Jan 10 05:05:54 quince suhosin[9630]: ALERT - configured GET variable value length limit exceeded - dropped variable 'dest' (attacker 'XX.XX.XX.XX', +file '/web/transitionnetwork.org/www/index.php') Jan 10 05:07:34 quince suhosin[9635]: ALERT - configured GET variable value length limit exceeded - dropped variable 'dest' (attacker 'XX.XX.XX.XX', +file '/web/transitionnetwork.org/www/index.php')
comment:7 Changed 6 years ago by jim
Is it possible to increase the verbosity here? It'd be nice to know what the variables or more of the call stack to try to narrow down what's cracking.
comment:8 Changed 6 years ago by chris
One I've not looked into yet:
Jan 28 13:30:32 quince apache2: PHP Fatal error: Maximum execution time of 60 seconds exceeded in +/web/transitionnetwork.org/www/sites/all/modules/nodehierarchy/nodehierarchy.module on line 261
comment:10 Changed 5 years ago by chris
- Add Hours to Ticket changed from 0.0 to 0.1
- Total Hours changed from 0.55 to 0.65
- Milestone changed from Phase 3 to Phase 4
Jim, lots of these in the last logwatch email:
Jul 3 20:39:22 quince apache2: PHP Parse error: syntax error, unexpected ';' in /web/transitionnetwork.org/www/sites/all/modules/views_customfield/includes/views_customfield_handler_field_phpcode.inc(118) : eval()'d code on line 2
I couldn't find anything with google to help with these errors.
And one of these:
Jul 3 20:31:46 quince apache2: PHP Fatal error: Unsupported operand types in /web/transitionnetwork.org/www/includes/common.inc on line 1429
There is a suggestion here for this: http://drupal.org/node/362799
And looking at the apache logs I think it was a POST done by Jim that caused it:
[03/Jul/2011:20:39:33 +0100] "POST /admin/build/views/ajax/config-item/blogs/panel_pane_3/field/phpcode HTTP/1.1" 200 14840 "https://www.transitionnetwork.org/admin/build/views/edit/blogs"
comment:11 Changed 5 years ago by chris
Oops I got it the wrong way around above, the snip from the apache log, the POST cause the first error not the second.
comment:12 Changed 5 years ago by ed
is this a phase 4 ticket? keep open? move to phase 5?
comment:14 Changed 5 years ago by chris
- Status changed from new to accepted
- Type changed from defect to maintenance
comment:15 Changed 5 years ago by chris
- Add Hours to Ticket changed from 0.0 to 0.5
- Total Hours changed from 0.65 to 1.15
I was getting a lot of these logwatch emails:
Oct 6 10:06:19 quince /USR/SBIN/CRON[25012]: (CRON) error (grandchild #25020 failed with exit status 255)
I tracked it down to the www-data user who has this cron job:
5 * * * * /web/stats.transitionnetwork.org/piwik/misc/cron/archive.sh > /dev/null
It was failing with this in the syslog:
/var/log/syslog:Oct 5 11:05:01 quince /USR/SBIN/CRON[17136]: (www-data) CMD (/web/stats.transitionnetwork.org/piwik/misc/cron/archive.sh > /dev/null) /var/log/syslog:Oct 5 11:05:57 quince /USR/SBIN/CRON[17132]: (CRON) error (grandchild #17136 failed with exit status 255)
When the script was run on the command line it failed here:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8388608 bytes) in /web/stats.transitionnetwork.org/piwik/core/DataTable.php on line 969
After increasing the memory_limit in /etc/php5/apache2/php.ini from 256m to 512m it still failed:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8388608 bytes) in /web/stats.transitionnetwork.org/piwik/core/DataTable.php on line 969
With the same "Allowed memory size" limit, 256 not 512... this was because the limit needed increasing in /etc/php5/cli/php.ini -- after increasing it to 512 it runs OK.
comment:16 Changed 5 years ago by chris
- Cc laura added
- Add Hours to Ticket changed from 0.0 to 0.1
- Total Hours changed from 1.15 to 1.25
Email from logwatch:
Mar 12 12:43:57 quince suhosin[22133]: ALERT - script tried to disable memory_limit by setting it to a negative value -1 bytes which is not allowed (attacker 'REMOTE_ADDR not set', file '/web/wiki.transitionnetwork.org/www/maintenance/Maintenance.php', line 544) Mar 12 12:43:57 quince suhosin[22133]: ALERT - script tried to disable memory_limit by setting it to a negative value -1 bytes which is not allowed (attacker 'REMOTE_ADDR not set', file '/web/wiki.transitionnetwork.org/www/maintenance/Maintenance.php', line 544)
I assumed the cron task triggered this but it was logged a few seconds after (or are the logs out by a few seconds?), from the apache access.log:
127.0.0.1 - - [12/Mar/2012:12:44:01 +0000] "GET /cron.php HTTP/1.0" 302 - "-" "Wget/1.12 (linux-gnu)"
-1 is unlimited.
So the questions I have are:
- What triggered this, was it cron?
- Depending on the answer to the first question do we need to either increase the cli or apache php memory limit?
Current values, /etc/php5/cli/php.ini:
memory_limit = 512M
And /etc/php/apache2/php.ini:
memory_limit = 256M
comment:17 Changed 5 years ago by chris
This will have been cause by the mediawiki upgrade and it's OK to ignore it.
comment:18 Changed 4 years ago by chris
- Add Hours to Ticket changed from 0.0 to 0.1
- Total Hours changed from 1.25 to 1.35
This was flagged up in a logwatch email:
Oct 2 10:38:52 quince suhosin[11930]: ALERT - configured GET variable name length limit exceeded - dropped variable +'Entrepreneurship_(Preparing_vegetable_boxes_at_Growing_Communities,_a_local_food_social_enterprise_in_Hackney)_x_jpg' (attacker '127.0.0.1', +file '/web/transitionnetwork.org/www/index.php')
So I have doubled this value in /etc/php5/conf.d/suhosin.ini:
;suhosin.get.max_value_length = 2048 suhosin.get.max_value_length = 4096
comment:19 Changed 4 years ago by ed
- Description modified (diff)
- Milestone changed from Phase 5 to Maintenance
comment:20 Changed 3 years ago by chris
- Cc laura removed
- Status changed from accepted to closed
- Resolution set to fixed
This ticket was last used when wiki:NewLiveServer was running, so closing it.
80 of these (different times but the same) in the logwatch email:
Line 889 of /web/transitionnetwork.org/www/sites/all/modules/calendar/calendar.module
I couldn't find any corresponding errors in the dblog module system events here: https://www.transitionnetwork.org/admin/reports/dblog
The corresponding apache log appear to be this:
So it's a bot causing the problem... The error can be duplicated at this address:
http://www.transitionnetwork.org/events/calendar/2010-W25
I don't know what page links to this as the bot doesn't supply a HTTP Referer in it's header.