You are not logged in.

#1 2007-11-14 16:48:05

B15HOP
Member
From: Australia
Registered: 2005-02-10
Posts: 138

Pacman doesn't seem to listen to pacman.conf

I have community enabled in pacman.conf with this line:

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

and in community file

Server = ftp://mirror.pacific.net.au/linux/archlinux/community/os/i686

yet for some reason pacman -Syu does this...

root@EnterprizeC bin/ # pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
:: Starting full system upgrade...
 local database is up to date
root@EnterprizeC bin/ #

I can't install things like skype, because it's not found in the sync db... I'm lost.


"The ecological crisis is a moral issue."

Offline

#2 2007-11-14 17:09:46

nogoma
Member
From: Cranston, RI
Registered: 2006-03-01
Posts: 217

Re: Pacman doesn't seem to listen to pacman.conf

This:

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

needs to be:

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

I believe. Notice the first line is uncommented.


-nogoma
---
Code Happy, Code Ruby!
http://www.last.fm/user/nogoma/

Offline

#3 2007-11-14 18:01:36

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Pacman doesn't seem to listen to pacman.conf

Right you believe.


1000

Offline

#4 2007-11-15 08:55:53

B15HOP
Member
From: Australia
Registered: 2005-02-10
Posts: 138

Re: Pacman doesn't seem to listen to pacman.conf

Oh such a simple mistake.. Cheers nogoma smile


"The ecological crisis is a moral issue."

Offline

Board footer

Powered by FluxBB