You are not logged in.

#1 2008-01-31 15:53:08

rdking
Member
From: Halifax NS
Registered: 2005-04-14
Posts: 114

pacman acting up

[ryan@Archbox ~]$ sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date

will stay like that for a long time....sometimes hitting enter, or actually ctrl+C will snap it out of it.....or sometimes just quit.

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
#
#[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]
# 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
[gnustep]
Server = ftp://blkwidow.lerp.com/pub/mirror/arch/gnustep 
#[archlinuxfr]

#Server = http://repo.archlinux.fr/i686

Last edited by rdking (2008-01-31 15:56:45)

Offline

#2 2008-01-31 15:57:24

rdking
Member
From: Halifax NS
Registered: 2005-04-14
Posts: 114

Re: pacman acting up

sorry ,

close that.....just a misplaced # to cancel out the GNUSTEP repo, that no longer exists....sorry.

Offline

Board footer

Powered by FluxBB