You are not logged in.

#1 2008-03-16 14:33:24

sajro
Member
Registered: 2008-03-02
Posts: 56

What did I do this time?

I was trying to install kdemod. Things weren't going too bad... then I get an error message about the core, community, and extra repositories not syncing. It says their config files aren't there, which is verified by "ls /etc/pacman.d," which only returns "mirrorlist."

Anyone know how to fix this? I'm diving headfirst into Arch (sink-or-swim tactic) and trying to learn the system. However, I'd like to be able to browse without using lynx.

Offline

#2 2008-03-16 15:02:07

Shaika-Dzari
Member
From: Québec, Canada
Registered: 2006-04-14
Posts: 436
Website

Re: What did I do this time?

Hello!

Maybe, you're using a bad mirror or something...

Post your mirrorlist:

cat /etc/pacman.d/mirrorlist

Did you upgrade before installing kdemod?

pacman -Syu

@+

Offline

#3 2008-03-16 15:21:21

sajro
Member
Registered: 2008-03-02
Posts: 56

Re: What did I do this time?

I might have misrepresented...It's in a VM, and I don't have sendmail installed (or lynx, for that matter; I'm browsing with Firefox on Kubuntu) so I can't push the output of cat into a message to open and then copy/paste. Thus, I'd have to manually type out the list. However, I've made no modifications, so it is the default one.

Offline

#4 2008-03-16 15:48:10

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 792

Re: What did I do this time?

There have been some changes to pacman.conf.  The separate repository files have been replaced by one - mirrorlist. 

You probably have an pacman.conf.pacnew file in /etc.  Merge any changes you made to pacman.conf (possibly mirrors, repositories enabled and NoUpgrade values) into pacman.conf.pacnew and rename it pacman.conf.

You probably have other config files that need to be merged.  Do a:
ls -l /etc/*pac*

Offline

#5 2008-03-16 17:55:32

sajro
Member
Registered: 2008-03-02
Posts: 56

Re: What did I do this time?

tigrmesh wrote:

There have been some changes to pacman.conf.  The separate repository files have been replaced by one - mirrorlist. 

You probably have an pacman.conf.pacnew file in /etc.  Merge any changes you made to pacman.conf (possibly mirrors, repositories enabled and NoUpgrade values) into pacman.conf.pacnew and rename it pacman.conf.

You probably have other config files that need to be merged.  Do a:
ls -l /etc/*pac*

Worked like a charm. Have KDEmod up and running and talking to you from Konqueror. This is what I did, exactly:

# ls -l /etc/*pac*
# cd /etc
# vi pacman.conf.pacnew
(added KDEmod repo)
# rm pacman.conf
# cp pacman.conf.pacnew pacman.conf
# pacman -Syu

Offline

#6 2008-03-16 18:11:44

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 792

Re: What did I do this time?

Excellent!

Offline

#7 2008-03-16 22:54:18

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,167
Website

Re: What did I do this time?

In the future, please use a more appropriate thread title, and ammend [solved] to it if solved. wink

Offline

Board footer

Powered by FluxBB