Pacman architecture + searching packages via interface

I am aware of the long discussions on GUI's for pacman. But we have to focus on the aspect of usefullness when talking about software development.
Pacman is a package installer etc.. and thus the link between a user and installing applications. Pacman is a very usefull tool/system: It is fast (using the wget option), doesn't breaks easily on dependencies, etc... . But pacman lacks on one big feature: searching!.
If I need to search for a application I will have to use the archlinux website! (using grep and pipe the output is not an option).
Of course I could use the pacman -Ss search-term command but then I could get a long list of unstructured results.
Also if i would like to batch some packages I have to type all of them at once -> this is not a preferable way of working. Whenever I like to install a number of packages at once I have to type all the names. Selecting them in a list is conveniance.
The kde application kpackage is perhaps the best way to implement this functionality. I found a lot of posts on a kpackage plugin but none very informative on the matther of existance.
I am not interested in a real GUI for pacman, but more specific information on pacmans architecture and possibilies to be implemented inside automatisation applications like kpackage.

This is simply not the case.
pacman -Ss p2p
extra/amule 2.0.0rc8-1
aMule is a eMule-like client for ed2k p2p network
extra/gift 0.11.8.1-1
A bridge between P2P protocols and front-ends.
extra/napshare 1.3-1
A complete, fully featured Gnutella P2P client
extra/xmule 1.9.5-1
An easy to use, multi-platform clone of the eMule P2P filesharing client
pacman -Ss p2p ftp
current/bftpd 1.0.24-2
A very configurable (and secure) Linux FTP server
current/gftp 2.0.18-1
A multithreaded ftp client for X Windows
current/lftp 3.1.0-1
Sophisticated command line based FTP client
current/netkit-ftp 0.17-3
Commandline ftp client
current/netkit-tftp 0.17-3
This is netkit-tftp for Linux
current/proftpd 1.2.10-2
A high-performance, scalable FTP server
current/rssh 2.2.2-1
A restricted shell for use with OpenSSH, allowing only scp and/or sftp
current/snarf 7.0-2
Command-line URL retrieval tool (http/ftp/gopher)
current/vsftpd 2.0.2-1
Very Secure FTP daemon
extra/amule 2.0.0rc8-1
aMule is a eMule-like client for ed2k p2p network
extra/gift 0.11.8.1-1
A bridge between P2P protocols and front-ends.
extra/napshare 1.3-1
A complete, fully featured Gnutella P2P client
extra/xmule 1.9.5-1
An easy to use, multi-platform clone of the eMule P2P filesharing client
extra/kbear 2.1-2
A graphical ftp client for KDE
extra/ncftp 3.1.8-1
A set of free application programs implementing FTP
extra/pure-ftpd 1.0.20-2
Pure FTP Server is a fast, production quality, standards-conformant FTP
server
extra/sitecopy 0.14.3-1
Synchronize local and remote web site via FTP or WebDAV
extra/tftp-hpa 0.40-2
official tftp server
extra/weex 2.6.1.5-1
With weex, the maintainer of a web site or archive that must be administered
through FTP interaction can largely ignore that process
extra/wput 0.5-1
A command line tool to upload files to FTP site, the opposite to wget
searching for "p2p" gave me all the packages with p2p in their name/desc. Seaching for "p2p ftp" gave me all the ftp OR p2p pacakges.
Is that not what you want?

Similar Messages

  • Can't update/search/install packages via pacman or yaourt

    Everything was fine until I manually installed package-query and yaourt and now I am unable to update/search/install packages via pacman or yaourt.
    Earlier I was having trouble installing the package-query and yaourt packges using pacman so had to install them manually and now it wont connect to the repos.
    My eth0 is up, the proxies are set, all browsers work so no problem from the network side.
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db' from mirror.us.leaseweb.net : Connection timed out after 10001 milliseconds
    error: failed retrieving file 'core.db' from mirror.nl.leaseweb.net : Connection timed out after 10001 milliseconds
    error: failed retrieving file 'core.db' from mirror.de.leaseweb.net : Connection timed out after 10001 milliseconds
    error: failed retrieving file 'core.db' from archlinux.polymorf.fr : Connection

    clfarron4 wrote:I usually advise against this (mainly because it's out-dated) but there is the [archlinuxfr] repository for installing yaourt, if you really insist on sticking with it. Once you're done, disable the repository though because everything except for yaourt is out-of-date by at least a month.
    Don't ever suggest that. The repo is 100% useless since it is trivial to install yaourt from aur. Also yaourt/package-query in that repo is often broken/outdated.
    Also it is not relevant to op's problem anyway. There were some routing issue to leseweb the other day, I also noticed it. Just switching mirror works fine.
    Last edited by Mr.Elendig (2013-09-04 13:37:49)

  • How to search in a pdf package via command line

    How can I search a specific PDF file within a PDF package via the command line? Previously I have used the following code in VB6 to search a single PDF file successfully.
    acroPath = String(128, " ")        'initialise this string
    resultStatus = FindExecutable(pdfPath, vbNullString, acroPath)
    acroPath = Replace(acroPath, vbNullChar, "")        'Get rid of the null character
    acroPath = """" & Trim$(acroPath) & """"
    cmdLineString = acroPath & " /n /A ""search=" & searchString & """ " & pdfPath
    Call Shell(cmdLineString, vbNormalFocus)
    I now receive this file as part of a PDF package, so how can I amend the command line to search the specific file within the package?
    I only have Reader, not the full blown Acrobat version.
    Vas.

    Sorry forgot to say that I am using Acrobat Reader 8.1 on Win XP SP2
    Vas.

  • Installing packages via burned CD

    Hello everyone.
    I have an x86 machine that I've just installed Arch onto. For reasons I won't get into, it's not going to be networked at all (no internet or intranet, therefore no pacman mirrors). I'm wanting to install packages via the CD drive: Ruby, Python, X, BSD games, Tex, etc. The idea is I will download these packages and burn them to CD, then access them via the Arch machine.
    I guess my question is, what is generally the best way to go about this? I think I'd have to get pacman to point to my CD drive to search for new repositories, but I am unaware how this would be accomplished. Google searches do not yield helpful results. I suppose I could just compile them from source, but is there an easier way?
    Any help would be appreciated.
    Thanks
    Dan

    tomk wrote:perbh - his CD is just a bunch of packages, not a repo. The second link in my post above fills the gap.
    ooops *lol* - I checked your first link but not the 2nd - guess my fingers were faster (at a multitude) than my brain.
    I use a portable usb-drive for my repo - and it has 'core', 'extra' and 'community' as the top directories - in which case what I wrote above would work. If your  repo is just a collection of packages, obviously it wont ... sorry for not reading properly :-(

  • [SOLVED] Strange error while compiling packages via AUR

    I've been facing this error while compiling packages via AUR. I'm also posting the output of my /etc/makepkg.conf
    Error
    ==> Starting build()...
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether cc supports -O2... yes
    checking for g++... g++
    checking whether the C++ compiler works... yes
    checking for C++ compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for GSTREAMER... yes
    checking for GSTREAMER_GTK... yes
    checking for XOpenDisplay in -lX11... yes
    checking for ncursesw5-config... /usr/bin/ncursesw5-config
    checking for initscr in -lncurses... yes
    checking whether gcc supports -Wall... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating docs/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    fatal: Not a git repository (or any of the parent directories): .git
    CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/yaourt-tmp-hellknight/aur-gst123/src/gst123-0.2.0/build-aux/missing --run aclocal-1.11 -Wno-portability
    sh: autom4te: command not found
    aclocal-1.11: autom4te failed with exit status: 127
    make: *** [aclocal.m4] Error 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build gst123.
    ==> Restart building gst123 ? [y/N]
    ==> -------------------------------
    ==>
    /etc/makepkg.conf
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
    'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
    'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
    'rsync::/usr/bin/rsync -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/curl
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Exclusive: will only run on x86_64
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CFLAGS="-march=amdfam10 -mtune=generic -O2 -pipe"
    CXXFLAGS="${CFLAGS}"
    LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
    #-- Make Flags: change this for DistCC/SMP systems
    MAKEFLAGS="-j8"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    BUILDENV=(fakeroot !distcc color !ccache)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs libtool emptydirs zipman purge)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries in STRIP_DIRS
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    OPTIONS=(strip docs libtool emptydirs zipman purge)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Directories to be searched for the strip option (if strip is specified)
    STRIP_DIRS=(bin lib sbin usr/{bin,lib,sbin,local/{bin,lib,sbin}} opt/*/{bin,lib,sbin})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    Last edited by tarun.hellknight (2011-04-12 15:45:26)

    That's strange... it wasn't installed.. although I had never,ever faced a problem while compiling packages via AUR.. maybe, I should be careful when uninstalling orphans.. thanks for the help..

  • Pacman only searches or installs from core

    Hi folks,
    I seem to have developed an odd problem. My pacman only searches or installs (or sees) packges from core. My pacman.conf has core, extra and community enabled, -Syu updates all 3 of these repositories but any searches or attempt to touch any packages other than core results in a not found error. E.g. extra/sdl was installed. I removed it using -Rd but now can't install it or find it in a search.
    [mongrol@scarce Downloads]$ sudo pacman -Ss sdl
    [mongrol@scarce Downloads]$ sudo pacman -S sdl
    sdl package not found, searching for group...
    error: 'sdl': not found in sync db
    [mongrol@scarce Downloads]$
    Any help much appreciated.

    Hmm, Tried that. It says it's done it but it hasn't really. Here's the debug output from a -Ss sdl.
    :: Synchronizing package databases...
    downloading core.db.tar.gz...
    downloading extra.db.tar.gz...
    downloading community.db.tar.gz...
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: new section 'core'
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: registering sync database 'core'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': ftp://mirror.aarnet.edu.au/pub/archlinux/core/os/i686
    debug: adding new server URL to database 'core': http://mirror.aarnet.edu.au/pub/archlinux/core/os/i686
    debug: adding new server URL to database 'core': ftp://ftp.iinet.net.au/pub/archlinux/core/os/i686
    debug: adding new server URL to database 'core': http://ftp.iinet.net.au/pub/archlinux/core/os/i686
    debug: adding new server URL to database 'core': ftp://mirror.internode.on.net/pub/archlinux/core/os/i686
    debug: adding new server URL to database 'core': http://mirror.internode.on.net/pub/archlinux/core/os/i686
    debug: adding new server URL to database 'core': ftp://mirror.pacific.net.au/linux/archlinux/core/os/i686
    debug: adding new server URL to database 'core': http://mirror.pacific.net.au/linux/archlinux/core/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': ftp://mirror.aarnet.edu.au/pub/archlinux/extra/os/i686
    debug: adding new server URL to database 'extra': http://mirror.aarnet.edu.au/pub/archlinux/extra/os/i686
    debug: adding new server URL to database 'extra': ftp://ftp.iinet.net.au/pub/archlinux/extra/os/i686
    debug: adding new server URL to database 'extra': http://ftp.iinet.net.au/pub/archlinux/extra/os/i686
    debug: adding new server URL to database 'extra': ftp://mirror.internode.on.net/pub/archlinux/extra/os/i686
    debug: adding new server URL to database 'extra': http://mirror.internode.on.net/pub/archlinux/extra/os/i686
    debug: adding new server URL to database 'extra': ftp://mirror.pacific.net.au/linux/archlinux/extra/os/i686
    debug: adding new server URL to database 'extra': http://mirror.pacific.net.au/linux/archlinux/extra/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': ftp://mirror.aarnet.edu.au/pub/archlinux/community/os/i686
    debug: adding new server URL to database 'community': http://mirror.aarnet.edu.au/pub/archlinux/community/os/i686
    debug: adding new server URL to database 'community': ftp://ftp.iinet.net.au/pub/archlinux/community/os/i686
    debug: adding new server URL to database 'community': http://ftp.iinet.net.au/pub/archlinux/community/os/i686
    debug: adding new server URL to database 'community': ftp://mirror.internode.on.net/pub/archlinux/community/os/i686
    debug: adding new server URL to database 'community': http://mirror.internode.on.net/pub/archlinux/community/os/i686
    debug: adding new server URL to database 'community': ftp://mirror.pacific.net.au/linux/archlinux/community/os/i686
    debug: adding new server URL to database 'community': http://mirror.pacific.net.au/linux/archlinux/community/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    debug: loading package cache for repository 'core'
    debug: warning: pkgcache is NULL for db 'core'
    debug: searching for target 'sdl'
    debug: loading package cache for repository 'extra'
    debug: warning: pkgcache is NULL for db 'extra'
    debug: searching for target 'sdl'
    debug: loading package cache for repository 'community'
    debug: warning: pkgcache is NULL for db 'community'
    debug: searching for target 'sdl'
    debug: unregistering database 'local'
    debug: unregistering database 'core'
    debug: freeing package cache for repository 'core'
    debug: unregistering database 'extra'
    debug: freeing package cache for repository 'extra'
    debug: unregistering database 'community'
    debug: freeing package cache for repository 'community'

  • Pacman only searching Core, it seems. [Solved]

    Today, something went wrong with my FS which led me to booting into the ArchLinux liveCD, and fsck-ing it. After the cleanup, everything seemed to work. However, I am now noticing that pacman isn't working as it should. It seems that it's only searching the Core repos.
    If I typed
    sudo pacman -Ss
    , it only lists core packages. I'm also trying to install the package "python-simplejson" so I can install and try "Gwibber". However, it is in the community repos, so I can't access it. I doubled checked, but trying to install "gnote", but again, pacman couldn't find it.
    I hope you can help. I have tried "sudo pacman -Syy" to download a new package database, aswell as the futile "sudo pacman-optomize && sync", but nothing has worked. Please chip in, if you can.
    Here is some further information that might be required.
    /etc/pacman.conf:
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir     = /
    #DBPath      = /var/lib/pacman/
    #CacheDir    = /var/cache/pacman/pkg/
    #LogFile     = /var/log/pacman.log
    HoldPkg     = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst   = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl %u > %o
    #CleanMethod = KeepInstalled
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg   =
    #IgnoreGroup =
    #NoUpgrade   =
    #NoExtract   =
    # Misc options (all disabled by default)
    #NoPassiveFtp
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    # REPOSITORIES
    #   - can be defined here or included from another file
    #   - pacman will search repositories in the order defined here
    #   - local/custom mirrors can be added here or in separate files
    #   - repositories listed first will take precedence when packages
    #     have identical names, regardless of version number
    #   - URLs will have $repo replaced by the name of the current repo
    # Repository entries are of the format:
    #       [repo-name]
    #       Server = ServerName
    #       Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # Testing is disabled by default.  To enable, uncomment the following
    # two lines.  You can add preferred servers immediately after the header,
    # and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    # Add your preferred servers here, they will be used first
    Server = ftp://mirror.lividpenguin.com/pub/archl … po/os/i686
    Server = http://archlinux.mirrors.uk2.net/$repo/os/i686
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    Server = ftp://mirror.lividpenguin.com/pub/archl … po/os/i686
    Server = http://archlinux.mirrors.uk2.net/$repo/os/i686
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository.  See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Thanks in advance.
    Last edited by pritchard92 (2009-11-30 16:34:06)

    Just removed the prefered servers from /etc/pacman.conf - doesn't seem to have fixed the problem. And /etc/pacman.d/mirrorlist is definately there.
    Here it is: (sorry about the length..)
    Mirrorlist wrote:
    # Arch Linux repository mirrorlist
    # Generated on 2009-06-16
    # Australia
    Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/i686
    Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/i686
    Server = ftp://ftp.iinet.net.au/pub/archlinux/$repo/os/i686
    Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/i686
    Server = ftp://mirror.internode.on.net/pub/archl … po/os/i686
    Server = http://mirror.internode.on.net/pub/arch … po/os/i686
    Server = ftp://mirror.pacific.net.au/linux/archl … po/os/i686
    Server = http://mirror.pacific.net.au/linux/arch … po/os/i686
    # Austria
    Server = ftp://gd.tuwien.ac.at/opsys/linux/archl … po/os/i686
    Server = http://gd.tuwien.ac.at/opsys/linux/arch … po/os/i686
    # Belgium
    Server = ftp://ftp.belnet.be/packages/archlinux/$repo/os/i686
    Server = http://ftp.belnet.be/mirror/archlinux.org/$repo/os/i686
    # Brazil
    Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/i686
    Server = http://archlinux.c3sl.ufpr.br/$repo/os/i686
    Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/i686
    Server = http://www.las.ic.unicamp.br/pub/archli … po/os/i686
    #Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/i686
    # Bulgaria
    #Server = http://archlinux.igor.onlinedirect.bg/$repo/os/i686
    # Canada
    #Server = ftp://mirror.csclub.uwaterloo.ca/archli … po/os/i686
    #Server = http://mirror.csclub.uwaterloo.ca/archl … po/os/i686
    #Server = ftp://mirrors.portafixe.com/archlinux/$repo/os/i686
    #Server = http://mirrors.portafixe.com/archlinux/$repo/os/i686
    # Chile
    #Server = ftp://mirror.archlinux.cl/$repo/os/i686
    # Czech Republic
    #Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/i686
    #Server = http://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/i686
    # Denmark
    Server = ftp://ftp.klid.dk/archlinux/$repo/os/i686
    # Estonia
    Server = ftp://ftp.estpak.ee/pub/archlinux/$repo/os/i686
    Server = http://ftp.estpak.ee/pub/archlinux/$repo/os/i686
    # Finland
    Server = ftp://mirror.archlinux.fi/$repo/os/i686
    Server = http://mirror.archlinux.fi/$repo/os/i686
    # France
    Server = http://mir.archlinux.fr/$repo/os/i686
    Server = ftp://mir1.archlinuxfr.org/archlinux/$repo/os/i686
    Server = ftp://mir2.archlinuxfr.org/archlinux/$repo/os/i686
    Server = http://mir1.archlinuxfr.org/archlinux/$repo/os/i686
    Server = http://mir2.archlinuxfr.org/archlinux/$repo/os/i686
    Server = ftp://distrib-coffee.ipsl.jussieu.fr/pu … po/os/i686
    Server = http://distrib-coffee.ipsl.jussieu.fr/p … po/os/i686
    Server = ftp://ftp.free.fr/mirrors/ftp.archlinux … po/os/i686
    Server = ftp://ftp.rez-gif.supelec.fr/Linux/arch … po/os/i686
    # Germany
    Server = ftp://ftp.archlinuxppc.org/i686/$repo/os/i686
    Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/i686
    Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/i686
    Server = ftp://ftp.hosteurope.de/mirror/ftp.arch … po/os/i686
    Server = http://ftp.hosteurope.de/mirror/ftp.arc … po/os/i686
    Server = ftp://ftp-stud.hs-esslingen.de/pub/Mirr … po/os/i686
    Server = http://ftp-stud.hs-esslingen.de/pub/Mir … po/os/i686
    Server = ftp://ftp.spline.inf.fu-berlin.de/mirro … po/os/i686
    Server = http://ftp.spline.inf.fu-berlin.de/mirr … po/os/i686
    Server = ftp://ftp.tu-chemnitz.de/pub/linux/arch … po/os/i686
    Server = http://ftp.tu-chemnitz.de/pub/linux/arc … po/os/i686
    Server = ftp://ftp.uni-bayreuth.de/pub/linux/arc … po/os/i686
    Server = http://ftp.uni-bayreuth.de/linux/archli … po/os/i686
    Server = ftp://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/i686
    Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/i686
    Server = ftp://ftp.wh-stuttgart.net/archlinux/$repo/os/i686
    # Great Britain
    Server = ftp://mirror.lividpenguin.com/pub/archl … po/os/i686
    Server = http://mirror.lividpenguin.com/pub/arch … po/os/i686
    Server = http://www.mirrorservice.org/sites/ftp. … po/os/i686
    Server = ftp://mirrors.uk2.net/pub/archlinux/$repo/os/i686
    Server = http://archlinux.mirrors.uk2.net/$repo/os/i686
    # Greece
    Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/i686
    Server = http://ftp.ntua.gr/pub/linux/archlinux/$repo/os/i686
    Server = ftp://ftp.otenet.gr/pub/linux/archlinux/$repo/os/i686
    Server = http://ftp.otenet.gr/linux/archlinux/$repo/os/i686
    # Hungary
    Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.a … po/os/i686
    # Indonesia
    Server = ftp://archlinux.cbn.net.id/pub/archlinux/$repo/os/i686
    Server = http://archlinux.cbn.net.id/$repo/os/i686
    Server = ftp://mirror.unej.ac.id/archlinux/$repo/os/i686
    Server = http://mirror.unej.ac.id/archlinux/$repo/os/i686
    # Ireland
    Server = ftp://ftp.heanet.ie/mirrors/ftp.archlin … po/os/i686
    Server = http://ftp.heanet.ie/mirrors/ftp.archli … po/os/i686
    # Israel
    #Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/i686
    # Italy
    #Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686
    #Server = http://mi.mirror.garr.it/mirrors/archli … po/os/i686
    # Japan
    Server = ftp://ftp.yz.yamagata-u.ac.jp/pub/linux … po/os/i686
    Server = http://ftp.yz.yamagata-u.ac.jp/pub/linu … po/os/i686
    # Latvia
    Server = http://archlinux.goodsoft.lv/$repo/os/i686
    # Lithuania
    Server = ftp://atviras.lt/archmirror/$repo/os/i686
    Server = http://atviras.lt/archmirror/$repo/os/i686
    # Netherlands
    Server = ftp://mirror.leaseweb.com/archlinux/$repo/os/i686
    Server = http://mirror.leaseweb.com/archlinux/$repo/os/i686
    Server = ftp://ftp.nluug.nl/pub/metalab/distribu … po/os/i686
    Server = http://ftp.nluug.nl/pub/metalab/distrib … po/os/i686
    Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr … po/os/i686
    Server = http://ftp.surfnet.nl/pub/os/Linux/dist … po/os/i686
    # New Caledonia
    Server = ftp://archlinux.nautile.nc/archlinux/$repo/os/i686
    Server = http://archlinux.nautile.nc/archlinux/$repo/os/i686
    # Norway
    Server = ftp://mirror.archlinux.no/$repo/os/i686
    Server = http://mirror.archlinux.no/$repo/os/i686
    # Poland
    Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/i686
    Server = ftp://ftp.piotrkosoft.net/pub/mirrors/f … po/os/i686
    Server = http://piotrkosoft.net/pub/mirrors/ftp. … po/os/i686
    Server = ftp://ftp.pwsz.elblag.pl/pub/linux/dist … po/os/i686
    Server = http://ftp.pwsz.elblag.pl/pub/linux/dis … po/os/i686
    Server = http://unix.net.pl/archlinux.org/$repo/os/i686
    # Portugal
    Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/i686
    Server = http://cesium.di.uminho.pt/pub/archlinux/$repo/os/i686
    Server = http://darkstar.ist.utl.pt/archlinux/$repo/os/i686
    Server = ftp://ftp.nux.ipb.pt/pub/dists/archlinux/$repo/os/i686
    Server = http://ftp.nux.ipb.pt/pub/dists/archlinux/$repo/os/i686
    # Romania
    Server = ftp://ftp.iasi.roedu.net/mirrors/archli … po/os/i686
    Server = http://ftp.iasi.roedu.net/mirrors/archl … po/os/i686
    # Russia
    Server = http://archlinux.freeside.ru/$repo/os/i686
    Server = ftp://mirror.svk.su/archlinux/$repo/os/i686
    Server = http://mirror.svk.su/archlinux/$repo/os/i686
    Server = ftp://mirror.yandex.ru/archlinux/$repo/os/i686
    Server = http://mirror.yandex.ru/archlinux/$repo/os/i686
    # Sweden
    Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/i686
    Server = http://ftp.ds.hj.se/pub/os/linux/archli … po/os/i686
    Server = ftp://ftp.gigabit.nu/$repo/os/i686
    Server = http://ftp.gigabit.nu/$repo/os/i686
    # Switzerland
    Server = ftp://archlinux.puzzle.ch/$repo/os/i686
    Server = http://archlinux.puzzle.ch/$repo/os/i686
    # Turkey
    #Server = ftp://ftp.linux.org.tr/archlinux/$repo/os/i686
    # Ukraine
    Server = ftp://archlinux.hell.org.ua/archlinux/$repo/os/i686
    Server = http://archlinux.hell.org.ua/archlinux/$repo/os/i686
    Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchL … po/os/i686
    Server = http://ftp.linux.kiev.ua/pub/Linux/Arch … po/os/i686
    # United States
    Server = http://mirror.archlinux.com.ve/$repo/os/i686
    Server = http://archlinux.unixheads.org/$repo/os/i686
    Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
    Server = http://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
    Server = ftp://mirrors.easynews.com/linux/archli … po/os/i686
    Server = http://mirrors.easynews.com/linux/archl … po/os/i686
    Server = ftp://ftp.archlinux.org/$repo/os/i686
    Server = http://mirrors.gigenet.com/archlinux/$repo/os/i686
    Server = ftp://ftp.gtlib.gatech.edu/pub/linux/di … po/os/i686
    Server = http://www.gtlib.gatech.edu/pub/linux/d … po/os/i686
    Server = ftp://mirrors.hosef.org/archlinux/$repo/os/i686
    Server = http://mirrors.hosef.org/archlinux/$repo/os/i686
    Server = ftp://ibiblio.org/pub/linux/distributio … po/os/i686
    Server = http://distro.ibiblio.org/pub/linux/dis … po/os/i686
    Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/i686
    Server = ftp://mirror.rit.edu/archlinux/$repo/os/i686
    Server = http://mirror.rit.edu/archlinux/$repo/os/i686
    Server = http://schlunix.org/archlinux/$repo/os/i686
    Server = http://mirror.sourceshare.org/archlinux/$repo/os/i686
    Server = http://archlinux.umflint.edu/$repo/os/i686
    Server = http://mirror.umoss.org/archlinux/$repo/os/i686
    # Venezuela
    Server = http://mirror2.archlinux.com.ve/$repo/os/i686
    # Vietnam
    Server = ftp://202.78.230.5/archlinux/$repo/os/i686
    Server = ftp://ftp.indochinalinux.com/archlinux/$repo/os/i686
    Server = ftp://mirror-fpt-telecom.fpt.net/archli … po/os/i686
    Server = http://mirror-fpt-telecom.fpt.net/archl … po/os/i686

  • Variable Scope at package or interface level

    Hi,
    Can we set the ODI Project variable scope to package or interface level
    because in my project im using a last rundate refresh variable this variable value will be changed at the time of execution of each package.
    Thanxs
    Madhavi

    you can create it as "Not Persistent" and then its value exist per ODI session.
    In this way, several sessions can keep independent value to the same variable.

  • Opening a search service via Mail with Chrome and not Safari

    Hello all,
    Is there an option to open a search service via Mail with my default browser (Chrome) instead of Safari. This works while searching from the browser itself but not the Mail app, have not experimented with other os x apps.

    Then check the Mail preferences for a default broswer entry and change that to Chrome. Not sure if it is in there as I stopped using Mail several years ago.
    To completely get rid of this problem stop using Mac Mail.app and switch to some other mail program that actually works correctly.

  • How to search package contents?

    Is there any way to get Finder to search package contents?
    I'm trying to find some duplicate audio files that are buried in the Media folders inside some GarageBand files. I know I can use the contextual menu to "Show Package Contents", but I don't want to search each of them manually.
    I've tried searching for visible or invisible (even though I don't think package contents actually qualify as invisible files). Anyhow, that didn't work. I also tried searching using the "file exists" criterion, but no dice.
    I can see the file right there in the Media folder, and I can't get Finder to even recognize that it's there, let alone find any duplicates. This is pretty frustrating. I'd appreciate any help.
    Thanks!

    Cool!
    I DL'd EasyFind, installed it, and gave it a try. It works like gangbusters, it's dirt simple, completely intuitive, and FAST!! No more dealing with that stupid Finder that forces me to select "Name" as the preferred search criterion every time I want to search for a filename...which accounts for >95% of all my searches.
    Problem solved. Thanks!

  • Problem importing packages via ICE??

    Hello,
    I am running Portal 6.0 on Windows Server. For one of the business package that is to be implemented in my Portal, i have to deploy two files as a pre-requisite that are associated with SAP Note 660777(https://service.sap.com/sap/support/notes/660777). I have imported the "com.sap.pct.crm.kmconfig40.par" file but having problems deploying "fullupdate_completeBP602.zip". I must admit that i haven't got much idea about importing packages via ICE as i have never used it before.
    I tried to import it via, Portal->System Administration->System Configuration. In there, Actions->Import. When i point to the "fullupdate_completeBP602.zip" file and say Preview, i get a error message saying "Enter a valid configuration archive name". Isn't this the right way to import this package? Please guide. Thanks.
    Regards,

    I suggest you also ask in the KM forum about ICE. There is also some information in the SAP help pages about ICE. For example an overview of it can be found
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/63/42aa17425c514f85ad5ecd45988509/frameset.htm">here</a>
    Cheers

  • Searching ifs via portal thru use of URL ?

    I was recently told by my customer that someone from Oracle told
    him you could create some sort of a URL inside portal to ifs
    that would allow you to search ifs via portal.
    I am not aware of anything like this. Can anyone out there shed
    some light on this? Can this be done?
    Thanks.

    Hi Grigoria,
    You can open a browser with the function module CALL_BROWSER. Giving the BSP URL, you will be able to call your BSP application from ABAP code.
    Alternatively, you can embed your BSP application within SAPgui with an HTML control. Please check demo program CNHTTST1 for a code sample.
    Best regards,
    Tanguy

  • How to suspend the installation after downloading packages via ota for lollipop 5.0.1. on my Note 4. always asks me to install it on notification bar. thank you :)

    How to suspend the installation after downloading packages via ota for lollipop 5.0.1. on my Note 4. always asks me to install it on notification bar. thank you

    If you factory reset, it wont make the update go away, but you should back up and reset before you install the update.

  • Grant access to sub-package via hdbsql

    Hi All,
    I am having trouble running an hdbsql command in a shell script and wondering if anyone could help. (I am running HANA DB SP6, Revision 60)
    Basically, I would like to give a user REPO.READ access to the Competition sub-package as shown below.
    I am attempting to use the following command:
    su - <sid>adm -c "hdbsql -i <##> -u SYSTEM -p <password> \ "GRANT REPO.READ on "ERPSIM.Competition" to USER\""
    but I am getting this error - "424: invalid name of package COMPETITION: line 1 col 7 (at pos 6) SQLSTATE: HY000"
    The weird thing is that that SQL command will work as intended if I run it in HANA Studio, but not when I run it though hdbsql. Also, if I do a GRANT REPO.READ on ERPSIM.ERPSIM, it will succesfully authorize the user for the ERPSIM package.
    Does anyone know how to authorize a user for a sub-package via a hdbsql script?
    Thanks in advance!
    Jerad

    SAP Support was able to resolve this issue for me . The following syntax allowed me to assign privileges for a sub-package via hdbsql:
    su - <sid>adm -c "hdbsql -i <##> -u SYSTEM -p <password> \"GRANT REPO.READ on \\\"ERPSIM.Competition\\\" to USER\""

  • Display text as information when a user runs a package via Excel

    Hi,
    Is it possible to add text to the pop up window a user gets when running a package via the epm add-in? Ideally as per the attached screenshot.
    Thanks,
    Arnold

    Hi Vadim,
    I tried PROMPT(MESSAGE,[label]) but I could see only 3 lines text. how to make it scroll enable for all the test.
    I am using EPM ADDIN SP17 AND Office 213.
    Regards,
    Andrew.

Maybe you are looking for

  • Import photos from iPad to iPhoto keeping album structure

    Hi All, I have an iPad 2 with a camera connect kit.  I've imported and organised several hundred photos using the kit and the iPad.  I just purchased a Macbook Pro and want to import those photos into iPhoto.  The photos all imported, but the album s

  • Project window, folders off project root

    Starting to move to LabVIEW 8.0  First off the project explorer windows exhibits some odd behaviour.  First, I can create a folder off of the project root, but can not add anything to it.  Under My computer (which I assume is a target) yes, but not o

  • JDBC == IDOC sceanrio

    HI Experts,    Now i am doing sceanrio like JDBC ==> IDOC , here oracle side 1-unbound  and IDOC side 1-1 So how can i create each IDOC for each record at oracle side. for example, if i have 5 records at oracle side, i need to create 5 IDOCs , so how

  • Library Dilema & New Computer

    Hi people. I have over 80 GIG of music and movies in my library. I have given ratings to over 1/2 of the music alone (44 GIG of music). My computer's processor died, so I am on a new computer now. I took the old hard drive and put it into my new comp

  • When i try to drag a transition between clips i get a little x  :S

    when i try to drag the cross dissolve transition between to video clips "avi uncompressed" a small x pops up beside the cursor. is there a reason for this ?