[Issue 6515] Published Binary Fails to Start on 64bit openSUSE Linux
[email protected] Tue, 7 Jun 2016 01:44:33 -0700 (PDT)
| Newsgroups | gmane.comp.lang.uml.argouml.issues |
|---|---|
| Message-ID | <[email protected]> |
http://argouml.tigris.org/issues/show_bug.cgi?id=6515
User mvw changed the following:
What |Old value |New value
================================================================================
Assigned to|linus |mvw
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Tue Jun 7 01:44:33 -0700 2016 -------
Hi fellow openSUSE user!
Yes, this is an old pain.
See issue 4565, issue 2632, and
http://argouml.tigris.org/faqs/users.html#unknownhostexception
On my openSUSE systems, I adapt the /etc/hosts file from containing only this:
127.0.0.1 localhost
to also containing a localhost entry with the system's name as follows:
127.0.0.1 localhost
127.0.0.1 Janus Janus.site
I am not so sure about the ".site" - this was the default on openSUSE 13.2 and
older. IIRC, this has changed to "home" on Leap and/or Tubleweed. Maybe it does
not matter, but you can find this name in Yast -> NetworkSettings ->
Hostname/DNS -> Domain Name on Suse 13.2.
Your computer is apparently named "linux-0fiz", hence in your case (I am sure
that this works):
127.0.0.1 localhost
127.0.0.1 linux-0fiz linux-0fiz.site
or try:
127.0.0.1 localhost
127.0.0.1 linux-0fiz
If you still have problems, please "cat" your /etc/hosts
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=448&dsMessageId=3174486
To unsubscribe from this list, e-mail: [[email protected]].
Please do not reply to this mail. Instead, add your comments in the issue.