You are not logged in.

#1 2010-09-14 10:58:44

yeop
Member
Registered: 2010-09-14
Posts: 3

[SOLVED]Multilib

Hi guys first time user here trying archlinux
im installed on virtualbox so i tried to add multilib repo to install flash but all failed

My mirrorlist

# United States
#Server = http://mirrors.cat.pdx.edu/archlinux/$repo/os/$arch
Server = ftp://ftp.archlinux.org/$repo/os/$arch
Server = ftp://ftp.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/o$
#Server = http://www.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo$
Server = ftp://mirrors.hosef.org/archlinux/$repo/os/$arch
#Server = http://mirrors.hosef.org/archlinux/$repo/os/$arch
Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/$arch
Server = ftp://lug.mtu.edu/archlinux/ftpfull/$repo/os/$arch
#Server = http://lug.mtu.edu/archlinux/ftpfull/$repo/os/$arch
#Server = ftp://mirrors.xmission.com/archlinux/$repo/os/$arch
#Server = http://mirrors.xmission.com/archlinux/$repo/os/$arch
Server = ftp://ftp.osuosl.org/pub/archlinux/$repo/os/$arch
#Server = http://ftp.osuosl.org/pub/archlinux/$repo/os/$arch
Server = ftp://mirror.rit.edu/archlinux/$repo/os/$arch

The error

[root@myhost yeop]# pacman -Syy
:: Synchronizing package databases...
 core                     35.6K   41.4K/s 00:00:01 [####################] 100%
 extra                   468.4K   51.9K/s 00:00:09 [####################] 100%
 community               385.9K   52.0K/s 00:00:07 [####################] 100%
error: failed retrieving file 'multilib.db.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'multilib.db.tar.gz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'multilib.db.tar.gz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'multilib.db.tar.gz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'multilib.db.tar.gz' from lug.mtu.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'multilib.db.tar.gz' from ftp.osuosl.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'multilib.db.tar.gz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
error: failed to update multilib (File unavailable (e.g., file not found, no access))

please advise and sorry for my broken english

Last edited by yeop (2010-09-14 11:45:24)

Offline

#2 2010-09-14 11:02:58

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: [SOLVED]Multilib

Is that a 32bit or a 64bit installation ?

Offline

#3 2010-09-14 11:09:58

toffyrn
Member
Registered: 2008-10-07
Posts: 221

Re: [SOLVED]Multilib

Could you post your pacman.conf?

Offline

#4 2010-09-14 11:27:19

yeop
Member
Registered: 2010-09-14
Posts: 3

Re: [SOLVED]Multilib

im using 32bit & i believe i only add multilib entry at the end of pacman.conf file, thanks for quick reply

# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
HoldPkg     = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst   = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - %u > %o
#CleanMethod = KeepInstalled
Architecture = 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

#
# 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 immediate$
# 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

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs

[multilib]
Include = /etc/pacman.d/mirrorlist

Offline

#5 2010-09-14 11:28:07

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]Multilib

Offline

#6 2010-09-14 11:28:23

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: [SOLVED]Multilib

multilib is for 64bit installations only wink

http://www.archlinux.org/news/508/

News: True multilib for Arch Linux x86_64

Last edited by flamelab (2010-09-14 11:29:05)

Offline

#7 2010-09-14 11:34:18

yeop
Member
Registered: 2010-09-14
Posts: 3

Re: [SOLVED]Multilib

my god im straight follow newbie tutorial without reading the bold 1 "Use 32bit programs on 64bit systems"
im so sorry guys my bad, thanks you guys

Last edited by yeop (2010-09-14 11:34:37)

Offline

#8 2010-09-14 11:42:12

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]Multilib

yeop wrote:

my god im straight follow newbie tutorial without reading the bold 1 "Use 32bit programs on 64bit systems"
im so sorry guys my bad, thanks you guys

Now you know what to read: the wiki and the Arch news :-)

Please remember to mark this topic as [solved].

Offline

Board footer

Powered by FluxBB