Re: [Toolserver-l] How to silence qsub/qcronsub?

2012-03-07 Thread Platonides
On 07/03/12 15:59, Simon Kågedal Reimer wrote:
 Hi!
 
 Does anyone have a solution for making qsub/qcronsub not say Your job
 ... has been submitted to standard output?
 
 Been getting a lot of e-mails from cronie lately...
 
 I *do* of course want it to say something when things are not working as
 expected, so I don't want all output silenced.
 
 Regards,
 Simon Kågedal Reimer (skagedal)

What about doing qsub ...  /dev/null ?
When things fail it should be providing the errors through stderr *and*
exting non-zero, and any of those should produce a cronie mail.


___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette


Re: [Toolserver-l] How to silence qsub/qcronsub?

2012-03-07 Thread Sumurai8 (DD)
Hi,

I think setting the -o (output) parameter to /dev/null while omitting the
-e (errors) and the -j (merging errors  output) parameter should only log
errors. See
https://wiki.toolserver.org/view/Job_scheduling#arguments_to_qsub/qcronsub

Sumurai8

2012/3/7 Simon Kågedal Reimer skage...@gmail.com

 Hi!

 Does anyone have a solution for making qsub/qcronsub not say Your job ...
 has been submitted to standard output?

 Been getting a lot of e-mails from cronie lately...

 I *do* of course want it to say something when things are not working as
 expected, so I don't want all output silenced.

 Regards,
 Simon Kågedal Reimer (skagedal)

 ___
 Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
 https://lists.wikimedia.org/mailman/listinfo/toolserver-l
 Posting guidelines for this list:
 https://wiki.toolserver.org/view/Mailing_list_etiquette

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

[Toolserver-l] enwiki_p corrupt?

2012-03-07 Thread MZMcBride
Hi.

Can someone verify the integrity of the page table for me, please?

---
mzmcbride@willow:~$ sql enwiki_p;

mysql select * from page where page_namespace = 6 and page_title =
'Hubble_Space_Telescope_picture_of_Betelgeuse.jpg';
Empty set (0.00 sec)

mysql select * from page where page_namespace = 0 and page_title =
'Hexen:_Beyond_Heretic';
Empty set (0.00 sec)
---

Compare:

* http://enwp.org/File:Hubble_Space_Telescope_picture_of_Betelgeuse.jpg
* https://en.wikipedia.org/wiki/Hexen:_Beyond_Heretic

To me, this indicates that either the master has some very serious problem
(unlikely) or that the Toolserver's copy of the database has become corrupt
(much more likely). Can anyone verify my findings?

MZMcBride



___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette


Re: [Toolserver-l] enwiki_p corrupt?

2012-03-07 Thread MZMcBride
MZMcBride wrote:
 Can someone verify the integrity of the page table for me, please?
 
 ---
 mzmcbride@willow:~$ sql enwiki_p;
 
 mysql select * from page where page_namespace = 6 and page_title =
 'Hubble_Space_Telescope_picture_of_Betelgeuse.jpg';
 Empty set (0.00 sec)
 
 mysql select * from page where page_namespace = 0 and page_title =
 'Hexen:_Beyond_Heretic';
 Empty set (0.00 sec)
 ---
 
 Compare:
 
 * http://enwp.org/File:Hubble_Space_Telescope_picture_of_Betelgeuse.jpg
 * https://en.wikipedia.org/wiki/Hexen:_Beyond_Heretic
 
 To me, this indicates that either the master has some very serious problem
 (unlikely) or that the Toolserver's copy of the database has become corrupt
 (much more likely). Can anyone verify my findings?

Re: the missing image (Hubble Space ...), I filed
https://bugzilla.wikimedia.org/show_bug.cgi?id=35054.

The Hexen case needs further investigation.

MZMcBride



___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette