Package Details: autofs 5.1.9-7

Git Clone URL: https://aur.archlinux.org/autofs.git (read-only, click to copy)
Package Base: autofs
Description: A kernel-based automounter for Linux
Upstream URL: https://www.kernel.org/pub/linux/daemons/autofs/
Keywords: autofs,auto mount
Licenses: GPL-2.0-or-later
Submitter: arojas
Maintainer: ajacocks (hcartiaux)
Last Packager: hcartiaux
Votes: 50
Popularity: 0.27
First Submitted: 2021-05-08 08:58 (UTC)
Last Updated: 2026-04-04 08:15 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »

peri commented on 2021-10-15 13:09 (UTC)

Hello, I'd like to ask if it would be possible to make this package compatible for ARM, specifically I wanted to install it for armv7h on my Raspberry Pi 3. Thank you.

grawity commented on 2021-10-15 07:06 (UTC)

Could you try to:

xz -d autofs-5.1.7.tar.xz
gpg --verify autofs-5.1.7.tar.sign

benibilme commented on 2021-10-15 06:20 (UTC)

Hello, I am receiving following error (still) during installation

==> Validating source files with sha256sums... autofs-5.1.7.tar.xz ... Passed autofs-5.1.7.tar.sign ... Skipped ==> Verifying source file signatures with gpg... autofs-5.1.7.tar ... FAILED ==> ERROR: One or more PGP signatures could not be verified!

Based on the comment of waitnsea, I have applied following command but still does not build the package and gives the very same error.

gpg --keyserver hkps://keyserver.ubuntu.com:443 --recv-key E7677380F54FD8A9

waitnsea commented on 2021-10-12 06:13 (UTC)

$ gpg --keyserver hkps://keyserver.ubuntu.com:443 --recv-key E7677380F54FD8A9 will work

nakinney commented on 2021-10-11 03:43 (UTC)

I can't get this to install due to "==> ERROR: One or more PGP signatures could not be verified!: I've fetched the key with the belwo commmand

gpg --fetch-keys https://keyserver.ubuntu.com/pks/lookup\?op\=get\&search\=0xcd0a6e3cbb6768800b0736a8e7677380f54fd8a9

But still receive the error when trying to install. Not sure what to do..

bidulock commented on 2021-09-13 02:15 (UTC)

5.1.7-1 needs to be rebuilt for new libnsl. Please bump pkgver to 2.

farnsworth commented on 2021-07-21 13:51 (UTC) (edited on 2021-07-21 13:52 (UTC) by farnsworth)

Sorry to ask here, I will certainly need to ask on the forum but just to be sure, it is no more working since it was moved to aur and I have no error anywhere. I have to mount NFS/CIFS shares by hand. Is it still working for all of you?

DocMAX commented on 2021-07-21 12:50 (UTC)

I cant get this key anywhere. How can i fix?

cscutcher commented on 2021-07-20 09:01 (UTC)

is literally shorter.

Ah! My bad, I naively tried keyserver with https://keyserver.ubuntu.com . I was lazy in not working out what the protocol should be, not in typing. Bad form on my part.

The default keyservers that most people use in GPG are the SKS Keyserver Pool

This is useful to know. Thanks for the info!

grawity commented on 2021-07-19 09:12 (UTC) (edited on 2021-07-19 09:12 (UTC) by grawity)

For those struggling to import the key, it appears this key isn't in whatever default keyservers I have set up in GPG

For most users, it's not that the key isn't in the servers, but that the servers themselves no longer exist on the internet.

The default keyservers that most people use in GPG are the SKS Keyserver Pool, which was completely shut down earlier this month (after a few years of neglect). If you get a "No name" error, that's because GPG couldn't find the server in DNS anymore.

(Most of the individual servers that previously comprised the SKS pool are still alive – if Ubuntu's server is missing some keys, then pgp.rediris.es and pgp.surf.nl is probably a good second choice.)

And someone really ought to put all this GPG stuff in the AUR wiki article, instead of repeating it in every single AUR comment thread...

(It's probably better to add the ubuntu keyserver but I was lazy)

gpg --keyserver hkps://keyserver.ubuntu.com --recv-key ... is literally shorter. Though, it probably fetches the same URL anyway...