The topic name pretty much sums it up, I am able to ping inside and outside IP addresses but when I try to ping google.com I get an unknown host response from ping. I checked my network settings (I have DHCP enabled) and I do infact have nameservers in the /etc/resolve.conf so I decided to load up a live CD and I can ping with no problems from the live session. I chrooted to my gentoo install (making sure to copy the resolv.conf just incase) and after chrooting to my gentoo install I could no longer ping so there must be some broken package and I'm not too sure where to begin. I've tried running revdep-rebuild which found python 2.7 and cairo to be broken so it remerged them but still nothing after that (though I wasn't expecting either of those, especially cairo, to fix this). I am suspecting it might be something to do with my use flags or package.use file args. Just as a note this make.conf is super old (my brother gave it to me 4+ years ago) and I haven't really done anything to it aside from try to stop evolution flags from being used so if anyone has any suggestions for changes please let me know because when I tried to update the use flags, terrible things happened to my system.
make.conf
Code: Select all
GNU nano 2.3.1 File: /etc/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
#CFLAGS="-O2 -pipe"
#CXXFLAGS="-O2 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
#CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
#USE="mmx sse sse2"
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-src/portage/cnf/make.conf.x86,v 1.5.2.4 2005/02/15 23:27:44 jstubbs Exp $
# Contains local system settings for Portage system
USE_HARDWARE="3dnow 3dnowext acpi -apm lm_sensors mmx mmxext nvidia sse sse2 usb udev"
#USE_PRINTING="cups print printer scanner"
USE_CDR="cdr dvdr dvdread dvdnav"
USE_SOUND="alsa -arts -esd -oss gstreamer pulseaudio"
USE_MM_LIBS="a52 aac dts dvd flac mad mp3 mpeg !gnutls ogg vorbis win32codecs tiff"
USE_MM_GFX="exif gimp visualization encode xine"
USE_MM_VIDEO="ffmpeg glitz glut opengl sdl svg theora x264 xv xvid xvmc"
USE_LANGS="-fortran -ldap lirc -motif -tcl -tk java"
USE_LIBS="-avahi bzip2 curl -gpm libsamplerate mono zeroconf xml gd perl static-libs static"
USE_SOFTWARE_DOCS="-doc pdf spell"
USE_SOFTWARE_GNOME="beagle branding dbus -eds -evo galago gtk gtk2 gnome gstreamer hal libnotify nautilus policykit tracker gdu"
USE_SOFTWARE_KDE="qt3 -qt4 -kde"
#USE_SOFTWARE_MOZ="firefox mozbranding mozsvg nsplugin"
USE_SOFTWARE_X="X cairo dri startup-notification truetype xcb xinerama xscreensaver"
USE_VCS="-cvs svn subversion"
USE_SYSTEM="-kerberos networkmanager nls ntpl ntplonly samba tcpd threads unicode xattr -server"
USE_MISC="jpeg png secure-delete consolekit extras autoipd bash-completion dvb ipod mythtv offensive vim-syntax device-mapper -dso mdnsresponder-compat g3dvl"
USE="${USE_HARDWARE} ${USE_PRINTING} ${USE_CDR} ${USE_SOUND} ${USE_LANGS} ${USE_MM_LIBS} ${USE_MM_GFX} ${USE_MM_VIDEO} ${USE_LIBS} ${USE_SOFTWARE_X} ${USE_SOFTWARE_MOZ} ${USE_SOFTWARE_KDE} ${USE_SOFTWARE_GNOME} ${USE_SOFTWARE_DOCS} ${USE_SYSTEM} ${USE_VCS} ${USE_MISC}"
LINGUAS="en en_US en_GB"
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
ACCEPT_KEYWORDS="~amd64"
MAKEOPTS="-j5"
#PORTAGE_NICENESS=9
PORT_LOGDIR=/var/log/portage
#PORTDIR_OVERLAY=/usr/local/portage
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save"
PORTAGE_TMPFS="/dev/shm"
FEATURES="parallel-fetch"
#ALSA_CARDS="intel8x0"
INPUT_DEVICES="evdev"
#VIDEO_CARDS="fglrx"
VIDEO_CARDS="nvidia"
USE_PYTHON="2.7"
GENTOO_MIRRORS="ftp://mirrors.tera-byte.com/pub/gentoo ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://archive.mmu.edu.my/gentoo rsync://gentoo.bloodhost.ru/gentoo-distfiles ftp://gentoo.mirrors.tds.net/gentoo ftp://ftp.halifax.rwth-aachen.de/gentoo/ rsync://m$
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
ACCEPT_LICENSE="*"
#source /usr/local/portage/layman/make.confpackage.use
Code: Select all
#>=dev-vcs/subversion-1.7.4 -dso
>=dev-libs/icedtea-bin-7.2.1-r1 -X
#>=app-text/ghostscript-gpl-9.05 cups
>=dev-libs/libxml2-2.7.8-r5 python
>=media-libs/libjpeg-turbo-1.2.0-r1 -java
>=net-print/cups-1.5.2-r1 -java
>=sys-apps/sed-4.2.1-r1 -acl
>=sys-apps/coreutils-8.15 -static
>=sys-fs/udev-182-r2 hwdb gudev
>=gnome-base/gvfs-1.10.1 cdda
>=net-misc/curl-7.25.0 nss
>=gnome-extra/nm-applet-0.9.4.1 bluetooth
>=net-libs/gtk-vnc-0.5.0 gtk3Just so you can see, here is my resolv.conf, though this is the one that was generated by the live CD and not dhcp on my system
Code: Select all
# Generated by resolvconf
search cfl.rr.com
nameserver 8.8.4.4
nameserver 8.8.8.8Also for fun:
Code: Select all
gentoo / # ping google.com
ping: unknown host google.com
gentoo / # ping 74.125.229.197
PING 74.125.229.197 (74.125.229.197) 56(84) bytes of data.
64 bytes from 74.125.229.197: icmp_req=1 ttl=50 time=22.5 ms
64 bytes from 74.125.229.197: icmp_req=2 ttl=50 time=16.9 ms
64 bytes from 74.125.229.197: icmp_req=3 ttl=51 time=17.0 ms
64 bytes from 74.125.229.197: icmp_req=4 ttl=51 time=16.0 ms
64 bytes from 74.125.229.197: icmp_req=5 ttl=51 time=17.0 ms
^C
--- 74.125.229.197 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4005ms
rtt min/avg/max/mdev = 16.092/17.952/22.563/2.334 ms
gentoo / #


