You are not logged in.

#1 2009-06-18 16:34:12

li.alvez
Member
Registered: 2009-06-16
Posts: 37

trying to upgrande database in shaman but...

all i get is
One or more Databases could not be updated.
Last error reported was:
Transient resolver failure
what have i done or what can i do to fix this?

Offline

#2 2009-06-18 17:03:38

rusty99
Member
Registered: 2009-03-18
Posts: 253

Re: trying to upgrande database in shaman but...

Sounds like /etc/pacman.d/mirrorlist issue, check you have an uncommented mirror.

Offline

#3 2009-06-18 17:08:48

li.alvez
Member
Registered: 2009-06-16
Posts: 37

Re: trying to upgrande database in shaman but...

whats an uncommented mirror? is it fixable?

Offline

#4 2009-06-18 17:19:35

rusty99
Member
Registered: 2009-03-18
Posts: 253

Re: trying to upgrande database in shaman but...

Sure, it's no great shake. You need an uncommented mirror(s) so pacman knows what to get packages from.
Find one geographically close to you and copy/paste the mirror to the top of the file.

 # Mirror used during installation
Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/x86_64
#
# Arch Linux repository mirrorlist
# Generated on 2009-05-09
#
*/
* snip
*/

If you have python installed then have a look at the wiki regarding rankmirrors http://wiki.archlinux.org/index.php/Beg … acman.conf

Offline

#5 2009-06-18 17:31:40

li.alvez
Member
Registered: 2009-06-16
Posts: 37

Re: trying to upgrande database in shaman but...

sorry could you explain that in more simple terms...ive been using this kde thing for 5 days only

Offline

#6 2009-06-18 17:58:06

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: trying to upgrande database in shaman but...

to check that you've got a mirror uncommented run this command from a terminal:

grep -v ^# /etc/pacman.d/mirrorlist

if it returns anything but whitespace then that's not your issue.

if you get no output (aside from whitespace) you need to uncomment a few mirrors

sudo nano /etc/pacman.d/mirrorlist

scroll down to your country's section and remove the # sign from in front of a few of them (or all of them)

then issue from a terminal

sudo pacman -Syy

and if you're uncomfortable using the terminal or editing text files like this then prepare to learn, b/c that's a key feature of using archlinux

welcome.

Offline

#7 2009-06-18 18:06:27

li.alvez
Member
Registered: 2009-06-16
Posts: 37

Re: trying to upgrande database in shaman but...

im ok screwing around to learn this stuff no problem, to me its all the lingo and technical words that get to me,ive been trying to install bluetooth for 5 days now lol everyone seems to have a different way to do it, now when i want to use shaman all i get when i update is i cant. anyways what is a whitespace?

Offline

#9 2009-06-18 18:17:22

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: trying to upgrande database in shaman but...

brisbin33 wrote:

if it returns anything but whitespace then that's not your issue.

i don't use shaman so i can't help there, but what we've just confirmed is your mirrorlist file is fine.

/edit: you can still issue

sudo pacman -Syy

from a terminal, if that completes successfully we'll know the problems purely shaman and not pacman.

/edit2: you were just overthinking it:

┌─[ 14:33 ][ blue:~ ]
└─> grep -v ^# /etc/pacman.d/mirrorlist




































┌─[ 14:35 ][ blue:~ ]
└─>

would be an example of getting only "whitespace" big_smile

Last edited by brisbin33 (2009-06-18 18:36:02)

Offline

#10 2009-06-18 18:44:48

li.alvez
Member
Registered: 2009-06-16
Posts: 37

Re: trying to upgrande database in shaman but...

thanks

Offline

Board footer

Powered by FluxBB