zradmin | Hi guys, trying to get juju 1.12 working properly, but I'm getting an error wehere the /var/log/all-machines.log just fills up the bootstraps whole drive. I'm on 12.03 currently and I have to remove the file and restart the bootstrap node to get new clients enlisted etc. | 01:53 |
---|---|---|
hazmat | zradmin, there's bugs open to do rotation and limit the excess in the logs | 02:41 |
hazmat | zradmin, was there anything particular repetitious in the log ? | 02:41 |
=== CyberJacob|Away is now known as CyberJacob | ||
=== defunctzombie is now known as defunctzombie_zz | ||
=== defunctzombie_zz is now known as defunctzombie | ||
mattrae_ | let me know if i can help with details on this bug i'm hitting :) https://bugs.launchpad.net/juju-core/+bug/1219116 | 07:50 |
_mup_ | Bug #1219116: juju-deployer fails against juju-core: dial tcp 127.0.0.1:17070: connection refused <cts-cloud-review> <juju-core:Triaged by natefinch> <https://launchpad.net/bugs/1219116> | 07:50 |
=== CyberJacob is now known as CyberJacob|Away | ||
davecheney | mattrae_: i know that bug | 09:04 |
davecheney | the problem is the provisioning agent, which runs on the bootstrap node | 09:04 |
davecheney | keeps restarting | 09:04 |
davecheney | it'll get there eventually | 09:05 |
davecheney | but it currently slows down provisioning and juju access a lot | 09:05 |
=== defunctzombie is now known as defunctzombie_zz | ||
=== freeflying_away is now known as freeflying | ||
diegonat | hi guys... I have juju and maas. However, although ive got two machines, when I bootstrap juju, it lists only one. Why? How can I add a machine after bootstrapping ?? | 11:49 |
davecheney | diegonat: either deploy a service, juju deploy $CHARM | 12:01 |
davecheney | or add a machine, juju add-machine | 12:01 |
diegonat | i dont have the option add-machine | 12:02 |
diegonat | davecheney, | 12:06 |
davecheney | diegonat: which version are you using ? | 12:06 |
diegonat | 0.7 | 12:07 |
davecheney | diegonat: then deploy a service | 12:08 |
davecheney | juju deploy $CHARM | 12:08 |
diegonat | yes but ive got 3 machines and only one is listed in juju status | 12:09 |
diegonat | i dont understand why | 12:09 |
davecheney | diegonat: juju defines what it calls an environment | 12:10 |
davecheney | an environment consumes a subset of the macines available to a provider | 12:10 |
davecheney | so int he case of maas | 12:10 |
davecheney | if you have three machines enrolled with maas master | 12:10 |
diegonat | yes i do | 12:10 |
davecheney | it is normal for a new juju environment to consume one machine | 12:10 |
davecheney | when you deploy a new service (a charm) | 12:11 |
davecheney | juju will request maas create a new machine to host that service | 12:11 |
diegonat | davecheney, what about the first node? as u said i deployed a service and a new machine started. however, can't i use the first node for services? | 12:29 |
davecheney | diegonat: not in juju 0.7 | 12:30 |
davecheney | we call it the bootstrap node | 12:30 |
diegonat | ok | 12:30 |
davecheney | in later versions, 1.12 or later | 12:30 |
davecheney | you can use | 12:30 |
davecheney | juju deploy --to 0 | 12:30 |
davecheney | to put a service on the bootstrap machine | 12:30 |
davecheney | HOWEVER | 12:31 |
davecheney | this is not recommended | 12:31 |
davecheney | as it distables all the safty guards | 12:31 |
diegonat | k | 12:42 |
diegonat | davecheney, juju: error: unrecognized arguments: --to | 13:28 |
davecheney | diegonat: sorry, that must only be available on the development branch | 13:29 |
davecheney | we're going to be doing a 1.14 release quite soon | 13:30 |
davecheney | it'll be available there | 13:30 |
diegonat | the problem is that whenever i add a service, it requires a new machine | 13:30 |
diegonat | :-/ | 13:30 |
davecheney | diegonat: yes, currently | 13:31 |
davecheney | we're working on a solution to use lxc containers inside machines | 13:31 |
diegonat | that would be absolutely fantastic | 13:31 |
davecheney | but there are a number of networking issues to solve before that can happen | 13:31 |
diegonat | where can i find the logs of juju installation? | 13:32 |
diegonat | whatever i try to install i receive an error | 13:32 |
diegonat | agent-state: install-error | 13:32 |
marcoceppi | diegonat: you can juju ssh to the unit and check /var/log/juju/unit-*.log | 13:33 |
marcoceppi | o/ davecheney | 13:33 |
diegonat | Hook error: /var/lib/juju/units/mysql-1/charm/hooks/install Error processing '/var/lib/juju/units/mysql-1/charm/hooks/install': exit code 1. | 13:33 |
marcoceppi | diegonat: go a few lines up, it should say why | 13:34 |
diegonat | 2013-09-07 15:31:35,441: hook.output@ERROR: There are problems and -y was used without --force-yes | 13:35 |
diegonat | WARNING: The following packages cannot be authenticated! | 13:36 |
diegonat | hook.output@ERROR: W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be ve | 13:36 |
diegonat | rified because the public key is not available: NO_PUBKEY 0272AC9B468AFDED | 13:36 |
diegonat | inverse order =D | 13:36 |
marcoceppi | that's your problem | 13:36 |
marcoceppi | the gpg key error | 13:37 |
diegonat | how can i solve it? | 13:37 |
marcoceppi | diegonat: do you have limited network connectivity to thes machines? is this Maas and juju? | 13:39 |
diegonat | yep, maas and juju | 13:41 |
diegonat | ok i fixed | 13:41 |
diegonat | i downloaded the key | 13:41 |
diegonat | let's try now | 13:41 |
marcoceppi | diegonat: you can run juju resolved --retry | 13:42 |
marcoceppi | to have it try again | 13:42 |
diegonat | i destroyed the service | 13:42 |
diegonat | yeah, now it works | 13:42 |
diegonat | sweet | 13:42 |
marcoceppi | diegonat: cool | 13:42 |
diegonat | marcoceppi, r u italian? | 13:43 |
diegonat | im installing juju.gui | 13:44 |
diegonat | :) | 13:44 |
marcoceppi | diegonat: my family is, but I was born in the states | 13:48 |
diegonat | nice | 13:48 |
diegonat | how many machines would i need to set up a openstack environment with juju? | 13:51 |
marcoceppi | diegonat: I think the minimum is 7 | 13:54 |
diegonat | i dont have enough power to try | 13:54 |
diegonat | sh*t! :D | 13:54 |
marcoceppi | diegonat: you can co locate a few services to cut that down | 13:55 |
diegonat | i absolutely love juju | 13:56 |
diegonat | ok ill try then | 13:56 |
diegonat | juju-gui is hanging on saying "connecting to the Juju environment" | 13:58 |
diegonat | :-/ | 13:58 |
diegonat | marcoceppi, any idea why? | 14:02 |
marcoceppi | diegonat: nope. it should work after a few seconds | 14:04 |
diegonat | i cannot see anything from logs | 14:05 |
diegonat | help please!! :) | 14:24 |
mattrae_ | diegonat: hey you can enlist vms into maas to use to deploy openstack if you need more machines.. http://askubuntu.com/questions/292061/how-to-configure-maas-to-be-able-to-boot-virtual-machines | 14:34 |
mattrae_ | diegonat: i'm using only one physical server with vms on it to deploy openstack with juju + maas | 14:34 |
mattrae_ | diegonat: also you can even juju deploy a hypervisor to a physical node, which will enlist vms into maas: http://javacruft.wordpress.com/2013/06/25/virtme/ | 14:35 |
diegonat | mattrae coold | 14:36 |
diegonat | mattrae cool | 14:36 |
mattrae_ | diegonat: i'd suggest testing with maas in raring or saucy though.. some issues with maas in precise | 14:36 |
diegonat | k | 14:37 |
diegonat | now im having problems with juju-gui | 14:37 |
diegonat | mattrae_, can u help me with juju-gui? | 14:40 |
mattrae_ | hmm i haven't played with juju gui.. but maybe.. what's happening? | 14:40 |
diegonat | basically it hangs on when I open the webpage | 14:42 |
diegonat | connecting to the Juju environment | 14:42 |
diegonat | it hangs forever | 14:43 |
mattrae_ | diegonat: hmm.. can you juju ssh juju-gui/0 and maybe there will be info in /var/log? | 14:43 |
diegonat | im in | 14:43 |
diegonat | but i cannot find anything | 14:43 |
diegonat | maybe im not looking in the right place | 14:43 |
mattrae_ | hmm, yeah i might not be help.. i dont know where to look either | 14:43 |
mattrae_ | diegonat: you could try sending an email to the juju mailing list.. the developers might not be online on irc right now | 14:46 |
diegonat | mattrae_, do u have any idea what "rapi running" could mean? | 14:50 |
mattrae_ | diegonat: not sure.. but just guessing maybe rapi means remote-api? | 14:53 |
mattrae_ | i dunno | 14:53 |
diegonat | in a chat log i found somebody saying that the error was due to rapi not running | 14:53 |
diegonat | :-/ | 14:53 |
mattrae_ | ahh.. that could make sense. maybe its trying to connect but the remote api is not running? just guessing though | 14:54 |
mattrae_ | maybe it can't connect | 14:54 |
diegonat | remote api where? | 14:54 |
mattrae_ | i would guess that the juju-gui wuild be connecting to the bootstrap node (machine 0) | 14:55 |
diegonat | ok on machine 0 there is no juju-api-agent service | 14:56 |
diegonat | installed | 14:56 |
diegonat | on the machine where juju-gui is installed, there is this service | 14:57 |
mattrae_ | diegonat: hmm not sure then.. i believe the services are jujudb and jujud-machine-0 | 14:57 |
=== freeflying is now known as freeflying_away | ||
jackweirdy | Can I deploy a natty machine with juju? I've tried juju add-machine --series=natty but get the error agent-state-info: "error: no matching tools available" | 17:18 |
jackweirdy | I know it's unsupported now but http://aichallenge.org depends on it | 17:18 |
jackweirdy | (the software that is; hosting it locally for a 1st year CS hack afternoon) | 17:19 |
=== defunctzombie_zz is now known as defunctzombie | ||
=== defunctzombie is now known as defunctzombie_zz | ||
=== defunctzombie_zz is now known as defunctzombie | ||
=== CyberJacob|Away is now known as CyberJacob | ||
=== CyberJacob is now known as CyberJacob|Away | ||
=== freeflying_away is now known as freeflying | ||
=== CyberJacob|Away is now known as CyberJacob | ||
=== freeflying is now known as freeflying_away | ||
=== CyberJacob is now known as CyberJacob|Away | ||
=== freeflying_away is now known as freeflying | ||
=== CyberJacob|Away is now known as CyberJacob | ||
=== CyberJacob is now known as CyberJacob|Away |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!