You are not logged in.

#1 2009-01-05 21:06:51

jmak
Member
Registered: 2008-12-21
Posts: 453

[SOLVED]What password

Hello,

I am trying to build a package using abs. The makepkg -s asking me a password. I tried my user password and my root password, but accept none of those. So what password should I enter? I have only these two.

Thanks,
jmak

Last edited by jmak (2009-01-05 22:26:28)

Offline

#2 2009-01-05 21:25:27

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: [SOLVED]What password

I think it's invoking "sudo" internally, so it should be asking for your user password. Have you installed sudo and added your user to the sudoers file using "visudo"?


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#3 2009-01-05 21:31:47

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: [SOLVED]What password

Have you read the ABS wiki ?

http://wiki.archlinux.org/index.php/ABS


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#4 2009-01-05 21:37:20

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED]What password

Give your user access to pacman in sudo:

youruser    ALL= PASSWD: /usr/bin/pacman

Then you can use your password with the -s and -i flags.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#5 2009-01-05 22:25:21

jmak
Member
Registered: 2008-12-21
Posts: 453

Re: [SOLVED]What password

Mr.Elendig wrote:

Give your user access to pacman in sudo:

youruser    ALL= PASSWD: /usr/bin/pacman

Then you can use your password with the -s and -i flags.

Thanks, this solved the problem.

Offline

Board footer

Powered by FluxBB