https://bugzilla.wikimedia.org/show_bug.cgi?id=53824
--- Comment #3 from Bawolff (Brian Wolff) <[email protected]> --- limit.sh currently has the line: if ! mkdir -m 0700 "$MW_CGROUP"/$$; then echo "limit.sh: failed to create the cgroup." 1>&2 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
