How to create a Debian sid chroot from Arch Linux?

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite












I would like to create a Debian sid chroot from my Arch Linux system. I have installed debootstrap from the community repository with pacman. Then I ran:



# debootstrap sid $MY_CHROOT http://debian.mirror.digitalpacific.com.au/debian/


based on the Debian Wiki article on this matter. Then what I got was almost an immediate (~5 seconds) exiting of the command with the output:



W: Cannot check Release signature; keyring file not available /usr/share/keyrings/debian-archive-keyring.gpg
I: Retrieving InRelease


To me this seems to indicate that debootstrap failed and did very little. On the off chance this warning was the cause of the subsequent error I ran the command again with the option --no-check-gpg and yet again it failed with the same output, except without the W: Cannot... line. Based on this Arch Linux forum thread I installed debian-archive-keyring with pacman. Then I re-ran the original debootstrap command and it returned:



I: Retrieving InRelease 
I: Checking Release signature
I: Valid Release signature (key id 126C0D24BD8A2942CC7DF8AC7638D0442B90D010)


and exited within 5 seconds again. As expected running with --no-check-gpg did nothing but silence the signature messages.







share|improve this question
























    up vote
    3
    down vote

    favorite












    I would like to create a Debian sid chroot from my Arch Linux system. I have installed debootstrap from the community repository with pacman. Then I ran:



    # debootstrap sid $MY_CHROOT http://debian.mirror.digitalpacific.com.au/debian/


    based on the Debian Wiki article on this matter. Then what I got was almost an immediate (~5 seconds) exiting of the command with the output:



    W: Cannot check Release signature; keyring file not available /usr/share/keyrings/debian-archive-keyring.gpg
    I: Retrieving InRelease


    To me this seems to indicate that debootstrap failed and did very little. On the off chance this warning was the cause of the subsequent error I ran the command again with the option --no-check-gpg and yet again it failed with the same output, except without the W: Cannot... line. Based on this Arch Linux forum thread I installed debian-archive-keyring with pacman. Then I re-ran the original debootstrap command and it returned:



    I: Retrieving InRelease 
    I: Checking Release signature
    I: Valid Release signature (key id 126C0D24BD8A2942CC7DF8AC7638D0442B90D010)


    and exited within 5 seconds again. As expected running with --no-check-gpg did nothing but silence the signature messages.







    share|improve this question






















      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      I would like to create a Debian sid chroot from my Arch Linux system. I have installed debootstrap from the community repository with pacman. Then I ran:



      # debootstrap sid $MY_CHROOT http://debian.mirror.digitalpacific.com.au/debian/


      based on the Debian Wiki article on this matter. Then what I got was almost an immediate (~5 seconds) exiting of the command with the output:



      W: Cannot check Release signature; keyring file not available /usr/share/keyrings/debian-archive-keyring.gpg
      I: Retrieving InRelease


      To me this seems to indicate that debootstrap failed and did very little. On the off chance this warning was the cause of the subsequent error I ran the command again with the option --no-check-gpg and yet again it failed with the same output, except without the W: Cannot... line. Based on this Arch Linux forum thread I installed debian-archive-keyring with pacman. Then I re-ran the original debootstrap command and it returned:



      I: Retrieving InRelease 
      I: Checking Release signature
      I: Valid Release signature (key id 126C0D24BD8A2942CC7DF8AC7638D0442B90D010)


      and exited within 5 seconds again. As expected running with --no-check-gpg did nothing but silence the signature messages.







      share|improve this question












      I would like to create a Debian sid chroot from my Arch Linux system. I have installed debootstrap from the community repository with pacman. Then I ran:



      # debootstrap sid $MY_CHROOT http://debian.mirror.digitalpacific.com.au/debian/


      based on the Debian Wiki article on this matter. Then what I got was almost an immediate (~5 seconds) exiting of the command with the output:



      W: Cannot check Release signature; keyring file not available /usr/share/keyrings/debian-archive-keyring.gpg
      I: Retrieving InRelease


      To me this seems to indicate that debootstrap failed and did very little. On the off chance this warning was the cause of the subsequent error I ran the command again with the option --no-check-gpg and yet again it failed with the same output, except without the W: Cannot... line. Based on this Arch Linux forum thread I installed debian-archive-keyring with pacman. Then I re-ran the original debootstrap command and it returned:



      I: Retrieving InRelease 
      I: Checking Release signature
      I: Valid Release signature (key id 126C0D24BD8A2942CC7DF8AC7638D0442B90D010)


      and exited within 5 seconds again. As expected running with --no-check-gpg did nothing but silence the signature messages.









      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 13 at 18:49









      BH2017

      1,32431943




      1,32431943

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f416878%2fhow-to-create-a-debian-sid-chroot-from-arch-linux%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f416878%2fhow-to-create-a-debian-sid-chroot-from-arch-linux%23new-answer', 'question_page');

          );

          Post as a guest













































































          UU W0 tQ72,RR C8Lk2um92RHFrF2WzEJPAra E
          Q,L9H2IkufaQXnz UHJ8 i3F,Lq VSa6ecUnHfplfsDNOilNzDzpD6nvvPv,W4mgUr7 X2 oNeFQ0S8ztPWG,c k7S NJyNiHznO5

          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          How many registers does an x86_64 CPU actually have?

          Displaying single band from multi-band raster using QGIS