[05:53] if i make a merge proposal to update an existing charm, does the merge proposal stand alone, or should i open a bug as well? [06:03] nathwill: it will stand alone and should show up in the review-queue [06:04] ok, cool. thanks marcoceppi [06:04] of course right after doing so, i realize that i overlooked something o_O [06:04] :D [06:05] i got the db portion (users, etc) for owncloud setup so that units can share a backend, but... owncloud also needs to share files in this config, so now i need to add an nfs backend :P [06:12] nathwill: can the charm just re-create those config files for each unit? [06:13] marcoceppi, it's the user data like uploaded files, calendars etc that's problematic. i've already got the config-file re-creation taken care of [06:13] nathwill: ah, yeah you'll want to implement the "shared-fs: mount" relation: interface [06:14] k. i put it down as "storage: \n interface: mount", is shared-fs an established name? [06:15] shared-fs is an established name [06:15] k. i'll switch it up then :) [06:15] all the shared filesystem charms should be using it [06:15] sooner or later ;) [06:17] makes sense. [06:17] thanks for the heads-up [07:53] Hi all, I get an error while trying juju on ubuntu 12.04 lts [07:53] I installed everything for local dev [07:53] stayarrr: what's the error? [07:54] and if I try to execute juju bootstrap [07:54] i get [07:54] internal error Network is already in use by interface virbr0 [07:55] Do you know how I can reset virbr0 interface? [07:56] stayarrr: could you run `groups` and paste the output? [07:58] marcoceppi: oliver adm cdrom sudo dip plugdev lpadmin sambashare [07:59] stayarrr: the problem is you're not in the libvirtd group, http://askubuntu.com/questions/65359/how-do-i-configure-juju-for-local-usage covers the details how how to fix this (See "error: Failed to start network default"); however, you just need to run the following: [07:59] sudo usermod -aG libvirtd oliver [07:59] newgrp libvirtd [07:59] then try to juju bootstrap [08:00] newgrp will make it so you don't have to log out then back in again for the group modification to take place. Though it'll only affect the terminal window you run it in. Each new terminal window will need to execute that command until you restart or log out/back in again [08:02] ok, thx [08:03] as i know, the bootstrap exec should be finished or is it a daemon? [08:04] I ran juju bootstrap [08:04] stayarrr: bootstrap command will finish almost instantly, however it does several things in the background that can take up 20 minutes to complete depending on your internet connection [08:04] output: 2012-05-27 10:04:02,477 INFO Bootstrapping environment 'local' (origin: distro type: local)... [08:04] 2012-05-27 10:04:02,478 INFO Checking for required packages... [08:04] 2012-05-27 10:04:03,525 INFO Starting networking... [08:05] okay... [08:05] thx so far [08:05] It should say bootstrap finished [08:05] if it doesn't then the bootstrap is hanging somewhere' [08:06] stayarrr: http://paste.ubuntu.com/1009298/ [08:09] hm... okay aborts without feedback after STARTINg Networking [08:11] stayarrr: try running juju -v bootstrap [08:11] for more verbose output [08:16] marcoceppi: no output so far, hanging on INFO Starting networking... [08:16] interesting. [08:17] Do you have any KVMs or Virtual Machines setup on your computer? [08:18] marcoceppi, this OS runs in a VM [08:18] if it helps [08:18] Ah, that might be the issue. What type of virtualization? [08:21] a standard hardware virt.? [08:22] I run ubuntu in vmware installed via an iso its completely virtualized os with virt. hardware config [08:23] network is NAT [09:21] marcoceppi: Okay, I tried several (maybe all) vm ware configs, seems not working. I found this bug-report: https://bugs.launchpad.net/juju/+bug/920454 [09:21] <_mup_> Bug #920454: juju bootstrap hangs for local environment under precise on vmware < https://launchpad.net/bugs/920454 > [10:58] i have a question about load average? [15:04] stayarrr: I went ahead and marked that bug Confirmed/High. the local provider uses libvirt's networking, and I would suspect this is not working well with the vmware guest additions. [16:30] stayarrr, could you pastebin ifconfig on the virt machine?