Talk:Console-less OpenSim
From OpenSimulator
(Difference between revisions)
(→Seems Lacking in info to get this running) |
|||
Line 4: | Line 4: | ||
The python script did not work on my Ubuntu server 8.0.4.1. It balked with the following error: | 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) | gridServer = xmlrpclib.Server(server) | ||
File "/usr/lib/python2.5/xmlrpclib.py", line 1411, in __init__ | File "/usr/lib/python2.5/xmlrpclib.py", line 1411, in __init__ | ||
raise IOError, "unsupported XML-RPC protocol" | 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. | 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. |
Latest revision as of 09:31, 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)
[edit] 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.