Murray Cumming wrote:
I'm using scratchbox 1.0.7 on Ubuntu Feisty [1]. Well, actually it's a
version of scratchbox that's supplied to a large company that you've
heard of. I suspect that Movial put it together.

The problem is that apt-get can't resolve domains, but wget can. I've
seen some other messages about errors in /etc/nsswitch.conf, which can
cause this problem, but it already seems to have the right stuff. I've
attached it in case someone can see an obvious error.


Hi,

  for me changing the nsswitch.conf to

hosts:      files dns

worked.

Please, find in attachment my working nsswitch.conf and check the other 
parameters.

Regards,

         Claudio

--
=================================
Claudio Scordino                
Software Engineer

Evidence Srl
Embedded Real-Time solutions
http://www.evidence.eu.com
=================================

# /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

## Modified by Evidence
## hosts:          files dns mdns
hosts:      files dns
networks:       files

protocols:      db files
services:       db files
ethers:         db files
rpc:            db files

netgroup:       nis
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to