* [gentoo-user] NetWork/InterNet Problem: was "problem emerging stuff"
@ 2005-10-27 9:39 karlos
2005-10-27 20:33 ` Benno Schulenberg
0 siblings, 1 reply; 2+ messages in thread
From: karlos @ 2005-10-27 9:39 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 3588 bytes --]
Hi,
I still have these awkward problems with my network and I was suggested to
post the details of these files to the list.
>Hi Karsten,
>
>You wrote
>> I can NOT ping the gentoo servers at all, no xchat servers etc.
>> When I try to emerge, the address show in the terminal is always
>> 1.0.0.0 <http://1.0.0.0/><http://1.0.0.0>.
>You may not have seen my message to gentoo-user asking you to post
>your /etc/resolv.conf, /etc/make.conf, and /etc/hosts, as I screwed
>up changing the subject line. If you're still having problems,
>please post the requested files to gentoo-user.
>Cheers,
/etc/resolv.conf
nameserver 192.168.1.1 <http://192.168.1.1>
################
# /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...
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/hosts,v 1.8 2003/08/04
20:12:25 azarah Exp $
#
127.0.0.1 <http://127.0.0.1> localhost posthuman
# IPV6 versions of localhost and co
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
#################
# These settings were set by the catalyst build script that automatically
built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe -O2"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://mirror.tucdemonic.org/gentoo/
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://mirror.gentoo.gr.jp
http://www.zentek-international.com/mirrors/gentoo/
http://gentoo.blueyonder.co.uk ftp://mirrors.blueyonder.co.uk/mirrors/gentoo
http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/
ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/"<ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/%22>
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="nptl mono firefox webservices dbus eds 3dfx 3dnow X a52 aac aalib acpi
alsa apm arts audiofile avi bash-completion bluetooth caps cdr dga
divx4linux dvd dvdr emacs emacs-w3 ffmpeg fftw ftp gnome gtk gtk2 guile hal
howl joystick jack -kde lm_sensors mp3 mpeg ogg oggvorbis openal opengl osc
oss pcmcia pdflib portaudio -qt quicktime samba sndfile tcltk theora usb v4l
wifi"
ALSA_CARDS="intel8x0 virmidi usb-audio"
#GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp.ipv6.uni-muenster.de/pub/linux/distributions/gentoo
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://ftp.gentoo.mesh-solutions.com/gentoo/
http://pandemonium.tiscali.de/pub/gentoo/
ftp://pandemonium.tiscali.de/pub/gentoo/"
#SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
Thanks for helping,
Karsten
[-- Attachment #2: Type: text/html, Size: 8145 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-user] NetWork/InterNet Problem: was "problem emerging stuff"
2005-10-27 9:39 [gentoo-user] NetWork/InterNet Problem: was "problem emerging stuff" karlos
@ 2005-10-27 20:33 ` Benno Schulenberg
0 siblings, 0 replies; 2+ messages in thread
From: Benno Schulenberg @ 2005-10-27 20:33 UTC (permalink / raw
To: gentoo-user; +Cc: karlos
Karsten Gebbert wrote:
> >> I can NOT ping the gentoo servers at all, no xchat servers
> >> etc. When I try to emerge, the address show in the terminal is
> >> always 1.0.0.0 <http://1.0.0.0/><http://1.0.0.0>.
After googling a bit for "1.0.0.0" and dlink, I suggest you try:
USE=-ipv6 emerge --oneshot wget xchat
When that solves it, you may want to add "-ipv6" to your USE flags
and 'emerge -DuN world'.
> GENTOO_MIRRORS="http://mirror.tucdemonic.org/gentoo/
> ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo
> http://mirror.gentoo.gr.jp
> http://www.zentek-international.com/mirrors/gentoo/
> http://gentoo.blueyonder.co.uk
> ftp://mirrors.blueyonder.co.uk/mirrors/gentoo
> http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/
> ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/"
On a side note: there's little point in putting both http and ftp
versions of the same server in your list of mirrors. And you will
probably want to put the UK mirrors back first in the list.
> <ftp://
>ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/%22>
Is this an artifact of the mailer your using? Gmail's web
interface?
By the way, it's fine to read a digest, but when you're sending
messages and responding, it's better to turn digest mode off, so
the threading is preserved.
Benno
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-10-27 20:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-27 9:39 [gentoo-user] NetWork/InterNet Problem: was "problem emerging stuff" karlos
2005-10-27 20:33 ` Benno Schulenberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox