[Bug 1089389] Re: juju bootstrap fail behind a proxy when a gpg key must be imported
Laurent Sesques
laurent.sesques at canonical.com
Fri Mar 22 08:26:46 UTC 2019
** Summary changed:
- Buy Xanax pills online for the treatment of mental health condition
+ juju bootstrap fail behind a proxy when a gpg key must be imported
** Description changed:
- Buy Xanax Online Legally=
- Anxiety is hard wired in our brains. It is part of the body’s flight and
- fight response which prepares us to act instantly in the time of danger.
- It is a very normal response to trouble, uncertainty, feeling
- unprepared. Buy Xanax online legally when your health care specialist
- prescribed you after examining you.
+ This is related to a Maas environment hosted behind a proxy.
- https://yourrxpills.com
+ I'm trying to use
+ juju 0.6.0.1+bzr603-0juju1~precise1
- Moreover, if the common every day events bring on persistent or severe
- anxiety or panic which interferes with the life you may have anxiety
- disorder.
+ ubuntu at maas:~$ cat .juju/environments.yaml
+ environments:
+ mymaas:
+ type: maas
+ maas-server: 'http://192.168.124.2:80/MAAS'
+ maas-oauth: 'UP5Qay8Nsku8K98fqn:LjhnStY2HjfCeKfvmg:BxA586DWVNPKrT9ASNj9QasMvSPdgavt'
+ admin-secret: 'nothing'
+ default-series: precise
+ juju-origin: ppa
- Normal Anxiety:
+ When juju boostrap, things do not behave as expected on the zookeeper
+ node.
- It is an occasional worry related to circumstantial events like break up
- or exam may leave us upset. It is a realistic fear of threatening place,
- object or the situation. The sadness, anxiety and difficulty in sleeping
- often follows traumatic event. The person wants to feel confident and he
- is healthy living in a safe as well as hazard free environment.
+ Excerpt from the cloud-init-output.log:
- Anxiety Disorder:
+ W: GPG error: http://ppa.launchpad.net precise Release: The following
+ signatures couldn't be verified because the public key is not available:
+ NO_PUBKEY 376A290EC8068B11
- It is a constant unsubstantiated and chronic worry which causes
- significant distress thereby affecting your social life, work and
- interferes with the classes. The person avoids the common social
- situations for fear of getting judged, humiliated or embarrassed. It is
- repeated and random panic attacks or the persistent worry and the
- anticipation of another panic attack and terror feeling or impending
- doom. Buy 2mg Xanax bars online and you have the option to pay cash on
- delivery.
+ On the zookeeper node, if i try to apt-add-repository , the needed gpg
+ key is not injected, but the scrpit does not return any error code:
+
+ ubuntu at zookeeper:/var/log$ sudo mv /etc/apt/sources.list.d/juju-pkgs-precise.list /tmp/
+ ubuntu at zookeeper:/var/log$ sudo ls /etc/apt/sources.list.d/
+ ubuntu at zookeeper:/var/log$ sudo apt-add-repository ppa:juju/pkgs --yes
+ gpg: keyring `/tmp/tmpmlP7VA/secring.gpg' created
+ gpg: keyring `/tmp/tmpmlP7VA/pubring.gpg' created
+ gpg: requesting key C8068B11 from hkp server keyserver.ubuntu.com
+ gpgkeys: key A2EB2DEC0BD7519B7B38BE38376A290EC8068B11 not found on keyserver
+ gpg: no valid OpenPGP data found.
+ gpg: Total number processed: 0
+ recv failed
+ ubuntu at zookeeper:/var/log$ echo $?
+ 0
+
+ Trying to inject key while setting the http_proxy environment variable works better:
+ ubuntu at zookeeper:/var/log$ sudo http_proxy=http://91.189.90.174:3128/ apt-add-repository ppa:juju/pkgs --yes
+ gpg: keyring `/tmp/tmp1pAd6X/secring.gpg' created
+ gpg: keyring `/tmp/tmp1pAd6X/pubring.gpg' created
+ gpg: requesting key C8068B11 from hkp server keyserver.ubuntu.com
+ gpg: /tmp/tmp1pAd6X/trustdb.gpg: trustdb created
+ gpg: key C8068B11: public key "Launchpad Ensemble PPA" imported
+ gpg: Total number processed: 1
+ gpg: imported: 1 (RSA: 1)
+ OK
+ ubuntu at zookeeper:/var/log$ echo $?
+ 0
+
+ On the zookeeper node, python-software-properties is version 0.82.7.3
+
+ ProblemType: Bug
+ DistroRelease: Ubuntu 12.04
+ Package: python-software-properties 0.82.7.3
+ ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
+ Uname: Linux 3.2.0-34-generic x86_64
+ ApportVersion: 2.0.1-0ubuntu15
+ Architecture: amd64
+ Date: Wed Dec 12 14:40:21 2012
+ EcryptfsInUse: Yes
+ InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
+ MarkForUpload: True
+ PackageArchitecture: all
+ SourcePackage: software-properties
+ UpgradeStatus: Upgraded to precise on 2012-05-14 (212 days ago)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1089389
Title:
juju bootstrap fail behind a proxy when a gpg key must be imported
Status in software-properties package in Ubuntu:
Triaged
Bug description:
This is related to a Maas environment hosted behind a proxy.
I'm trying to use
juju 0.6.0.1+bzr603-0juju1~precise1
ubuntu at maas:~$ cat .juju/environments.yaml
environments:
mymaas:
type: maas
maas-server: 'http://192.168.124.2:80/MAAS'
maas-oauth: 'UP5Qay8Nsku8K98fqn:LjhnStY2HjfCeKfvmg:BxA586DWVNPKrT9ASNj9QasMvSPdgavt'
admin-secret: 'nothing'
default-series: precise
juju-origin: ppa
When juju boostrap, things do not behave as expected on the zookeeper
node.
Excerpt from the cloud-init-output.log:
W: GPG error: http://ppa.launchpad.net precise Release: The following
signatures couldn't be verified because the public key is not
available: NO_PUBKEY 376A290EC8068B11
On the zookeeper node, if i try to apt-add-repository , the needed gpg
key is not injected, but the scrpit does not return any error code:
ubuntu at zookeeper:/var/log$ sudo mv /etc/apt/sources.list.d/juju-pkgs-precise.list /tmp/
ubuntu at zookeeper:/var/log$ sudo ls /etc/apt/sources.list.d/
ubuntu at zookeeper:/var/log$ sudo apt-add-repository ppa:juju/pkgs --yes
gpg: keyring `/tmp/tmpmlP7VA/secring.gpg' created
gpg: keyring `/tmp/tmpmlP7VA/pubring.gpg' created
gpg: requesting key C8068B11 from hkp server keyserver.ubuntu.com
gpgkeys: key A2EB2DEC0BD7519B7B38BE38376A290EC8068B11 not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
recv failed
ubuntu at zookeeper:/var/log$ echo $?
0
Trying to inject key while setting the http_proxy environment variable works better:
ubuntu at zookeeper:/var/log$ sudo http_proxy=http://91.189.90.174:3128/ apt-add-repository ppa:juju/pkgs --yes
gpg: keyring `/tmp/tmp1pAd6X/secring.gpg' created
gpg: keyring `/tmp/tmp1pAd6X/pubring.gpg' created
gpg: requesting key C8068B11 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp1pAd6X/trustdb.gpg: trustdb created
gpg: key C8068B11: public key "Launchpad Ensemble PPA" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
ubuntu at zookeeper:/var/log$ echo $?
0
On the zookeeper node, python-software-properties is version 0.82.7.3
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python-software-properties 0.82.7.3
ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
Uname: Linux 3.2.0-34-generic x86_64
ApportVersion: 2.0.1-0ubuntu15
Architecture: amd64
Date: Wed Dec 12 14:40:21 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: software-properties
UpgradeStatus: Upgraded to precise on 2012-05-14 (212 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1089389/+subscriptions
More information about the foundations-bugs
mailing list