You are not logged in.
Pages: 1
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
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 Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Have you read the ABS wiki ?
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
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
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
Pages: 1