You are not logged in.

#26 2013-09-13 21:21:38

MoonSwan
Member
From: Great White North
Registered: 2008-01-23
Posts: 881

Re: [SOLVED] Problem with CRC checks in general + other

This may sound stupid but is your bios's displayed time showing UTC or Local Time?  If its showing local time you need to set it to correct UTC for your location.  For years I tried to use UTC + Windows (I even tried the UTC registry key to solve this problem) but until WonderWoofy posted that the Bios *must* be set to UTC my computer failed to show correct time/dates in linux.  Windows was just as bad until I set the Bios's time to UTC.

This may not help and I'm sorry if it doesn't but it was all I could think to try.

Offline

#27 2013-09-14 02:44:09

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED] Problem with CRC checks in general + other

Although UTC works much better with Linux, systemd actually provides support for localtime as well.  I don't know that i would recommend using it, but it is there.  With the old SysV system I think that UTC was more of a requirement for proper funtionality.

When I was playing around with windows a bit on my computer a while back, I too tried the registry key.  It worked to make the computer think that things were in UTC, but things were still super wonky.  So a day or two later, I realized that it was because the ntp functionality of windows knew nothing of that registry key, and therefore kept massively adjusting the time back to what it thought was correct.  After completely disabling that in combination with the registry key, things in windows actually functioned normally.  But this has the caveat of the time potentially getting out of sync if you boot into windows significantly more than Linux, since it makes Linux the sole provider of time for the system.

@XioN, are you continually using the same mirror?  There is another (much more recent) thread that I partook in where the ultimte fix for the OP was changing the mirror.  I guess whatever he/she was using got out of whack.  I don't really have that problem here in the US, as I am fortunate to have a vast number of available mirrors.

Offline

#28 2013-09-14 10:12:32

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [SOLVED] Problem with CRC checks in general + other

OK, I'm trying the server changing thing... just to see that I'm doing it right... i must edit /etc/pacman.d/mirrorlist and comment out the first server urls, whih are the ones used currently, correct?
From spain, the first ones (the ones with best score) are French, polish and german servers... currently i'm downloading from :

## Score: 0.5, France
Server = http://archlinux.polymorf.fr/$repo/os/$arch

,wshich is the first uncommented, right?

I'm commenting that one and th next 5 or 6 and try again after a pacman -Sc.. Im currently forgetting about yaourt at all.... doing all with pacman from a non root user....

Offline

#29 2013-09-14 10:17:12

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [SOLVED] Problem with CRC checks in general + other

The problem still persists:

(148/148) checking keys in keyring                                                                           [################################################################] 100%
(148/148) checking package integrity                                                                         [################################################################] 100%
error: libgweather: signature from "Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>" is invalid
:: File /var/cache/pacman/pkg/libgweather-3.8.2-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 

timedatetl status:

     Local time: sáb 2013-09-14 12:16:41 CEST
  Universal time: sáb 2013-09-14 10:16:41 UTC
        RTC time: sáb 2013-09-14 10:16:41
        Timezone: Europe/Madrid (CEST, +0200)
     NTP enabled: no
NTP synchronized: no
 RTC in local TZ: no
      DST active: yes
 Last DST change: DST began at
                  dom 2013-03-31 01:59:59 CET
                  dom 2013-03-31 03:00:00 CEST
 Next DST change: DST ends (the clock jumps one hour backwards) at
                  dom 2013-10-27 02:59:59 CEST
                  dom 2013-10-27 02:00:00 CET

Offline

#30 2013-09-14 11:42:54

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,904
Website

Re: [SOLVED] Problem with CRC checks in general + other

Just as a sanity check, could you check that libgweather package has the same *sums as this:

$ md5sum /var/cache/pacman/pkg/libgweather-3.8.2-1-x86_64.pkg.tar.xz 
bda1444e51561cf64f1191ec3c6ccc92  /var/cache/pacman/pkg/libgweather-3.8.2-1-x86_64.pkg.tar.xz

$ sha256sum /var/cache/pacman/pkg/libgweather-3.8.2-1-x86_64.pkg.tar.xz 
bfe859f07fe14f2f99e9edabe05e88c0fd690de51cafdf5a38d10b95672a381e  /var/cache/pacman/pkg/libgweather-3.8.2-1-x86_64.pkg.tar.xz

Also run

# pacman --debug -Sdd libgweather

And finally, boot a liveCD and run memcheck+ for a few hours.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#31 2013-09-15 07:24:42

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [SOLVED] Problem with CRC checks in general + other

[jonander@7thHeaven ~]$ md5sum /var/cache/pacman/pkg/libgweather-3.8.2-1-x86_64.pkg.tar.xz 
bda1444e51561cf64f1191ec3c6ccc92  /var/cache/pacman/pkg/libgweather-3.8.2-1-x86_64.pkg.tar.xz
[jonander@7thHeaven ~]$ sha256sum /var/cache/pacman/pkg/libgweather-3.8.2-1-x86_64.pkg.tar.xz 
bfe859f07fe14f2f99e9edabe05e88c0fd690de51cafdf5a38d10b95672a381e  /var/cache/pacman/pkg/libgweather-3.8.2-1-x86_64.pkg.tar.xz
[jonander@7thHeaven ~]$ 

libgweather instaled fine, but i have trouble with this other package:

error: webkitgtk: signature from "Jan de Groot <jgc@archlinux.org>" is invalid
:: File /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
[jonander@7thHeaven ~]$ sudo pacman --debug -Sdd webkitgtk
debug: pacman v4.1.2 - libalpm v8.0.2
debug: parseconfig: options pass
debug: config: attempting to read file /etc/pacman.conf
debug: config: finish section '(null)'
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: arch: x86_64
debug: config: SigLevel: Required
debug: config: SigLevel: DatabaseOptional
debug: config: LocalFileSigLevel: Optional
debug: config: finish section 'options'
debug: config: new section 'core'
debug: config file /etc/pacman.conf, line 75: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: finish section 'core'
debug: config: new section 'extra'
debug: config file /etc/pacman.conf, line 78: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: finish section 'extra'
debug: config: new section 'community'
debug: config file /etc/pacman.conf, line 84: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: finish section 'community'
debug: config: new section 'multilib'
debug: config file /etc/pacman.conf, line 93: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: finish section 'multilib'
debug: config: new section 'archlinuxfr'
debug: config: finish section 'archlinuxfr'
debug: config: finished parsing /etc/pacman.conf
debug: setup_libalpm called
debug: option 'logfile' = /var/log/pacman.log
debug: option 'gpgdir' = /etc/pacman.d/gnupg/
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: parseconfig: repo pass
debug: config: attempting to read file /etc/pacman.conf
debug: config: finish section '(null)'
debug: config: new section 'options'
debug: config: finish section 'options'
debug: config: new section 'core'
debug: config file /etc/pacman.conf, line 75: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: finish section 'core'
debug: registering sync database 'core'
debug: database path for tree core set to /var/lib/pacman/sync/core.db
debug: "/var/lib/pacman/sync/core.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/core.db.sig could not be opened
debug: missing optional signature
debug: adding new server URL to database 'core': http://mirror.system.is/arch/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.liquidweb.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.tuxdroid.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.limun.org/core/os/x86_64
debug: adding new server URL to database 'core': http://lug.mtu.edu/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.datacenter.by/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.bytemark.co.uk/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://foss.aueb.gr/mirrors/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://miroir.ezvan.fr/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.openlabto.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.unitedcolo.de/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.lysator.liu.se/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp5.gwdg.de/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://arch.apt-get.eu/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.selfnet.de/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.neutrinopower.de/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.snt.utwente.nl/pub/os/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.archlinux.no/core/os/x86_64
debug: adding new server URL to database 'core': http://mir.archlinux.fr/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror1.htu.tugraz.at/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.byfly.by/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.vectranet.pl/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.yandex.ru/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirrors.uk2.net/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.vpsfree.cz/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirror.dkm.cz/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.michael-eckert.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://pet.inf.ufsc.br/mirrors/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.aarnet.edu.au/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.hawo.stw.uni-erlangen.de/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.c3sl.ufpr.br/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.rit.edu/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.tku.edu.tw/Linux/ArchLinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.netcologne.de/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://www.gtlib.gatech.edu/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.fluxent.de/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirror.kangaroot.net/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.archlinux.fi/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.nexcess.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://cake.lib.fit.edu/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirrors.linux.ro/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.csclub.uwaterloo.ca/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://arch.linux.net.mk/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.cc.columbia.edu/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.cat.pdx.edu/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.aubrac-medical.fr/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.portlane.com/pub/os/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://www.las.ic.unicamp.br/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.surlyjake.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirror.rafal.ca/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.aggregate.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://suro.ubaya.ac.id/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.vi-di.fr/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.dotsrc.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.hosteurope.de/mirror/ftp.archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.jmu.edu/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.puzzle.ch/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirror.root.lu/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.cinosure.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.nluug.nl/pub/os/Linux/distr/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.internode.on.net/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.swin.edu.au/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.halifax.rwth-aachen.de/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.eenet.ee/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror-fpt-telecom.fpt.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.prometeus.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.pmf.kg.ac.rs/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.uib.no/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.i3d.net/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.archlinux.cl/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.isoc.org.il/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.gigenet.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.otenet.gr/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.ntua.gr/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.wa.co.za/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.kernel.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.ancl.hawaii.edu/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.tsukuba.wide.ad.jp/Linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.rnl.ist.utl.pt/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.cs.nctu.edu.tw/core/os/x86_64
debug: adding new server URL to database 'core': http://www.laqee.unal.edu.co/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.rol.ru/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.cc.uoc.gr/mirrors/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://cosmos.cites.illinois.edu/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://linux.rz.rub.de/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.heanet.ie/mirrors/ftp.archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.lax1.thegcloud.com/arch/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.archlinux.ikoula.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.cu.be/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.archlinux.ro/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.df.lth.se/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.kz/core/os/x86_64
debug: adding new server URL to database 'core': http://www.mirrorservice.org/sites/ftp.archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.igor.onlinedirect.bg/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.linux.org.tr/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.neusoft.edu.cn/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.optus.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.xnet.co.nz/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirror.uber.com.au/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirrors.ovh.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.nautile.nc/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.tuna.tsinghua.edu.cn/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.availo.se/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://syd.mirror.rackspace.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.its.dal.ca/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.neolabs.kz/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.osuosl.org/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://hkg.mirror.rackspace.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.goodsoft.lv/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.cse.iitk.ac.in/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://sunsite.rediris.es/mirror/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.metrocast.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.163.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://dfw.mirror.rackspace.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.linux.kiev.ua/pub/Linux/ArchLinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.supsec.org/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirror.vexxhost.com/core/os/x86_64
debug: adding new server URL to database 'core': http://osl.ugr.es/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirror.pl.ionic.net.pl/core/os/x86_64
debug: adding new server URL to database 'core': http://artfiles.org/archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.xmission.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.uni-kl.de/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.tu-chemnitz.de/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.dcc.fc.up.pt/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.st.uz/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.uni-bayreuth.de/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.lnx.sk/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.mithril.org.ua/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.ds.hj.se/pub/os/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.klid.dk/ftp/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.kaist.ac.kr/ArchLinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.ustc.edu.cn/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.iinet.net.au/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors6.ustc.edu.cn/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ord.mirror.rackspace.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.learn.ac.lk/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.rutgers.edu/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.umd.edu/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://jaran.undip.ac.id/archlinux/core/os/x86_64
debug: config: new section 'extra'
debug: config file /etc/pacman.conf, line 78: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: finish section 'extra'
debug: registering sync database 'extra'
debug: database path for tree extra set to /var/lib/pacman/sync/extra.db
debug: "/var/lib/pacman/sync/extra.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/extra.db.sig could not be opened
debug: missing optional signature
debug: adding new server URL to database 'extra': http://mirror.system.is/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.liquidweb.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.tuxdroid.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.limun.org/extra/os/x86_64
debug: adding new server URL to database 'extra': http://lug.mtu.edu/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.datacenter.by/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.bytemark.co.uk/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://foss.aueb.gr/mirrors/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://miroir.ezvan.fr/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.openlabto.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.unitedcolo.de/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.lysator.liu.se/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp5.gwdg.de/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://arch.apt-get.eu/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.selfnet.de/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.neutrinopower.de/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.snt.utwente.nl/pub/os/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.archlinux.no/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mir.archlinux.fr/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror1.htu.tugraz.at/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.byfly.by/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.vectranet.pl/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.yandex.ru/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirrors.uk2.net/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.vpsfree.cz/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirror.dkm.cz/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.michael-eckert.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://pet.inf.ufsc.br/mirrors/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.aarnet.edu.au/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.hawo.stw.uni-erlangen.de/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.c3sl.ufpr.br/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.rit.edu/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.tku.edu.tw/Linux/ArchLinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.netcologne.de/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://www.gtlib.gatech.edu/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.fluxent.de/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirror.kangaroot.net/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.archlinux.fi/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.nexcess.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://cake.lib.fit.edu/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirrors.linux.ro/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.csclub.uwaterloo.ca/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://arch.linux.net.mk/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.cc.columbia.edu/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.cat.pdx.edu/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.aubrac-medical.fr/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.portlane.com/pub/os/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://www.las.ic.unicamp.br/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.surlyjake.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirror.rafal.ca/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.aggregate.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://suro.ubaya.ac.id/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.vi-di.fr/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.dotsrc.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.hosteurope.de/mirror/ftp.archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.jmu.edu/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.puzzle.ch/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirror.root.lu/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.cinosure.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.nluug.nl/pub/os/Linux/distr/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.internode.on.net/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.swin.edu.au/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.halifax.rwth-aachen.de/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.eenet.ee/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror-fpt-telecom.fpt.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.prometeus.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.pmf.kg.ac.rs/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.uib.no/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.i3d.net/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.archlinux.cl/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.isoc.org.il/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.gigenet.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.otenet.gr/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.ntua.gr/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.wa.co.za/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.kernel.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.ancl.hawaii.edu/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.tsukuba.wide.ad.jp/Linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.rnl.ist.utl.pt/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.cs.nctu.edu.tw/extra/os/x86_64
debug: adding new server URL to database 'extra': http://www.laqee.unal.edu.co/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.rol.ru/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.cc.uoc.gr/mirrors/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://cosmos.cites.illinois.edu/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://linux.rz.rub.de/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.heanet.ie/mirrors/ftp.archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.lax1.thegcloud.com/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.archlinux.ikoula.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.cu.be/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.archlinux.ro/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.df.lth.se/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.kz/extra/os/x86_64
debug: adding new server URL to database 'extra': http://www.mirrorservice.org/sites/ftp.archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.igor.onlinedirect.bg/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.linux.org.tr/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.neusoft.edu.cn/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.optus.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.xnet.co.nz/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirror.uber.com.au/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirrors.ovh.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.nautile.nc/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.tuna.tsinghua.edu.cn/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.availo.se/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://syd.mirror.rackspace.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.its.dal.ca/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.neolabs.kz/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.osuosl.org/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://hkg.mirror.rackspace.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.goodsoft.lv/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.cse.iitk.ac.in/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://sunsite.rediris.es/mirror/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.metrocast.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.163.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://dfw.mirror.rackspace.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.linux.kiev.ua/pub/Linux/ArchLinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.supsec.org/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirror.vexxhost.com/extra/os/x86_64
debug: adding new server URL to database 'extra': http://osl.ugr.es/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirror.pl.ionic.net.pl/extra/os/x86_64
debug: adding new server URL to database 'extra': http://artfiles.org/archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.xmission.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.uni-kl.de/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.tu-chemnitz.de/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.dcc.fc.up.pt/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.st.uz/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.uni-bayreuth.de/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.lnx.sk/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.mithril.org.ua/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.ds.hj.se/pub/os/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.klid.dk/ftp/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.kaist.ac.kr/ArchLinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.ustc.edu.cn/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.iinet.net.au/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors6.ustc.edu.cn/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ord.mirror.rackspace.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.learn.ac.lk/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.rutgers.edu/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.umd.edu/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://jaran.undip.ac.id/archlinux/extra/os/x86_64
debug: config: new section 'community'
debug: config file /etc/pacman.conf, line 84: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: finish section 'community'
debug: registering sync database 'community'
debug: database path for tree community set to /var/lib/pacman/sync/community.db
debug: "/var/lib/pacman/sync/community.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/community.db.sig could not be opened
debug: missing optional signature
debug: adding new server URL to database 'community': http://mirror.system.is/arch/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.liquidweb.com/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.tuxdroid.org/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.limun.org/community/os/x86_64
debug: adding new server URL to database 'community': http://lug.mtu.edu/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.datacenter.by/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.bytemark.co.uk/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://foss.aueb.gr/mirrors/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://miroir.ezvan.fr/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.openlabto.org/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.unitedcolo.de/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.lysator.liu.se/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp5.gwdg.de/pub/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://arch.apt-get.eu/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.selfnet.de/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.neutrinopower.de/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.snt.utwente.nl/pub/os/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.archlinux.no/community/os/x86_64
debug: adding new server URL to database 'community': http://mir.archlinux.fr/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror1.htu.tugraz.at/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.byfly.by/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.vectranet.pl/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.yandex.ru/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mirrors.uk2.net/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.vpsfree.cz/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mirror.dkm.cz/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.michael-eckert.net/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://pet.inf.ufsc.br/mirrors/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.aarnet.edu.au/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.hawo.stw.uni-erlangen.de/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.c3sl.ufpr.br/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.rit.edu/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.tku.edu.tw/Linux/ArchLinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.netcologne.de/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://www.gtlib.gatech.edu/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.fluxent.de/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mirror.kangaroot.net/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.archlinux.fi/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.nexcess.net/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://cake.lib.fit.edu/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mirrors.linux.ro/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.csclub.uwaterloo.ca/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://arch.linux.net.mk/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.cc.columbia.edu/pub/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.cat.pdx.edu/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.aubrac-medical.fr/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.portlane.com/pub/os/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://www.las.ic.unicamp.br/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.surlyjake.com/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mirror.rafal.ca/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.aggregate.org/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://suro.ubaya.ac.id/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.vi-di.fr/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.dotsrc.org/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.hosteurope.de/mirror/ftp.archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.jmu.edu/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.puzzle.ch/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mirror.root.lu/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.cinosure.com/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.nluug.nl/pub/os/Linux/distr/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.internode.on.net/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.swin.edu.au/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.halifax.rwth-aachen.de/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.eenet.ee/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror-fpt-telecom.fpt.net/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.prometeus.net/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.pmf.kg.ac.rs/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.uib.no/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.i3d.net/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.archlinux.cl/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.isoc.org.il/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.gigenet.com/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.otenet.gr/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.ntua.gr/pub/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.wa.co.za/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.kernel.org/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.ancl.hawaii.edu/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.tsukuba.wide.ad.jp/Linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.rnl.ist.utl.pt/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.cs.nctu.edu.tw/community/os/x86_64
debug: adding new server URL to database 'community': http://www.laqee.unal.edu.co/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.rol.ru/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.cc.uoc.gr/mirrors/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://cosmos.cites.illinois.edu/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://linux.rz.rub.de/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.heanet.ie/mirrors/ftp.archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.lax1.thegcloud.com/arch/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.archlinux.ikoula.com/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.cu.be/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.archlinux.ro/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.df.lth.se/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.kz/community/os/x86_64
debug: adding new server URL to database 'community': http://www.mirrorservice.org/sites/ftp.archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.igor.onlinedirect.bg/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.linux.org.tr/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.neusoft.edu.cn/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.optus.net/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.xnet.co.nz/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mirror.uber.com.au/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mirrors.ovh.net/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.nautile.nc/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.tuna.tsinghua.edu.cn/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.availo.se/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://syd.mirror.rackspace.com/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.its.dal.ca/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.neolabs.kz/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.osuosl.org/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://hkg.mirror.rackspace.com/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.goodsoft.lv/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.cse.iitk.ac.in/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://sunsite.rediris.es/mirror/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.metrocast.net/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.163.com/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://dfw.mirror.rackspace.com/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.linux.kiev.ua/pub/Linux/ArchLinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.supsec.org/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mirror.vexxhost.com/community/os/x86_64
debug: adding new server URL to database 'community': http://osl.ugr.es/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mirror.pl.ionic.net.pl/community/os/x86_64
debug: adding new server URL to database 'community': http://artfiles.org/archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.xmission.com/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.uni-kl.de/pub/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.tu-chemnitz.de/pub/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.dcc.fc.up.pt/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.st.uz/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.uni-bayreuth.de/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.lnx.sk/pub/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.mithril.org.ua/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.ds.hj.se/pub/os/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.klid.dk/ftp/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.kaist.ac.kr/ArchLinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.ustc.edu.cn/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.iinet.net.au/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors6.ustc.edu.cn/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ord.mirror.rackspace.com/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.learn.ac.lk/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.rutgers.edu/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.umd.edu/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://jaran.undip.ac.id/archlinux/community/os/x86_64
debug: config: new section 'multilib'
debug: config file /etc/pacman.conf, line 93: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: finish section 'multilib'
debug: registering sync database 'multilib'
debug: database path for tree multilib set to /var/lib/pacman/sync/multilib.db
debug: "/var/lib/pacman/sync/multilib.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/multilib.db.sig could not be opened
debug: missing optional signature
debug: adding new server URL to database 'multilib': http://mirror.system.is/arch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.liquidweb.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.tuxdroid.org/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.limun.org/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://lug.mtu.edu/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.datacenter.by/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.bytemark.co.uk/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://foss.aueb.gr/mirrors/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://miroir.ezvan.fr/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.openlabto.org/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.unitedcolo.de/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.lysator.liu.se/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp5.gwdg.de/pub/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://arch.apt-get.eu/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.selfnet.de/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.neutrinopower.de/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.snt.utwente.nl/pub/os/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.archlinux.no/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mir.archlinux.fr/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror1.htu.tugraz.at/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.byfly.by/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.vectranet.pl/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.yandex.ru/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.mirrors.uk2.net/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.vpsfree.cz/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.mirror.dkm.cz/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.michael-eckert.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://pet.inf.ufsc.br/mirrors/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.aarnet.edu.au/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.hawo.stw.uni-erlangen.de/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.c3sl.ufpr.br/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.rit.edu/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.tku.edu.tw/Linux/ArchLinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.netcologne.de/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://www.gtlib.gatech.edu/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.fluxent.de/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.mirror.kangaroot.net/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.archlinux.fi/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.nexcess.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://cake.lib.fit.edu/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.mirrors.linux.ro/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.csclub.uwaterloo.ca/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://arch.linux.net.mk/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.cc.columbia.edu/pub/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.cat.pdx.edu/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.aubrac-medical.fr/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.portlane.com/pub/os/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://www.las.ic.unicamp.br/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.surlyjake.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.mirror.rafal.ca/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.aggregate.org/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://suro.ubaya.ac.id/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.vi-di.fr/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.dotsrc.org/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.hosteurope.de/mirror/ftp.archlinux.org/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.jmu.edu/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.puzzle.ch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.mirror.root.lu/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.cinosure.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.nluug.nl/pub/os/Linux/distr/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.internode.on.net/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.swin.edu.au/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.halifax.rwth-aachen.de/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.eenet.ee/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror-fpt-telecom.fpt.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.prometeus.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.pmf.kg.ac.rs/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.uib.no/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.i3d.net/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.archlinux.cl/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.isoc.org.il/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.gigenet.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.otenet.gr/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.ntua.gr/pub/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.wa.co.za/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.kernel.org/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.ancl.hawaii.edu/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.tsukuba.wide.ad.jp/Linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.rnl.ist.utl.pt/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.cs.nctu.edu.tw/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://www.laqee.unal.edu.co/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.rol.ru/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.cc.uoc.gr/mirrors/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://cosmos.cites.illinois.edu/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://linux.rz.rub.de/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.heanet.ie/mirrors/ftp.archlinux.org/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.lax1.thegcloud.com/arch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.archlinux.ikoula.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.cu.be/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.archlinux.ro/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.df.lth.se/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.kz/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://www.mirrorservice.org/sites/ftp.archlinux.org/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.igor.onlinedirect.bg/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.linux.org.tr/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.neusoft.edu.cn/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.optus.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.xnet.co.nz/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.mirror.uber.com.au/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.mirrors.ovh.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.nautile.nc/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.tuna.tsinghua.edu.cn/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.availo.se/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://syd.mirror.rackspace.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.its.dal.ca/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.neolabs.kz/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.osuosl.org/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://hkg.mirror.rackspace.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.goodsoft.lv/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.cse.iitk.ac.in/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://sunsite.rediris.es/mirror/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.metrocast.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.163.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://dfw.mirror.rackspace.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.linux.kiev.ua/pub/Linux/ArchLinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.supsec.org/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.mirror.vexxhost.com/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://osl.ugr.es/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.mirror.pl.ionic.net.pl/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://artfiles.org/archlinux.org/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.xmission.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.uni-kl.de/pub/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.tu-chemnitz.de/pub/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.dcc.fc.up.pt/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.st.uz/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.uni-bayreuth.de/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.lnx.sk/pub/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.mithril.org.ua/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.ds.hj.se/pub/os/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.klid.dk/ftp/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.kaist.ac.kr/ArchLinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.ustc.edu.cn/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.iinet.net.au/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors6.ustc.edu.cn/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ord.mirror.rackspace.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.learn.ac.lk/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.rutgers.edu/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.umd.edu/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://jaran.undip.ac.id/archlinux/multilib/os/x86_64
debug: config: new section 'archlinuxfr'
debug: config: SigLevel: Never
debug: config: finish section 'archlinuxfr'
debug: registering sync database 'archlinuxfr'
debug: database path for tree archlinuxfr set to /var/lib/pacman/sync/archlinuxfr.db
debug: adding new server URL to database 'archlinuxfr': http://repo.archlinux.fr/x86_64
debug: config: finished parsing /etc/pacman.conf
debug: loading package cache for repository 'core'
debug: opening archive /var/lib/pacman/sync/core.db
debug: added 189 packages to package cache for db 'core'
debug: loading package cache for repository 'extra'
debug: opening archive /var/lib/pacman/sync/extra.db
debug: added 2812 packages to package cache for db 'extra'
debug: adding package 'webkitgtk'
debug: loading package cache for repository 'local'
debug: added 968 packages to package cache for db 'local'
debug: adding package webkitgtk-2.0.4-1 to the transaction add list
looking for inter-conflicts...
debug: looking for conflicts
debug: check targets vs targets
debug: check targets vs targets
debug: check targets vs db and db vs targets
debug: check targets vs db
debug: check db vs targets
debug: found cached pkg: /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg webkitgtk
debug: returning error 31 from alpm_db_get_pkg : could not find or read package

Packages (1): webkitgtk-2.0.4-1

Total Installed Size:   104.85 MiB

:: Proceed with installation? [Y/n] 
debug: using cachedir: /var/cache/pacman/pkg/
debug: using cachedir: /var/cache/pacman/pkg/
checking keyring...
debug: GPGME version: 1.4.3
debug: GPGME engine info: file=/usr/bin/gpg2, home=/etc/pacman.d/gnupg/
debug: looking up key 976AC6FA3B94FA10 locally
debug: key lookup success, key exists
checking package integrity...
debug: found cached pkg: /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz
debug: sig data: iQEcBAABAgAGBQJR7u7zAAoJEJdqxvo7lPoQ0ikH/3FqOOaP46M4ReJi1+mb+LTxG/qNrhw9Dy7ZSgueQkNnADMCa9wyPCHKx7XogDllkhtTZ32w5bo57liZnKHplOGSdRrQlF9jLWGoDlo+LxHd9264220qKuKwchWzLxBBhVurbz6JudFKdbL0kMqzZHsJJJBMz8ee99vWNIXwWPMCXXSmPt04gGi9CoCTxmMJ2y4hb0A/8f9SOH3/KFOlZrszPlfn9YWtnf3Xm43zIiC+QU7OcgdkFA///QRMftdqQRbZbnRHRh9b4xt0wLKOfbsaD34oFHV/2/jHnbJlmLFM+qanZLmmRzSyGTeDWVjyzXrCrLD/Cznji5FvNvZ9fXo=
debug: checking signature for /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz
debug: 1 signatures returned
debug: fingerprint: 976AC6FA3B94FA10
debug: summary: red
debug: status: Bad signature
debug: timestamp: 0
debug: exp_timestamp: 0
debug: validity: unknown; reason: Success
debug: key: A84B8DC73AB832067BE54C3C976AC6FA3B94FA10, Jan de Groot <jgc@archlinux.org>, owner_trust unknown, disabled 0
debug: signature is not valid
error: webkitgtk: signature from "Jan de Groot <jgc@archlinux.org>" is invalid
:: File /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
[jonander@7thHeaven ~]$ md5sum /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz 
c03707dbb161e026311f789703e1b0e3  /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz
[jonander@7thHeaven ~]$ sha256sum /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz 
9c1883711304fe2e905266307869dc523f30700578769149ff31cf1d96c7ddbc  /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz
[jonander@7thHeaven ~]$ 

Also, I've run memtest86+ from local disk for 8 hours and a half and no errors at all were found.

I suspect some hardware issue with the video card, though, but I don't know how to test it or if it could even be related at all with this issue.

Thanks for trying.... sad

Offline

#32 2013-09-15 09:55:36

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,904
Website

Re: [SOLVED] Problem with CRC checks in general + other

Well your *sums for the webkitgtk package are off.

$ md5sum /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz
8b019dbd762a077c1c370c7ef407c3a5  /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz
$ sha256sum /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz
c7f5c78a0057ec3d583d1a7aa303774fa1143215230af4c98e2a6d188520a2b6  /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz

Also, you don't seem to be getting the full fingerprint from the archive:-

debug: checking signature for /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz
debug: 1 signatures returned
debug: fingerprint: 976AC6FA3B94FA10
debug: summary: red
debug: status: Bad signature

Should have been

debug: checking signature for /var/cache/pacman/pkg/webkitgtk-2.0.4-1-x86_64.pkg.tar.xz
debug: 1 signatures returned
debug: fingerprint: A84B8DC73AB832067BE54C3C976AC6FA3B94FA10
debug: summary: valid
debug: summary: green

I'm not sure if that's caused by the file corruption, or if there's still something wrong with your pacman-key setup, or if I just don't know enough about gpg fingerprints and that shorthand print is perfectly fine.

For now, lets focus on the file corruption. Did you have to redownload libgweather before it would install, or did it just "work" after a retry? I'm assuming the problem is either filesystem or network related.

Can you post the output of:

  • 'mount'

  • 'smartctl -a' for the disk containing the filesystem containing /var/cache/pacman/pkg

  • 'ip -s link show'

  • and 'dmesg' (use a pastebin hoster like pastie for this one)


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#33 2013-09-15 12:54:27

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [SOLVED] Problem with CRC checks in general + other

[jonander@7thHeaven ~]$ sudo mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=1732220k,nr_inodes=433055,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
/dev/sda1 on / type ext4 (rw,relatime,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
tmpfs on /tmp type tmpfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
/dev/md0 on /home type ext4 (rw,relatime,stripe=128,data=ordered)

md0 is a raid5 array i assembled using mdadm
The system is installed on a SSD drive

[jonander@7thHeaven ~]$ sudo smartctl -a /dev/sda
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.10.10-1-ARCH] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Indilinx Barefoot_2/Everest/Martini based SSDs
Device Model:     OCZ-VERTEX4
Serial Number:    OCZ-P47H2X741637R319
LU WWN Device Id: 5 e83a97 b626bab29
Firmware Version: 1.5
User Capacity:    128,035,676,160 bytes [128 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-2 (minor revision not indicated)
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Sun Sep 15 14:49:26 2013 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
                                        was never started.
                                        Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0) The previous self-test routine completed
                                        without error or no self-test has ever 
                                        been run.
Total time to complete Offline 
data collection:                (    0) seconds.
Offline data collection
capabilities:                    (0x1d) SMART execute Offline immediate.
                                        No Auto Offline data collection support.
                                        Abort Offline collection upon new
                                        command.
                                        Offline surface scan supported.
                                        Self-test supported.
                                        No Conveyance Self-test supported.
                                        No Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x00) Error logging NOT supported.
                                        General Purpose Logging supported.
Short self-test routine 
recommended polling time:        (   0) minutes.
Extended self-test routine
recommended polling time:        (   0) minutes.

SMART Attributes Data Structure revision number: 18
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x0000   006   000   000    Old_age   Offline      -       6
  3 Spin_Up_Time            0x0000   100   100   000    Old_age   Offline      -       0
  4 Start_Stop_Count        0x0000   100   100   000    Old_age   Offline      -       0
  5 Reallocated_Sector_Ct   0x0000   100   100   000    Old_age   Offline      -       0
  9 Power_On_Hours          0x0000   100   100   000    Old_age   Offline      -       2803
 12 Power_Cycle_Count       0x0000   100   100   000    Old_age   Offline      -       631
232 Lifetime_Writes         0x0000   100   100   000    Old_age   Offline      -       3668103194
233 Media_Wearout_Indicator 0x0000   100   000   000    Old_age   Offline      -       100

SMART Error Log not supported

Warning! SMART Self-Test Log Structure error: invalid SMART checksum.
SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]


Selective Self-tests/Logging not supported

[jonander@7thHeaven ~]$ 
[jonander@7thHeaven ~]$ sudo ip -s link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT                                                                                                    
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00                                                                                                                           
    RX: bytes  packets  errors  dropped overrun mcast                                                                                                                               
    23087      146      0       0       0       0                                                                                                                                   
    TX: bytes  packets  errors  dropped carrier collsns                                                                                                                             
    23087      146      0       0       0       0                                                                                                                                   
2: enp0s10: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000                                                                             
    link/ether 00:24:8c:6b:5c:86 brd ff:ff:ff:ff:ff:ff                                                                                                                              
    RX: bytes  packets  errors  dropped overrun mcast                                                                                                                               
    1928449011 2063719  0       1       0       56                                                                                                                                  
    TX: bytes  packets  errors  dropped carrier collsns                                                                                                                             
    749279256  1565341  0       0       0       0   

Dmesg in pastebin: http://pastebin.com/gB4VLcav

Also, fstab:

#
# /etc/fstab: static file system information
#
# <file system> <dir>   <type>  <options>       <dump>  <pass>
# UUID=8c8371cc-8edf-4ec4-bb37-1716158cee7b LABEL=Root
/dev/sda1               /               ext4            rw,relatime,data=ordered        0 1

# UUID=c592378c-f091-4879-a30a-4553687aeff2 LABEL=Swap
/dev/sda2               none            swap            defaults        0 0

UUID=8ba68634-8c54-44c3-a420-912de43bdb4a /home ext4 defaults 0 1

Could it be something wrong with my HDD?

Thanks, I appreciate all the time and effort you are puting on this.

Offline

#34 2013-09-15 13:37:43

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,904
Website

Re: [SOLVED] Problem with CRC checks in general + other

You seem to have a recurring kernel bug relating to your networking:

[  872.618671] ------------[ cut here ]------------
[  872.618707] WARNING: at net/ipv4/tcp_input.c:2776 tcp_fastretrans_alert+0xc25/0xcb0()
[  872.618713] Modules linked in: snd_hda_codec_hdmi snd_hda_codec_via nvidia(PO) joydev hid_generic evdev powernow_k8 kvm_amd kvm usbhid hid mceusb rc_core pcspkr psmouse serio_raw k8temp edac_core edac_mce_amd drm snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore forcedeth shpchp video asus_atk0110 wmi i2c_nforce2 i2c_core processor button vboxdrv(O) ext4 crc16 mbcache jbd2 raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq md_mod usb_storage sr_mod cdrom sd_mod ata_generic pata_acpi ahci libahci pata_amd libata ohci_hcd ehci_pci ehci_hcd scsi_mod usbcore usb_common floppy
[  872.618819] CPU: 1 PID: 0 Comm: swapper/1 Tainted: P           O 3.10.10-1-ARCH #1
[  872.618826] Hardware name: System manufacturer System Product Name/M4N78 PRO, BIOS 1303    04/13/2011
[  872.618832]  0000000000000009 ffff88013fc43a58 ffffffff814c2998 ffff88013fc43a90
[  872.618842]  ffffffff81055891 ffff8801385e7700 0000000000000001 0000000000000000
[  872.618850]  0000000000000000 0000000000000004 ffff88013fc43aa0 ffffffff8105596a
[  872.618858] Call Trace:
[  872.618864]  <IRQ>  [<ffffffff814c2998>] dump_stack+0x19/0x1b
[  872.618884]  [<ffffffff81055891>] warn_slowpath_common+0x61/0x80
[  872.618892]  [<ffffffff8105596a>] warn_slowpath_null+0x1a/0x20
[  872.618901]  [<ffffffff81419b55>] tcp_fastretrans_alert+0xc25/0xcb0
[  872.618910]  [<ffffffff8141a718>] tcp_ack+0xa38/0x1000
[  872.618921]  [<ffffffff8141b0fa>] tcp_rcv_established+0xda/0x820
[  872.618930]  [<ffffffff81423ecd>] tcp_v4_do_rcv+0x13d/0x380
[  872.618938]  [<ffffffff814267f7>] tcp_v4_rcv+0x6a7/0x830
[  872.619286]  [<ffffffffa0ddfe3b>] ? _nv012285rm+0x9/0xe [nvidia]
[  872.619444]  [<ffffffffa092d076>] ? _nv015436rm+0x34/0x1b2 [nvidia]
[  872.619455]  [<ffffffff813ed7bf>] ? sch_direct_xmit+0x5f/0x1b0
[  872.619466]  [<ffffffff81401c9e>] ip_local_deliver_finish+0xce/0x240
[  872.619475]  [<ffffffff814022c8>] ip_local_deliver+0x38/0x90
[  872.619485]  [<ffffffff81401f19>] ip_rcv_finish+0x109/0x330
[  872.619493]  [<ffffffff81402508>] ip_rcv+0x1e8/0x320
[  872.619504]  [<ffffffff813ccd3a>] __netif_receive_skb_core+0x68a/0x8f0
[  872.619512]  [<ffffffff81426a41>] ? tcp4_gro_receive+0xa1/0x120
[  872.619521]  [<ffffffff813ccfb8>] __netif_receive_skb+0x18/0x60
[  872.619529]  [<ffffffff813cd033>] netif_receive_skb+0x33/0xc0
[  872.619538]  [<ffffffff813cd650>] napi_gro_receive+0x80/0xb0
[  872.619553]  [<ffffffffa0636381>] nv_rx_process_optimized+0x151/0x280 [forcedeth]
[  872.619565]  [<ffffffffa0639125>] nv_napi_poll+0x95/0x600 [forcedeth]
[  872.619574]  [<ffffffff813ce201>] net_rx_action+0x161/0x280
[  872.619584]  [<ffffffff8105dbff>] __do_softirq+0xef/0x2b0
[  872.619594]  [<ffffffff8105df16>] irq_exit+0x86/0xb0
[  872.619602]  [<ffffffff814d1c16>] do_IRQ+0x56/0xc0
[  872.619613]  [<ffffffff814c88ed>] common_interrupt+0x6d/0x6d
[  872.619618]  <EOI>  [<ffffffff81041ed6>] ? native_safe_halt+0x6/0x10
[  872.619634]  [<ffffffff8101bb0f>] default_idle+0x1f/0x140
[  872.619642]  [<ffffffff8101bc6f>] amd_e400_idle+0x3f/0x100
[  872.619650]  [<ffffffff8101c5a6>] arch_cpu_idle+0x26/0x30
[  872.619661]  [<ffffffff810a6eb7>] cpu_startup_entry+0x257/0x2d0
[  872.619671]  [<ffffffff814b563c>] start_secondary+0x275/0x277
[  872.619678] ---[ end trace ff47ad1df0cfa26d ]---

You should probably report that upstream if there's not a bug report about it already. Your 'ip -s link show' output is only showing a single dropped packet and no errors though, so I'm not convinced this is the root of the problem.

[  153.153051] ata2.00: exception Emask 0x10 SAct 0x2 SErr 0x0 action 0xe frozen
[  153.153064] ata2.00: irq_stat 0x000041e9, connection status changed
[  153.153072] ata2.00: failed command: READ FPDMA QUEUED
[  153.153087] ata2.00: cmd 60/00:08:10:c1:1a/04:00:25:00:00/40 tag 1 ncq 524288 in
         res 40/00:0c:10:c1:1a/00:00:25:00:00/40 Emask 0x10 (ATA bus error)
[  153.153094] ata2.00: status: { DRDY }
[  153.153105] ata2: hard resetting link
[  153.870027] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  153.882310] ata2.00: configured for UDMA/133
[  153.882356] ata2: EH complete

caught my eye initially, but ata2.00 translates to sdb -- a Samsung HD204UI -- not your SSD. It only happens once, and fairly early on, so it's probably not a major problem either. If it persists, you might want to reseat your HDD cables.

Also unrelated, but you should let your md0 resync, it's currently reporting that it's not clean.

You might want to modify your fstab so that you're using discard on your root filesystem (unless you enabled it with tune2fs). You should also change /home's pass value to 2, istead of 1. Again, I don't think these are related to the problem.

In sumary, the networking kernel bug looks to be the most likely culprit, but there's not an awful lot of evidence to support it. I guess you could using try a wireless connection, if you have the means to, and see if you still get package corruption. Other than that, there's a lot of small things you could do, but I don't think they'll have any affect on the problem.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#35 2013-09-15 14:06:32

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [SOLVED] Problem with CRC checks in general + other

Thanks for the info.... the hard disks are mechanic disks after all, maybe I have to go through the wiring to re-adjust them a bit,.... sometimes maybe one of them gets left out and the array must be resynced

The array was already on resync status (20% done)... so, this is a minor issue as well, thanks smile

I modified fstab for as you suggested... I recall enabling trim with tune2fs when I bought the disk, but,a s I don't know if this is persistant (the disk has been re-formated a couple times), I'm including that option in the fstab file.

Let's go with the network:
It's just an integrated lan card... I don't really know how to report this to upstream... It's beyond my knowledge: I think I tried once but failed...
I am also experiencing really really low download speed with my torrent client.... could this all be related to the same?
I will try to get some spare pci lan card or something similar... In the mean time... maybe trying some other kernel would fix this? - i was thinking about the ck branch....

Thanks

Offline

#36 2013-09-15 14:53:28

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,904
Website

Re: [SOLVED] Problem with CRC checks in general + other

The kernel bug tracker is here: https://bugzilla.kernel.org/
Looks like it's already been reported here: https://bugzilla.kernel.org/show_bug.cgi?id=60779


Out of interest, which torrenting program are you using? Was it running it at the same time that you were installing packages? If so, try stopping it while pacman downloads.

I had some trouble with Transmission thrashing my networking to the point where my instant messaging program kept reporting that I was repeatedly being disconnected from the service if I was downloading even a single torrent. Eventually "solved" that by decreasing the amount of connections transmission would attempt to establish, and by disabling a couple of peer finding options.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#37 2013-09-15 20:29:07

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [SOLVED] Problem with CRC checks in general + other

I was using deluge as a daemon: I stopped it and everything went fine from then on... I will do more testing but it does look like the way for at least, be able to install and upgrade software.
I will try deluge as a daemon and web ui, which is what I use and need,
BTW...If I use other kernel, say, ck, will I get rid of that bug or does it affect to all kernels?
Thanks!

Offline

#38 2013-09-15 20:47:47

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,904
Website

Re: [SOLVED] Problem with CRC checks in general + other

I assume it affects all kernels, but I only use the mainline kernel on my torrenting PC so I can't say for sure.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#39 2013-09-15 22:12:29

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED] Problem with CRC checks in general + other

FWIW, I have had great success with using transmission in daemon mode in combination with the tcp_lp module.  Though I have never experienced such weird network corruption as this in general.  But by setting the transmission traffic to be "low priority" (hence the "lp" of tcp_lp) my network seems entirely unaffected by the torrent traffic.  I have no idea if this will help you or not, and TBH I would have never guess in a million years it was related to your torrent client, but I just thought I would throw this in there.

Offline

#40 2013-09-17 05:34:05

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [SOLVED] Problem with CRC checks in general + other

This is a long shot, but could it be pgp in any way uses the card memory for cryptography tasaks and it's malfunctioning?
Aside from lockups and sometimes random logouts from KDE, yesterday, this happened....

http://img109.imageshack.us/img109/9318/d3zs.jpg

Me not like it.... something weird is happening to this computer...

BTW, I had the corruption again yesterday, deluge daemon disabled and all....

Last edited by Xi0N (2013-09-17 05:57:01)

Offline

#41 2013-09-17 05:55:48

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED] Problem with CRC checks in general + other

I have no idea what might be the underlying issue here… but I can tell you that your picture there is likely to be removed, as it is a bit too large for these boards.  Post it somehwere else and then link to it.

Offline

#42 2013-09-18 14:40:14

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [SOLVED] Problem with CRC checks in general + other

OK, an update on this matter, It's getting interesting smile

Some days, i get this crc error when installing, sometimes, I don't.
I ran memtest86+ again, now from a live CD: no memory errors.

I was using a virtual machine running windows 7 for some stuff and I was trying to uncompress a rar file with 7zip: Guess what?: CRC32 error with some files...
I uncompressed the file in other machine and it was ok... same source, re downloaded.

This calls for hardware issue, more specifically CPU error...
I took my computer to my job and cleaned the dust inside, hoping it's something related with static electricity, dust or planet alignment, IDK....
Once back at home, I will stress test the computer https://wiki.archlinux.org/index.php/St … ing_Errors and run mprime while in other console monitor /proc/kmsg and see if I see any calculation errors....
Worst case scenario, I will have to buy motherboard+cpu+ram: The rest of the HW is quite new and working.
I also tried to remove the graphic card and run just with the motherboard embedded one: I had a sudden logout while inside gnome with a subsequent lockup of the mouse and keyboard devices, just like with the nvidia 240 video card I was suspecting of.

Stay tuned, I will post the results of my tests back at home in some hours.

Thank you very much for all the effort trying to fix this with me.... smile

Last edited by Xi0N (2013-09-18 14:41:20)

Offline

#43 2013-09-18 15:36:30

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: [SOLVED] Problem with CRC checks in general + other

As you are having this problem in two operating systems, have you considered you may be facing a man-in-the-middle or DNS poisoning attack?  In other words, have you considered that something is causing you to download adulterated packages, and that the signature verification is actually saving your bacon?

Also, IMHO, I doubt it is a hardware problem.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#44 2013-09-18 18:26:35

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [SOLVED] Problem with CRC checks in general + other

OK, I want to debate the MITM approach:
I have another 3 computers in the network, two with arch linux (laptops) and a windoze that my wife almost never uses: This computer is the only one with issues. One of the other laptops, I have been using it a lot for flashing stuff on y nexus 4... and let me tell you how important it is to get the right cheksums for those things like system images and so.

Added to the checksums issues, I have a couple more:
1: Sudden logouts from either KDE and GNOME - from there on, the keyboard and mouse don't work anymore
2: Payback freezes when reproducing stuff in HD with XBMC - I can connect via SSH and reboot still

My question is: Which logs should I check to post over here and see what the proble is
and.
If it's a MITM issue... should i just, IDK, change the wifi password, the computer IP and stuff like that?

BTW: kmesg has this:

<4>[   40.754605] ------------[ cut here ]------------
<4>[   40.754623] WARNING: CPU: 1 PID: 0 at net/ipv4/tcp_input.c:2711 tcp_fastretrans_alert+0xc4f/0xcb0()
<4>[   40.754626] Modules linked in: rfcomm bluetooth rfkill snd_hda_codec_hdmi snd_hda_codec_via joydev hid_generic evdev nvidia(PO) usbhid hid mceusb rc_core pcspkr psmouse serio_raw k8temp edac_core edac_mce_amd drm snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore forcedeth shpchp video asus_atk0110 wmi i2c_nforce2 mperf i2c_core button processor vboxdrv(O) raid456 async_raid6_recov async_memcpy async_pq async_xor ext4 crc16 mbcache jbd2 xor async_tx usb_storage raid6_pq md_mod sr_mod cdrom sd_mod ata_generic pata_acpi ahci libahci pata_amd libata ohci_pci ohci_hcd scsi_mod ehci_pci ehci_hcd usbcore usb_common floppy
<4>[   40.754666] CPU: 1 PID: 0 Comm: swapper/1 Tainted: P           O 3.11.1-1-ARCH #1
<4>[   40.754668] Hardware name: System manufacturer System Product Name/M4N78 PRO, BIOS 1303    04/13/2011
<4>[   40.754671]  0000000000000009 ffff88013fc43a68 ffffffff814da65d 0000000000000000
<4>[   40.754674]  ffff88013fc43aa0 ffffffff8106189d ffff88013866db00 0000000000000001
<4>[   40.754677]  000000000000000c 0000000000000000 0000000000000000 ffff88013fc43ab0
<4>[   40.754679] Call Trace:
<4>[   40.754682]  <IRQ>  [<ffffffff814da65d>] dump_stack+0x54/0x8d
<4>[   40.754692]  [<ffffffff8106189d>] warn_slowpath_common+0x7d/0xa0
<4>[   40.754694]  [<ffffffff8106197a>] warn_slowpath_null+0x1a/0x20
<4>[   40.754697]  [<ffffffff8143b2ff>] tcp_fastretrans_alert+0xc4f/0xcb0
<4>[   40.754700]  [<ffffffff8143bec2>] tcp_ack+0xa62/0x1030
<4>[   40.754703]  [<ffffffff8143c8aa>] tcp_rcv_established+0xda/0x820
<4>[   40.754706]  [<ffffffff8142cdd8>] ? __inet_lookup_established+0x138/0x2b0
<4>[   40.754709]  [<ffffffff8144496e>] tcp_v4_do_rcv+0x13e/0x380
<4>[   40.754711]  [<ffffffff81447fa4>] tcp_v4_rcv+0x6b4/0x840
<4>[   40.754716]  [<ffffffff81423a9e>] ip_local_deliver_finish+0xce/0x240
<4>[   40.754719]  [<ffffffff814240d9>] ip_local_deliver+0x39/0x90
<4>[   40.754722]  [<ffffffff81423d21>] ip_rcv_finish+0x111/0x340
<4>[   40.754725]  [<ffffffff81424323>] ip_rcv+0x1f3/0x320
<4>[   40.754728]  [<ffffffff813edfba>] __netif_receive_skb_core+0x68a/0x8f0
<4>[   40.754731]  [<ffffffff8144b6e2>] ? tcp4_gro_receive+0xa2/0x120
<4>[   40.754734]  [<ffffffff813ee238>] __netif_receive_skb+0x18/0x60
<4>[   40.754736]  [<ffffffff813ee2b3>] netif_receive_skb+0x33/0xc0
<4>[   40.754739]  [<ffffffff813ee8d0>] napi_gro_receive+0x80/0xb0
<4>[   40.754745]  [<ffffffffa05b5381>] nv_rx_process_optimized+0x151/0x280 [forcedeth]
<4>[   40.754748]  [<ffffffffa05b8135>] nv_napi_poll+0x95/0x600 [forcedeth]
<4>[   40.754751]  [<ffffffff813ef3c1>] net_rx_action+0x161/0x280
<4>[   40.754754]  [<ffffffff8106664f>] __do_softirq+0xef/0x2b0
<4>[   40.754758]  [<ffffffff81066966>] irq_exit+0x86/0xb0
<4>[   40.754761]  [<ffffffff814eb4d6>] do_IRQ+0x56/0xc0
<4>[   40.754764]  [<ffffffff814e1a6d>] common_interrupt+0x6d/0x6d
<4>[   40.754766]  <EOI>  [<ffffffff8104e286>] ? native_safe_halt+0x6/0x10
<4>[   40.754773]  [<ffffffff8101d45f>] default_idle+0x1f/0x140
<4>[   40.754776]  [<ffffffff8101d5bf>] amd_e400_idle+0x3f/0x100
<4>[   40.754779]  [<ffffffff8101def6>] arch_cpu_idle+0x26/0x30
<4>[   40.754782]  [<ffffffff810b4787>] cpu_startup_entry+0x257/0x2d0
<4>[   40.754786]  [<ffffffff81041347>] start_secondary+0x227/0x2d0
<4>[   40.754788] ---[ end trace 24ff59f1e0c5429f ]---

Last edited by Xi0N (2013-09-18 18:29:29)

Offline

#45 2013-09-19 06:54:06

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [SOLVED] Problem with CRC checks in general + other

I have been working for a couple of days updating and installing software without any PGP errors.......
XBMC locking up and some other weird things - like virtualbox giving me problems whenever a VM tries to access a hard disk, are still present.

I think I will clear the BIOS and see if the problem could be somewhere like that... I fixed a pc with solaris that was not able to connect to the network because the BIOS was corrupted: just a BIOS clear and everything is working from then on.
Perhaps I should move this thread to the hardware section?
This is driving me nuts.


-------------------

UPDATE: 3 hours running nprime and I see no error output whatsoever... so, the CPU is OK?

I'm running out of ideas sad

Last edited by Xi0N (2013-09-19 13:24:46)

Offline

#46 2013-09-20 05:51:14

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [SOLVED] Problem with CRC checks in general + other

Solved.
1: Changed the ram to different slots
2: Cleared CMOS
3: Dropped networkmanager for systemd service to start the network
4: Changed the IP (Just in case it's true I have a MiTM attack)
5: Dropped the SLI configuration between my internal video card and the PCIe one - this gave me back the 512Mb RAM that was used for this purpose
6: Changed bootup setting from quick bootup to normal one: Takes longer for the initial bios checks to complete, but this way, i might give some extra seconds for my 3 HDD to power up and be ready when the SSD containing the system starts booting.

One of these solved the issue: My bet is on the BIOS being corrupted... well not anymore: No more package corruption, no more download corruption (i had a ubuntu image that had a md5sum mismatch compared to the same one that I re-downloaded today) - the VMs work now and the program that was giving me crc error in windoze VM is not having any error anymore.
3 straight hours using GNOME without sudden logouts.

I'll test it over the weekend and report back in a couple of days if i experience no problem.... then I will change the thread to solved.

Thanks for all the help and suggestions.

Last edited by Xi0N (2013-09-20 05:52:41)

Offline

#47 2013-09-21 10:25:34

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [SOLVED] Problem with CRC checks in general + other

Definitely solved.
Tanks Tanks Tanks Tanks Tanks Tanks !!!

Last edited by Xi0N (2013-09-21 10:26:04)

Offline

Board footer

Powered by FluxBB