You are not logged in.
hi at all, i have this problem
for example:
yaourt -S xampp
==> Download PKGBUILD xampp from AUR...
==> ERROR: xampp not found in AUR.
i have try the solution from this post but don't work
i installed package-query-git and your dependences but don't work
can i do?
tnk
edit:
with sudo yaourt -S xampp i solved the problem, but why?
with yaourt i never used sudo because at the end is required pwd
Offline
Never randomly use sudo with a command to see if it works. Regenerate your user's yaourt config (delete it, for starters).
Offline
Probably you forgot to check yaourt wiki
In the middle of that page you'll find the answer about the password.
do it good first, it will be faster than do it twice the saint ![]()
Offline
i dont' have the user's file in my home, but only /etc/yaourtrc
@TheSaint
Yaourt asking for password twice it isn't my problem, but
$yaourt -S android-studio
==> Scaricamento del PKGBUILD di android-studio da AUR...
==> ERROR: android-studio not found in AUR.
but
$ sudo yaourt -S android-studio
==> ATTENZIONE: Compilare pacchetti con privilegi di root è pericoloso.
Esegui yaourt come utente non privilegiato.
==> Downloading PKGBUILD of android-studio from AUR...
x .SRCINFO
x android-studio.install
x android-studio.desktop
x PKGBUILD
..
..
..
it work.
Offline
@mcpalls
Non devi usare sudo
You don't have tu use sudo with yaourt, unless you wanted it, purposely.
Yaourt use sudo for its own scopes. There's a setting in /etc/yaourtrc
# SUDO
SUDONOVERIF=1 # Avoid multiple sudo checks when timestamp_timeout=0This will not ask password and do its job completely.
I can't assure whether is because I use sudo without password on its own. Anyways, that works for me.
Last edited by TheSaint (2014-12-19 12:46:20)
do it good first, it will be faster than do it twice the saint ![]()
Offline
i think that my problem is this:
#curl -f https://aur.archlinux.org/packages/fr/freetype2-infinality/freetype2-infinality.tar.gz -o freetype2-infinality.tar.gz
curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). The default
bundle is named curl-ca-bundle.crt; you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.Offline
Perhaps this news item (edit: sorry I can't help follow up on this. The news item didn't apply to me, and I really don't understand much of anything about these ca-certificates, but it looked relevant to the error.)
Last edited by Trilby (2015-01-12 14:47:49)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
uhm
#curl -v https://aur.archlinux.org/packages/fr/freetype2-infinality/freetype2-infinality.tar.gz -o freetype2-infinality.tar.gz
...
...
* CAfile: /opt/lampp/share/curl/curl-ca-bundle.crt
....
...
...
curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). The default
bundle is named curl-ca-bundle.crt; you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.#curl --cacert /etc/ssl/certs/ca-certificates.crt -v https://aur.archlinux.org/packages/fr/freetype2-infinality/freetype2-infinality.tar.gz -o freetype2-infinality.tar.gz
...
...
...
* CAfile: /etc/ssl/certs/ca-certificates.crt
..
...
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
{ [data not shown]
* SSLv3, TLS alert, Server hello (2):
} [data not shown]
* error:0D0C50A1:asn1 encoding routines:ASN1_item_verify:unknown message digest algorithm
* Closing connection #0
curl: (35) error:0D0C50A1:asn1 encoding routines:ASN1_item_verify:unknown message digest algorithmwhy the default dir CAfile is in : /opt/lampp/share/curl/?
and the error curl 35) ?
Last edited by mcpalls (2015-01-12 14:18:37)
Offline