- Forum
- Public Forums
- Linux Operating System
- CAE Linux 2009 <INFO> Domain name not defined for local host
CAE Linux 2009 <INFO> Domain name not defined for local host
- Chris H
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
15 years 8 months ago #3303
by Chris H
CAE Linux 2009 <INFO> Domain name not defined for local host was created by Chris H
Hi,
I've tried CAE Linux 2009 both as Live and Installed and get the same problem.
I can run Salome Meca and do the piston meshing example, but when I start ASTK, I get the following messagebox...
<INFO> Domain name not defined for localhost. Remote machines couldn't contact localhost. Fill the domain name through Configuation/Interface menu. [OK]
If I try "dnsdomainname -d" in the terminal it returns no domain name.
In ASTK if I leave Configuration>Preferences>Network>Domain Name blank, I get the following message in the .erre file...
<F>_Abnormal_Abort exit code = 139
If I set a domain name both in ASTK and in Ubuntu under System>Administration>Network and run ASTK again, I get the same Adnormal_Abort message.
If I try "dnsdomainname -d" again I get:
dnsdomainname: Unknown Host
Any suggestions?
Thanks
Chris
P.S.
As a side note, when I started Salome Meca I was asked for a passphrase. As per...
caelinux.com/CMS/index.php?option=com_jo...&catid=2#msg3221
I left the passphrase blank
I've tried CAE Linux 2009 both as Live and Installed and get the same problem.
I can run Salome Meca and do the piston meshing example, but when I start ASTK, I get the following messagebox...
<INFO> Domain name not defined for localhost. Remote machines couldn't contact localhost. Fill the domain name through Configuation/Interface menu. [OK]
If I try "dnsdomainname -d" in the terminal it returns no domain name.
In ASTK if I leave Configuration>Preferences>Network>Domain Name blank, I get the following message in the .erre file...
<F>_Abnormal_Abort exit code = 139
If I set a domain name both in ASTK and in Ubuntu under System>Administration>Network and run ASTK again, I get the same Adnormal_Abort message.
If I try "dnsdomainname -d" again I get:
dnsdomainname: Unknown Host
Any suggestions?
Thanks
Chris
P.S.
As a side note, when I started Salome Meca I was asked for a passphrase. As per...
caelinux.com/CMS/index.php?option=com_jo...&catid=2#msg3221
I left the passphrase blank
- Joël Cugnoni
-
- Offline
- Moderator
-
15 years 8 months ago #3305
by Joël Cugnoni
Joël Cugnoni - a.k.a admin
www.caelinux.com
Replied by Joël Cugnoni on topic Re:CAE Linux 2009 <INFO> Domain name not defined for local host
Hi,
the message "<INFO> Domain name not defined for localhost." is normal and should not be a problem when running Aster locally...
but you may have problem with the SSH configuration.
Could you try this:
1) remove domain name in both Ubuntu and ASTK config. REBOOT
2) open a terminal and do the following (if asked for an OpenSSH passphrase, leave it blank)
[code:1]
ssh $HOSTNAME "ls -l"
[/code:1]
Normally, this command should not ask you for a password and will list the content of your home directory.
If it works, it means that SSH is properly configured.
Then delete the ASTK configuration files
[code:1]
rm -rf .astkrc*
[/code:1]
Make sure that the ASTK server is properly configured:
[code:1]
sudo gedit /opt/aster/ASTK/ASTK_SERV/conf/config
[/code:1]
and search for a line containing "noeud: "
it should normally be: "noeud: your_host_name"
If not change it accordingly & save the file.
Finally run ASTK; don't worry about the message "Domaine name not defined", do not change the configuration. In ASTK, try to see if it has properly detected your "server" (=your machine name).
Run the solver with your example problem...
if you see an error, go in the Help => "Message window" and try to report some more details about the error ...
Joël Cugnoni
www.caelinux.com
the message "<INFO> Domain name not defined for localhost." is normal and should not be a problem when running Aster locally...
but you may have problem with the SSH configuration.
Could you try this:
1) remove domain name in both Ubuntu and ASTK config. REBOOT
2) open a terminal and do the following (if asked for an OpenSSH passphrase, leave it blank)
[code:1]
ssh $HOSTNAME "ls -l"
[/code:1]
Normally, this command should not ask you for a password and will list the content of your home directory.
If it works, it means that SSH is properly configured.
Then delete the ASTK configuration files
[code:1]
rm -rf .astkrc*
[/code:1]
Make sure that the ASTK server is properly configured:
[code:1]
sudo gedit /opt/aster/ASTK/ASTK_SERV/conf/config
[/code:1]
and search for a line containing "noeud: "
it should normally be: "noeud: your_host_name"
If not change it accordingly & save the file.
Finally run ASTK; don't worry about the message "Domaine name not defined", do not change the configuration. In ASTK, try to see if it has properly detected your "server" (=your machine name).
Run the solver with your example problem...
if you see an error, go in the Help => "Message window" and try to report some more details about the error ...
Joël Cugnoni
www.caelinux.com
Joël Cugnoni - a.k.a admin
www.caelinux.com
- Chris H
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
15 years 8 months ago #3332
by Chris H
Replied by Chris H on topic Re:CAE Linux 2009 <INFO> Domain name not defined for local host
Success!
Thank you very much for you swift reply. I'm up and running and have completed the piston tutorial.
As for the Abnormal Abort, that was a problem with my mesh. The .pdf tutorial I was using was for an earlier release of the program. All my problems went away when I found the .swf tutorial in the distribution.
Many Thanks
Chris
Thank you very much for you swift reply. I'm up and running and have completed the piston tutorial.
As for the Abnormal Abort, that was a problem with my mesh. The .pdf tutorial I was using was for an earlier release of the program. All my problems went away when I found the .swf tutorial in the distribution.
Many Thanks
Chris
Moderators: catux
- Forum
- Public Forums
- Linux Operating System
- CAE Linux 2009 <INFO> Domain name not defined for local host
Time to create page: 0.137 seconds