You are not logged in.

#1 2007-10-29 00:10:48

theonlyrealperson
Member
Registered: 2007-10-29
Posts: 7

Pacman not reading /etc/pacman.conf???

All right, I'm sorta new to linux and VERY new to Arch. Love what I see so far, but I've got a little problem.

I've uncommented out and added some repositories in /etc/pacman.conf, but when I run pacman -Syu it only sync's up with the core and extra's database. I have uncommented out testing, and added the kdemod repos... What am I doing wrong???

pacman -Syu
::Synchronizing package databases...
 core is up to date
 extra is up to date
 local database is up to date

Argh!

Offline

#2 2007-10-29 00:13:21

theonlyrealperson
Member
Registered: 2007-10-29
Posts: 7

Re: Pacman not reading /etc/pacman.conf???

Sorry, should've mentioned that I'm a 64bit user, in case that makes a difference...

Thanks!

Offline

#3 2007-10-29 00:13:33

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

Re: Pacman not reading /etc/pacman.conf???

post your pacman.conf

Offline

#4 2007-10-29 00:14:54

theonlyrealperson
Member
Registered: 2007-10-29
Posts: 7

Re: Pacman not reading /etc/pacman.conf???

Yep, should've done that. Sorry!

#
# /etc/pacman.conf
#
# See the pacman manpage for option directives

#
# GENERAL OPTIONS
#
[options]
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/testing

[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/core

[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/extra

#[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/community

#[unstable]
# Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/unstable

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

#[kdemod]
Server = http://kdemod.ath.cx/repo/current/x86_64

Offline

#5 2007-10-29 00:17:47

kensai
Member
From: Puerto Rico
Registered: 2005-06-03
Posts: 2,484
Website

Re: Pacman not reading /etc/pacman.conf???

Well, you need to uncomment

#[community]
#[kdemod]

to read:

[community]
[kdemod]

Notice the absence of the "#" symbol.

Last edited by kensai (2007-10-29 00:19:31)


Follow me in: Identi.ca, Twitter, Google+

Offline

#6 2007-10-29 00:26:16

theonlyrealperson
Member
Registered: 2007-10-29
Posts: 7

Re: Pacman not reading /etc/pacman.conf???

That worked perfect. I thought they were just labels... D'oh...

Thank you very much!

Offline

Board footer

Powered by FluxBB