1

Topic: Stuck at "Generating pacman keyring master key"

I get

Generating pacman keyring master key

after running

pacman-key --init

.

2

Re: Stuck at "Generating pacman keyring master key"

To be uncharacteristically terse, my first guess would be an entropy issue, as per (https://wiki.archlinux.org/index.php/Pa … ge_signing):

Initializing the keyring requires entropy. To generate entropy, move your mouse around, press random characters on the keyboard, or run some disk-based activity (for example in another console running ls -R / or find / -name foo or dd if=/dev/sda8 of=/dev/tty7). If your system does not already have sufficient entropy, this step may take hours; if you actively generate entropy, it will complete much more quickly.

The randomness created is used to initialize the keyring (/etc/pacman.d/gnupg) and the GPG signing key of your system. ]

3

Re: Stuck at "Generating pacman keyring master key"

To be uncharacteristically terse, my first guess would be an entropy issue, as per (https://wiki.archlinux.org/index.php/Pa … ge_signing):

Initializing the keyring requires entropy. To generate entropy, move your mouse around, press random characters on the keyboard, or run some disk-based activity (for example in another console running ls -R / or find / -name foo or dd if=/dev/sda8 of=/dev/tty7). If your system does not already have sufficient entropy, this step may take hours; if you actively generate entropy, it will complete much more quickly.

The randomness created is used to initialize the keyring (/etc/pacman.d/gnupg) and the GPG signing key of your system. ]

4

Re: Stuck at "Generating pacman keyring master key"

Solved by typing random characters. Thank you.

5

Re: Stuck at "Generating pacman keyring master key"

why i never got this issue and i dont type anything it just works and generate the keys