How do I successfully import public key 94532124541922FB into GPG? The Next CEO of Stack OverflowWhat is the Devuan equivalent of the Debian debian-archive-keyring package?Importing GPG KeyGPG key server for internal networkValidating GPG key signature authenticityencrypt files by external GPG public key tools?How do I import a RSA SSH key into GPG as the _primary_ private key?gpg key and what is it for? GPG key retrieval failed errorHow to verify an imported GPG keyHow to generate gpg key without user interaction?EPEL Repo GPG Key Working?How can I host my public GPG key on S3?
Unreliable Magic - Is it worth it?
Why were Madagascar and New Zealand discovered so late?
Is it a good idea to use COLUMN AS (left([Another_Column],(4)) instead of LEFT in the select?
Is it okay to store user locations?
How do we know the LHC results are robust?
What do "high sea" and "carry" mean in this sentence?
If I blow insulation everywhere in my attic except the door trap, will heat escape through it?
How should I support this large drywall patch?
What is meant by a M next to a roman numeral?
How to get regions to plot as graphics
Putting a 2D region plot under a 3D plot
What is the purpose of the Evocation wizard's Potent Cantrip feature?
Why do professional authors make "consistency" mistakes? And how to avoid them?
Visit to the USA with ESTA approved before trip to Iran
Too much space between section and text in a twocolumn document
How do spells that require an ability check vs. the caster's spell save DC work?
Rotate a column
Describing a person. What needs to be mentioned?
Was a professor correct to chastise me for writing "Prof. X" rather than "Professor X"?
Why doesn't a table tennis ball float on the surface? How do we calculate buoyancy here?
Is the concept of a "numerable" fiber bundle really useful or an empty generalization?
Apart from "berlinern", do any other German dialects have a corresponding verb?
What can we do to stop prior company from asking us questions?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
How do I successfully import public key 94532124541922FB into GPG?
The Next CEO of Stack OverflowWhat is the Devuan equivalent of the Debian debian-archive-keyring package?Importing GPG KeyGPG key server for internal networkValidating GPG key signature authenticityencrypt files by external GPG public key tools?How do I import a RSA SSH key into GPG as the _primary_ private key?gpg key and what is it for? GPG key retrieval failed errorHow to verify an imported GPG keyHow to generate gpg key without user interaction?EPEL Repo GPG Key Working?How can I host my public GPG key on S3?
I think I need to have the key 94532124541922FB in my keyring as multistrap is reporting:
W: GPG error: http://packages.roundr.devuan.org/merged ascii InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
W: The repository 'http://auto.mirror.devuan.org/merged ascii InRelease' is not signed.
I tried importing the key using:
user@host:~/multistrap$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94532124541922FB
Executing: /tmp/apt-key-gpghome.wsOOsj4iqi/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 94532124541922FB
key 94532124541922FB:
1 signature not checked due to a missing key
gpg: key 94532124541922FB: "Devuan Repository (Primary Devuan signing key) <repository@devuan.org>" 1 new signature
gpg: Total number processed: 1
gpg: new signatures: 1
I wasn't sure if this was successful, so I tried:
user@host:~/multistrap$ gpg --list-keys
/home/user/.gnupg/pubring.kbx
--------------------------------
pub rsa3072 2019-03-25 [SC] [expires: 2021-03-24]
579B175CD95705FB9A6C3D271587404115319AFF
uid [ultimate] User <user@example.com>
sub rsa3072 2019-03-25 [E] [expires: 2021-03-24]
Which makes me think it has failed.
How do I get the key 94532124541922FB?
Update: I have discovered that apt-key has a different keyring from GPG and that GPG has different keyrings dependent on whther you're using sudo
.
The key is there, with apt-key
:
user@host:~/multistrap$ sudo apt-key adv --list-keys
Executing: /tmp/apt-key-gpghome.12skPKfRJz/gpg.1.sh --list-keys
/tmp/apt-key-gpghome.12skPKfRJz/pubring.gpg
-------------------------------------------
...
pub rsa2048 2014-12-02 [SC]
72E3CB773315DFA2E464743D94532124541922FB
uid [ unknown] Devuan Repository (Primary Devuan signing key) <repository@devuan.org>
sub rsa2048 2014-12-02 [E]
sub rsa4096 2016-04-26 [S]
pub rsa4096 2016-10-06 [SC]
CF1921B2D91C6435848E810099C46A90B1FB3B59
uid [ unknown] Devuan ISO Toaster (Devuan GNU+Linux) <onelove@devuan.org>
sub rsa4096 2016-10-06 [E]
pub rsa4096 2017-09-04 [SC] [expires: 2022-09-03]
E032601B7CA10BC3EA53FA81BB23C00C61FC752C
uid [ unknown] Devuan Repository (Amprolla3 on Nemesis) <repository@devuan.org>
sub rsa4096 2017-09-04 [E] [expires: 2022-09-03]
but still multistrap complains:
user@host:~/multistrap$ sudo multistrap -a armhf -d /multistrap-devuan-ascii -f simple-config
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
multistrap 2.2.9 using simple-config
multistrap 2.2.9 using simple-config
Defaulting architecture to native: armhf
multistrap building armhf multistrap on 'armhf'
I: Downloading debian-archive-keyring
Get:1 http://packages.roundr.devuan.org/merged ascii/main armhf debian-archive-keyring all 2017.5 [56.4 kB]
Fetched 56.4 kB in 0s (67.5 kB/s)
Getting package lists: APT_CONFIG=/tmp/multistrap.QTx1QB apt-get -o Apt::Architecture=armhf -o Dir::Etc::TrustedParts=/multistrap-devuan-ascii/etc/apt/trusted.gpg.d -o Dir::Etc::Trusted=/multistrap-devuan-ascii/etc/apt/trusted.gpg -o Apt::Get::Download-Only=true -o Apt::Install-Recommends=false -o Dir=/multistrap-devuan-ascii/ -o Dir::Etc=/multistrap-devuan-ascii/etc/apt/ -o Dir::Etc::Parts=/multistrap-devuan-ascii/etc/apt/apt.conf.d/ -o Dir::Etc::PreferencesParts=/multistrap-devuan-ascii/etc/apt/preferences.d/ -o APT::Default-Release='*' -o Dir::State=/multistrap-devuan-ascii/var/lib/apt/ -o Dir::State::Status=/multistrap-devuan-ascii/var/lib/dpkg/status -o Dir::Cache=/multistrap-devuan-ascii/var/cache/apt/ update
Get:1 http://packages.roundr.devuan.org/merged ascii InRelease [21.9 kB]
Ign:1 http://packages.roundr.devuan.org/merged ascii InRelease
Fetched 21.9 kB in 0s (34.5 kB/s)
Reading package lists... Done
W: GPG error: http://packages.roundr.devuan.org/merged ascii InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
W: The repository 'http://auto.mirror.devuan.org/merged ascii InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
gpg devuan multistrap
add a comment |
I think I need to have the key 94532124541922FB in my keyring as multistrap is reporting:
W: GPG error: http://packages.roundr.devuan.org/merged ascii InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
W: The repository 'http://auto.mirror.devuan.org/merged ascii InRelease' is not signed.
I tried importing the key using:
user@host:~/multistrap$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94532124541922FB
Executing: /tmp/apt-key-gpghome.wsOOsj4iqi/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 94532124541922FB
key 94532124541922FB:
1 signature not checked due to a missing key
gpg: key 94532124541922FB: "Devuan Repository (Primary Devuan signing key) <repository@devuan.org>" 1 new signature
gpg: Total number processed: 1
gpg: new signatures: 1
I wasn't sure if this was successful, so I tried:
user@host:~/multistrap$ gpg --list-keys
/home/user/.gnupg/pubring.kbx
--------------------------------
pub rsa3072 2019-03-25 [SC] [expires: 2021-03-24]
579B175CD95705FB9A6C3D271587404115319AFF
uid [ultimate] User <user@example.com>
sub rsa3072 2019-03-25 [E] [expires: 2021-03-24]
Which makes me think it has failed.
How do I get the key 94532124541922FB?
Update: I have discovered that apt-key has a different keyring from GPG and that GPG has different keyrings dependent on whther you're using sudo
.
The key is there, with apt-key
:
user@host:~/multistrap$ sudo apt-key adv --list-keys
Executing: /tmp/apt-key-gpghome.12skPKfRJz/gpg.1.sh --list-keys
/tmp/apt-key-gpghome.12skPKfRJz/pubring.gpg
-------------------------------------------
...
pub rsa2048 2014-12-02 [SC]
72E3CB773315DFA2E464743D94532124541922FB
uid [ unknown] Devuan Repository (Primary Devuan signing key) <repository@devuan.org>
sub rsa2048 2014-12-02 [E]
sub rsa4096 2016-04-26 [S]
pub rsa4096 2016-10-06 [SC]
CF1921B2D91C6435848E810099C46A90B1FB3B59
uid [ unknown] Devuan ISO Toaster (Devuan GNU+Linux) <onelove@devuan.org>
sub rsa4096 2016-10-06 [E]
pub rsa4096 2017-09-04 [SC] [expires: 2022-09-03]
E032601B7CA10BC3EA53FA81BB23C00C61FC752C
uid [ unknown] Devuan Repository (Amprolla3 on Nemesis) <repository@devuan.org>
sub rsa4096 2017-09-04 [E] [expires: 2022-09-03]
but still multistrap complains:
user@host:~/multistrap$ sudo multistrap -a armhf -d /multistrap-devuan-ascii -f simple-config
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
multistrap 2.2.9 using simple-config
multistrap 2.2.9 using simple-config
Defaulting architecture to native: armhf
multistrap building armhf multistrap on 'armhf'
I: Downloading debian-archive-keyring
Get:1 http://packages.roundr.devuan.org/merged ascii/main armhf debian-archive-keyring all 2017.5 [56.4 kB]
Fetched 56.4 kB in 0s (67.5 kB/s)
Getting package lists: APT_CONFIG=/tmp/multistrap.QTx1QB apt-get -o Apt::Architecture=armhf -o Dir::Etc::TrustedParts=/multistrap-devuan-ascii/etc/apt/trusted.gpg.d -o Dir::Etc::Trusted=/multistrap-devuan-ascii/etc/apt/trusted.gpg -o Apt::Get::Download-Only=true -o Apt::Install-Recommends=false -o Dir=/multistrap-devuan-ascii/ -o Dir::Etc=/multistrap-devuan-ascii/etc/apt/ -o Dir::Etc::Parts=/multistrap-devuan-ascii/etc/apt/apt.conf.d/ -o Dir::Etc::PreferencesParts=/multistrap-devuan-ascii/etc/apt/preferences.d/ -o APT::Default-Release='*' -o Dir::State=/multistrap-devuan-ascii/var/lib/apt/ -o Dir::State::Status=/multistrap-devuan-ascii/var/lib/dpkg/status -o Dir::Cache=/multistrap-devuan-ascii/var/cache/apt/ update
Get:1 http://packages.roundr.devuan.org/merged ascii InRelease [21.9 kB]
Ign:1 http://packages.roundr.devuan.org/merged ascii InRelease
Fetched 21.9 kB in 0s (34.5 kB/s)
Reading package lists... Done
W: GPG error: http://packages.roundr.devuan.org/merged ascii InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
W: The repository 'http://auto.mirror.devuan.org/merged ascii InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
gpg devuan multistrap
1
It looks like you already imported it. You should try installing your package again.
– Michael Hampton♦
yesterday
@MichaelHampton Thanks for commenting. I tried again, but no luck. I have updated the question with the output.
– fadedbee
yesterday
add a comment |
I think I need to have the key 94532124541922FB in my keyring as multistrap is reporting:
W: GPG error: http://packages.roundr.devuan.org/merged ascii InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
W: The repository 'http://auto.mirror.devuan.org/merged ascii InRelease' is not signed.
I tried importing the key using:
user@host:~/multistrap$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94532124541922FB
Executing: /tmp/apt-key-gpghome.wsOOsj4iqi/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 94532124541922FB
key 94532124541922FB:
1 signature not checked due to a missing key
gpg: key 94532124541922FB: "Devuan Repository (Primary Devuan signing key) <repository@devuan.org>" 1 new signature
gpg: Total number processed: 1
gpg: new signatures: 1
I wasn't sure if this was successful, so I tried:
user@host:~/multistrap$ gpg --list-keys
/home/user/.gnupg/pubring.kbx
--------------------------------
pub rsa3072 2019-03-25 [SC] [expires: 2021-03-24]
579B175CD95705FB9A6C3D271587404115319AFF
uid [ultimate] User <user@example.com>
sub rsa3072 2019-03-25 [E] [expires: 2021-03-24]
Which makes me think it has failed.
How do I get the key 94532124541922FB?
Update: I have discovered that apt-key has a different keyring from GPG and that GPG has different keyrings dependent on whther you're using sudo
.
The key is there, with apt-key
:
user@host:~/multistrap$ sudo apt-key adv --list-keys
Executing: /tmp/apt-key-gpghome.12skPKfRJz/gpg.1.sh --list-keys
/tmp/apt-key-gpghome.12skPKfRJz/pubring.gpg
-------------------------------------------
...
pub rsa2048 2014-12-02 [SC]
72E3CB773315DFA2E464743D94532124541922FB
uid [ unknown] Devuan Repository (Primary Devuan signing key) <repository@devuan.org>
sub rsa2048 2014-12-02 [E]
sub rsa4096 2016-04-26 [S]
pub rsa4096 2016-10-06 [SC]
CF1921B2D91C6435848E810099C46A90B1FB3B59
uid [ unknown] Devuan ISO Toaster (Devuan GNU+Linux) <onelove@devuan.org>
sub rsa4096 2016-10-06 [E]
pub rsa4096 2017-09-04 [SC] [expires: 2022-09-03]
E032601B7CA10BC3EA53FA81BB23C00C61FC752C
uid [ unknown] Devuan Repository (Amprolla3 on Nemesis) <repository@devuan.org>
sub rsa4096 2017-09-04 [E] [expires: 2022-09-03]
but still multistrap complains:
user@host:~/multistrap$ sudo multistrap -a armhf -d /multistrap-devuan-ascii -f simple-config
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
multistrap 2.2.9 using simple-config
multistrap 2.2.9 using simple-config
Defaulting architecture to native: armhf
multistrap building armhf multistrap on 'armhf'
I: Downloading debian-archive-keyring
Get:1 http://packages.roundr.devuan.org/merged ascii/main armhf debian-archive-keyring all 2017.5 [56.4 kB]
Fetched 56.4 kB in 0s (67.5 kB/s)
Getting package lists: APT_CONFIG=/tmp/multistrap.QTx1QB apt-get -o Apt::Architecture=armhf -o Dir::Etc::TrustedParts=/multistrap-devuan-ascii/etc/apt/trusted.gpg.d -o Dir::Etc::Trusted=/multistrap-devuan-ascii/etc/apt/trusted.gpg -o Apt::Get::Download-Only=true -o Apt::Install-Recommends=false -o Dir=/multistrap-devuan-ascii/ -o Dir::Etc=/multistrap-devuan-ascii/etc/apt/ -o Dir::Etc::Parts=/multistrap-devuan-ascii/etc/apt/apt.conf.d/ -o Dir::Etc::PreferencesParts=/multistrap-devuan-ascii/etc/apt/preferences.d/ -o APT::Default-Release='*' -o Dir::State=/multistrap-devuan-ascii/var/lib/apt/ -o Dir::State::Status=/multistrap-devuan-ascii/var/lib/dpkg/status -o Dir::Cache=/multistrap-devuan-ascii/var/cache/apt/ update
Get:1 http://packages.roundr.devuan.org/merged ascii InRelease [21.9 kB]
Ign:1 http://packages.roundr.devuan.org/merged ascii InRelease
Fetched 21.9 kB in 0s (34.5 kB/s)
Reading package lists... Done
W: GPG error: http://packages.roundr.devuan.org/merged ascii InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
W: The repository 'http://auto.mirror.devuan.org/merged ascii InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
gpg devuan multistrap
I think I need to have the key 94532124541922FB in my keyring as multistrap is reporting:
W: GPG error: http://packages.roundr.devuan.org/merged ascii InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
W: The repository 'http://auto.mirror.devuan.org/merged ascii InRelease' is not signed.
I tried importing the key using:
user@host:~/multistrap$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94532124541922FB
Executing: /tmp/apt-key-gpghome.wsOOsj4iqi/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 94532124541922FB
key 94532124541922FB:
1 signature not checked due to a missing key
gpg: key 94532124541922FB: "Devuan Repository (Primary Devuan signing key) <repository@devuan.org>" 1 new signature
gpg: Total number processed: 1
gpg: new signatures: 1
I wasn't sure if this was successful, so I tried:
user@host:~/multistrap$ gpg --list-keys
/home/user/.gnupg/pubring.kbx
--------------------------------
pub rsa3072 2019-03-25 [SC] [expires: 2021-03-24]
579B175CD95705FB9A6C3D271587404115319AFF
uid [ultimate] User <user@example.com>
sub rsa3072 2019-03-25 [E] [expires: 2021-03-24]
Which makes me think it has failed.
How do I get the key 94532124541922FB?
Update: I have discovered that apt-key has a different keyring from GPG and that GPG has different keyrings dependent on whther you're using sudo
.
The key is there, with apt-key
:
user@host:~/multistrap$ sudo apt-key adv --list-keys
Executing: /tmp/apt-key-gpghome.12skPKfRJz/gpg.1.sh --list-keys
/tmp/apt-key-gpghome.12skPKfRJz/pubring.gpg
-------------------------------------------
...
pub rsa2048 2014-12-02 [SC]
72E3CB773315DFA2E464743D94532124541922FB
uid [ unknown] Devuan Repository (Primary Devuan signing key) <repository@devuan.org>
sub rsa2048 2014-12-02 [E]
sub rsa4096 2016-04-26 [S]
pub rsa4096 2016-10-06 [SC]
CF1921B2D91C6435848E810099C46A90B1FB3B59
uid [ unknown] Devuan ISO Toaster (Devuan GNU+Linux) <onelove@devuan.org>
sub rsa4096 2016-10-06 [E]
pub rsa4096 2017-09-04 [SC] [expires: 2022-09-03]
E032601B7CA10BC3EA53FA81BB23C00C61FC752C
uid [ unknown] Devuan Repository (Amprolla3 on Nemesis) <repository@devuan.org>
sub rsa4096 2017-09-04 [E] [expires: 2022-09-03]
but still multistrap complains:
user@host:~/multistrap$ sudo multistrap -a armhf -d /multistrap-devuan-ascii -f simple-config
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
multistrap 2.2.9 using simple-config
multistrap 2.2.9 using simple-config
Defaulting architecture to native: armhf
multistrap building armhf multistrap on 'armhf'
I: Downloading debian-archive-keyring
Get:1 http://packages.roundr.devuan.org/merged ascii/main armhf debian-archive-keyring all 2017.5 [56.4 kB]
Fetched 56.4 kB in 0s (67.5 kB/s)
Getting package lists: APT_CONFIG=/tmp/multistrap.QTx1QB apt-get -o Apt::Architecture=armhf -o Dir::Etc::TrustedParts=/multistrap-devuan-ascii/etc/apt/trusted.gpg.d -o Dir::Etc::Trusted=/multistrap-devuan-ascii/etc/apt/trusted.gpg -o Apt::Get::Download-Only=true -o Apt::Install-Recommends=false -o Dir=/multistrap-devuan-ascii/ -o Dir::Etc=/multistrap-devuan-ascii/etc/apt/ -o Dir::Etc::Parts=/multistrap-devuan-ascii/etc/apt/apt.conf.d/ -o Dir::Etc::PreferencesParts=/multistrap-devuan-ascii/etc/apt/preferences.d/ -o APT::Default-Release='*' -o Dir::State=/multistrap-devuan-ascii/var/lib/apt/ -o Dir::State::Status=/multistrap-devuan-ascii/var/lib/dpkg/status -o Dir::Cache=/multistrap-devuan-ascii/var/cache/apt/ update
Get:1 http://packages.roundr.devuan.org/merged ascii InRelease [21.9 kB]
Ign:1 http://packages.roundr.devuan.org/merged ascii InRelease
Fetched 21.9 kB in 0s (34.5 kB/s)
Reading package lists... Done
W: GPG error: http://packages.roundr.devuan.org/merged ascii InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 94532124541922FB
W: The repository 'http://auto.mirror.devuan.org/merged ascii InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
gpg devuan multistrap
gpg devuan multistrap
edited 14 hours ago
fadedbee
asked yesterday
fadedbeefadedbee
1,08821429
1,08821429
1
It looks like you already imported it. You should try installing your package again.
– Michael Hampton♦
yesterday
@MichaelHampton Thanks for commenting. I tried again, but no luck. I have updated the question with the output.
– fadedbee
yesterday
add a comment |
1
It looks like you already imported it. You should try installing your package again.
– Michael Hampton♦
yesterday
@MichaelHampton Thanks for commenting. I tried again, but no luck. I have updated the question with the output.
– fadedbee
yesterday
1
1
It looks like you already imported it. You should try installing your package again.
– Michael Hampton♦
yesterday
It looks like you already imported it. You should try installing your package again.
– Michael Hampton♦
yesterday
@MichaelHampton Thanks for commenting. I tried again, but no luck. I have updated the question with the output.
– fadedbee
yesterday
@MichaelHampton Thanks for commenting. I tried again, but no luck. I have updated the question with the output.
– fadedbee
yesterday
add a comment |
1 Answer
1
active
oldest
votes
The problem is that multistrap is only trusting keys in /multistrap-devuan-ascii/etc/apt/trusted.gpg.d
in the target directory.
When multistrapping Debian, this directory is filled with files extracted from the debian-archive-keyring
package.
This package is specified as keyring in simple-config:
[General]
unpack=true
bootstrap=Debian
aptsources=Debian
[Debian]
packages=
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=lenny
As I am installing Devuan (a systemd-less Debian fork), my simple-config
looks like:
[General]
unpack=true
bootstrap=Devuan
aptsources=Devuan
[Devuan]
packages=
source=http://auto.mirror.devuan.org/merged
keyring=
suite=ascii
The debian-archive-keyring
package does exist in Devuan, but only has Debian keys, not the missing Devuan key. There is no devuan-archive-keyring
.
So it looks like I need to make a devuan-archive-keyring
package which contains the Devuan public key.
(I've confirmed that this will work, by placing repository-devuan-org.gpg
in /multistrap-devuan-ascii/etc/apt/trusted.gpg.d/
after a failed multistrap run. ON second invocation multistrap then runs without errors.)
Follow-on question: What is the Devuan equivalent of the Debian debian-archive-keyring package?
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f960268%2fhow-do-i-successfully-import-public-key-94532124541922fb-into-gpg%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The problem is that multistrap is only trusting keys in /multistrap-devuan-ascii/etc/apt/trusted.gpg.d
in the target directory.
When multistrapping Debian, this directory is filled with files extracted from the debian-archive-keyring
package.
This package is specified as keyring in simple-config:
[General]
unpack=true
bootstrap=Debian
aptsources=Debian
[Debian]
packages=
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=lenny
As I am installing Devuan (a systemd-less Debian fork), my simple-config
looks like:
[General]
unpack=true
bootstrap=Devuan
aptsources=Devuan
[Devuan]
packages=
source=http://auto.mirror.devuan.org/merged
keyring=
suite=ascii
The debian-archive-keyring
package does exist in Devuan, but only has Debian keys, not the missing Devuan key. There is no devuan-archive-keyring
.
So it looks like I need to make a devuan-archive-keyring
package which contains the Devuan public key.
(I've confirmed that this will work, by placing repository-devuan-org.gpg
in /multistrap-devuan-ascii/etc/apt/trusted.gpg.d/
after a failed multistrap run. ON second invocation multistrap then runs without errors.)
Follow-on question: What is the Devuan equivalent of the Debian debian-archive-keyring package?
add a comment |
The problem is that multistrap is only trusting keys in /multistrap-devuan-ascii/etc/apt/trusted.gpg.d
in the target directory.
When multistrapping Debian, this directory is filled with files extracted from the debian-archive-keyring
package.
This package is specified as keyring in simple-config:
[General]
unpack=true
bootstrap=Debian
aptsources=Debian
[Debian]
packages=
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=lenny
As I am installing Devuan (a systemd-less Debian fork), my simple-config
looks like:
[General]
unpack=true
bootstrap=Devuan
aptsources=Devuan
[Devuan]
packages=
source=http://auto.mirror.devuan.org/merged
keyring=
suite=ascii
The debian-archive-keyring
package does exist in Devuan, but only has Debian keys, not the missing Devuan key. There is no devuan-archive-keyring
.
So it looks like I need to make a devuan-archive-keyring
package which contains the Devuan public key.
(I've confirmed that this will work, by placing repository-devuan-org.gpg
in /multistrap-devuan-ascii/etc/apt/trusted.gpg.d/
after a failed multistrap run. ON second invocation multistrap then runs without errors.)
Follow-on question: What is the Devuan equivalent of the Debian debian-archive-keyring package?
add a comment |
The problem is that multistrap is only trusting keys in /multistrap-devuan-ascii/etc/apt/trusted.gpg.d
in the target directory.
When multistrapping Debian, this directory is filled with files extracted from the debian-archive-keyring
package.
This package is specified as keyring in simple-config:
[General]
unpack=true
bootstrap=Debian
aptsources=Debian
[Debian]
packages=
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=lenny
As I am installing Devuan (a systemd-less Debian fork), my simple-config
looks like:
[General]
unpack=true
bootstrap=Devuan
aptsources=Devuan
[Devuan]
packages=
source=http://auto.mirror.devuan.org/merged
keyring=
suite=ascii
The debian-archive-keyring
package does exist in Devuan, but only has Debian keys, not the missing Devuan key. There is no devuan-archive-keyring
.
So it looks like I need to make a devuan-archive-keyring
package which contains the Devuan public key.
(I've confirmed that this will work, by placing repository-devuan-org.gpg
in /multistrap-devuan-ascii/etc/apt/trusted.gpg.d/
after a failed multistrap run. ON second invocation multistrap then runs without errors.)
Follow-on question: What is the Devuan equivalent of the Debian debian-archive-keyring package?
The problem is that multistrap is only trusting keys in /multistrap-devuan-ascii/etc/apt/trusted.gpg.d
in the target directory.
When multistrapping Debian, this directory is filled with files extracted from the debian-archive-keyring
package.
This package is specified as keyring in simple-config:
[General]
unpack=true
bootstrap=Debian
aptsources=Debian
[Debian]
packages=
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=lenny
As I am installing Devuan (a systemd-less Debian fork), my simple-config
looks like:
[General]
unpack=true
bootstrap=Devuan
aptsources=Devuan
[Devuan]
packages=
source=http://auto.mirror.devuan.org/merged
keyring=
suite=ascii
The debian-archive-keyring
package does exist in Devuan, but only has Debian keys, not the missing Devuan key. There is no devuan-archive-keyring
.
So it looks like I need to make a devuan-archive-keyring
package which contains the Devuan public key.
(I've confirmed that this will work, by placing repository-devuan-org.gpg
in /multistrap-devuan-ascii/etc/apt/trusted.gpg.d/
after a failed multistrap run. ON second invocation multistrap then runs without errors.)
Follow-on question: What is the Devuan equivalent of the Debian debian-archive-keyring package?
edited 17 hours ago
answered yesterday
fadedbeefadedbee
1,08821429
1,08821429
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f960268%2fhow-do-i-successfully-import-public-key-94532124541922fb-into-gpg%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
It looks like you already imported it. You should try installing your package again.
– Michael Hampton♦
yesterday
@MichaelHampton Thanks for commenting. I tried again, but no luck. I have updated the question with the output.
– fadedbee
yesterday