/srv/irclogs.ubuntu.com/2015/04/14/#juju.txt

=== CyberJacob is now known as zz_CyberJacob
=== mup_ is now known as mup
marcoceppi_stub: https://github.com/juju/amulet/pull/6706:26
=== kadams54 is now known as kadams54-away
nevermamHello..06:33
nevermamI have a question regarding amulet test06:33
nevermamI am trying to automate my test, which involves deploying 2 charms to same machine06:34
nevermamI used below command:06:34
nevermamd.add('odm' , constraints=OrderedDict([     ("to", mac) ]))06:34
nevermamI got error like this:06:34
nevermamError deploying service 'odm' 2015-04-13 23:27:42 Command (juju deploy -e local --config /tmp/tmp9gvxMa --constraints to=58 --repository=. local:trusty/odm odm) Output:   error: invalid value "to=58" for flag --constraints: unknown constraint "to"06:34
nevermamHow can I make my code , deploy to an existing machine..06:35
nevermamany help will be greatly appreciated06:35
blahdeblahnevermam: try just "--to=58"06:36
blahdeblah(i.e. take out "constraints ")06:37
=== kadams54 is now known as kadams54-away
nevermam2blahdeblah Do u mean something like this--  d.add('odm' , ("to", mac))06:46
nevermamI tried      d.add('odm' ,to= mac) TypeError: add() got an unexpected keyword argument 'to'06:58
nevermamand06:59
nevermam    d.add('odm' ,--to= mac) SyntaxError: keyword can't be an expression06:59
=== kadams54 is now known as kadams54-away
=== zz_CyberJacob is now known as CyberJacob
=== kadams54 is now known as kadams54-away
=== kadams54 is now known as kadams54-away
=== CyberJacob is now known as zz_CyberJacob
=== kadams54 is now known as kadams54-away
=== kadams54 is now known as kadams54-away
=== dooferlad_ is now known as dooferlad
=== zz_CyberJacob is now known as CyberJacob
=== kadams54 is now known as kadams54-away
nevermamIs it possible to deploy a charm to machine 0 ?11:44
nevermamIN local setup it is not possible..In openstack or somewhere else is it possible ?11:44
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
aisraelcharmers, this needs some merge love: https://code.launchpad.net/~nicopace/charms/trusty/python-django/allowed_host_patch/+merge/25495814:09
loveaI've just commented on https://bugs.launchpad.net/juju-core/+bug/1434437?comments=all as I have a current problem addressed by this fix (I hope).14:49
mupBug #1434437: juju restore failed with "error: cannot update machines: machine update failed: ssh command failed: " <backup-restore> <maas-provider> <juju-core:Invalid> <juju-core 1.22:Fix Released by ericsnowcurrently> <https://launchpad.net/bugs/1434437>14:49
loveaIt's a pressing issue, could anyone elighten me as to how I upgrade an existing juju state server?14:50
=== kadams54 is now known as kadams54-away
loveaAt the moment I cannot get the state server service to listen on port 17070 due to the TLS handshake error loop.15:00
cmarswaigani, http://big-data-charm-helpers.readthedocs.org/en/latest/15:07
dpb_otherTribaal, can you ping me here?15:12
bdxAre you all aware of the jujucharms.com issue??15:23
bdxGo to jujucharms.com and use the search field in the upper right to search for solutions15:24
bdxI receive an error page.....is this intended?15:24
aisraelbdx: Sorry about that! We're looking into it now.15:27
aisraelrick_h_: ^^15:28
bdxaisrael: Great, thanks. Also....the entire site starts strobe flashing if I login15:28
bdxlol15:28
aisraelThat would be the experimental 'disco ball' charm. :D15:29
bdxIt looks like the ultimate party15:29
AskUbuntuJuju - Proxy issue | http://askubuntu.com/q/60924016:06
=== brandon is now known as Guest58624
catbus1Hi, visiting demo.jujucharms.com gives this error: Charm API error of type: load16:49
lazyPower_catbus1: o/16:49
lazyPower_catbus1: There's some backend issues going on there that our webops team is aware of and working to fix. Thank you for reporting the issue thought16:49
lazyPower_*though16:50
catbus1ok, thanks16:50
rick_h_catbus1: yes, sorry data center issue at the moment. Very sorry for the trouble16:54
rick_h_the team is on it16:54
redelmannHi, is charmstore down? or im having some internal problems?17:19
redelmannahh17:19
redelmannok17:19
redelmanndidn't read las message!17:20
redelmannlast17:20
=== scuttlemonkey is now known as scuttle|afk
catbus1just checked. it's working for me now.18:10
=== scuttle|afk is now known as scuttlemonkey
rick_h_redelmann: catbus1 yes, we had an outage in the DC today18:27
=== CyberJacob is now known as zz_CyberJacob
=== zz_CyberJacob is now known as CyberJacob
=== Guest58624 is now known as web
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
ctlaughI've got a problem with my mysql instance that is part of a larger openstack deployment.  I had to power off and move all of the servers and, when powered back on, juju status is reporting an error for mysql/0.  When I look at the juju log, it shows: http://paste.ubuntu.com/10823765/.  I have tried 'juju resolved mysql/0', but no luck.  Is there something I can do to recover.20:19
=== kadams54 is now known as kadams54-away
=== mup_ is now known as mup
=== lifeless1 is now known as lifeless
catbus1ctlaugh: it says No such file or directory: '/var/lib/mysql/mysql.passwd'. If mysql is deployed successfully, the file should be created.21:12
ctlaughcatbus1: It _was_ deployed and functioning correctly... for months.  I started getting this error after I had to shut down and restart the host system.21:13
ctlaughcatbus1: I'm hoping there is a way to have this file be recreated, or to recover in some way.  I really don't want to have to start from scratch.21:15
catbus1ctlaugh: https://jujucharms.com/mysql/trusty/24, how about creating the file manually sudo touch /var/lib/mysql/mysql.passwd and set the password in the file?21:18
catbus1Once deployed, you can retrieve the MySQL root user password by logging in to the machine via juju ssh and readin the /var/lib/mysql/mysql.passwd file. To log in as root MySQL User at the MySQL console you can issue the following: juju ssh mysql/0 mysql -u root -p`sudo cat /var/lib/mysql/mysql.passwd` Seems like the password is plain text in /var/lib/mysql/mysql.passwd21:19
catbus1after creating that file, run juju resolved --retry mysql/021:20
ctlaughcatbus1: Don't I need the right password to put back into that file?  That file is not there to look at.21:21
lazyPower_ctlaugh: you can also reset the administrative password manually, and place it in that file22:31
lazyPower_https://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html22:32
lazyPower_>  B.5.4.1.2 Resetting the Root Password: Unix Systems   should get you moving22:32
=== CyberJacob is now known as zz_CyberJacob
vijaytwhile doing juju sync tools , I am hitting error https://gist.github.com/vijaytripathi/6012e812a876ef2a62e222:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!