[solved] cannot install pacstrap /mnt base to UEFI without internet

Hello everybody.
Today I decided to install ArchLinux because of some problems on my Linux Mint System.
On my laptop Lenovo yoga 13  while using Mint I installed Wi-Fi drivers after installation. It is not working out of the box.
There is no Ethernet port on this laptop.
In Begginer's Guide I have read that internet may be set up later. Ok, I skipped it and do next steps as in manual.
When I go to step of installing base system the following happens
# pacstrap /mnt base base-devel
Error strings are running: could not get file ... from ... Could not resolve host ...
And at the end:
Cannot synchronize any database
Cannot start request (error in boot library)
Error ==> Failed to install pakages to new root
I stopped here. Why it tries to connect to internet?
P.S. I am installing from fresh iso from 2014.05.01 via LiveUSB.
Please tell me what should I do?
[Sorry if my English is bad ]
Last edited by agent0 (2014-05-13 15:40:31)

Sorry, forget to write. I have tested to execute pacman with -U option too. Here is its output:
загрузка пакетов... (English: loading packages)
разрешение зависимостей... (English: solving dependencies)
проверка на взаимную несовместимость... (English: check for incompatibiility)
Packets (12): binutils-2.24-3 cloog-0.18.1-2 dkms-2.2.0.3-14 gcc-4.9.0-1 guile-2.0.11-1 isl-0.12.2-1 libltdl-2.4.2-13 libmpc-1.0.2-2 linux-headers-3.14.2-1 make-4.0-2 patch-2.7.1-2 dkms-8723au-git-0.1-0
It will be loaded: 35,83 MiB
It will be installed: 165,54 MiB
:: Start installing? [Y/n] _
What packages does it mean: dependent pkgs or pkgs that will be downloaded?
Again, I cannot download anything, so I need to install theese packages the same way as I try to install this one for wifi?
And for installing theese pkgs, perhaps, I will need to install packages, dependent on theese? Oh... Recursion.
What should I do?

Similar Messages

  • [SOLVED] Cannot install base

    Hello guys,
    I try to install Arch linux on my new laptop but pacstrap fails and returns the following error:
    Netcfg and netctl are in conflict.
    How the hell on earth I remove netcfg ? Is there a way to switch off community repo or to skip that package ( netcfg ) ?
    Thanx.
    Last edited by xfce (2013-07-16 11:19:50)

    xfce wrote:
    pacstram -i /mnt base
    returns netcfg in community repo if I remember right.
    I can take a picture of my screen.
    Dont you think that should be
    pacstrap -i /mnt base
    instead of pacstram
    and other thing you know you can remove netcfg by
    pacman -Rns netcfg
    and yes
    lolilolicon wrote:Why is netcfg installed in the first place?
    or
    you can try a netinstall "via netboot".
    Last edited by arcon (2013-07-16 11:12:11)

  • [SOLVED] Cannot install any package thru pacman

    I cannot install any package thru pacman
    when i try to install the package with pacman -S,
    I started getting error when my sytem crashed and i have to forcefully switch off my laptop through power button
    after that when i install anything from pacman i got following error:
    [tan@ARCH ~]$ sudo pacman -S shotwell
    Password:
    warning: shotwell-0.9.3-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): shotwell-0.9.3-1
    Total Download Size: 0.00 MB
    Total Installed Size: 9.12 MB
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity [##########] 100%
    (1/1) checking for file conflicts [##########] 100%
    (1/1) upgrading shotwell [##########] 100%
    ldconfig: File /usr/lib/libgexiv2.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgexiv2.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgexiv2.so is empty, not checked.
    ldconfig: File /usr/lib/libraw.so is empty, not checked.
    ldconfig: File /usr/lib/libraw.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libraw.so.2.0.1 is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so.2.0.1 is empty, not checked.
    Thanks in advance
    Last edited by tan (2011-05-29 05:45:28)

    Thank God, everything is fixed now:
    First, I deleted all these files, then i follows the following procedure
    1. For libgexiv2 file i upgraded 'xorg-server, xorg-xinit, xorg-utils, xorg-server-utils' from pacman
    # pacman -S xorg-server xorg-xinit xorg-utils xorg-server-utils
    2. For libraw file i upgraded 'libraw' from pacman
    # pacman -S libraw
    There will be some conflicting files
    After deleting some conflicting files it solves the problem and restore all the 'lib' file.

  • (SOLVED)Cannot install WINE (x86_64 Arch)

    Hey.
    I cannot install WINE. I already enabled =multilib=, did "pacman -Syu", restarted.
    sudo pacman -S wine
    error: target not found: wine
    I did "pacman -Scc" a few times and chose "Yes" when I was asked to clear unused Repos.
    Any thoughts?
    Thanks
    Last edited by archie0 (2012-03-21 09:40:11)

    Next time, please copy the text instead of using a screenshot.

  • Install 2nd instance of Arch Linux without internet connection

    I have successfully install a first instance of Arch Linux using Arch Linux ISO + pacstrap + pacman with internet connection.
    I have updated to latest package database list (/var/lib/pacman/sync) and package cache files (/var/cache/pacman/pkg) in first instance of Arch Linux with "pacman -Swyu".
    Next, I would like to install 2nd instance of Arch Linux without using internet connection.
    I share the "/var/lib/pacman/sync" and "/var/cache/pacman/pkg" via NFS from first Arch Linux instance.
    I boot the 2nd instance with Arch Linux ISO and attempt to install without internet connection.  I mount the two NFS shares from 1st instance to "/var/cache/pacman/pkg" and "/mnt/var/lib/pacman/sync" respectively.  I execute
       # pacstrap -i -c /mnt"
    to start installation.
    I found it is almost impossible with current implementation of pacstrap script.  The pacstrap script always attempt to update package database list with -Sy option.
    I think some amendments on pacstrap script is needed to install Arch Linux without internet connection.

    I made the edit by adding the option -o to do what you want.
    I am too lazy for a feature request right now...
    #!/bin/bash
    # Assumptions:
    # 1) User has partitioned, formatted, and mounted partitions on /mnt
    # 2) Network is functional
    # 3) Arguments passed to the script are valid pacman targets
    # 4) A valid mirror appears in /etc/pacman.d/mirrorlist
    shopt -s extglob
    out() { printf "$1 $2\n" "${@:3}"; }
    error() { out "==> ERROR:" "$@"; } >&2
    msg() { out "==>" "$@"; }
    msg2() { out " ->" "$@";}
    die() { error "$@"; exit 1; }
    in_array() {
    local i
    for i in "${@:2}"; do
    [[ $1 = "$i" ]] && return
    done
    track_mount() {
    mount "$@" && CHROOT_ACTIVE_MOUNTS=("$2" "${CHROOT_ACTIVE_MOUNTS[@]}")
    api_fs_mount() {
    CHROOT_ACTIVE_MOUNTS=()
    { mountpoint -q "$1" || track_mount "$1" "$1" --bind; } &&
    track_mount proc "$1/proc" -t proc -o nosuid,noexec,nodev &&
    track_mount sys "$1/sys" -t sysfs -o nosuid,noexec,nodev &&
    track_mount udev "$1/dev" -t devtmpfs -o mode=0755,nosuid &&
    track_mount devpts "$1/dev/pts" -t devpts -o mode=0620,gid=5,nosuid,noexec &&
    track_mount shm "$1/dev/shm" -t tmpfs -o mode=1777,nosuid,nodev &&
    track_mount run "$1/run" -t tmpfs -o nosuid,nodev,mode=0755 &&
    track_mount tmp "$1/tmp" -t tmpfs -o mode=1777,strictatime,nodev,nosuid
    api_fs_umount() {
    umount "${CHROOT_ACTIVE_MOUNTS[@]}"
    valid_number_of_base() {
    local base=$1 len=${#2} i=
    for (( i = 0; i < len; i++ )); do
    (( (${2:i:1} & ~(base - 1)) == 0 )) || return
    done
    mangle() {
    local i= chr= out=
    unset {a..f} {A..F}
    for (( i = 0; i < ${#1}; i++ )); do
    chr=${1:i:1}
    case $chr in
    [[:space:]\\])
    printf -v chr '%03o' "'$chr"
    out+=\\
    # fallthrough
    out+=$chr
    esac
    done
    printf '%s' "$out"
    unmangle() {
    local i= chr= out= len=$(( ${#1} - 4 ))
    unset {a..f} {A..F}
    for (( i = 0; i < len; i++ )); do
    chr=${1:i:1}
    case $chr in
    if valid_number_of_base 8 "${1:i+1:3}" ||
    valid_number_of_base 16 "${1:i+1:3}"; then
    printf -v chr '%b' "${1:i:4}"
    (( i += 3 ))
    fi
    # fallthrough
    out+=$chr
    esac
    done
    printf '%s' "$out${1:i}"
    dm_name_for_devnode() {
    read dm_name <"/sys/class/block/${1#/dev/}/dm/name"
    if [[ $dm_name ]]; then
    printf '/dev/mapper/%s' "$dm_name"
    else
    # don't leave the caller hanging, just print the original name
    # along with the failure.
    print '%s' "$1"
    error 'Failed to resolve device mapper name for: %s' "$1"
    fi
    fstype_is_pseudofs() {
    # list taken from util-linux source: libmount/src/utils.c
    local -A pseudofs_types=([anon_inodefs]=1
    [autofs]=1
    [bdev]=1
    [binfmt_misc]=1
    [cgroup]=1
    [configfs]=1
    [cpuset]=1
    [debugfs]=1
    [devfs]=1
    [devpts]=1
    [devtmpfs]=1
    [dlmfs]=1
    [fuse.gvfs-fuse-daemon]=1
    [fusectl]=1
    [hugetlbfs]=1
    [mqueue]=1
    [nfsd]=1
    [none]=1
    [pipefs]=1
    [proc]=1
    [pstore]=1
    [ramfs]=1
    [rootfs]=1
    [rpc_pipefs]=1
    [securityfs]=1
    [sockfs]=1
    [spufs]=1
    [sysfs]=1
    [tmpfs]=1)
    (( pseudofs_types["$1"] ))
    newroot=/mnt
    hostcache=0
    copykeyring=1
    copymirrorlist=1
    offline=0
    usage() {
    cat <<EOF
    usage: ${0##*/} [options] root [packages...]
    Options:
    -C config Use an alternate config file for pacman
    -c Use the package cache on the host, rather than the target
    -d Allow installation to a non-mountpoint directory
    -G Avoid copying the host's pacman keyring to the target
    -i Avoid auto-confirmation of package selections
    -M Avoid copying the host's mirrorlist to the target
    -o Do not update the pacman cache for offline installation
    -h Print this help message
    pacstrap installs packages to the specified new root directory. If no packages
    are given, pacstrap defaults to the "base" group.
    EOF
    if [[ -z $1 || $1 = @(-h|--help) ]]; then
    usage
    exit $(( $# ? 0 : 1 ))
    fi
    (( EUID == 0 )) || die 'This script must be run with root privileges'
    while getopts ':C:cdGiMo' flag; do
    case $flag in
    C)
    pacman_config=$OPTARG
    d)
    directory=1
    c)
    hostcache=1
    i)
    interactive=1
    G)
    copykeyring=0
    M)
    copymirrorlist=0
    o)
    offline=1
    die '%s: option requires an argument -- '\''%s'\' "${0##*/}" "$OPTARG"
    die '%s: invalid option -- '\''%s'\' "${0##*/}" "$OPTARG"
    esac
    done
    shift $(( OPTIND - 1 ))
    (( $# )) || die "No root directory specified"
    newroot=$1; shift
    pacman_args=("${@:-base}")
    if (( ! hostcache )); then
    pacman_args+=(--cachedir="$newroot/var/cache/pacman/pkg")
    fi
    if (( ! interactive )); then
    pacman_args+=(--noconfirm)
    fi
    if (( ! offline )); then
    pacman_args+=(-y)
    fi
    if [[ $pacman_config ]]; then
    pacman_args+=(--config="$pacman_config")
    fi
    [[ -d $newroot ]] || die "%s is not a directory" "$newroot"
    if ! mountpoint -q "$newroot" && (( ! directory )); then
    die '%s is not a mountpoint!' "$newroot"
    fi
    # create obligatory directories
    msg 'Creating install root at %s' "$newroot"
    mkdir -m 0755 -p "$newroot"/var/{cache/pacman/pkg,lib/pacman,log} "$newroot"/{dev,run,etc}
    mkdir -m 1777 -p "$newroot"/tmp
    mkdir -m 0555 -p "$newroot"/{sys,proc}
    # always call umount on quit after this point
    trap 'api_fs_umount "$newroot" 2>/dev/null' EXIT
    # mount API filesystems
    api_fs_mount "$newroot" || die "failed to setup API filesystems in new root"
    msg 'Installing packages to %s' "$newroot"
    if ! pacman -r "$newroot" -S "${pacman_args[@]}"; then
    die 'Failed to install packages to new root'
    fi
    if (( copykeyring )); then
    # if there's a keyring on the host, copy it into the new root, unless it exists already
    if [[ -d /etc/pacman.d/gnupg && ! -d $newroot/etc/pacman.d/gnupg ]]; then
    cp -a /etc/pacman.d/gnupg "$newroot/etc/pacman.d/"
    fi
    fi
    if (( copymirrorlist )); then
    # install the host's mirrorlist onto the new root
    cp -a /etc/pacman.d/mirrorlist "$newroot/etc/pacman.d/"
    fi
    # vim: et ts=2 sw=2 ft=sh:

  • Installing Windows ADK and MDT 2013 without Internet

    Hi
    I have Windows 8.1 Update 64 bit
    on a computer without Internet.
    I would like to install Windows ADK
    and MDT 2013. What's the proper procedure to
    do this?
    Thanks
    Bye
    Balubeto

    You need to download the pieces from an internet-connected machine.  They can they be copied (USB or whatever) to any machine, even those without an internet connection, to do an installation.
    To get the necessary ADK pieces, download ADKSETUP.EXE and run it on the internet-connected machine.  It will offer an option to download all the rest of the ADK pieces (make sure you select the right components) into a folder you specify.
    The MDT installation is a single MSI file.
    Thanks,
    -Michael Niehaus
    Senior Product Marketing Manager, Windows Deployment
    http://blogs.technet.com/mniehaus
    [email protected]

  • [SOLVED] pacstrap /mnt base base-devel won't work

    Hello everybody
    I got an issue with reinstalling my Arch. I created a CD with the archlinux-2012.10.06-dual.iso and the new installation framework.
    I did the installation like the beginners guide its describe until i got an error with pacstrap
    the pacstrap command from the title ends for me in an inter-conflict with util-linux and eject. It says I should remove eject BUT there is no package to remove. And on the other way around there is no eject to install only utils-linux (pacman -S eject want to install utils-linux).
    what should i do? I know I act like a noob but i did it like the beginners guide told me. any suggestions?
    perhaps i overlooked something
    sincerely Troopa
    PS: if there are after this issue some similar issues what can a solution be there for?
    PSS: sorry, I'm swiss not american or briton
    Last edited by Troopa (2012-10-22 18:17:51)

    now i've tried to burn a CD again with the pacstrap and co. this time with md5 sum check (it was total equal) and on the fresh installed system ( with the old CD incl. AIF). it didn't work but now for some reason its not eject anymore but systemd-sysvcompat inter-conflicts with sysvinit. thats because from the "older" CD i did a kind of a workaround for eject, i don't know what i've done for that, sorry.
    i created the installation CD with wodim from cdrkit with follow command:
    wodim -v dev=/dev/cdrom archlinux-2012.10.06-dual.iso
    (output of the procedur is not accessable anymore but works fine i think)
    did I something wrong with it? is the command wrong or something else?

  • [SOLVED] Cannot install qt5-base

    To update smplayer I need qt5-base, but there seems to be a conflict between something I have installed and qtchooser:
    # pacman -S smplayer
    resolving dependencies...
    looking for inter-conflicts...
    Packages (4): qt5-base-5.2.1-3 qt5-script-5.2.1-3 qtchooser-39-1 smplayer-14.3.0-1
    Total Installed Size: 65.04 MiB
    Net Upgrade Size: 55.23 MiB
    :: Proceed with installation? [Y/n]
    (4/4) checking keys in keyring [################################################################] 100%
    (4/4) checking package integrity [################################################################] 100%
    (4/4) loading package files [################################################################] 100%
    (4/4) checking for file conflicts [################################################################] 100%
    error: failed to commit transaction (conflicting files)
    qtchooser: /usr/bin/qdbus exists in filesystem
    qtchooser: /usr/bin/qdbusviewer exists in filesystem
    Errors occurred, no packages were upgraded.
    # pacman -Qo /usr/bin/qdbus
    error: No package owns /usr/bin/qdbus
    Does anyone know if it is safe to remove qdbus and qdbusviewer and then run the update?
    Cheers
    Andrew
    Last edited by fdservices (2014-08-11 07:16:13)

    @fredbezies
    It is a file from qtchooser.
    - no it isn't, because that is what I am trying to install
    @Mr.Elendig
    sticky thread is sticky
    says
    As a user, you must figure out what is causing the conflict and act accordingly.
    which is what I am trying to do
    Also, always use -Syu when installing things
    Yes, I do, I just used -S to illustrate that it was smplayer calling in the dependencies and causing the conflict.
    Thanks anyway
    Andrew

  • [FTP Install] cannot install as /mnt/etc is not created

    Hi, happy new year to everyone
    i've been unable to install Arch for a long time on my desktop system with raid/lvm2 partition. It runs fine on my old laptop.
    Tonight I gave it another try with froscon install CD (August 2008), choosing FTP Install as usual, and end up stuck @ the same point.
    Following http://wiki.archlinux.org/index.php/Ins … AID_or_LVM , everything goes well up to "Configure Arch", where /mnt/etc is *not* created, making this step a dead end one.
    There are 2 Sata HDDs with identical partition :
    /dev/sda1 * 1 15 120456 83 Linux
    /dev/sda2 16 10011 80292870 5 Extended
    /dev/sda5 16 2564 20474811 fd Linux raid autodetect
    /dev/sda6 2565 5113 20474811 fd Linux raid autodetect
    /dev/sda7 5114 9880 38290896 fd Linux raid autodetect
    /dev/sda8 9881 10011 1052226 82 Linux swap / Solaris
    /dev/sda1 is standard /boot
    /dev/sd[ab]5 is a raid0 array with 3 partitions, the 3rd beeing free / for Arch setup.
    /dev/sd[ab]6 is a raid1 array with 3 partitions for personnal data
    /dev/sd[ab]7, raid0 array with 2 partitions that i can share for extra data (like /tmp)
    /dev/sd[ab]8 are swap
    I can activate existing RAID and LVM volumes, make a filesystem on /dev/systems/system3 array, mount it on /mnt then /sda1 on /mnt/boot. I also mounted other systems lvm partitions which went fine.
    Configuring the network, downloading and installing base packages go fine.
    Configure Arch gives me *empty* configuration files. i.e. Vi says "New DIRECTORY" for every configuration file.
    It's been about a year I'm stuck there
    Any advice's welcome.
    Last edited by kozaki (2009-01-04 13:56:37)

    Woow. Was able to finish the installation as soon as i choose "CD install" rather than "FTP install"
    I know this is probably the first time in years i install a distro from the CD, so it might why i couldn't install Arch so many times.
    Note that the issue with configure Arch had occured with every ISO i booted with since over a year

  • [SOLVED]Cannot install programs

    I really need help.
    I'm getting very upset with myself as I can't install any application. I've tried the Wiki and AUR with no luck.
    I'm using LXDE with PCManfm
    I need to install some kind of text editor and hopefully a torrent client.
    I don't know how to search the community repository effectively as the wiki has very little information on it. When I use pacman -Ss package, the result scrolls so fast, that I only get the last screenful.
    If I use <SHIFT>+<PageUp>, I can only go maybe 3 screens up before I run out of 'history'.
    Is there a way of pausing (waiting for a keypress) for listings like this (ls and dir as well)?
    I've tried AUR and downloaded rtorrent but it won't install no matter how I use pacman -U, either as root or user.
    How can I list and find applications that can be installed?
    What exact syntax should I use to install downloaded tar.gz files?
    Where do I get them from? Why is this so hard?
    Last edited by H.Delbrook (2008-11-08 10:27:05)

    Thanks for your reply(s).
    I'm NOT giving up and I will make a perfectly functional Archlinux system. That's why I chose it, to learn. Most other distros are 'set and forget' and that wasn't for me.
    Unfortunately, I'm learning about the filesystems, permissions, root/user and a pile of other stuff at the same time!
    Also there were lots of problems that I solved without resorting to this forum. I only used this when something obvious just didn't work.
    For example: Apps with ncurses base doesn't appear on a menu/desktop? That's a bit much to expect for a newbie to know.
    As for the Wiki - There should have been a link or a quick explanation of how to use nano to alter rc.conf. I'll do it if no-one else does.
    In case you're interested:
    + Setup static ip, gateway etc np! - although the worked example in the Beginner's Guide using 'banana' needs a newbie comment.
    * I struck the pacman update issue very early on that caused errors updating /extra. Fixed that.
    * Audio installed but no sound - Fixed by installing alsa-oss
    * Errors on X11 (font path issues) - still unresolved but I've a working Lxde which I stuffed up and currently looking for a fix. (minimized windows just 'disappear' ' - I need to revert the taskbar panel to default and the config file I found on Lxde's wiki, copied and pasted into global config just made me lose my folder icons.
    * No Cdrom in the filemanager? Fixed by installing HAL
    + Firefox 3.0.0.3-1 runs well
    + installed Java (Jre), Flash 10 and some extensions
    + Transmission-glt is working
    + Leafpad is working (and doesn't get installed with lxde which should be mentioned in the wiki)
    + OO3 downloaded last night (I've only got a 128k connection). It's very good.
    * I can get to root while the desktop is up through a terminal, but can't get a new workspace! Lxde's Alt-F1, F2, F3 happen to remap Archlinux Alt-Fn keys. <sigh>
    Frustrating bits:
    Did you know that you have to press 'Q' to exit a man page? I had to swap workspaces to finish the install. Then I searched the net until I found an old 'how to' on manpages!
    I'm operating the system OK, but I fear that I'm generally doing things the long way and the wrong way. I want to be able to fast-track that aspect somehow.
    To Do:
    I need to connect to my printer/scanner/server on a Windows XP network. Do I do this manually or via samba?
    Thanks
    Hans

  • [SOLVED] Cannot install KDE with python-numpy pre-installed?

    Hi, all
    I am with xfce currently and though of tring KDE. However when I  tried to install KDE it turns that there are confilicts between 'kde' and 'python-numpy':
    :: Proceed with installation? [Y/n]
    (318/318) checking keys in keyring [####################################] 100%
    (318/318) checking package integrity [####################################] 100%
    (318/318) loading package files [####################################] 100%
    (318/318) checking for file conflicts [####################################] 100%
    error: failed to commit transaction (conflicting files)
    python2-numpy: /usr/bin/f2py2 exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy-1.8.0-py2.7.egg-info exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__config__.py exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__config__.pyc exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__init__.py exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__init__.pyc exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/_import_tools.py exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/_import_tools.pyc exists in filesystem
    Can anyone help please?
    thanks,
    ps:
    python-numpy was installed via "pip install numpy" instead of "pacman -S python-numpy". Could this cause any problem?
    Last edited by hellolj (2014-03-02 06:15:30)

    circleface wrote:
    hellolj wrote:By that, does it mean I should always stick to using "pacman" instead of "pip install"?
    Generally it is less pain to stick to pacman only.  Using anything else would mean pacman cannot know what packages certain files belong to, similar to what you ran into here.
    Got it. Seems I have to reinstall my python packages from scratches again.
    Thanks to all the help.
    SOLVED.

  • [SOLVED] Cannot install 'renpy'

    Hallo.
    I want to install renpy. So, I downloaded 'renpy-aio' from aur. 'pyhton-renpy' and 'renpy' are outdated.
    I successfully compiled them with makepkg and now I have two .pkg.tar.gz files. But when I try to install them with pacman, I receive the following error:
    pacman -U renpy-aio-6.18.3-1-any.pkg.tar.xz renpy-allinone-6.18.3-1-x86_64.pkg.tar.xz
    loading packages...
    resolving dependencies...
    warning: cannot resolve "python-renpy", a dependency of "renpy-aio"
    warning: cannot resolve "python-renpy", a dependency of "renpy-aio"
    warning: cannot resolve "renpy>=6.18.3", a dependency of "renpy-allinone"
    warning: cannot resolve "python-renpy>=6.18.3", a dependency of "renpy-allinone"
    :: The following packages cannot be upgraded due to unresolvable dependencies:
    renpy-aio renpy-allinone
    :: Do you want to skip the above packages for this upgrade? [y/N]
    error: failed to prepare transaction (could not satisfy dependencies)
    :: renpy-aio: requires python-renpy
    :: renpy-aio: requires python-renpy
    :: renpy-allinone: requires renpy>=6.18.3
    :: renpy-allinone: requires python-renpy>=6.18.3
    Any idea how to install renpy?
    Thank you
    Last edited by alex.theoto (2014-12-07 15:30:53)

    karol wrote:Do you have https://aur.archlinux.org/packages/python-renpy/ installed?
    Well, I finally installed it. I first installed your suggestion and then I installed python-renpy-aio-6.18.3-1-x86_64.pkg.tar.xz and renpy-aio-6.18.3-1-any.pkg.tar.xz.
    Pacman removed the outdated python-renpy [6.17.xxx version] and everything is ok.
    After some tests to understand what was wrong, all I needed to install from the builded Aur package was:
    python-renpy-aio-6.18.3-1-x86_64.pkg.tar.xz
    renpy-aio-6.18.3-1-any.pkg.tar.xz
    and NOT renpy-allinone-6.18.3-1-x86_64.pkg.tar.xz because there was an conflict with 'renpy' package.
    Problem solved. Thank you...

  • [SOLVED] cannot install package query

    I want to install yaourt, but I can't seem to install package query. I acquired the tarball from here and followed all the steps here
    [maarten@maarten ~]$ cd ~/src
    [maarten@maarten src]$ tar -zxvf package-query.tar.gz
    package-query/
    package-query/PKGBUILD
    [maarten@maarten src]$ cd ~/src/package-query
    [maarten@maarten package-query]$ makepkg -s
    ==> Making package: package-query 1.0.1-1 (Sun Jul 8 11:09:03 CEST 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading package-query-1.0.1.tar.gz...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 361k 100 361k 0 0 205k 0 0:00:01 0:00:01 --:--:-- 226k
    ==> Validating source files with md5sums...
    package-query-1.0.1.tar.gz ... Passed
    ==> Extracting Sources...
    -> Extracting package-query-1.0.1.tar.gz with bsdtar
    ==> Starting build()...
    checking for a BSD-compatible install... /usr/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 for gcc... gcc
    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 gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
    checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking ctype.h usability... yes
    checking ctype.h presence... yes
    checking for ctype.h... yes
    checking getopt.h usability... yes
    checking getopt.h presence... yes
    checking for getopt.h... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/utsname.h usability... yes
    checking sys/utsname.h presence... yes
    checking for sys/utsname.h... yes
    checking for alpm_version in -lalpm... yes
    checking for yajl_free in -lyajl... yes
    checking for gawk... (cached) gawk
    checking for curl-config... /usr/bin/curl-config
    checking for the version of libcurl... 7.26.0
    checking for libcurl >= version 7.19.4... yes
    checking whether libcurl is usable... yes
    checking for curl_free... yes
    checking whether NLS is requested... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for shared library run path origin... done
    checking for CFPreferencesCopyAppValue... no
    checking for CFLocaleCopyCurrent... no
    checking for GNU gettext in libc... yes
    checking whether to use NLS... yes
    checking where the gettext function comes from... libc
    checking for git... git
    checking for .git/... no
    configure: creating ./config.status
    config.status: creating src/Makefile
    config.status: creating doc/Makefile
    config.status: creating Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing po-directories commands
    package-query:
    Build information:
    source code location : .
    prefix : /usr
    sysconfdir : /etc
    conf file : /etc/pacman.conf
    localstatedir : /var
    database dir : /var/lib/pacman/
    compiler : gcc
    compiler flags : -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2
    package-query version : 1.0.1
    using git version : no
    git ver :
    Variable information:
    root working directory : /
    aur base url : [url]http://aur.archlinux.org[/url]
    make all-recursive
    make[1]: Entering directory `/home/maarten/src/package-query/src/package-query-1.0.1'
    Making all in src
    make[2]: Entering directory `/home/maarten/src/package-query/src/package-query-1.0.1/src'
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT aur.o -MD -MP -MF .deps/aur.Tpo -c -o aur.o aur.c
    mv -f .deps/aur.Tpo .deps/aur.Po
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT alpm-query.o -MD -MP -MF .deps/alpm-query.Tpo -c -o alpm-query.o alpm-query.c
    alpm-query.c: In function 'alpm_pkg_get_realsize':
    alpm-query.c:486:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
    mv -f .deps/alpm-query.Tpo .deps/alpm-query.Po
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
    util.c: In function 'ltostr':
    util.c:532:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
    util.c: In function 'itostr':
    util.c:525:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
    util.c: In function 'concat_backup_list':
    util.c:480:12: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
    util.c: In function 'string_fcat':
    util.c:342:11: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
    mv -f .deps/util.Tpo .deps/util.Po
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c
    mv -f .deps/color.Tpo .deps/color.Po
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT package-query.o -MD -MP -MF .deps/package-query.Tpo -c -o package-query.o package-query.c
    mv -f .deps/package-query.Tpo .deps/package-query.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lcurl -Wl,-O1,--sort-common,--as-needed,-z,relro -o package-query aur.o alpm-query.o util.o color.o package-query.o -lyajl -lalpm
    libtool: link: gcc -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o package-query aur.o alpm-query.o util.o color.o package-query.o -lcurl -lyajl -lalpm
    make[2]: Leaving directory `/home/maarten/src/package-query/src/package-query-1.0.1/src'
    Making all in doc
    make[2]: Entering directory `/home/maarten/src/package-query/src/package-query-1.0.1/doc'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/maarten/src/package-query/src/package-query-1.0.1/doc'
    make[2]: Entering directory `/home/maarten/src/package-query/src/package-query-1.0.1'
    make[2]: Leaving directory `/home/maarten/src/package-query/src/package-query-1.0.1'
    make[1]: Leaving directory `/home/maarten/src/package-query/src/package-query-1.0.1'
    ==> Entering fakeroot environment...
    ==> Starting package()...
    Making install in src
    make[1]: Entering directory `/home/maarten/src/package-query/src/package-query-1.0.1/src'
    make[2]: Entering directory `/home/maarten/src/package-query/src/package-query-1.0.1/src'
    test -z "/usr/bin" || /bin/mkdir -p "/home/maarten/src/package-query/pkg/usr/bin"
    /bin/sh ../libtool --mode=install /usr/bin/install -c package-query '/home/maarten/src/package-query/pkg/usr/bin'
    libtool: install: /usr/bin/install -c package-query /home/maarten/src/package-query/pkg/usr/bin/package-query
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/home/maarten/src/package-query/src/package-query-1.0.1/src'
    make[1]: Leaving directory `/home/maarten/src/package-query/src/package-query-1.0.1/src'
    Making install in doc
    make[1]: Entering directory `/home/maarten/src/package-query/src/package-query-1.0.1/doc'
    make[2]: Entering directory `/home/maarten/src/package-query/src/package-query-1.0.1/doc'
    make[2]: Nothing to be done for `install-exec-am'.
    test -z "/usr/share/man/man8" || /bin/mkdir -p "/home/maarten/src/package-query/pkg/usr/share/man/man8"
    /usr/bin/install -c -m 644 package-query.8 '/home/maarten/src/package-query/pkg/usr/share/man/man8'
    make[2]: Leaving directory `/home/maarten/src/package-query/src/package-query-1.0.1/doc'
    make[1]: Leaving directory `/home/maarten/src/package-query/src/package-query-1.0.1/doc'
    make[1]: Entering directory `/home/maarten/src/package-query/src/package-query-1.0.1'
    make[2]: Entering directory `/home/maarten/src/package-query/src/package-query-1.0.1'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/home/maarten/src/package-query/src/package-query-1.0.1'
    make[1]: Leaving directory `/home/maarten/src/package-query/src/package-query-1.0.1'
    ==> Tidying install...
    -> Purging unwanted files...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: package-query 1.0.1-1 (Sun Jul 8 11:09:18 CEST 2012)
    [maarten@maarten package-query]$ dir
    PKGBUILD package-query-1.0.1.tar.gz src
    package-query-1.0.1-1-i686.pkg.tar.xz pkg
    [maarten@maarten package-query]$ sudo pacman -U package-query-1.0.1-1-i686.pkg.tar.xz
    Password:
    loading packages...
    error: 'package-query-1.0.1-1-i686.pkg.tar.xz': invalid or corrupted package (PGP signature)
    I already reran pacman-key --init and pacman-key --populate archlinux after removing the allready acquired signatures (/etc/pacman.d/gnupg). But it keeps returning the same error.
    Do I need to add another key manually to install packages manually from the AUR?
    Last edited by maartennnnnnn (2012-07-08 09:44:01)

    I edited your post to change the \[quote\] tags to \[code\] tags - it makes for a much easier to read post
    https://wiki.archlinux.org/index.php/Fo … s_and_Code
    Two options are to change your SigLevel or sign your own key...

  • Solved - Cannot install gimp : error: 'libmng': not found in sync db

    This is the code I get. I think something is wrong with my pacman since it was working fine at the begainning.
    bash-3.2# pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    local database is up to date
    bash-3.2# pacman -S gimp
    Warning: gimpshop provides gimp
    resolving dependencies...
    error: cannot resolve "libmng", a dependency of "gimpshop"
    error: failed to prepare transaction (could not satisfy dependencies)
    :: gimpshop: requires libmng
    bash-3.2# pacman -S libmng
    error: 'libmng': not found in sync db
    Vlc is installed but if I try this I still get that kind of error.
    bash-3.2# pacman -S vlc
    error: 'vlc': not found in sync db
    This is my pacman.conf
    # /etc/pacman.conf
    # See the pacman manpage for option 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
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    # 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
    # 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
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    # Unstable 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.
    #[unstable]
    #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 is my mirrorlist
    # Arch Linux repository mirrorlist
    # United States
    #Server = ftp://ftp.archlinux.org/$repo/os/i686
    #Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/i686
    #Server = ftp://mirrors.unixheads.org/archlinux/$repo/os/i686
    #Server = ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/$repo/os/i686
    #Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
    #Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/i686
    #Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i686
    #Server = http://holmes.umflint.edu/archlinux/$repo/os/i686
    #Server = http://mirror.neotuli.net/arch/$repo/os/i686
    # South America
    # - Brazil
    #Server = http://archlinux.c3sl.ufpr.br/$repo/os/i686
    #Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/i686
    #Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/i686
    # Europe
    # - Austria
    #Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/i686
    # - Belgium
    #Server = ftp://ftp.belnet.be/mirror/archlinux.org/$repo/os/i686
    # - Czech Republic
    #Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/i686
    # - Estonia
    #Server = ftp://ftp.estpak.ee/pub/archlinux/$repo/os/i686
    # - France
    #Server = ftp://mir1.archlinuxfr.org/archlinux/$repo/os/i686
    #Server = ftp://mir2.archlinuxfr.org/archlinux/$repo/os/i686
    #Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/i686
    #Server = http://mir.archlinux.fr/$repo/os/i686
    #Server = ftp://ftp.free.fr/mirrors/ftp.archlinux.org/$repo/os/i686
    # - Germany
    #Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/i686
    #Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/i686
    #Server = ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/$repo/os/i686
    #Server = ftp://ftp.archlinuxppc.org/i686/$repo/os/i686
    #Server = ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/i686
    #Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/i686
    # - Great Britain
    #Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/i686
    #Server = ftp://mirrors.uk2.net/pub/archlinux/$repo/os/i686
    #Server = http://archlinux.mirrors.uk2.net/$repo/os/i686
    # - Greece
    #Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/i686
    # - Hungary
    #Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/i686
    # - Ireland
    #Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/i686
    # - Italy
    #Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686
    # - Netherlands
    #Server = ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/$repo/os/i686
    #Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/i686
    # - Poland
    #Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/i686
    #Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i686
    #Server = ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i686
    # - Portugal
    #Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/i686
    # - Romania
    #Server = ftp://ftp.iasi.roedu.net/mirrors/archlinux.org/$repo/os/i686
    # - Russia
    #Server = ftp://mirror.yandex.ru/archlinux/$repo/os/i686
    #Server = http://archlinux.freeside.ru/$repo/os/i686
    # - Sweden
    #Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/i686
    #Server = ftp://ftp.gigabit.nu/$repo/os/i686
    # - Switzerland
    #Server = ftp://archlinux.puzzle.ch/$repo/os/i686
    # - Turkey
    #Server = http://server.elsistech.com/archlinux/$repo/os/i686
    # - Ukraine
    #Server = ftp://hell.org.ua/archlinux/$repo/os/i686
    #Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/i686
    # Asia
    # - Israel
    #Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/i686
    # Australia
    #Server = ftp://mirror.pacific.net.au/linux/archlinux/$repo/os/i686
    #Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/i686
    # Setup-Entry
    Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/i686
    Ho and I really like Arch, I just need to know this distribution better.
    And thanks for the help
    Last edited by odf (2008-07-18 19:26:44)

    Not sure why typing 'gimp' is bringing up 'gimpshop', but anyhoo...
    I just punched in 'http://mirrors.easynews.com/linux/archl … po/os/i686' into Epiphany and it 404's, so I'd assume it's down at the mo. Meantime, if you go into your mirrorlist and uncomment whichever 'Server = *' is closest to you (you could just do any of them, but the nearest ones will give you better performance) and comment out that bottom line.
    All going to plan, that should sort it.
    Last edited by ThomasBisset (2008-07-18 00:24:54)

  • [SOLVED]Cannot install mysql correctly

    Hi
    If i try install mysql I get this errror:
    chown: invalid user: 'mysql'
    Cannot change ownership of the database directories to the 'mysql'
    user. Check that you have the necessary permissions and try again.
    error: command failed to execute correctly
    Optional dependencies for mysql
    perl-dbi
    perl-dbd-mysql
    Do i have to user called "mysql"? How can I install this package correctly?
    Last edited by xorgx3 (2012-05-28 10:21:02)

    What happens if you try to start the daemon after fixing the permissions (/etc/rc.d/mysqld start). Also check the mysql logs in /var/log should it fail.
    If I try running daemon after fixing permissions still I see
    /etc/rc.d/mysqld start
    :: Starting MySQL Server [BUSY]
    [FAIL]
    Do you get this?
    % grep mysql /etc/passwd
    mysql:x:89:89::/var/lib/mysql:/bin/false
    If not, try adding that line.
    Where I have to add that line?
    grep not shows anything.
    Last edited by xorgx3 (2012-05-26 14:43:33)

Maybe you are looking for

  • Need to run "clearfault" on M5000

    I have a customer that has an M5000 <b>not</b> under maintenance with Oracle. They have a fault condition on the frame and they need to run "clearfault" to clear the condition. Will Oracle supply the special password without a contract?

  • Regarding Selection of IDOC Or BAPI

    Hi All, I have One Doubt on Choosing IDOC or BAPI If We Have Scenario like File to R/3 . Here I have the Standard IDOC And I have a Suitable BAPI also To Achieve this. Then Which one I have to Select in both Regards Vamsi

  • Installing new RAM and need help!

    Hello everyone, I have this exact same computer model found here: http://wow-rebates.com/lenovo-3000-k100-57068352-intel-desktop-pc/ This means that I have 4 slots of RAM, but 3 are currently being used by 1 GB sticks of DDR2 PC2-5300 @ 667. I just b

  • ADD a Parameter fixed height from "NI_Word.lvclass:Word Set Table Dimension.ni"

    I would add a parameter to fixed or no the dimension height of the row. It can add a parameter form the Generation Report from "NI_Word.lvclass:Word Set Table Dimension.ni". Thank you Jérôme

  • Print Screen in Parallels with 2010 MBP

    Is there a resource that will help me with items like getting a Print Screen (or Print Selection) while in Parallels and Windows 7 on my MacBookPro. I'm slowly learning this items for OSX but I can't seem to find a source for these while in Parallels