[Bug 8910] New: silent warnings triggered in about.pl
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8910 Priority: P5 - low Change sponsored?: --- Bug ID: 8910 Assignee: nengard@gmail.com Summary: silent warnings triggered in about.pl Severity: minor Classification: Unclassified OS: All Reporter: mtompset@hotmail.com Hardware: All Status: NEW Version: unspecified Component: About Product: Koha The code for finding the apache version may trigger silent warnings into the error log if something other than httpd is used as the web server. A simple 2> /dev/null should fix it. This exists in master, 3.8.x, and 3.6.x -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8910 --- Comment #1 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 12779 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12779&action=edit Bug 8910 - silent warnings triggered in about.pl In order to detect the apache version, there are multiple commands used. These may not all exist, which triggers error log entries. By simply adding " 2> /dev/null", the errors are no longer generated. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8910 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|nengard@gmail.com |mtompset@hotmail.com --- Comment #2 from M. Tompsett <mtompset@hotmail.com> --- I have confirmed this patch applies cleanly to master, 3.8.x, and 3.6.x. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8910 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12779|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 12782 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12782&action=edit Bug 8910 - silent warnings triggered in about.pl In order to detect the apache version, there are multiple commands used. These may not all exist, which triggers error log entries. By simply adding " 2> /dev/null", the errors are no longer generated. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8910 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |kyle@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8910 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |paul.poulain@biblibre.com Version|unspecified |rel_3_8 QA Contact| |paul.poulain@biblibre.com --- Comment #4 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: tiny patch, nothing specific from QA pov passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8910 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #5 from Paul Poulain <paul.poulain@biblibre.com> --- Patch pushed to master (tested it works under Plack) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8910 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris@bigballofwax.co.nz --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> --- Pushed to 3.8.x will be in 3.8.7 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8910 Liz Rea (CatalystIT) <liz@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |RESOLVED CC| |liz@catalyst.net.nz Resolution|--- |FIXED --- Comment #7 from Liz Rea (CatalystIT) <liz@catalyst.net.nz> --- Pushed to 3.6.x will be in 3.6.11. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org