Hi,

i have some problem with the mwlib server. I have searched for it, but
without success. Does someone know what returncode 6 means? i get the
following Error (just a cutout):

python: signal.c:294: evsignal_dealloc: Assertion `(((&base-
>sig.signalqueue)->tqh_first) == ((void *)0))' failed.
6 0.0132329463959 ['mw-zip', '-o', '/root/mw-cache/13/13b3f3de1f7502c6/
collection.zip', '-m', '/root/mw-cache/13/13b3f3de1f7502c6/
metabook.json', '--status', 'qserve://localhost:
14311/13b3f3de1f7502c6:makezip', '--config', 'http://gsb-mediawiki2-vm/
wiki', '--template-blacklist', 'MediaWiki:PDF Template Blacklist', '--
template-exclusion-category', u'Vom Druck ausschlie\xdfen', '--print-
template-prefix', 'Drucken', '--print-template-pattern', '$1/Druck',
'--username', 'pdfServer', '--password', '{OMITTED}']

====================
error: command failed with returncode 6: ['mw-zip', '-o', '/root/mw-
cache/13/13b3f3de1f7502c6/collection.zip', '-m', '/root/mw-cache/
13/13b3f3de1f7502c6/metabook.json', '--status', 'qserve://localhost:
14311/13b3f3de1f7502c6:makezip', '--config', 'http://gsb-mediawiki2-vm/
wiki', '--template-blacklist', 'MediaWiki:PDF Template Blacklist', '--
template-exclusion-category', u'Vom Druck ausschlie\xdfen', '--print-
template-prefix', 'Drucken', '--print-template-pattern', '$1/Druck',
'--username', 'pdfServer', '--password', '{OMITTED}']
Last Output:

Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/qs/slave.py", line 150, in
handle_one_job
    result = workhandler(qs).dispatch(job)
  File "build/bdist.linux-i686/egg/qs/slave.py", line 50, in dispatch
    return m(**tmp)
  File "/usr/local/lib/python2.6/site-packages/mwlib-0.13.7-py2.6-
linux-i686.egg/EGG-INFO/scripts/nslave.py", line 143, in rpc_makezip
    return doit(**params)
  File "/usr/local/lib/python2.6/site-packages/mwlib-0.13.7-py2.6-
linux-i686.egg/EGG-INFO/scripts/nslave.py", line 141, in doit
    system(args, timeout=8 * 60.0)
  File "/usr/local/lib/python2.6/site-packages/mwlib-0.13.7-py2.6-
linux-i686.egg/EGG-INFO/scripts/nslave.py", line 63, in system
    raise RuntimeError("command failed with returncode %s: %r\nLast
Output:\n%s" % (retcode, pub_args,  "\n".join(lines)))
RuntimeError: command failed with returncode 6: ['mw-zip', '-o', '/
root/mw-cache/13/13b3f3de1f7502c6/collection.zip', '-m', '/root/mw-
cache/13/13b3f3de1f7502c6/metabook.json', '--status', 'qserve://
localhost:14311/13b3f3de1f7502c6:makezip', '--config', 'http://gsb-
mediawiki2-vm/wiki', '--template-blacklist', 'MediaWiki:PDF Template
Blacklist', '--template-exclusion-category', u'Vom Druck ausschlie
\xdfen', '--print-template-prefix', 'Drucken', '--print-template-
pattern', '$1/Druck', '--username', 'pdfServer', '--password',
'{OMITTED}']
Last Output:

error: RuntimeError: command failed with returncode 6: ['mw-zip', '-
o', '/root/mw-cache/13/13b3f3de1f7502c6/collection.zip', '-m', '/root/
mw-cache/13/13b3f3de1f7502c6/metabook.json', '--status', 'qserve://
localhost:14311/13b3f3de1f7502c6:makezip', '--config', 'http://gsb-
mediawiki2-vm/wiki', '--template-blacklist', 'MediaWiki:PDF Template
Blacklist', '--template-exclusion-category', u'Vom Druck ausschlie
\xdfen', '--print-template-prefix', 'Drucken', '--print-template-
pattern', '$1/Druck', '--username', 'pdfServer', '--password',
'{OMITTED}']
Last Output:
     in function system, file /usr/local/lib/python2.6/site-packages/
mwlib-0.13.7-py2.6-linux-i686.egg/EGG-INFO/scripts/nslave.py, line 63
Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/qs/slave.py", line 150, in
handle_one_job
    result = workhandler(qs).dispatch(job)
  File "build/bdist.linux-i686/egg/qs/slave.py", line 50, in dispatch
    return m(**tmp)
  File "/usr/local/lib/python2.6/site-packages/mwlib-0.13.7-py2.6-
linux-i686.egg/EGG-INFO/scripts/nslave.py", line 165, in rpc_render
    return doit(**params)
  File "/usr/local/lib/python2.6/site-packages/mwlib-0.13.7-py2.6-
linux-i686.egg/EGG-INFO/scripts/nslave.py", line 153, in doit
    self.qaddw(channel="makezip", payload=dict(params=params),
jobid="%s:makezip" % (collection_id, ), timeout=20 * 60)
  File "build/bdist.linux-i686/egg/qs/slave.py", line 66, in qaddw
    raise RuntimeError(error)
RuntimeError: RuntimeError: command failed with returncode 6: ['mw-
zip', '-o', '/root/mw-cache/13/13b3f3de1f7502c6/collection.zip', '-m',
'/root/mw-cache/13/13b3f3de1f7502c6/metabook.json', '--status',
'qserve://localhost:14311/13b3f3de1f7502c6:makezip', '--config',
'http://gsb-mediawiki2-vm/wiki', '--template-blacklist',
'MediaWiki:PDF Template Blacklist', '--template-exclusion-category',
u'Vom Druck ausschlie\xdfen', '--print-template-prefix', 'Drucken', '--
print-template-pattern', '$1/Druck', '--username', 'pdfServer', '--
password', '{OMITTED}']
Last Output:
     in function system, file /usr/local/lib/python2.6/site-packages/
mwlib-0.13.7-py2.6-linux-i686.egg/EGG-INFO/scripts/nslave.py, line 63
python: signal.c:294: evsignal_dealloc: Assertion `(((&base-
>sig.signalqueue)->tqh_first) == ((void *)0))' failed.
6 0.0178439617157 ['mw-zip', '-o', '/root/mw-cache/13/13b3f3de1f7502c6/
collection.zip', '-m', '/root/mw-cache/13/13b3f3de1f7502c6/
metabook.json', '--status', 'qserve://localhost:
14311/13b3f3de1f7502c6:makezip', '--config', 'http://gsb-mediawiki2-vm/
wiki', '--template-blacklist', 'MediaWiki:PDF Template Blacklist', '--
template-exclusion-category', u'Vom Druck ausschlie\xdfen', '--print-
template-prefix', 'Drucken', '--print-template-pattern', '$1/Druck',
'--username', 'pdfServer', '--password', '{OMITTED}']

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mwlib?hl=en.

Reply via email to