Personal tools
You are here: Home Forum Install & build Troubles with OpenSuse 12.2

Troubles with OpenSuse 12.2

Up to Install & build

Troubles with OpenSuse 12.2

Posted by Michael Grotz at October 12. 2012

Hello,

first i want to thanks everyone who is involved in developing all those great open source tools! 

I just installed Salome-V6_5_0-LGPL-x86_64.run  on my computer for my engineering studies (OpenSuse 12.2, 64bit). 

The installation was successful (i installed it with super user rights) , but now i can't launch it.

This is was i did. 

does anybody know anything about this?

thank you

 

michi@linux-qthl:~> cd Salome_Mecca/
michi@linux-qthl:~/Salome_Mecca> ls
appli_V6_5_0p1  Salome-V6_5_0-LGPL-x86_64.run  Salome-V6_5_0p1-LGPL-x86_64
michi@linux-qthl:~/Salome_Mecca> cd appli_V6_5_0p1/
michi@linux-qthl:~/Salome_Mecca/appli_V6_5_0p1> ls
appli_V6_5_0p1.log    envd             kill_remote_containers.py  runRemote.sh     SalomeApp.xml       USERS
bin                   env.d            lib                        runSalomeScript  searchFreePort.sh
CatalogResources.xml  getAppliPath.py  runAppli                   runSession       share
config_appli.xml      idl              runConsole                 runTests         update_catalogs.py
michi@linux-qthl:~/Salome_Mecca/appli_V6_5_0p1> ./runAppli
runSalome running on linux-qthl
Searching for a free port for naming service: 2810 2811 2812 2813 - OK
Searching Naming Service ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Failed to narrow the root naming context
Traceback (most recent call last):
  File "/home/michi/Salome_Mecca/appli_V6_5_0p1/bin/salome/runSalome.py", line 684, in useSalome
    clt = startSalome(args, modules_list, modules_root_dir)
  File "/home/michi/Salome_Mecca/appli_V6_5_0p1/bin/salome/runSalome.py", line 450, in startSalome
    clt=orbmodule.client(args)
  File "/home/michi/Salome_Mecca/Salome-V6_5_0p1-LGPL-x86_64/modules/KERNEL_V6_5_0p1/bin/salome/orbmodule.py", line 49, in __init__
    self.initNS(args or {})
  File "/home/michi/Salome_Mecca/Salome-V6_5_0p1-LGPL-x86_64/modules/KERNEL_V6_5_0p1/bin/salome/orbmodule.py", line 88, in initNS
    sys.exit(1)
SystemExit: 1


--- Error during Salome launch ---

 



Re: Troubles with OpenSuse 12.2

Posted by jeanpierreaubry at October 15. 2012

hello

 

i have it running ok on an openSuSE 12.2

i have got an idea why yours does not work

can you post here the content of the file /etc/hosts

 

jean pierre aubry

Re: Troubles with OpenSuse 12.2

Posted by Michael Grotz at October 16. 2012

Hello Jean Pierre, 

thanks for your help

 

# hosts         This file describes a number of hostname-to-address
#               mappings for the TCP/IP subsystem.  It is mostly
#               used at boot time, when no name servers are running.
#               On small systems, this file can be used instead of a
#               "named" name server.
# Syntax:
#    
# IP-Address  Full-Qualified-Hostname  Short-Hostname
#

127.0.0.1    localhost

# special IPv6 addresses
::1             localhost ipv6-localhost ipv6-loopback

fe00::0         ipv6-localnet

ff00::0         ipv6-mcastprefix
ff02::1         ipv6-allnodes
ff02::2         ipv6-allrouters
ff02::3         ipv6-allhosts

 

 

Re: Troubles with OpenSuse 12.2

Posted by jeanpierreaubry at October 16. 2012

that's what i expected

add this line at the end

127.0.0.2       machine_name.domain_name machine_name

 

127.0.0.2 is a second loop back IP-Address  (It could just as well be 127.0.10.1 or 127.0.10.2)

machine_name.domain_name is the Full-Qualified-Hostname given by typing hostname -f in a terminal, with su privileges

machine\_name is the Short-Hostname given by typing hostname} in a terminal

 

then it should work

Re: Troubles with OpenSuse 12.2

Posted by Michael Grotz at October 17. 2012

thank you.

i haven't done it yet, i have to do some basic training with linux first.

the command hostname -f is not working, so i tried hostname -h.

i think i use DNS or NIS for naming service.

i'll have to find out more about that

so long

Michael

Powered by Ploneboard
Document Actions