> Do you plan to publish a sample script for runit or something else,
> where I am able to start one script like mw-serve in older versions,
> and all given parameters will be passed through to the one of the four
> files.
no
>
> Thank you in advance for help, because http://mwlib.readthedocs.org/en/latest/renderserver.html
> not really helped me, how to start the render server like before.
the page you link to starts with:
,----
| Overview
|
| Running a renderserver consists in running multiple programs
| [1]. Unless you have some special requirements, you should be able to
| start a working renderserver by running the following commands:
|
| $ nserve.py
| $ mw-qserve
| $ nslave.py --cachedir ~/cache/
| $ postman.py
`----
You can also run these commands in a terminal (or a tmux/screen session)
while setting up the system in order to defer setting up runit or a
similar solution.
--
Cheers
Ralf
> Hello,
>
> I'd installed several internal servers for mediawiki and the
> Collection extension with own render server.
> Two days ago I had to install a new one, but now I saw, that with the
> update of mwlib 1.13 the mw-serve is replaced with three or four other
> processes.
Did you know that you can use your render server with multiple mediawiki
installations?
--
Cheers
Ralf
An error occured on the render server: RuntimeError: RuntimeError: command failed with returncode 24832: ['mw-zip', '-o', '/var/spool/mwlibserver/3f/3fcd150d28c78d0e/collection.zip', '-m', '/var/spool/mwlibserver/3f/3fcd150d28c78d0e/metabook.json', '--status', 'qserve://localhost:14311/3fcd150d28c78d0e:makezip', '--config', 'http://wiki.citysecurities.com/wiki', '--template-blacklist', 'MediaWiki:PDF Template Blacklist', '--template-exclusion-category', 'Exclude in print', '--print-template-prefix', 'Print', '--print-template-pattern', '$1/Print'] Last Output: failed to exec child process: ['mw-zip', '-o', '/var/spool/mwlibserver/3f/3fcd150d28c78d0e/collection.zip', '-m', '/var/spool/mwlibserver/3f/3fcd150d28c78d0e/metabook.json', '--status', 'qserve://localhost:14311/3fcd150d28c78d0e:makezip', '--config', 'http://wiki.citysecurities.com/wiki', '--template-blacklist', 'MediaWiki:PDF Template Blacklist', '--template-exclusion-category', 'Exclude in print', '--print-template-prefix', 'Print', '--print-template-pattern', '$1/Print'] PATH='/sbin:/usr/sbin:/bin:/usr/bin'Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/qserve-0.2.7-py2.7.egg/qs/proc.py", line 59, in run_cmd os.execvp(args[0], args) File "/usr/lib/python2.7/os.py", line 344, in execvp _execvpe(file, args) File "/usr/lib/python2.7/os.py", line 380, in _execvpe func(fullname, *argrest) OSError: [Errno 2] No such file or directory in function system, file /usr/local/lib/python2.7/dist-packages/mwlib-0.13.6-py2.7-linux-x86_64.egg/EGG-INFO/scripts/nslave.py, line 63 in function qaddw, file /usr/local/lib/python2.7/dist-packages/qserve-0.2.7-py2.7.egg/qs/slave.py, line 66