Having trouble locating charms - pointing to store.juju.ubuntu.com? DNS error
Posted
by
dt2511
on Ask Ubuntu
See other posts from Ask Ubuntu
or by dt2511
Published on 2011-10-12T18:40:12Z
Indexed on
2011/11/23
18:04 UTC
Read the original article
Hit count: 351
juju
Can't seem to sort out how to get juju to point to the right source for charms, base install yields the following result when issued the following command.
juju deploy --repository=examples mysql
DNS lookup failed: address 'store.juju.ubuntu.com' not found: [Errno -2] Name or service not known. 2011-10-12 18:38:39,946 ERROR DNS lookup failed: address 'store.juju.ubuntu.com' not found: [Errno -2] Name or service not known.
When trying to run it with juju deploy --repository=examples local:mysql
I get this error:
Charm 'local:oneiric/mysql' not found in repository /root/juju/examples 2011-10-12 18:53:57,311 ERROR Charm 'local:oneiric/mysql' not found in repository /root/juju/examples
I've put the charm itself in the directory /root/juju/examples
, and am running the command from /root/juju
.
What is wrong?
© Ask Ubuntu or respective owner