Talk:Console-less OpenSim
From OpenSimulator
(Difference between revisions)
DrScofield (Talk | contribs) m (just for the record: permission to use original text) |
(→Seems Lacking in info to get this running: new section) |
||
Line 1: | Line 1: | ||
the original text comes from [http://xyzzyxyzzy.net/2008/04/29/console-less-opensim/ xyzzy xyzzy]. as that has a different license, i just want to add for the record that i, as the original author, am fine with cross licensing the text to the OpenSim wiki. --- [[User:DrScofield|DrScofield]] 08:26, 29 April 2008 (PDT) | the original text comes from [http://xyzzyxyzzy.net/2008/04/29/console-less-opensim/ xyzzy xyzzy]. as that has a different license, i just want to add for the record that i, as the original author, am fine with cross licensing the text to the OpenSim wiki. --- [[User:DrScofield|DrScofield]] 08:26, 29 April 2008 (PDT) | ||
+ | |||
+ | == Seems Lacking in info to get this running == | ||
+ | |||
+ | The python script did not work on my Ubuntu server 8.0.4.1. It balked with the following error: | ||
+ | '' File "/usr/share/python/console/shutdown.py", line 33, in <module> | ||
+ | gridServer = xmlrpclib.Server(server) | ||
+ | File "/usr/lib/python2.5/xmlrpclib.py", line 1411, in __init__ | ||
+ | raise IOError, "unsupported XML-RPC protocol" | ||
+ | '' | ||
+ | |||
+ | Also /usr/share/python/console ?? what is needed to have that on your system? I did create the directory myself to give the shutdown script a place to live, but its certainly not part of any standard server install. |
Revision as of 09:29, 11 November 2008
the original text comes from xyzzy xyzzy. as that has a different license, i just want to add for the record that i, as the original author, am fine with cross licensing the text to the OpenSim wiki. --- DrScofield 08:26, 29 April 2008 (PDT)
Seems Lacking in info to get this running
The python script did not work on my Ubuntu server 8.0.4.1. It balked with the following error: File "/usr/share/python/console/shutdown.py", line 33, in <module>
gridServer = xmlrpclib.Server(server) File "/usr/lib/python2.5/xmlrpclib.py", line 1411, in __init__ raise IOError, "unsupported XML-RPC protocol"
Also /usr/share/python/console ?? what is needed to have that on your system? I did create the directory myself to give the shutdown script a place to live, but its certainly not part of any standard server install.