Jump to content

Arch update issues


ichase

Recommended Posts

Instead of continuing to thread jack Eric's post I figured I would start another one.I followed Josh's guidance in regards to clearing cache and changing the archlinuxfr to x86 with no love on either one. Here is what the out put was from trying to update.

[ichase@ichase ~]$ suPassword: [root@ichase ichase]# nano /etc/pacman.conf[root@ichase ichase]# pacman -SccCache directory: /var/cache/pacman/pkg/Do you want to remove ALL files from cache? [y/N] yremoving all files from cache...Database directory: /var/lib/pacman/Do you want to remove unused repositories? [Y/n] yDatabase directory cleaned up[root@ichase ichase]# pacman -Syy:: Synchronizing package databases... core					 36.1K   25.4K/s 00:00:01 [######################] 100% extra				   452.3K   17.6K/s 00:00:26 [######################] 100% community			   365.7K   10.8K/s 00:00:34 [######################] 100%error: failed retrieving file 'archlinuxfr.db.tar.gz' from repo.archlinux.fr : Not Founderror: failed to update archlinuxfr (Not Found)[root@ichase ichase]# pacman -Syuf:: Synchronizing package databases... core is up to date extra is up to date community is up to dateerror: failed retrieving file 'archlinuxfr.db.tar.gz' from repo.archlinux.fr : Not Founderror: failed to update archlinuxfr (Not Found):: Starting full system upgrade...warning: curl: local (7.21.0-1) is newer than extra (7.20.1-1)warning: dbus-glib: local (0.86-1) is newer than extra (0.82-2)warning: diffutils: local (3.0-1) is newer than core (2.9-2)warning: gawk: local (3.1.8-1) is newer than core (3.1.7-1)warning: hal: local (0.5.14-4) is newer than extra (0.5.14-2)warning: initscripts: local (2010.05-3) is newer than core (2010.01-1)warning: kernel26: local (2.6.33.4-1) is newer than core (2.6.33.3-1)warning: kernel26-firmware: local (2.6.33.4-1) is newer than core (2.6.33.3-1)warning: libgcrypt: local (1.4.5-2) is newer than core (1.4.5-1)warning: libgpg-error: local (1.7-3) is newer than core (1.7-2)warning: libx11: local (1.3.4-1) is newer than extra (1.3.3-1)warning: libxcb: local (1.6-1) is newer than extra (1.5-1)warning: licenses: local (2.6-1) is newer than core (2.5-1)warning: linux-atm: local (2.5.1-1) is newer than core (2.5.0-1)warning: mkinitcpio: local (0.6.4-1) is newer than core (0.6.3-1)warning: mkinitcpio-busybox: local (1.16.1-3) is newer than core (1.16.1-1)warning: pacman: local (3.4.0-2) is newer than core (3.3.3-5)warning: pm-quirks: local (0.20100619-1) is newer than extra (0.20100316-1)warning: pm-utils: local (1.4.0-1) is newer than extra (1.3.0-2)warning: popt: local (1.16-2) is newer than core (1.15-1)warning: rp-pppoe: local (3.10-5) is newer than core (3.10-4)warning: tzdata: local (2010j-1) is newer than core (2010i-1)warning: xproto: local (7.0.17-1) is newer than extra (7.0.16-1) there is nothing to do[root@ichase ichase]# pacman -Scc

Figured it would be best to just post the output. Also this is my entry in pacman.conf:

[core]# Add your preferred servers here, they will be used firstInclude = /etc/pacman.d/mirrorlist[extra]# Add your preferred servers here, they will be used firstInclude = /etc/pacman.d/mirrorlist#[community-testing]## Add your preferred servers here, they will be used first#Include = /etc/pacman.d/mirrorlist[community]# Add your preferred servers here, they will be used firstInclude = /etc/pacman.d/mirrorlist# An example of a custom package repository.  See the pacman manpage for# tips on creating your own repositories.#[custom]#Server = file:///home/custompkgs[archlinuxfr]Server = http://repo.archlinux.fr/x86#Server = http://repo.archlinux.fr/yaourt-en[root@ichase ichase]#

As always I appreciate your guidance. :)All the best,Ian

Link to comment
Share on other sites

V.T. Eric Layton

Two things, Ian...1) need the output of:

pacman -Sy --debug

and 2) are you using a proxy?

Link to comment
Share on other sites

Instead of continuing to thread jack Eric's post I figured I would start another one.I followed Josh's guidance in regards to clearing cache and changing the archlinuxfr to x86 with no love on either one. Here is what the out put was from trying to update.
[ichase@ichase ~]$ suPassword: [root@ichase ichase]# nano /etc/pacman.conf[root@ichase ichase]# pacman -SccCache directory: /var/cache/pacman/pkg/Do you want to remove ALL files from cache? [y/N] yremoving all files from cache...Database directory: /var/lib/pacman/Do you want to remove unused repositories? [Y/n] yDatabase directory cleaned up[root@ichase ichase]# pacman -Syy:: Synchronizing package databases... core					 36.1K   25.4K/s 00:00:01 [######################] 100% extra				   452.3K   17.6K/s 00:00:26 [######################] 100% community			   365.7K   10.8K/s 00:00:34 [######################] 100%error: failed retrieving file 'archlinuxfr.db.tar.gz' from repo.archlinux.fr : Not Founderror: failed to update archlinuxfr (Not Found)[root@ichase ichase]# pacman -Syuf:: Synchronizing package databases... core is up to date extra is up to date community is up to dateerror: failed retrieving file 'archlinuxfr.db.tar.gz' from repo.archlinux.fr : Not Founderror: failed to update archlinuxfr (Not Found):: Starting full system upgrade...warning: curl: local (7.21.0-1) is newer than extra (7.20.1-1)warning: dbus-glib: local (0.86-1) is newer than extra (0.82-2)warning: diffutils: local (3.0-1) is newer than core (2.9-2)warning: gawk: local (3.1.8-1) is newer than core (3.1.7-1)warning: hal: local (0.5.14-4) is newer than extra (0.5.14-2)warning: initscripts: local (2010.05-3) is newer than core (2010.01-1)warning: kernel26: local (2.6.33.4-1) is newer than core (2.6.33.3-1)warning: kernel26-firmware: local (2.6.33.4-1) is newer than core (2.6.33.3-1)warning: libgcrypt: local (1.4.5-2) is newer than core (1.4.5-1)warning: libgpg-error: local (1.7-3) is newer than core (1.7-2)warning: libx11: local (1.3.4-1) is newer than extra (1.3.3-1)warning: libxcb: local (1.6-1) is newer than extra (1.5-1)warning: licenses: local (2.6-1) is newer than core (2.5-1)warning: linux-atm: local (2.5.1-1) is newer than core (2.5.0-1)warning: mkinitcpio: local (0.6.4-1) is newer than core (0.6.3-1)warning: mkinitcpio-busybox: local (1.16.1-3) is newer than core (1.16.1-1)warning: pacman: local (3.4.0-2) is newer than core (3.3.3-5)warning: pm-quirks: local (0.20100619-1) is newer than extra (0.20100316-1)warning: pm-utils: local (1.4.0-1) is newer than extra (1.3.0-2)warning: popt: local (1.16-2) is newer than core (1.15-1)warning: rp-pppoe: local (3.10-5) is newer than core (3.10-4)warning: tzdata: local (2010j-1) is newer than core (2010i-1)warning: xproto: local (7.0.17-1) is newer than extra (7.0.16-1) there is nothing to do[root@ichase ichase]# pacman -Scc

Figured it would be best to just post the output. Also this is my entry in pacman.conf:

[core]# Add your preferred servers here, they will be used firstInclude = /etc/pacman.d/mirrorlist[extra]# Add your preferred servers here, they will be used firstInclude = /etc/pacman.d/mirrorlist#[community-testing]## Add your preferred servers here, they will be used first#Include = /etc/pacman.d/mirrorlist[community]# Add your preferred servers here, they will be used firstInclude = /etc/pacman.d/mirrorlist# An example of a custom package repository.  See the pacman manpage for# tips on creating your own repositories.#[custom]#Server = file:///home/custompkgs[archlinuxfr]				   linux.frServer = http://repo.archlinux.fr/x86#Server = http://repo.archlinux.fr/yaourt-en[root@ichase ichase]#

As always I appreciate your guidance. :)All the best,Ian

[archlinuxfr] linux.frServer = http://repo.archlinux.fr/x86#Server = http://repo.archlinux.fr/yaourt-enMight be worth putting the red line above the blue line. I think some .conf files need empty space at the end. :whistling:
Link to comment
Share on other sites

Well I generated a new mirrorlist from the Arch mirror generator. That did not go so well

[root@ichase ichase]# pacman -Syyerror: The mirror 'http://archlinux.supsec.org/$repo/os/$arch' contains the $arch variable, but no Architecture is defined.error: The mirror 'http://archlinux.supsec.org/$repo/os/$arch' contains the $arch variable, but no Architecture is defined.error: The mirror 'http://archlinux.supsec.org/$repo/os/$arch' contains the $arch variable, but no Architecture is defined.:: Synchronizing package databases...error: failed to update core (no servers configured for repository)error: failed to update extra (no servers configured for repository)error: failed to update community (no servers configured for repository)error: failed retrieving file 'archlinuxfr.db.tar.gz' from repo.archlinux.fr : Not Founderror: failed to update archlinuxfr (Not Found)error: failed to synchronize any databases[root@ichase ichase]#

Link to comment
Share on other sites

V.T. Eric Layton

Ian, Use this as your pacman.conf:

## /etc/pacman.conf## See the pacman.conf(5) manpage for option and repository directives## GENERAL OPTIONS#[options]# The following paths are commented out with their default values listed.# If you wish to use different paths, uncomment and update the paths.#RootDir = /#DBPath = /var/lib/pacman/#CacheDir = /var/cache/pacman/pkg/#LogFile = /var/log/pacman.logHoldPkg = pacman glibc# If upgrades are available for these packages they will be asked for firstSyncFirst = pacman#XferCommand = /usr/bin/w*get --passive-ftp -c -O %o %u#XferCommand = /usr/bin/curl -C - -f %u > %o#CleanMethod = KeepInstalledArchitecture = auto# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup#IgnorePkg =#IgnoreGroup =#NoUpgrade =#NoExtract =# Misc options (all disabled by default)#UseSyslog#ShowSize#UseDelta#TotalDownload#CheckSpace## REPOSITORIES# - can be defined here or included from another file# - pacman will search repositories in the order defined here# - local/custom mirrors can be added here or in separate files# - repositories listed first will take precedence when packages# have identical names, regardless of version number# - URLs will have $repo replaced by the name of the current repo# - URLs will have $arch replaced by the name of the architecture## Repository entries are of the format:# [repo-name]# Server = ServerName# Include = IncludePath## The header [repo-name] is crucial - it must be present and# uncommented to enable the repo.## The testing repositories are disabled by default. To enable, uncomment the# repo name header and Include lines. You can add preferred servers immediately# after the header, and they will be used before the default mirrors.#[testing]#Include = /etc/pacman.d/mirrorlist[core]Include = /etc/pacman.d/mirrorlist[extra]Include = /etc/pacman.d/mirrorlist#[community-testing]#Include = /etc/pacman.d/mirrorlist[community]Include = /etc/pacman.d/mirrorlist[archlinuxfr]Server = http://repo.archlinux.fr/$arch# If you want to run 32 bit applications on your x86_64 system,# enable the multilib repository here.#[multilib]#Include = /etc/pacman.d/mirrorlist# An example of a custom package repository. See the pacman manpage for# tips on creating your own repositories.#[custom]#Server = file:///home/custompkgs
and this as your mirrorlist:
# Server list generated by rankmirrors on 2011-03-25#### Arch Linux repository mirrorlist## Generated on 2011-03-13#### Any#Server = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch#Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch## Australia#Server = ftp://mirror.aarnet.edu.au/pub/archlinux/...o/os/$arch#Server = http://mirror.aarnet.edu.au/pub/archlinux/...o/os/$arch#Server = ftp://ftp.iinet.net.au/pub/archlinux/...o/os/$arch#Server = http://ftp.iinet.net.au/pub/archlinux/...o/os/$arch#Server = ftp://mirror.internode.on.net/pub/archlin...o/os/$arch#Server = http://mirror.internode.on.net/pub/archlin...o/os/$arch#Server = ftp://mirror.optus.net/archlinux/$repo/os/$arch#Server = http://mirror.optus.net/archlinux/$repo/os/$arch## Austria#Server = ftp://gd.tuwien.ac.at/opsys/linux/archlin...o/os/$arch#Server = http://gd.tuwien.ac.at/opsys/linux/archlin...o/os/$arch## Belarus#Server = ftp://ftp.byfly.by/pub/archlinux/$repo/os/$arch#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch#Server = ftp://mirror.datacenter.by/pub/archlinux/...o/os/$arch#Server = http://mirror.datacenter.by/pub/archlinux/...o/os/$arch## Belgium#Server = ftp://archlinux.mirror.kangaroot.net/pub/...o/os/$arch#Server = http://archlinux.mirror.kangaroot.net/...o/os/$arch## Brazil#Server = ftp://archlinux.c3sl.ufpr.br/archlinux/&a...o/os/$arch#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch#Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux...o/os/$arch#Server = http://www.las.ic.unicamp.br/pub/archlinux...o/os/$arch#Server = http://pet.inf.ufsc.br/mirrors/archlinux/&...o/os/$arch## Canada#Server = ftp://mirror.csclub.uwaterloo.ca/archlinu...o/os/$arch#Server = http://mirror.csclub.uwaterloo.ca/archlinu...o/os/$arch#Server = ftp://mirror.its.dal.ca/archlinux/$repo/os/$arch#Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch## Chile#Server = ftp://mirror.archlinux.cl/$repo/os/$arch## China#Server = http://mirrors.163.com/archlinux/$repo/os/$arch#Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch#Server = http://mirror6.bjtu.edu.cn/archlinux/$...o/os/$arch#Server = ftp://mirrors.sohu.com/archlinux/$repo/os/$arch#Server = http://mirrors.sohu.com/archlinux/$repo/os/$arch## Colombia#Server = http://www.laqee.unal.edu.co/archlinux/...o/os/$arch## Czech Republic#Server = http://mirror.vpsfree.cz/archlinux/$repo/os/$arch## Denmark#Server = ftp://mirrors.dotsrc.org/archlinux/$repo/os/$arch#Server = http://mirrors.dotsrc.org/archlinux/$repo/os/$arch#Server = ftp://ftp.klid.dk/archlinux/$repo/os/$arch## Estonia#Server = ftp://ftp.eenet.ee/pub/archlinux/$repo/os/$arch#Server = http://ftp.eenet.ee/pub/archlinux/$repo/os/$arch## Finland#Server = ftp://mirror.archlinux.fi/archlinux/$repo/os/$arch#Server = http://mirror.archlinux.fi/archlinux/$...o/os/$arch## France#Server = http://mir.archlinux.fr/$repo/os/$arch#Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/...o/os/$arch#Server = http://distrib-coffee.ipsl.jussieu.fr/pub/...o/os/$arch#Server = ftp://mir1.archlinux.fr/archlinux/$repo/os/$arch#Server = http://mir1.archlinux.fr/archlinux/$repo/os/$arch#Server = ftp://archlinux.mirrors.ovh.net/archlinux...o/os/$arch#Server = http://archlinux.mirrors.ovh.net/archlinux...o/os/$arch#Server = ftp://ftp.rez-gif.supelec.fr/Linux/archli...o/os/$arch## Germany#Server = http://archlinux.limun.org/$repo/os/$arch#Server = ftp://artfiles.org/archlinux/$repo/os/$arch#Server = http://artfiles.org/archlinux/$repo/os/$arch#Server = http://mirror.c9h.de/pub/linux/archlinux/&...o/os/$arch#Server = ftp://archlinux.giantix-server.de/$repo/os/$arch#Server = http://archlinux.giantix-server.de/$repo/os/$arch#Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/&a...o/os/$arch#Server = http://ftp5.gwdg.de/pub/linux/archlinux/&a...o/os/$arch#Server = ftp://ftp.halifax.rwth-aachen.de/archlinu...o/os/$arch#Server = http://ftp.halifax.rwth-aachen.de/archlinu...o/os/$arch#Server = ftp://ftp.hosteurope.de/mirror/ftp.archli...o/os/$arch#Server = http://ftp.hosteurope.de/mirror/ftp.archli...o/os/$arch#Server = ftp://ftp-stud.hs-esslingen.de/pub/Mirror...o/os/$arch#Server = http://ftp-stud.hs-esslingen.de/pub/Mirror...o/os/$arch#Server = ftp://mirror.selfnet.de/archlinux/$repo/os/$arch#Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch#Server = ftp://ftp.spline.inf.fu-berlin.de/mirrors...o/os/$arch#Server = http://ftp.spline.inf.fu-berlin.de/mirrors...o/os/$arch#Server = ftp://ftp.tu-chemnitz.de/pub/linux/archli...o/os/$arch#Server = http://ftp.tu-chemnitz.de/pub/linux/archli...o/os/$arch#Server = ftp://ftp.uni-kl.de/pub/linux/archlinux/&...o/os/$arch#Server = http://ftp.uni-kl.de/pub/linux/archlinux/&...o/os/$arch## Great Britain#Server = ftp://mirror.lividpenguin.com/pub/archlin...o/os/$arch#Server = http://mirror.lividpenguin.com/pub/archlin...o/os/$arch#Server = ftp://mirrors.uk2.net/pub/archlinux/$repo/os/$arch#Server = http://archlinux.mirrors.uk2.net/$repo/os/$arch## Greece#Server = ftp://ftp.cc.uoc.gr/mirrors/linux/archlin...o/os/$arch#Server = http://ftp.cc.uoc.gr/mirrors/linux/archlin...o/os/$arch#Server = ftp://ftp.otenet.gr/pub/linux/archlinux/&...o/os/$arch#Server = http://ftp.otenet.gr/linux/archlinux/$...o/os/$arch## Hungary#Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.arc...o/os/$arch## India#Server = ftp://mirror.cse.iitk.ac.in/archlinux/...o/os/$arch#Server = http://mirror.cse.iitk.ac.in/archlinux/...o/os/$arch## Ireland#Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux...o/os/$arch#Server = http://ftp.heanet.ie/mirrors/ftp.archlinux...o/os/$arch## Israel#Server = ftp://mirror.isoc.org.il/pub/archlinux/&a...o/os/$arch#Server = http://mirror.isoc.org.il/pub/archlinux/&a...o/os/$arch## Italy#Server = http://mirrors.prometeus.net/archlinux/...o/os/$arch## Japan#Server = ftp://ftp.jaist.ac.jp/pub/Linux/ArchLinux...o/os/$arch#Server = http://ftp.jaist.ac.jp/pub/Linux/ArchLinux...o/os/$arch## Kazakhstan#Server = ftp://archlinux.kz/$repo/os/$arch#Server = http://archlinux.kz/$repo/os/$arch## Korea#Server = ftp://mirror.yongbok.net/archlinux/$repo/os/$arch#Server = http://mirror.yongbok.net/archlinux/$repo/os/$arch## Latvia#Server = http://archlinux.goodsoft.lv/$repo/os/$arch## Netherlands#Server = ftp://mirror.leaseweb.com/archlinux/$repo/os/$arch#Server = http://mirror.leaseweb.com/archlinux/$...o/os/$arch## New Caledonia#Server = ftp://archlinux.nautile.nc/archlinux/...o/os/$arch#Server = http://archlinux.nautile.nc/archlinux/...o/os/$arch## New Zealand#Server = ftp://mirror.ihug.co.nz/archlinux/$repo/os/$arch#Server = http://mirror.ihug.co.nz/archlinux/$repo/os/$arch## Norway#Server = ftp://mirror.archlinux.no/$repo/os/$arch#Server = http://mirror.archlinux.no/$repo/os/$arch#Server = ftp://archlinux.uib.no/pub/Linux/Distribu...o/os/$arch#Server = http://archlinux.uib.no/$repo/os/$arch## Poland#Server = ftp://ftp.piotrkosoft.net/pub/mirrors/ftp...o/os/$arch#Server = http://piotrkosoft.net/pub/mirrors/ftp.arc...o/os/$arch#Server = http://unix.net.pl/archlinux.org/$repo/os/$arch## Portugal#Server = http://darkstar.ist.utl.pt/archlinux/$...o/os/$arch#Server = ftp://ftp.rnl.ist.utl.pt/pub/archlinux/&a...o/os/$arch#Server = http://ftp.rnl.ist.utl.pt/pub/archlinux/&a...o/os/$arch## Romania#Server = ftp://mirrors.adnettelecom.ro/archlinux/&...o/os/$arch#Server = http://mirrors.adnettelecom.ro/archlinux/&...o/os/$arch#Server = ftp://mirror.archlinux.ro/archlinux/$repo/os/$arch#Server = http://mirror.archlinux.ro/archlinux/$...o/os/$arch#Server = ftp://ftp.roedu.net/mirrors/archlinux.org...o/os/$arch#Server = http://ftp.roedu.net/mirrors/archlinux.org...o/os/$arch## Russia#Server = http://mirror.worldis.me/archlinux/$repo/os/$arch#Server = ftp://mirror.yandex.ru/archlinux/$repo/os/$arch#Server = http://mirror.yandex.ru/archlinux/$repo/os/$arch## Slovakia#Server = ftp://mirror.ynet.sk/pub/archlinux/$repo/os/$arch#Server = http://mirror.ynet.sk/pub/archlinux/$repo/os/$arch## Spain#Server = ftp://ftp.rediris.es/mirror/archlinux/...o/os/$arch#Server = http://sunsite.rediris.es/mirror/archlinux...o/os/$arch## Sweden#Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux...o/os/$arch#Server = http://ftp.ds.hj.se/pub/os/linux/archlinux...o/os/$arch#Server = ftp://ftp.linuxmirror.org/arch/$repo/os/$arch#Server = http://linuxmirror.org/arch/$repo/os/$arch## Switzerland#Server = ftp://archlinux.puzzle.ch/$repo/os/$arch#Server = http://archlinux.puzzle.ch/$repo/os/$arch## Taiwan#Server = ftp://ftp.mirror.tw/pub/ArchLinux/$repo/os/$arch#Server = http://ftp.mirror.tw/pub/ArchLinux/$repo/os/$arch#Server = ftp://linux.cs.nctu.edu.tw/archlinux/...o/os/$arch#Server = http://linux.cs.nctu.edu.tw/archlinux/...o/os/$arch#Server = ftp://shadow.ind.ntou.edu.tw/archlinux/&a...o/os/$arch#Server = http://shadow.ind.ntou.edu.tw/archlinux/&a...o/os/$arch#Server = ftp://ftp.tku.edu.tw/Linux/ArchLinux/...o/os/$arch#Server = http://ftp.tku.edu.tw/Linux/ArchLinux/...o/os/$arch## Turkey#Server = ftp://ftp.linux.org.tr/archlinux/$repo/os/$arch#Server = http://ftp.linux.org.tr/archlinux/$repo/os/$arch## Ukraine#Server = http://distfiles.org.ua/archlinux/$repo/os/$arch#Server = http://www2.distfiles.org.ua/archlinux/...o/os/$arch#Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLin...o/os/$arch#Server = http://ftp.linux.kiev.ua/pub/Linux/ArchLin...o/os/$arch## United States## Uzbekistan#Server = ftp://mirrors.st.uz/archlinux/$repo/os/$arch#Server = http://mirrors.st.uz/archlinux/$repo/os/$archServer = http://hpc.arc.georgetown.edu/mirror/archl...o/os/$archServer = http://mirror.ece.vt.edu/archlinux/$repo/os/$archServer = http://mirror.rit.edu/archlinux/$repo/os/$archServer = http://www.gtlib.gatech.edu/pub/archlinux/...o/os/$archServer = http://mirror.yellowfiber.net/archlinux/&a...o/os/$archServer = http://distro.ibiblio.org/archlinux/$repo/os/$arch
Don't make any changes, just copy this over to your current pacman.conf and mirrorlist. Run -Syu and post the results and errors, if any, here. Thanks. :)Also note: I had to add a red * to the w*get in line 19 of the pacman.conf to get the board software to allow me to post this. Just remove the * when you copy it over.
Link to comment
Share on other sites

V.T. Eric Layton
vtel57_slackware:~$ ls lifels: cannot access life: No such file or directoryvtel57_slackware:~$ cat lifecat: life: No such file or directoryvtel57_slackware:~$ slocate lifeslocate: warning: database /var/lib/slocate/slocate.db is nearly 50 years oldTOO LATE TO GET LIFEvtel57_slackware:~$ exit

*sigh*

Link to comment
Share on other sites

securitybreach
vtel57_slackware:~$ ls lifels: cannot access life: No such file or directoryvtel57_slackware:~$ cat lifecat: life: No such file or directoryvtel57_slackware:~$ slocate lifeslocate: warning: database /var/lib/slocate/slocate.db is nearly 50 years oldTOO LATE TO GET LIFEvtel57_slackware:~$ exit

*sigh*

Thats funny Eric :hysterical: Do not fret Eric, you still got a long way to go :)
Link to comment
Share on other sites

vtel57_slackware:~$ ls lifels: cannot access life: No such file or directoryvtel57_slackware:~$ cat lifecat: life: No such file or directoryvtel57_slackware:~$ slocate lifeslocate: warning: database /var/lib/slocate/slocate.db is nearly 50 years oldTOO LATE TO GET LIFEvtel57_slackware:~$ exit

*sigh*

Don't worry Eric, I'm still looking for one too.
Link to comment
Share on other sites

Sorry for the delay, I did not find no so call wonderful life I assure you. :hysterical: I like that Eric, that was awesome.Copied over your pacman.conf file but did not pay attention to the fact that when I copied over your miirorlist, the URLs were scrambled until I tried to run updates. So, this is what I did. I went back to the Arch mirrorlist generator and instead of choosing only HTML mirrors, I selected All mirrors. Uncommented out the HTML mirrors under the United States and ran rank mirrors.Worked like a champ. Updates went well and did not have an issue with the [archlinuxfr] either.Thanks for your help and guidance. :)All the best and hope everyone is having a great start to their weekend. :thumbsup:Ian

Edited by ichase
Link to comment
Share on other sites

V.T. Eric Layton

Scrambled? Hmmm... that's strange. My mirrorlist above looks OK to me. Well, anyway... the important thing is that you got it going. YAY! :thumbsup:

Link to comment
Share on other sites

Eric, to look at it yes it looks fine. But when you cut and paste, the URLs are not pasted complete. Think it has more to do with the coding within the web site.Ian

Link to comment
Share on other sites

securitybreach
Oh! Yes, I see what you mean. The board software automatically truncates them.
If I am not mistaken, using the code brackets instead of the quote ones, it will show the entire url of a link.
Link to comment
Share on other sites

Any one else having issues with corrupted files? Got Arch up and running on my build computer this weekend. Updated pacman, cleared cache, updated mirrorlist with most up to date mirrorlist from the Arch generator, ran rankmirrors etc. Attempted to get K3B from the repos but there was a corrupted file that botched the install. Can't remember the file name off the top of my head. Also noticed that there were a number of packages that were not found on some of the latest mirrors. They eventually went down the list until they were found on another.Just wondering if anyone else was noticing anything. Hope everyone had a great weekend!!!!All the best,Ian

Link to comment
Share on other sites

securitybreach
Any one else having issues with corrupted files? Got Arch up and running on my build computer this weekend. Updated pacman, cleared cache, updated mirrorlist with most up to date mirrorlist from the Arch generator, ran rankmirrors etc. Attempted to get K3B from the repos but there was a corrupted file that botched the install. Can't remember the file name off the top of my head. Also noticed that there were a number of packages that were not found on some of the latest mirrors. They eventually went down the list until they were found on another.Just wondering if anyone else was noticing anything. Hope everyone had a great weekend!!!!All the best,Ian
Sorry, I have not witnessed anything. Hopefully it is fixed soon.
Link to comment
Share on other sites

Thanks for the tip barbarian. ;) Actually last night I was able to install it with no problem what so ever. Even got FF, T-bird and a number of other applications installed. Not sure what happened the other day. Maybe sunspots. B) Only issue I have is with menumaker. It won't run now due to something about /usr/lib/evn /usr/lib/python2 directory not found. Something along those lines, I am paraphrasing. It's Arch's way of saying "STOP BEING LAZY AND EDIT MENU.XML BY HAND YOU JACKWAGON!!!!!!!" :hysterical:Arch is probably right. ;)All the best,Ian

Link to comment
Share on other sites

Great application. I have used it for about a year without any issues. Also, btw it does more than just simple burning.
I should have said "with basic multi functions"
Xfburn is a simple CD/DVD burning tool based on libburnia libraries. It can blank CD/DVD(-RW)s, burn and create iso images, audio CDs, as well as burn personal compositions of data to either CD or DVD. It Is stable, and under ongoing development.The current version is 0.4.2, released on 2009-07-23. This release fixes a number of smaller bugs. Authors * David Mohr [david at mcbf.net] * Mario Đanić [mario.danic at gmail.com] * (retired) Jean-François Wauthy [pollux at xfce.org]
:sweatingbullets:
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...