You are not logged in.
Pages: 1
Hello!
I have just instaled the latest iso and i don't see any problem with my network but, pacman just gives me a timed out connection on the mirrolist.
I managed to upagrade pacman to 3.1.1 but that it.
Thank's for your help.
"I Just Wanna Do My Time"
Offline
Try setting a different mirror in /etc/pacman.d/mirrorlist by moving some other mirror to the top of the list.
Can you ping, for example, yahoo.com?
Offline
Yes, i can ping yahoo. Can some parameter about network configuration mess with pacman? I am connecting to the internet through a router, does it make any diference?
"I Just Wanna Do My Time"
Offline
Pacman uses standard ftp/http connections to get its packages. If you're using an ftp mirror, try an http one instead.
Offline
When i make pacman -Syu it starts by saying that is synchronizing package databases and it just sites there. Then after some time it gives the error:failed retrieving file 'core.db.tar.gz' from all sites in the mirror list : connection timed out. Ideias anyone!?
"I Just Wanna Do My Time"
Offline
As Cerebral said, put another mirror on top.
E.g. (and I know the devs hate me for this):
In /etc/pacman.d/mirrorlist
Server = ftp://ftp.archlinux.org/$repo/os/i686
or
Server = http://mirrors.easynews.com/linux/archl … po/os/i686
as the first entry.
Cheers,
Blind
Offline
E.g. (and I know the devs hate me for this):
*shakes fist repeatedly*
Offline
Hi!
I did put a server near me at pacman.conf but nothing. then i tried what you said and nothing.
I'm getting really desperate since i bought this laptop for installing linux.
Another thing: what does it mean connection timed out!? If the site has the files why can't i get to it!?
"I Just Wanna Do My Time"
Offline
Blind wrote:E.g. (and I know the devs hate me for this):
*shakes fist repeatedly*
Hehehe....
antmon, I don't know.
1. Are you positive you have a connection?
2. Please post your pacman.conf...
3. ...and the first couple lines of /etc/pacman.d/mirrorlist
Cheers,
Blind
Offline
I think you ran into the same thing I did right after I installed. When you were in the set-up stage, did you use the same pacman mirror as used for the install? I ran into a problem when I did this on two machines. Here is my /etc/pacman.d/mirrorlist:
#
# Arch Linux repository mirrorlist
#
# United States
#Server = ftp://ftp.archlinux.org/$repo/os/i686
#Server = ftp://ftp.nethat.com/pub/linux/archlinux/$repo/os/i686
Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/i686
Server = ftp://mirrors.unixheads.org/archlinux/$repo/os/i686
Server = ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/$repo/os/i686
Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/i686
Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i686
Server = http://holmes.umflint.edu/archlinux/$repo/os/i686
.
. (I live in Canada so I don't use the other mirrors. maybe I should???)
.
.# Setup-Entry
#Server =
#ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/mirrorlist/os/i686The very last entry is what gave me problems. Remove the hashmarks from the mirrors that are closest to you and comment out the whole Setup entry. After that just run pacman -Sy.
It worked flawlessly for me.
I hope this helps....
Offline
Hi Guys!
Here is my pacman.conf.
If i'm sure i'm connected to the internet i can ping www.yahoo.com.
#
# /etc/pacman.conf
#
# See the pacman manpage for option directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/cache/pacman/
#CacheDir = /var/log/pacman/pkg/
#LogFile = /var/log/pacman.log
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#
# REPOSITORIES
# ...
# ...
# ...
# ...
# ...
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# Testing is disable by default. To enable, uncomment the following
# two lines. You can add preferred servers immediately after the header,
# and they will be used before the default mirrors.
#[testing]
#Include = /etc/pacman.d/mirrorlist
[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
# Unstable is disable by default. To enable, uncomment the following
# two lines. You can add preferred servers immediately after the header,
# and they will be used before the default mirrors.
#[unstable]
#Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgsAnd the mirrorlist:
#
# Arch Lnux repository mirrorlist
#
# United States
Server = ftp://ftp.archlinux.org/$repo/os/i686
Server = ftp://ftp.nethat.com/pub/linux/archlinux/$repo/os/i686
...
...
#Soutth America
# - Brazil
(another serie of uncommented Servers)And Cancel i did try just one server near me and the result was the same.
Thanks!
"I Just Wanna Do My Time"
Offline
Did you have that last line there with the Setup Entry? If so was it commented out?
Offline
Pages: 1