Re: Never heard of Server host?
Brian Paul <[email protected]>
| Newsgroups | gmane.comp.graphics.chromium.user |
|---|---|
| Message-ID | <[email protected]> |
While 'hostname' is reporting just alpha, delta, etc., the gethostname() system call may be returning the fully qualified domain name, like 'alpha.foo.com'. Your /etc/hosts file should probably have both the short and fqd-names, like this: 192.168.1.2 alpha.foo.com alpha The other thing you might try is adding some print commands to the mothership/server/mothership.py's SameHost() function to print the arguments. That's where we try to match up hostnames. -Brian James Supancic wrote: > I checked the other hosts, If I type hostname on alpha or root, it > prints alpha or root respectively. If I type hostname on delta it prints > delta. I don't understand, why is it able to resolve the IP address to > the hostname on alpha and root, bu unable to convert the ip address to > the hostname on delta? How does Chromium deal with hostnames? What is > going on here? I do not understand... > > Thank you for your time, > James Supancic > > On 6/26/06, *James Supancic* <[email protected] > <mailto:[email protected]>> wrote: > > I had to reboot my system, when I started up again, and tried to run > an openGL application I got this error. > CR Error(delta:9585): Bad Mothership response: Never heard of server > host delta. Expected one of: 192.168.10.102 <http://192.168.10.102> > 192.168.1 > 0.103 > > > I have four hosts, only delta is haveing problems. (Delta is the > host that I am running the application, crappfaker, mothership etc > on, which I think is significant). > > All of the /etc/hosts files are of the form - > # /etc/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. Just add the names, addresses > # and any aliases to this file... > # > > 127.0.0.1 <http://127.0.0.1> <hostname of the system> > > 192.168.10.102 <http://192.168.10.102> root > 192.168.10.104 <http://192.168.10.104> alpha > 192.168.10.103 <http://192.168.10.103> delta > > Thank you for your time, > James Supancic > > > > ------------------------------------------------------------------------ > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > _______________________________________________ > Chromium-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/chromium-users Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642