Actions
Bug #2217
closedSuccessfull run of reports:expire produces warnings
Description
/usr/local/share/foreman/vendor/ruby/1.8/gems/ruby_parser-2.3.1/lib/ruby_parser_extras.rb:10: warning: already initialized constant ENC_NONE /usr/local/share/foreman/vendor/ruby/1.8/gems/ruby_parser-2.3.1/lib/ruby_parser_extras.rb:11: warning: already initialized constant ENC_EUC /usr/local/share/foreman/vendor/ruby/1.8/gems/ruby_parser-2.3.1/lib/ruby_parser_extras.rb:12: warning: already initialized constant ENC_SJIS /usr/local/share/foreman/vendor/ruby/1.8/gems/ruby_parser-2.3.1/lib/ruby_parser_extras.rb:13: warning: already initialized constant ENC_UTF8
While this seems innocuous at first, when running this from cron in an environment of hundreds and hundreds of servers it can become noisy, desensitise and most importantly drown out when there's a real issue, because people just start ignoring everything that comes from that server
Updated by Dominic Cleal almost 12 years ago
- Status changed from New to Closed
This is a bug in the older ruby_parser gem we use, it's been fixed in ruby_parser 3.x which is in Foreman 1.1. We're also redirecting cron output to a log in future packages which should help.
Updated by Dominic Cleal almost 12 years ago
- Category set to Packaging
- Status changed from Closed to Assigned
- Assignee set to Dominic Cleal
- Target version set to 1.2.0
Re-opening as we need to revert to the older ruby_parser again due to #2100.
Updated by Dominic Cleal almost 12 years ago
- Status changed from Assigned to Ready For Testing
Updated by Dominic Cleal almost 12 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset c09b1dfeed4b83c4dc18921c848055e6b31e9fca.
Updated by Dominic Cleal over 9 years ago
- Related to Refactor #11059: Delete lib/regexp_extensions.rb added
Actions