http://bugs.winehq.org/show_bug.cgi?id=11444
--- Comment #25 from Kai Blin blin@gmx.net 2008-02-07 02:53:22 --- (In reply to comment #23)
That was a point of 'hostanme -i'. It shows that his hosts file is not correct. His FQDN points to 127.0.1.1 not the real IP address.
I told the reporter to look through the FAQ after that and he said in comment #8:
the FAQ I received did not solve the issue. i attached a terminal log for pirates of the Caribbean online.
Which is why I assume the hostname doesn't point to loopback anymore.
Author you have to fix this (edit /etc/hosts) and replace "127.0.1.1" with your real IP address from eth0 (or whatever interface facing the Internet).
The program is setting both the bind and the connect sockaddr IP to 127.0.0.1 and the reporter said hostname -i gave 127.0.1.1. This doesn't seem to be the usual error. I presume there's an error in the /etc/hosts file, which is why I want to see that.
(In reply to comment #24)
- when i put in /etc/hosts file it says "Permission denied"
You should have read permissions on this files or your system setup is broken. To edit the file, you'll need root permissions.
What's a class A IP address? I know class A subnets, but that's just a question of the netmask.