=== liam_ is now known as Guest35623 === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === CyberJacob|Away is now known as CyberJacob [06:10] gahhhhhhhhhhhhhhhhhh [06:10] I'm just writing my README.md, then pull request time === freeflying is now known as freeflying_away [08:01] marcoceppi: the bootstrap was created on u13.04 but now i'm on u13.10 [08:01] should i destroy and re-bootstrap? [08:01] i think i'll try that [08:01] nothing to lose [08:18] A++++, would destroy again [09:07] ok new bootstrap created [09:07] root node allocated [09:08] juju status shows the same symptoms though; i expect it to say it failed after 10min passed === freeflying_away is now known as freeflying [09:09] all the other nodes are off [09:09] but i expect it should say something regardless [09:18] yep [09:19] `no reachable servers' [09:19] but i also got a `...go:282 Unable to connect to environment "".' [09:20] which is strange, because several lines before it said `....go:32 opening environment "my-maas2".' [09:32] juju version => 1.16.0-saucy-amd64 === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away [11:03] hm, if i visit the webserver at /api/1.0/node-... i get the json [11:04] and it has a "status": [11:21] i selected maas to manage DNS as well, maybe something will change [11:40] Juju/MAAS in vSphere to test OpenStack | http://askubuntu.com/q/364332 [12:05] that looks just like my issue [12:05] although i'm on hardware [12:06] i'll bookmark it; hopefully an answer will appear === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away [14:43] OK, following that AskUbuntu question I logged into the root node [14:44] but my /var/log/cloud-init-output.log is different [14:45] after a couple of ... dial tcp ... refused [14:45] it did manage to connect [14:45] and reached ... juju suppercommand.go:286 command finished === liam_ is now known as Guest50369 [15:56] juju bootstrap error no default environment found | http://askubuntu.com/q/364477 [15:57] I want to use JuJu on Debian 7.0 but Juju is not part of debian sid anymore [15:57] please give me full instructions how to let it run, I like to develop eventually charms and deploy them [15:57] 32bit [15:59] g0twig: you just want the client tools, right? [16:00] you're not trying to also run juju machines on debian? [16:00] in which case, you can either straight up get an ubuntu deb and unpack it, or branch the project and build it yourself, I'm happy to help you with that if you need it [16:01] mgz: no, an actual juju server [16:02] g0twig: you know the charms are all written against precise, right? [16:02] you're not going to get them running on debian sid without changing every charm you use [16:02] mgz: I saw charms for newer releases [16:03] there are some, and there's no reason you couldn't write a charm that would run on both a debian release and an ubuntu release... but that's more work [16:03] mgz: so you say I cant use juju on a non-ubuntu server? [16:03] oh [16:03] because Debian 7.0 seems to be the only option I've got [16:04] g0twig: ah, and they're also preinstalled servers? [16:04] yeah [16:04] virtual server [16:04] the general juju setup is to start from a blank cloud machine and do all the setup, [16:04] why is juju so distro-dependend? [16:05] I dont like the fact, even when I would have a Ubuntu server [16:05] we've just added a manual provider, which lets you start from a less-clean state, [16:05] but that's a less juju-y way, you can't just say "give me 10 more units for this service" like that [16:06] hm... [16:06] whats a better option to run juju on ubuntu server, version 12.04 or 13.10? [16:06] g0twig: at essence, because a charm needs to set up your service, and "apt-get install X" is somewhat distro/series dependent [16:08] g0twig: 12.04, but again, you really want a cloud provider that gives you any number of pristine instances (or you can run everything in lxc containers locally) [16:08] mgz: I just want to test stuff... [16:08] it's not like you're asking your hosting provider for 3 machines with mysql and php then putting juju on it [16:09] that's just not the model [16:09] I only got one machine [16:09] g0twig: so, for just testing stuff, we go back to the beginning, get the ubuntu deb, unpack it, use the binary from there, I expect it will even work on sid [16:10] ok [16:10] you do need an SSL mongodb, which I hope debian has picked up by now [16:10] and it will download an ubuntu precise image to run in the lxc containers [16:10] but 13.10 has a much newer juju version [16:11] Some Hacking Required(tm) [16:11] right, you probably want the one from either saucy or our ppa [16:14] mgz: so now I installed juju-core, juju-local, juju [16:14] what else? [16:15] lxc, mongodb (needs ssl enabled), and you don't want 'juju' probably [16:16] juju-local installed debootstrap libboost-filesystem1.49.0 libboost-program-options1.49.0 libboost-system1.49.0 libboost-thread1.49.0 libcap2-bin libpam-cap libpcrecpp0 lxc mongodb-clients mongodb-server [16:17] right, that metapackage pulls in the right bit [16:17] that looks good then. `juju version` should say 1.16 or similar [16:18] what do I want here? Configuring for Amazon AWS Configuring for Windows Azure Configuring for HP Cloud Configuring for OpenStack Configuring for MAAS Configuring for LXC local provider (Linux) [16:18] LXC? I just want to get my stuff going, I dont know much about the cloud [16:18] and different things [16:19] I just want to have the options to easily install services, manage them, etc. all on this machine [16:19] yeah, I'd try the local provider, just to experiment [16:19] does JuJu need a linuxkernel > 3.8? [16:20] but, it sounds like you maybe want some other tool if you just want to manage services on one box [16:20] ...the latest lxc may well do, surely sid has a modern linux kernel? [16:20] I am on debian 7.0, no sid [16:21] last time I tried sid, my machine didnt boot up again... [16:22] ok, it tells me ERROR error parsing environment "local": no public ssh keys found what I am missing? [16:23] ok, I made a ssh key [16:40] hi, could someone review lp:~ahasenack/charms/precise/apache2/apache2-default-servername ? [16:40] r46 (latest) introduced a regression that broke one of my deployments using apache2 [17:04] juju WordPress with nginx permalink issues | http://askubuntu.com/q/364526 === freeflying_away is now known as freeflying [21:54] Hi everyone. Where can I find info on how much space juju needs, and in what paths - and how to change that? [21:56] juju-local that is... it seems it eats a lot of space in /usr, regardless of where your root path is set in the config === freeflying is now known as freeflying_away [22:14] Okay, I found it... /var/lib/lxc === CyberJacob is now known as CyberJacob|Away [22:22] Urg. So what does ERROR Get http://10.0.3.1:8040/provider-state: dial tcp 10.0.3.1:8040: connection refused mean? How do I restart whatever it's looking for? What is looking for what? [22:25] No, really... dagelf@ubuntu:~$ sudo juju bootstrap ERROR Get http://10.0.3.1:8040/provider-state: dial tcp 10.0.3.1:8040: connection refused [22:26] Pretty useless error message and documentation at this point [22:27] does netstat -lnp show anything listening on that port and IP? [22:28] nope, nothing running, what should I run? [22:29] it's a clean install on 13.04, I've just created some test environments and then destroyed them... 3 times... now this happens. I don't feel like rebooting or re-installing everything.... at the moment I'm playing with jujud to see where it fits in... [22:30] (local environment of course) [22:31] dagelf: are you using the juju ppa or the distribution-packaged juju? I think the ppa might give better results, if you're not using it [22:31] ppa:juju/stable [22:32] Did I break it? [22:32] Are there logs somewhere? [22:32] or verbosity switches? [22:34] dagelf: iirc, /var/log/juju/ has some, but I'm afraid it's been a while since I've used it, my knowledge is slowly getting out of sync with what's new :/ [22:35] Before it's bootstrapped it actually deletes all the directories... nothing. :-( And all the other options and commands says: Sorry, bootstrap it first. [22:36] But it won't bootstrap anymore and there's nowhere to figure out why or how to fix it. Sad. [22:36] Okay, I just created another user on the system now it magically works. [22:37] I'll try wipe the ,juju path and re-run init. Obviously something bad left there... [22:37] surprising :/ [22:37] Well, there are some charm caches, environments.yaml and local.jenv [22:38] I'm guessing something in local.jenv did that [22:42] Juju deploy of Charm (Mysql) in MAAS provider failing after successful bootstrap. Juju status stuck in "Pending" state | http://askubuntu.com/q/364714 [23:47] when deploying to ubuntu MAAS, I have the regional controller all ready to go, and I have nodes ready, but when I try to run 'juju sync-tools' I am getting: ERROR error parsing environment "maas": no public ssh keys found [23:47] I can add this but I am unsure which keys it is looking for [23:57] Preytell: you have to add your SSH keys to MAAS, then make sure it's either the id_rsa in your ~/.ssh directory or you can specify your public key in .juju/environments.yaml as "authorized-keys" [23:59] nod. I have done that, and I checked to make sure that the key was correct, and in the ~/.ssh directory. I will try adding to environ file.