[Bug 53824] Scaler's stderr should be captured and logged

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53824

Aaron Schulz aschulz4...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53824] Scaler's stderr should be captured and logged

2013-09-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53824

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 83974 merged by jenkins-bot:
Add way of including all stderr output when executing command

https://gerrit.wikimedia.org/r/83974

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53824] Scaler's stderr should be captured and logged

2013-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53824

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53824] Scaler's stderr should be captured and logged

2013-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53824

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 83974 had a related patch set uploaded by Brian Wolff:
Add way of including all stderr output when executing command

https://gerrit.wikimedia.org/r/83974

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53824] Scaler's stderr should be captured and logged

2013-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53824

--- Comment #5 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
Just to clarify the situation here:

We currently output to the log:

sprintf( 'thumbnail failed on %s: error %d %s from
%s',
wfHostname(), $retval, trim( $err ),
$cmd ) );

Where $err is the stdout and stderr from convert. However it does not include
the stderr from limit.sh. https://gerrit.wikimedia.org/r/83974 would change
this to include the stdout and stderr from limit.sh and the actual command
executed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53824] Scaler's stderr should be captured and logged

2013-09-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53824

--- Comment #3 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
limit.sh currently has the line:

if ! mkdir -m 0700 $MW_CGROUP/$$; then
echo limit.sh: failed to create the cgroup. 12
exit 1
fi

Given that we use php passthru and throw away stderr, I think it might make
sense just to output that to stdout (Or possibly output it to both stdout and
stderr).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53824] Scaler's stderr should be captured and logged

2013-09-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53824

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net ---
2013-09-05 21:18:07 mw1160 commonswiki: thumbnail failed on mw1160: error 137
 from '/usr/bin/convert' -quality 80 -background white -define
jpeg:size=8192x5145 '/tmp/localcopy_72e5b84ae821-1.jpg'  -thumbnail
'8192x5145!' -set comment 'File source:
http://commons.wikimedia.org/wiki/File:Sandro_Botticelli_-_La_nascita_di_Venere_-_Google_Art_Project_-_edited.jpg'
-depth 8 -sharpen '0x0.8'  -rotate -0   '/tmp/transform_32eba68e9459-1.jpg'
21


^ That's already in the thumbnail logs. Are you wanting more than that?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53824] Scaler's stderr should be captured and logged

2013-09-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53824

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||ro...@wikimedia.org
   Assignee|wikibugs-l@lists.wikimedia. |aschulz4...@gmail.com
   |org |

--- Comment #1 from Rob Lanphier ro...@wikimedia.org ---
Aaron, could you make a recommendation here?  You don't necessarily need to be
the one to fix this, but I'd like to get your take before having someone run
off and do it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l