Last active
January 1, 2016 18:39
-
-
Save MosesMendoza/8185508 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: + which debootstrap | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: /usr/sbin/debootstrap | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: + : | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: + cd /var/cache/pbuilder/base-wheezy-powerpc.cow | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: + debootstrap --arch=powerpc --include=apt --arch powerpc --variant=buildd --keyring /usr/share/keyrings/debian-archive-keyring.gpg --keyring=/usr/share/keyrings/puppetlabs-keyring.gpg --keyring=/usr/share/keyrings/debian-archive-keyring.gpg wheezy . http://enterprise.delivery.puppetlabs.net/networking/cumulus1.5 | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: I: Retrieving Release | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: I: Retrieving Release.gpg | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: I: Checking Release signature | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: E: Release signed by unknown key (key id 58BB736E8BBEB79B) | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: + log 'E: debootstrap failed' | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: + case "$*" in | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: + echo 'E: debootstrap failed' | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: E: debootstrap failed | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: + exit 1 | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: pbuilder create failed | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: forking: rm -rf /var/cache/pbuilder/base-wheezy-powerpc.cow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@pe-debian-7-power:~# debootstrap --verbose --arch=powerpc --include=apt --arch powerpc --variant=buildd --keyring /usr/share/keyrings/debian-archive-keyring.gpg --keyring=/usr/share/keyrings/puppetlabs-keyring.gpg --keyring=/usr/share/keyrings/debian-archive-keyring.gpg wheezy . http://enterprise.delivery.puppetlabs.net/networking/cumulus1.5 | |
I: Retrieving Release | |
I: Retrieving Release.gpg | |
I: Checking Release signature | |
E: Release signed by unknown key (key id 58BB736E8BBEB79B) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment