Cannot add repository keyHow to add a local repository in kickseed-based install?Alternative to sudo...

How should I handle players who ignore the session zero agreement?

What is the wife of a henpecked husband called?

How can animals be objects of ethics without being subjects as well?

Am I a Rude Number?

Everyone is beautiful

Could flying insects re-enter the Earth's atmosphere from space without burning up?

Eww, those bytes are gross

Are there any monsters that consume a player character?

How is the Incom shipyard still in business?

What formula could mimic the following curve?

I am on the US no-fly list. What can I do in order to be allowed on flights which go through US airspace?

Number of FLOP (Floating Point Operations) for exponentiation

How to avoid being sexist when trying to employ someone to function in a very sexist environment?

Longest Jewish year

It took me a lot of time to make this, pls like. (YouTube Comments #1)

Can pricing be copyrighted?

What's the rationale behind the objections to these measures against human trafficking?

Dilemma of explaining to interviewer that he is the reason for declining second interview

Why can a 352GB NumPy ndarray be used on an 8GB memory macOS computer?

A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?

What kind of hardware implements Fourier transform?

Program that converts a number to a letter of the alphabet

Are Advaita and Karma theory completely contradictory?

High pressure canisters of air as gun-less projectiles



Cannot add repository key


How to add a local repository in kickseed-based install?Alternative to sudo add-apt-repository ppa:upubuntu-com/webdetermine the correct repository to add for a specific packageFailed to download repositoryAdd repository in ubuntu12.04.2apt-add-repository raises an errorWhy is a repository still in /etc/apt/sources.list.d after removing it with add-apt-repository --remove?Need help “sudo: add-apt-repository: command not found”Can not add this repository to ppaadd-apt-repository not working













1















I just installed my new laptop with ubuntu 12.04 and when I'm trying to add key, there is a "network unreachable" error.



william@ubuntu:~$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
gpg: requesting key CD2EFD2A from hkp server keys.gnupg.net
?: keys.gnupg.net: Network is unreachable
gpgkeys: HTTP fetch error 7: couldn't connect: Network is unreachable
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0


I'm so sure the keyserver is not down, because I tried it again at my old laptop running ubuntu 11.04



william@william:~$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
gpg: requesting key CD2EFD2A from hkp server keys.gnupg.net
gpg: key CD2EFD2A: "Percona MySQL Development Team <mysql-dev@percona.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1


Is this a bug?










share|improve this question














bumped to the homepage by Community 25 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • The keyserver is reachable from my PC. Sounds like a network problem on your side.

    – Vitalie Ciubotaru
    Jun 19 '12 at 2:28











  • No, my network is fine. Can't you see I have tried it on my old laptop? They are on the same network.

    – William Anthony
    Jun 19 '12 at 2:49











  • @WilliamAnthony from what it looks you already had the key on the old laptop so the key was not processed (read downloaded) and so it didnt give you the error. Well i dont know what is causing the problem but u can try the answer given below. Just find out where the gpg keys are stored and then transfer them to the new laptop. Also it cannot be a bug because adding gpg keys works for others.

    – Ashu
    Jun 19 '12 at 6:24











  • @VitalieCiubotaru how did you check if the keyserver is working. this is just for my info

    – Ashu
    Jun 19 '12 at 6:26











  • I did not say it works. I just said that it's reachable. I pinged it :-)

    – Vitalie Ciubotaru
    Jun 20 '12 at 19:25
















1















I just installed my new laptop with ubuntu 12.04 and when I'm trying to add key, there is a "network unreachable" error.



william@ubuntu:~$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
gpg: requesting key CD2EFD2A from hkp server keys.gnupg.net
?: keys.gnupg.net: Network is unreachable
gpgkeys: HTTP fetch error 7: couldn't connect: Network is unreachable
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0


I'm so sure the keyserver is not down, because I tried it again at my old laptop running ubuntu 11.04



william@william:~$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
gpg: requesting key CD2EFD2A from hkp server keys.gnupg.net
gpg: key CD2EFD2A: "Percona MySQL Development Team <mysql-dev@percona.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1


Is this a bug?










share|improve this question














bumped to the homepage by Community 25 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • The keyserver is reachable from my PC. Sounds like a network problem on your side.

    – Vitalie Ciubotaru
    Jun 19 '12 at 2:28











  • No, my network is fine. Can't you see I have tried it on my old laptop? They are on the same network.

    – William Anthony
    Jun 19 '12 at 2:49











  • @WilliamAnthony from what it looks you already had the key on the old laptop so the key was not processed (read downloaded) and so it didnt give you the error. Well i dont know what is causing the problem but u can try the answer given below. Just find out where the gpg keys are stored and then transfer them to the new laptop. Also it cannot be a bug because adding gpg keys works for others.

    – Ashu
    Jun 19 '12 at 6:24











  • @VitalieCiubotaru how did you check if the keyserver is working. this is just for my info

    – Ashu
    Jun 19 '12 at 6:26











  • I did not say it works. I just said that it's reachable. I pinged it :-)

    – Vitalie Ciubotaru
    Jun 20 '12 at 19:25














1












1








1








I just installed my new laptop with ubuntu 12.04 and when I'm trying to add key, there is a "network unreachable" error.



william@ubuntu:~$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
gpg: requesting key CD2EFD2A from hkp server keys.gnupg.net
?: keys.gnupg.net: Network is unreachable
gpgkeys: HTTP fetch error 7: couldn't connect: Network is unreachable
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0


I'm so sure the keyserver is not down, because I tried it again at my old laptop running ubuntu 11.04



william@william:~$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
gpg: requesting key CD2EFD2A from hkp server keys.gnupg.net
gpg: key CD2EFD2A: "Percona MySQL Development Team <mysql-dev@percona.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1


Is this a bug?










share|improve this question














I just installed my new laptop with ubuntu 12.04 and when I'm trying to add key, there is a "network unreachable" error.



william@ubuntu:~$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
gpg: requesting key CD2EFD2A from hkp server keys.gnupg.net
?: keys.gnupg.net: Network is unreachable
gpgkeys: HTTP fetch error 7: couldn't connect: Network is unreachable
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0


I'm so sure the keyserver is not down, because I tried it again at my old laptop running ubuntu 11.04



william@william:~$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
gpg: requesting key CD2EFD2A from hkp server keys.gnupg.net
gpg: key CD2EFD2A: "Percona MySQL Development Team <mysql-dev@percona.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1


Is this a bug?







12.04






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jun 19 '12 at 1:59









William AnthonyWilliam Anthony

612




612





bumped to the homepage by Community 25 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 25 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • The keyserver is reachable from my PC. Sounds like a network problem on your side.

    – Vitalie Ciubotaru
    Jun 19 '12 at 2:28











  • No, my network is fine. Can't you see I have tried it on my old laptop? They are on the same network.

    – William Anthony
    Jun 19 '12 at 2:49











  • @WilliamAnthony from what it looks you already had the key on the old laptop so the key was not processed (read downloaded) and so it didnt give you the error. Well i dont know what is causing the problem but u can try the answer given below. Just find out where the gpg keys are stored and then transfer them to the new laptop. Also it cannot be a bug because adding gpg keys works for others.

    – Ashu
    Jun 19 '12 at 6:24











  • @VitalieCiubotaru how did you check if the keyserver is working. this is just for my info

    – Ashu
    Jun 19 '12 at 6:26











  • I did not say it works. I just said that it's reachable. I pinged it :-)

    – Vitalie Ciubotaru
    Jun 20 '12 at 19:25



















  • The keyserver is reachable from my PC. Sounds like a network problem on your side.

    – Vitalie Ciubotaru
    Jun 19 '12 at 2:28











  • No, my network is fine. Can't you see I have tried it on my old laptop? They are on the same network.

    – William Anthony
    Jun 19 '12 at 2:49











  • @WilliamAnthony from what it looks you already had the key on the old laptop so the key was not processed (read downloaded) and so it didnt give you the error. Well i dont know what is causing the problem but u can try the answer given below. Just find out where the gpg keys are stored and then transfer them to the new laptop. Also it cannot be a bug because adding gpg keys works for others.

    – Ashu
    Jun 19 '12 at 6:24











  • @VitalieCiubotaru how did you check if the keyserver is working. this is just for my info

    – Ashu
    Jun 19 '12 at 6:26











  • I did not say it works. I just said that it's reachable. I pinged it :-)

    – Vitalie Ciubotaru
    Jun 20 '12 at 19:25

















The keyserver is reachable from my PC. Sounds like a network problem on your side.

– Vitalie Ciubotaru
Jun 19 '12 at 2:28





The keyserver is reachable from my PC. Sounds like a network problem on your side.

– Vitalie Ciubotaru
Jun 19 '12 at 2:28













No, my network is fine. Can't you see I have tried it on my old laptop? They are on the same network.

– William Anthony
Jun 19 '12 at 2:49





No, my network is fine. Can't you see I have tried it on my old laptop? They are on the same network.

– William Anthony
Jun 19 '12 at 2:49













@WilliamAnthony from what it looks you already had the key on the old laptop so the key was not processed (read downloaded) and so it didnt give you the error. Well i dont know what is causing the problem but u can try the answer given below. Just find out where the gpg keys are stored and then transfer them to the new laptop. Also it cannot be a bug because adding gpg keys works for others.

– Ashu
Jun 19 '12 at 6:24





@WilliamAnthony from what it looks you already had the key on the old laptop so the key was not processed (read downloaded) and so it didnt give you the error. Well i dont know what is causing the problem but u can try the answer given below. Just find out where the gpg keys are stored and then transfer them to the new laptop. Also it cannot be a bug because adding gpg keys works for others.

– Ashu
Jun 19 '12 at 6:24













@VitalieCiubotaru how did you check if the keyserver is working. this is just for my info

– Ashu
Jun 19 '12 at 6:26





@VitalieCiubotaru how did you check if the keyserver is working. this is just for my info

– Ashu
Jun 19 '12 at 6:26













I did not say it works. I just said that it's reachable. I pinged it :-)

– Vitalie Ciubotaru
Jun 20 '12 at 19:25





I did not say it works. I just said that it's reachable. I pinged it :-)

– Vitalie Ciubotaru
Jun 20 '12 at 19:25










1 Answer
1






active

oldest

votes


















0














May be off topic for you. Can you add it via Synaptic Package manager.



enter image description here






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f152823%2fcannot-add-repository-key%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









    0














    May be off topic for you. Can you add it via Synaptic Package manager.



    enter image description here






    share|improve this answer




























      0














      May be off topic for you. Can you add it via Synaptic Package manager.



      enter image description here






      share|improve this answer


























        0












        0








        0







        May be off topic for you. Can you add it via Synaptic Package manager.



        enter image description here






        share|improve this answer













        May be off topic for you. Can you add it via Synaptic Package manager.



        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 19 '12 at 3:22









        BigSackBigSack

        1,63752332




        1,63752332






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • 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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f152823%2fcannot-add-repository-key%23new-answer', 'question_page');
            }
            );

            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







            Popular posts from this blog

            Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

            Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

            Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...