You are not logged in.

#1 2011-04-21 08:06:44

krojas
Member
Registered: 2011-04-21
Posts: 3

Pacman issues after new installation of core i686

Hi archforum,

Hopefully you guys can help me becouse im getting crazy of just staring at the configs and cant figure out why the hell pacman can´t update or synch with any of the database. I have been reading through of old threads and havent found a solution yet for mine.

I will explain.

I go with DHCP settings on the machine, and i can ping during the installation, tried to do netinstall but didnt work, got timeout. Tried severals mirrors but same issue. So i went from the CD.

After the installation same issues got to me, i tried several mirrors in the mirrorslist, tried wget in passive ftp mode and tried using curl. All the same issue, it get connected but it doesnt download. Tried as well just doing a normal wget of a file from one of the reps, but as pacman, it just get stuck. Thats why i tried with curl as well. This machine is now behind NAT with no Upnp. Tried the machine on DMZ, same thing. Thought if my other linux dist was blocking it somehow, so i tried to remove it and tried even to connect it with static settings directly to the ISP socket. Wget just get stuck without moving, and gets an error.

I will post the configs and hopefully one of you guys who actually know how to handle this, may help me.:)

resolve.conf

# Generated by dhcpcd from eth0
# /etc/resolv.conf.head can replace this line
nameserver 192.168.1.1
# /etc/resolv.conf.tail can replace this line

rc.config

#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.UTF-8"
HARDWARECLOCK="UTC"
#   in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.UTF-8"
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Stockholm"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=()
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="gory"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
#
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#Static IP example
#eth0="eth0 xxx.xxx.xxx.xxx netmask 255.255.255.0 broadcast xxx.xxx.xxx.xxx"
eth0="dhcp"
INTERFACES=(eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.1.1"
ROUTES=(!gateway)

# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng network netfs crond sshd)

pacman.conf

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository 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/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
HoldPkg     = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst   = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
XferCommand = /usr/local/bin/curl %u > %o
#CleanMethod = KeepInstalled

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options (all disabled by default)
#UseSyslog
#ShowSize
#UseDelta
#TotalDownload

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#
# 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.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
## Add your preferred servers here, they will be used first
#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-testing]
## 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

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
#
# Arch Linux repository mirrorlist
# Generated on 2010-01-31
#

# Any
#Server = ftp://mirrors.kernel.org/archlinux/$repo/os/i686
#Server = http://mirrors.kernel.org/archlinux/$repo/os/i686

# Australia
#Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/i686
#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/i686
#Server = ftp://ftp.iinet.net.au/pub/archlinux/$repo/os/i686
#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/i686
#Server = ftp://mirror.internode.on.net/pub/archlinux/$repo/os/i686
#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/i686
#Server = ftp://ftp.netspace.net.au/pub/archlinux/$repo/os/i686
#Server = http://ftp.netspace.net.au/pub/archlinux/$repo/os/i686
#Server = ftp://mirror.optus.net/archlinux/$repo/os/i686
#Server = http://mirror.optus.net/archlinux/$repo/os/i686

# Austria
#Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/i686
#Server = http://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/i686

# Belgium
#Server = ftp://ftp.belnet.be/packages/archlinux/$repo/os/i686
#Server = http://ftp.belnet.be/mirror/archlinux.org/$repo/os/i686
#Server = ftp://archlinux.mirror.kangaroot.net/pub/archlinux/$repo/os/i686
#Server = http://archlinux.mirror.kangaroot.net/$repo/os/i686

# Brazil
#Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/i686
#Server = http://archlinux.c3sl.ufpr.br/$repo/os/i686
#Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/i686
#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/i686
#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/i686

# Bulgaria
#Server = http://archlinux.igor.onlinedirect.bg/$repo/os/i686

# Canada
#Server = ftp://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/i686
#Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/i686
#Server = ftp://mirrors.portafixe.com/archlinux/$repo/os/i686
#Server = http://mirrors.portafixe.com/archlinux/$repo/os/i686
#Server = http://mirror.twilightlair.net/arch/$repo/os/i686

# Chile
#Server = ftp://mirror.archlinux.cl/$repo/os/i686
# China
#Server = http://mirrors.163.com/archlinux/$repo/os/i686
#Server = ftp://mirror.lupaworld.com/archlinux/$repo/os/i686
#Server = http://mirror.lupaworld.com/archlinux/$repo/os/i686
#Server = ftp://mirrors.sohu.com/archlinux/$repo/os/i686
#Server = http://mirrors.sohu.com/archlinux/$repo/os/i686

# Czech Republic
#Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/i686
#Server = http://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/i686

# Denmark
#Server = ftp://mirrors.dotsrc.org/archlinux/$repo/os/i686
#Server = http://mirrors.dotsrc.org/archlinux/$repo/os/i686
#Server = ftp://ftp.klid.dk/archlinux/$repo/os/i686

# Estonia
#Server = ftp://ftp.estpak.ee/pub/archlinux/$repo/os/i686
#Server = http://ftp.estpak.ee/pub/archlinux/$repo/os/i686

# Finland
#Server = ftp://mirror.archlinux.fi/archlinux/$repo/os/i686
#Server = http://mirror.archlinux.fi/archlinux/$repo/os/i686

# France
#Server = http://mir.archlinux.fr/$repo/os/i686
#Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/i686
#Server = http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.free.fr/mirrors/ftp.archlinux.org/$repo/os/i686
# Germany
#Server = http://archlinux.limun.org/$repo/os/i686
#Server = ftp://www.archlinuxppc.org/i686/$repo/os/i686
#Server = ftp://mirror.giantix-server.de/archlinux/$repo/os/i686
#Server = http://mirror.giantix-server.de/archlinux/$repo/os/i686
#Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/i686
#Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/i686
#Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/i686
#Server = ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/i686
#Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/i686
#Server = ftp://mirrors2.portafixe.com/archlinux/$repo/os/i686
#Server = http://mirrors2.portafixe.com/archlinux/$repo/os/i686
#Server = ftp://mirror.selfnet.de/archlinux/$repo/os/i686
#Server = http://mirror.selfnet.de/archlinux/$repo/os/i686
#Server = ftp://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/i686
#Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/i686
#Server = ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/i686
#Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/$repo/os/i686
#Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/i686
#Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/i686

# Great Britain
#Server = ftp://mirror.lividpenguin.com/pub/archlinux/$repo/os/i686
#Server = http://mirror.lividpenguin.com/pub/archlinux/$repo/os/i686
#Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/i686
#Server = ftp://mirrors.uk2.net/pub/archlinux/$repo/os/i686
#Server = http://archlinux.mirrors.uk2.net/$repo/os/i686

# Greece
#Server = ftp://ftp.cc.uoc.gr/mirrors/linux/archlinux/$repo/os/i686
#Server = http://ftp.cc.uoc.gr/mirrors/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/i686
#Server = http://ftp.ntua.gr/pub/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.otenet.gr/pub/linux/archlinux/$repo/os/i686
#Server = http://ftp.otenet.gr/linux/archlinux/$repo/os/i686

# Hungary
#Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/i686

# India
#Server = ftp://mirror.cse.iitk.ac.in/archlinux/$repo/os/i686
#Server = http://mirror.cse.iitk.ac.in/archlinux/$repo/os/i686

# Indonesia
#Server = ftp://archlinux.cbn.net.id/pub/archlinux/$repo/os/i686
#Server = http://archlinux.cbn.net.id/$repo/os/i686
#Server = ftp://mirror.unej.ac.id/archlinux/$repo/os/i686
#Server = http://mirror.unej.ac.id/archlinux/$repo/os/i686
# Israel
#Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/i686

# Italy
#Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686
#Server = http://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686

# Japan
#Server = ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/archlinux/$repo/os/i686
#Server = http://ftp.yz.yamagata-u.ac.jp/pub/linux/archlinux/$repo/os/i686

# Kazakhstan
#Server = ftp://archlinux.linuxforum.kz/$repo/os/i686
#Server = http://archlinux.linuxforum.kz/$repo/os/i686

# Latvia
#Server = http://archlinux.goodsoft.lv/$repo/os/i686

# Lithuania
#Server = ftp://atviras.lt/archmirror/$repo/os/i686
#Server = http://atviras.lt/archmirror/$repo/os/i686

# Netherlands
#Server = ftp://mirror.leaseweb.com/archlinux/$repo/os/i686
#Server = http://mirror.leaseweb.com/archlinux/$repo/os/i686
#Server = ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/$repo/os/i686
#Server = http://ftp.nluug.nl/pub/metalab/distributions/archlinux/$repo/os/i686
#Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/i686
#Server = http://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/i686

# New Caledonia
#Server = ftp://archlinux.nautile.nc/archlinux/$repo/os/i686
#Server = http://archlinux.nautile.nc/archlinux/$repo/os/i686

# Norway
#Server = ftp://mirror.archlinux.no/$repo/os/i686
#Server = http://mirror.archlinux.no/$repo/os/i686

# Poland
#Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/i686
#Server = ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i686
#Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i686
#Server = ftp://ftp.pwsz.elblag.pl/pub/linux/distributions/archlinux/$repo/os/i686
#Server = http://ftp.pwsz.elblag.pl/pub/linux/distributions/archlinux/$repo/os/i686
#Server = ftp://ftp.tpnet.pl/pub/linux/archlinux/$repo/os/i686
#Server = http://unix.net.pl/archlinux.org/$repo/os/i686
# Portugal
#Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/i686
#Server = http://cesium.di.uminho.pt/pub/archlinux/$repo/os/i686
#Server = http://darkstar.ist.utl.pt/archlinux/$repo/os/i686
#Server = ftp://ftp.nux.ipb.pt/pub/dists/archlinux/$repo/os/i686
#Server = http://ftp.nux.ipb.pt/pub/dists/archlinux/$repo/os/i686
#Server = ftp://ftp.rnl.ist.utl.pt/pub/archlinux/$repo/os/i686
#Server = http://ftp.rnl.ist.utl.pt/pub/archlinux/$repo/os/i686

# Romania
#Server = http://mirror.archlinux.ro/archlinux/$repo/os/i686
#Server = ftp://ftp.roedu.net/mirrors/archlinux.org/$repo/os/i686
#Server = http://ftp.roedu.net/mirrors/archlinux.org/$repo/os/i686

# Russia
#Server = http://archlinux.freeside.ru/$repo/os/i686
#Server = ftp://mirror.svk.su/archlinux/$repo/os/i686
#Server = http://mirror.svk.su/archlinux/$repo/os/i686
#Server = ftp://mirror.yandex.ru/archlinux/$repo/os/i686
#Server = http://mirror.yandex.ru/archlinux/$repo/os/i686

# Spain
#Server = ftp://ftp.rediris.es/mirror/archlinux/$repo/os/i686
#Server = http://sunsite.rediris.es/mirror/archlinux/$repo/os/i686
# Sweden
#Server = ftp://ftp.df.lth.se/pub/archlinux/$repo/os/i686
#Server = http://ftp.df.lth.se/pub/archlinux/$repo/os/i686
Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/i686
Server = http://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.gigabit.nu/$repo/os/i686
#Server = http://ftp.gigabit.nu/$repo/os/i686
#Server = ftp://ftp.port80.se/archlinux/$repo/os/i686
#Server = http://ftp.port80.se/archlinux/$repo/os/i686

# Switzerland
#Server = ftp://archlinux.puzzle.ch/$repo/os/i686
#Server = http://archlinux.puzzle.ch/$repo/os/i686

# Taiwan
#Server = ftp://ftp.tku.edu.tw/Linux/ArchLinux/$repo/os/i686
#Server = http://ftp.tku.edu.tw/Linux/ArchLinux/$repo/os/i686

# Turkey
#Server = ftp://ftp.linux.org.tr/archlinux/$repo/os/i686

# Ukraine
#Server = ftp://archlinux.hell.org.ua/archlinux/$repo/os/i686
#Server = http://archlinux.hell.org.ua/archlinux/$repo/os/i686
#Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/i686
#Server = http://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/i686
# United States
#Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
#Server = http://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
#Server = ftp://mirrors.easynews.com/linux/archlinux/$repo/os/i686
#Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.archlinux.org/$repo/os/i686
#Server = http://mirrors.gigenet.com/archlinux/$repo/os/i686
#Server = ftp://ftp.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/i686
#Server = http://www.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/i686
#Server = ftp://mirrors.hosef.org/archlinux/$repo/os/i686
#Server = http://mirrors.hosef.org/archlinux/$repo/os/i686
#Server = ftp://ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i686
#Server = http://distro.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i686
#Server = http://archlinux.linuxfreedom.com/$repo/os/i686
#Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/i686
#Server = ftp://lug.mtu.edu/archlinux/ftpfull/$repo/os/i686
#Server = http://lug.mtu.edu/archlinux/ftpfull/$repo/os/i686
#Server = ftp://mirrors.xmission.com/archlinux/$repo/os/i686
#Server = http://mirrors.xmission.com/archlinux/$repo/os/i686
#Server = ftp://mirror.rit.edu/archlinux/$repo/os/i686
#Server = http://mirror.rit.edu/archlinux/$repo/os/i686
#Server = http://schlunix.org/archlinux/$repo/os/i686
#Server = http://archlinux.umflint.edu/$repo/os/i686
#Server = http://mirror.umoss.org/archlinux/$repo/os/i686

# Vietnam
#Server = ftp://202.78.230.5/archlinux/$repo/os/i686
#Server = ftp://ftp.indochinalinux.com/archlinux/$repo/os/i686
#Server = ftp://mirror-fpt-telecom.fpt.net/archlinux/$repo/os/i686
#Server = http://mirror-fpt-telecom.fpt.net/archlinux/$repo/os/i686

dhcpcd.conf

# A sample configuration for dhcpcd.
# See dhcpcd.conf(5) for details.

# Inform the DHCP server of our hostname for DDNS.
hostname
# To share the DHCP lease across OSX and Windows a ClientID is needed.
# Enabling this may get a different lease than the kernel DHCP client.
# Some upstream DHCP servers may also require a ClientID, such as FRITZ!Box.
#clientid

# A list of options to request from the DHCP server.
option domain_name_servers, domain_name, domain_search, host_name
option classless_static_routes
# Most distributions have NTP support.
option ntp_servers
# Respect the network MTU.
option interface_mtu
# A ServerID is required by RFC2131.
require dhcp_server_identifier

# A hook script is provided to lookup the hostname if not set by the DHCP
# server, but it should not be run by default.
nohook lookup-hostname
noipv4ll
#nohook resolv.conf


Ok, so here are the config-files i have been looking through i dont know how many times.

But down here you will see the results of the different settings.

Wget on the configs being shown.(already been waiting for 4min, and it still like this until i shut it off.

--2011-04-21 09:56:19--  http://www.archlinux.org/iso/2010.05/archlinux-2010.05-core-i686.iso.torrent
Resolving www.archlinux.org... 66.211.214.131
Connecting to www.archlinux.org|66.211.214.131|:80... connected.
HTTP request sent, awaiting response...

Pacman -Syu with curl (it gets a total amount but nothing happens. this only shows for a minute, but i have been trying this for several, around 5-10min.

[blargh@gory ~]$ sudo pacman -Syu
:: Synchronizing package databases...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0 38456    0     0    0     0      0      0 --:--:--  0:00:09 --:--:--     0

Wget now with pacman during passive mode edited in pacman.conf

:: Synchronizing package databases...
--2011-04-21 10:02:30--  ftp://ftp.ds.hj.se/pub/os/linux/archlinux/core/os/i686/                                         core.db.tar.gz
           => “/var/lib/pacman/core.db.tar.gz.part”
Resolving ftp.ds.hj.se... 193.10.239.170
Connecting to ftp.ds.hj.se|193.10.239.170|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/os/linux/archlinux/core/os/i686 ... done.
==> SIZE core.db.tar.gz ... 38456
==> PASV ... done.    ==> RETR core.db.tar.gz ... done.
Length: 38456 (38K) (unauthoritative)

 0% [                                                                                                                     0% [                                                                                ] 0           --.-K/s

Wget with pacman -Syu with default conf settings

[blargh@gory ~]$ sudo pacman -Syu
:: Synchronizing package databases...
error: failed retrieving file 'core.db.tar.gz' from ftp.ds.hj.se---------------------------------------------------]   0%

As you can see guys, this sucks. Cant update, cant download, and the only way sending applikation to the machine is by SFTP.

PS. Ping on google successfully

[blargh@gory ~]$ ping google.se
PING google.se (209.85.149.106) 56(84) bytes of data.
64 bytes from ber01s02-in-f106.1e100.net (209.85.149.106): icmp_seq=1 ttl=56 time=30.1 ms
64 bytes from ber01s02-in-f106.1e100.net (209.85.149.106): icmp_seq=2 ttl=56 time=30.1 ms

Offline

#2 2011-04-21 08:40:39

Duka
Member
From: R'lyeh
Registered: 2010-04-16
Posts: 34

Re: Pacman issues after new installation of core i686

Well, I think you should remove some "#" in mirrorlist to enable server, and then you will be able to upgrade.


Cthulhu Fhtagn!

Offline

#3 2011-04-21 08:43:38

hcjl
Member
From: berlin
Registered: 2007-06-29
Posts: 330

Re: Pacman issues after new installation of core i686

Duka wrote:

Well, I think you should remove some "#" in mirrorlist to enable server, and then you will be able to upgrade.

take a closer look. he has enabled a couple of servers.

Offline

#4 2011-04-21 08:47:32

krojas
Member
Registered: 2011-04-21
Posts: 3

Re: Pacman issues after new installation of core i686

Not only on the swedish servers, tried as well with the servers in category #Any and random countries. Same issue.

What´s makes it so damn wierd, is that I cant even download straight away with wget

Offline

#5 2011-04-21 08:52:21

Duka
Member
From: R'lyeh
Registered: 2010-04-16
Posts: 34

Re: Pacman issues after new installation of core i686

hcjl wrote:
Duka wrote:

Well, I think you should remove some "#" in mirrorlist to enable server, and then you will be able to upgrade.

take a closer look. he has enabled a couple of servers.

My bad. Didn't saw those enabled servers. smile


Cthulhu Fhtagn!

Offline

#6 2011-04-21 13:51:11

krojas
Member
Registered: 2011-04-21
Posts: 3

Re: Pacman issues after new installation of core i686

New information:

Seems that wget can download files that are extremely small. Like an HTML file or TXTfile. But when I try to download a pdf-file less than 5kb it still get stuck. I have no clue why... hmm

Offline

Board footer

Powered by FluxBB