...hmm seems to be empty both on the laptop and the Neo.
Thanks Markus Neo: [EMAIL PROTECTED]:~$ cat /etc/nsswitch.conf # /etc/nsswitch.conf # # Example configuration of GNU Name Service Switch functionality. # If you have the `glibc-doc' and `info' packages installed, try: # `info libc "Name Service Switch"' for information about this file. passwd: compat group: compat shadow: compat hosts: files dns networks: files protocols: db files services: db files ethers: db files rpc: db files netgroup: nis Laptop $ cat /etc/nsswitch.conf # # /etc/nsswitch.conf # # An example Name Service Switch config file. This file should be # sorted with the most-used services at the beginning. # # The entry '[NOTFOUND=return]' means that the search for an # entry should stop if the search in the previous entry turned # up nothing. Note that if the search failed due to some other reason # (like no NIS server responding) then the search continues with the # next entry. # # Legal entries are: # # nisplus or nis+ Use NIS+ (NIS version 3) # nis or yp Use NIS (NIS version 2), also called YP # dns Use DNS (Domain Name Service) # files Use the local files # db Use the local database (.db) files # compat Use NIS on compat mode # hesiod Use Hesiod for user lookups # [NOTFOUND=return] Stop searching if not found so far # # To use db, put the "db" in front of "files" for entries you want to be # looked up first in the databases # # Example: #passwd: db files nisplus nis #shadow: db files nisplus nis #group: db files nisplus nis passwd: files shadow: files group: files #hosts: db files nisplus nis dns hosts: files dns # Example - obey only what nisplus tells us... #services: nisplus [NOTFOUND=return] files #networks: nisplus [NOTFOUND=return] files #protocols: nisplus [NOTFOUND=return] files #rpc: nisplus [NOTFOUND=return] files #ethers: nisplus [NOTFOUND=return] files #netmasks: nisplus [NOTFOUND=return] files bootparams: nisplus [NOTFOUND=return] files ethers: files netmasks: files networks: files protocols: files rpc: files services: files netgroup: nisplus publickey: nisplus automount: files nisplus aliases: files nisplus Am Sonntag, 14. Oktober 2007 16:14 schrieb Terje Sannum: > What's the hosts entry in /etc/nsswitch.conf? > > On 10/14/07, Markus Fischer <[EMAIL PROTECTED]> wrote: > > Thanks for the replies! > > > > Actually I do have the following entries in /etc/resolv.conf on the Neo: > > > > nameserver 192.168.10.1 [being the wireless router] > > nameserver 91.138.1.128 [being the IP from my ISP] > > nameserver 91.138.126.128 [second IP from ISP] > > > > /etc/resolv.conf on my laptop > > nameserver 192.168.10.1 > > > > Behind the wireless router is a second router/firewall > > > > Still can ping any IP in the Internet but no nameresolution working from > > the Neo... > > > > I am fideling around with the /etc/resolv.conf(s) but still can't get it > > working... > > > > Thanks for hints! > > > > Markus > > > > PS: also tried to install dnrd as local DNS-Server as described in the > > wiki, which does not really work. The script terminates with > > "./script_open_moko: line 97: -a: command not found", so perhaps a not > > fully correct dnrd installation is the cause of trouble? > > > > Am Sonntag, 14. Oktober 2007 14:12 schrieb Rakesh Pandit: > > > Most probably you do not have your DNS server entries in your > > > resolv.conf file on Neo. Enter all DNS servers and the host name to > > > your resolv.conf on Neo. > > > > > > nameserver <DNS server ip> > > > nameserver <Sec DNS server ip> > > > > > > -- > > > Regards > > > Rakesh > > > > Zitat von Lucas Bonnet <[EMAIL PROTECTED]>: > > > Sounds like you did not follow the "resolv.conf step". > > > > > > Edit /etc/resolv.conf and put "nameserver XXX", with XXX being one > > > nameserver > > > that you can reach (ie. your ISP's nameserver). > > > > > > In doubt, have a look at your laptop's resolv.conf and simply copy the > > > entries. > > > > > > Regards, > > > - -- > > > Lucas > > > > Am Sonntag, 14. Oktober 2007 13:58 schrieb Markus Fischer: > > > Hello, > > > > > > Got this strange problem that the namesersolution does not work from my > > > Neo into the internet... > > > > > > I can ssh into the phone > > > I can ping my laptop, my router and every IP-Number in the internet > > > from the Neo > > > > > > But if I enter a name instead of an IP for a ping, like "ping > > > www.google.com", it results in a "hostname look up failure". > > > > > > My System is Fedora 5 and I did try > > > http://wiki.openmoko.org/wiki/USB_Networking > > > > > > Thanks for any ideas! > > > > > > Markus

