On 11/10/2017 08:16 PM, Robert Kudyba wrote:
Uhm, yes, because your syntax is invalid. The hosts file syntax is <address> <name> [<name> ...] You should have added sobolev to the 127.0.0.1 line - the last one is just plain bogus.
Got it I just added it the 1st line and it's now:
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 sobolev ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
#150.108.64.57 sobolev.dsm.fordham.edu sobolev 150.108.64.57 sobolev.dsm.fordham.edu 150.108.64.65 mandelbrot.dsm.fordham.edu mandelbrot 150.108.64.52 dsm.dsm.fordham.edu dsm
Looks way better. You should also add it to the IPv6 (::1) address line.
If you set the old hostname again via "hostnamectl set-hostname sobolev.dsm.fordham.edu", can you still "start" X2Go connections? (Even if they crash right away, that's separate issue.)
I think I'll have to just use the real system's name (returned via hostname) instead of the short name to make all setups work without having to set the short name to 127.0.0.1 manually.
Not to the best of my knowledge just have this:
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series]
rpm -qa | grep -i fglrx
Mihai