Yes, thank you for the hint.
I did this, now it starts, but then I get this list of errors:
Ocorreu um erro no servidor de renderização: RuntimeError: RuntimeError:
command failed with returncode 256: ['mw-zip', '-o',
'/root/cache/66/6602acc9a690f87e/collection.zip', '-m',
'/root/cache/66/6602acc9a690f87e/metabook.json', '--status',
'qserve://localhost:14311/6602acc9a690f87e:makezip', '--config',
'
http://WIKI/mw', '--template-blacklist', 'MediaWiki:PDF Template
Blacklist', '--template-exclusion-category', 'Excluir ao imprimir',
'--print-template-prefix', 'Imprimir', '--print-template-pattern',
'$1/Imprimir']
Last Output:
2012-10-23T12:02:42 mwlib.options.warn >> Both
--print-template-pattern and --print-template-prefix (deprecated)
specified. Using --print-template-pattern only.
1% /usr/local/lib/python2.6/dist-packages/mwlib/net/fetch.py:7:
DeprecationWarning: gevent.coros has been renamed to gevent.lock
import gevent, gevent.pool, gevent.coros, gevent.event
/usr/local/lib/python2.6/dist-packages/mwlib/metabook.py:225:
DeprecationWarning: deprecated call get('mw_license_url')
if l.get('mw_license_url'):
/usr/local/lib/python2.6/dist-packages/mwlib/metabook.py:240:
DeprecationWarning: deprecated call get('mw_rights_text')
if l.get('mw_rights_text'):
/usr/local/lib/python2.6/dist-packages/mwlib/metabook.py:242:
DeprecationWarning: deprecated call get('mw_rights_page')
if l.get('mw_rights_page'):
/usr/local/lib/python2.6/dist-packages/mwlib/metabook.py:244:
DeprecationWarning: deprecated call get('mw_rights_url')
if l.get('mw_rights_url'):
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/gevent/greenlet.py",
line 328, in run
result = self._run(*self.args, **self.kwargs)
File
"/usr/local/lib/python2.6/dist-packages/mwlib/apps/make_nuwiki.py", line
120, in run
self.fetch_pages_from_metabook(api)
File
"/usr/local/lib/python2.6/dist-packages/mwlib/apps/make_nuwiki.py", line
60, in fetch_pages_from_metabook
fetch_images=not self.options.noimages)
File "/usr/local/lib/python2.6/dist-packages/mwlib/net/fetch.py",
line 269, in __init__
siteinfo = self.get_siteinfo_for(self.api)
File "/usr/local/lib/python2.6/dist-packages/mwlib/net/fetch.py",
line 418, in get_siteinfo_for
return m.get_siteinfo()
File "/usr/local/lib/python2.6/dist-packages/mwlib/net/sapi.py",
line 169, in get_siteinfo
raise RuntimeError("could not get siteinfo")
RuntimeError: could not get siteinfo
<Greenlet at 0xa54ce3c: <bound method start_fetcher.run of
<mwlib.apps.make_nuwiki.start_fetcher object at 0xa5c4bac>>>
failed with RuntimeError
creating nuwiki in
u'/root/cache/66/6602acc9a690f87e/tmpRuX9S2/nuwiki'
ERR: <urlopen error [Errno -2] Name or service not known>
ERR: <urlopen error [Errno -2] Name or service not known>
ERR: <urlopen error [Errno -2] Name or service not known>
ERR: <urlopen error [Errno -2] Name or service not known>
removing tmpdir u'/root/cache/66/6602acc9a690f87e/tmpRuX9S2'
memory used: res=11.6 virt=34.2
1% error Traceback (most recent call last):
File "/usr/local/bin/mw-zip", line 6, in <module>
main()
File
"/usr/local/lib/python2.6/dist-packages/mwlib/apps/buildzip.py", line
155, in main
make_zip(output, options, env.metabook, podclient=podclient,
status=status)
File
"/usr/local/lib/python2.6/dist-packages/mwlib/apps/buildzip.py", line
50, in make_zip
make_nuwiki(fsdir, metabook=metabook, options=options,
podclient=podclient, status=status)
File
"/usr/local/lib/python2.6/dist-packages/mwlib/apps/make_nuwiki.py", line
193, in make_nuwiki
pool.join(raise_error=True)
File "/usr/local/lib/python2.6/dist-packages/gevent/pool.py", line
98, in join
raise greenlet.exception
RuntimeError: could not get siteinfo
in function system, file /usr/local/bin/nslave.py, line 64 in
function qaddw, file /usr/local/lib/python2.6/dist-packages/qs/slave.py,
line 66
what can I do?