Author Topic: qubeinstaller.CentOS6.3 for linux  (Read 3579 times)

jadasonkim

  • Jr. Member
  • **
  • Posts: 2
qubeinstaller.CentOS6.3 for linux
« on: September 06, 2013, 06:50:36 AM »
Hi,

I try to use the qubeinstaller.centos6.3 on my machine, but when I running this application in terminal. I got this error message:

INFO: discovery OS: 'CENTOS'
INFO: discovery OS version: '6.3'
INFO: descovery arch: 'x86_64'
Tracebacj (most recent call last):
   File "<string>", line 291, in <module>
   File "<string>", line 127, in __init__
   File "/tmp/qubeInstaller/build/pyi.linux2/qubeInstaller/out00-PYZ.pyz/pages.finishedPage", line 61, in __init__
IndexError: list assignment index out of range

I'm already try three machines all get this error message. Anybody have ideas about this?

jburk

  • Administrator
  • *****
  • Posts: 493
Re: qubeinstaller.CentOS6.3 for linux
« Reply #1 on: September 06, 2013, 02:41:02 PM »
What is the hostname and ip address of your machines?  The error looks like it's caused by a failure to obtain an ip address from the hostname.

Can you ping the host's hostname from itself?  Try running:

ping `hostname`

and see if you get an error.