Xibo install in a Cloud: RuntimeError: No available video device

Asked by Michel

Hello all,

I'm installing Xibo server 1.6 on a Ubuntu 12.04 wich is running in a cloud. When i run ./run.sh i get this error:

root@********: /opt/xibo/pyclient/client/python# ./run.sh
Traceback (most recent call last):
  File "XiboClient.py", line 24, in <module>
    from libavg import *
  File "/usr/local/lib/python2.7/dist-packages/libavg/__init__.py", line 15, in <module>
    from avg import *
RuntimeError: No available video device

Because its running in a cloud it doesnt have any video devices or drivers.

Does somebody has a solution?

Greetings,

Michel van der Hulst

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Harrington
Solved:
Last query:
Last reply:
Revision history for this message
Alex Harrington (alexharrington) said :
#1

You can't run the client without a display. You need a local hardware
accelerated graphics card

Revision history for this message
Michel (m-support-z) said :
#2

So the server can't run in the Cloud?

Revision history for this message
Alex Harrington (alexharrington) said :
#3

The server can. The client can't

Revision history for this message
Michel (m-support-z) said :
#4

When i extracted the server and run ./run.sh i got that error.

Revision history for this message
Best Alex Harrington (alexharrington) said :
#5

That isn't the server. Note it's the client directory you're in.

The server files we distribute don't even contain the client directories.

Please pop over to the manual and follow the instructions for installing
the server, or alternatively purchase hosting from the project sponsors

Revision history for this message
Michel (m-support-z) said :
#6

Thanks, i have installed the server succesfully in the cloud using a old manual.

Revision history for this message
Michel (m-support-z) said :
#7

Thanks Alex Harrington, that solved my question.

Revision history for this message
Diary Silvano (silvano318) said :
#8

Hello!!
I have a problem for installing xibo-client on ubuntu.If I run the command ./run.sh, this message is coming :

Traceback (most recent call last):
  File "XiboClient.py", line 24, in <module>
    from libavg import *
  File "/usr/local/lib/python2.7/dist-packages/libavg/__init__.py", line 15, in <module>
    from avg import *
ImportError: /usr/local/lib/python2.7/dist-packages/libavg/avg.so: wrong ELF class: ELFCLASS32

Thanx for your help!!
P.S : I am a debutant for this domain