[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Testbed-admins] Console XMLRPC Error when setting up tipserv



Okay, I have added this following page to the Emulab Wiki:

https://users.emulab.net/trac/emulab/wiki/ConsoleLines

Please let me know if it answers your questions. Once you read that,
my response below will make more sense.

[root@tips:~](11:51am)#console -d pc65
*** /usr/testbed/bin/console:
   /usr/testbed/bin/script_wrapper.py failed

This is an install error which we will fix; when you are on a tip
server machine, console should really be console.bin. You should be
able to do this on your tip server:

tips> sudo console.bin pc65

On ops, console -d pc65 fails with this message:

error: missing emulab certificate: /root/.ssl/emulab.pem
*** ./console:
   /usr/testbed/bin/script_wrapper.py failed

On ops, you have to be logged in as an Emulab user. root will not
work, but since you are a testbed administrator, you can just do this
from Boss directly.

boss> console pc65

Caveat: The above will fail unless you are running the latest version
from the Emulab CVS repository, since we recently fixed a bug in this
code.

We encourage people to track our repository. See:

http://users.emulab.net/trac/emulab/wiki/kb270

Lbs