Universal Salome 6.3.1 not working on OpenSUSE 12.1
I am hoping somebody can help here. I am using a computer with:
OpenSUSE 12.1 (64-bit) - this uses kernel 3.1.0
I can't get the universal files for 6.3.1 to work. When I try to execute the file (./runSalome) here is what shows in the terminal:
ROOT_SALOME: /home/user/Downloads/Universal_Salome_6.3.1/Salome-V6_3_1_public_64bit/SALOME6/V6_3_1
/home/user/Downloads/Universal_Salome_6.3.1/Salome-V6_3_1_public_64bit/SALOME6/V6_3_1/prerequis-V6_3_1.sh: line 27: [: -ge: unary operator expected
CHECK /home/user
Searching for free port for the SALOME Naming Service: 2810 - Ok
runSalome running on linux-76ae.site
Searching for a free port for naming service: 2810 - OK
Searching Naming Service ++++++++++Failed to narrow the root naming context
Traceback (most recent call last):
File "/home/user/Downloads/Universal_Salome_6.3.1/Salome-V6_3_1_public_64bit/SALOME6/V6_3_1/KERNEL_V6_3_1p1/bin/salome/runSalome.py", line 680, in useSalome
clt = startSalome(args, modules_list, modules_root_dir)
File "/home/user/Downloads/Universal_Salome_6.3.1/Salome-V6_3_1_public_64bit/SALOME6/V6_3_1/KERNEL_V6_3_1p1/bin/salome/runSalome.py", line 445, in startSalome
clt=orbmodule.client(args)
File "/home/user/Downloads/Universal_Salome_6.3.1/Salome-V6_3_1_public_64bit/SALOME6/V6_3_1/KERNEL_V6_3_1p1/bin/salome/orbmodule.py", line 49, in __init__
self.initNS(args or {})
File "/home/user/Downloads/Universal_Salome_6.3.1/Salome-V6_3_1_public_64bit/SALOME6/V6_3_1/KERNEL_V6_3_1p1/bin/salome/orbmodule.py", line 88, in initNS
sys.exit(1)
SystemExit: 1
--- Error during Salome launch ---
Note: I did change the user name from mine to a more generic title of "user".
Any suggestions of what I can do to get this running on OpenSUSE 12.1? I have tried the files for Mandriva 2008 (which have typically worked for me on my OpenSUSE systems), as well as the files for Mandriva 2010, Redhat, and Scientific Linux - all with no success.
As far as I can tell, the Universal Salome 6.3.1 matches what was suggested in this thread:
http://www.salome-platform.org/forum/forum_9/322811199
Any suggestions on what to do to get the universal or other files to run would be appreciated.
WT
Hi,
try the following:
a) find out the hostname of your machine: issue a 'hostname' command at the shell prompt.
b) become super user and add a line
127.0.0.1 <hostname> somewhere into your /etc/hosts file. That help me to run salome under Suse 12.1.
Best regards and good luck
OEB
Hi,
Please have a look at this thread: http://www.salome-platform.org/forum/forum_9/322811199/view
In particular my message: http://www.salome-platform.org/forum/forum_9/322811199/198828544
You must remove some lines in prerequis-V6_3_1.sh.
Regards,
Gilles
Re: Universal Salome 6.3.1 not working on OpenSUSE 12.1
I was able to use the suggestion by bernhardi. That was enough to get me going.
I had looked at the other threads previously, but with little luck.
Thank you for the help,
WT
