/srv/irclogs.ubuntu.com/2015/02/19/#juju.txt

=== ses is now known as Guest93238
lazyPowerhnix: o/00:59
lazyPowerthere's some interesting behavior at play here with the rails charm. In its current incantation - rbenv is being used as a "wrapped command" - meaning it only exists within teh context of the charm hooks. This has some implications with the current documentation, and usage patterns01:00
lazyPowerhnix: what i suggest is attempting to do the following: "juju run rake db:migrate" instead of juju ssh - if that fails, there is a rewrite in progress of moving the rails charm from rvm to rbenv01:00
lazyPowerand i dont have an ETA on when I will be finished with that, however - all contributions/testing are welcome :)01:01
hnixLazyPower : Thank u !01:04
lazyPowerhnix: if you're interested in following along with that migration effort i have a github branch you can watch - https://github.com/chuckbutler/rails-charm/tree/rbenv_migration01:05
hnixim a new GoLang Programmer about 2 weeks ago. i want really to contribute on an effort to extend my programming skills .... this is way im playning with this project ( #juju ) so i want learing basics as soon as possible then contribute activly in such as project or docker01:08
lazyPowerWe welcome all the help we can get hnix. Are you looking to learn how juju works then contribute to juju-core?01:09
hnixlazypower : i will check this now and see ! i appreciate any advice01:09
hnixlazypower : Yeah i want to contribute to juju-core01:11
jw4hnix: welcome - have you checked out CONTRIBUTING.md in the juju-core repo?01:11
thumperhnix: o/01:11
thumperhnix: what sort of contributions are you interested in offering?01:11
thumperhnix: what floats your boat?01:11
=== thumper is now known as thumper-afk
hnixlazypower : yeah i checked it CONTRIBUTING.md + i cloned the git repo ... any taks that i can do i will do it ... fo now i dont know what but, along my learning and Juju discovery i will figure out what type of contribute i can01:16
lazyPowerhnix: jw4 and thumper are both core contributors. They're helpful in finding bitesized bugs to fix :)01:16
lazyPowerwe have a fairly large landscape in terms of contributions - juju-core is great if you want to sharpen your go, or if you're looking for general contributions we have a large collection (260 +) of charms (services) that are always up for contributions of any kind, between docs to actual orchestration logic contributions01:17
lazyPowerhnix: if you're main focus is to contribute to core, reading the Contributing doc and joining #juju-dev would be my recommendation. Learn the lay of the land - find your first bitesized bug and dive in.01:18
jw4hnix: bit of a firehose, but this is the list of high priority bugs in juju-core https://bugs.launchpad.net/juju-core/+bugs?search=Search&field.importance=High&field.status=New&field.status=Incomplete&field.status=Confirmed&field.status=Triaged&field.status=In+Progress&field.status=Fix+Committed01:18
hnixWhoaa! take it easy men ... im a new Golang dev. you scaring me  +_+01:20
jw4hnix: once you're able to build and run all the tests you should be ready to start tackling bugs ;)01:20
jw4hnix: lol - I think lazyPower may know of some charms that are written in Go (right lazyPower ?) those might be bite sized too01:21
lazyPowerwe dont have charms in go atm01:21
lazyPowerbut it would be an interesting take on charming01:21
hnixis this a fast track to dive in a new lang.01:21
jw4lazyPower, hnix strike that then01:21
sarnoldISTR someone gave that a shot a few months back..01:21
lazyPowernatefinch i think01:21
lazyPoweror at least he was talking about it01:21
lazyPowermy problem with a golang charm is how do you debug a binary when things go sideways?01:22
jw4hnix: there is some good go code in juju-core, but it is fairly sophisticated - depends on how big of a bite you want to take I guess01:22
sarnoldlazyPower: yeah, I wouldn't want to maintain it myself :)01:22
jw4lazyPower: +101:22
lazyPowerjw4: would be good if we had some small things like localizations, or output corrections.01:22
lazyPowertag those as bitsized - as we have a page that links to a zero output bug tracker list01:22
lazyPowerhttps://juju.ubuntu.com/resources/easy-tasks-for-new-developers/ <-- the juju-core list is empty01:23
jw4lazyPower: yeah - that's a great idea.   Hmm...01:23
sarnoldthis one feels like it's probably approachable by a new dev https://bugs.launchpad.net/juju-core/+bug/142005701:23
mupBug #1420057: agents see "too many open files" errors after many failed API attempts <juju-core:Triaged> <https://launchpad.net/bugs/1420057>01:23
hnixLazypower : so  trynig out with Charms is easy to beging with ? than the juju-core01:24
sarnoldstrace agents to find out which operations open but don't close file descritprors...01:24
hnixit it the case ( advice )01:24
lazyPowerhnix: charms aren't go-lang specific, but they are a great place to start contributing01:24
lazyPowersarnold: you love pain01:24
sarnoldlazyPower: I figured it wouldn't take much 'internal' knowledge of juju to get started on it01:25
sarnoldlazyPower: .. and perhaps the agents are easier than the orchestrator01:25
lazyPowerthats a fair assumption01:25
hnixlazypower : hhhhhh we love fast bootstrap01:25
lazyPowerhttps://bugs.launchpad.net/juju-core/+bug/127321601:26
mupBug #1273216: unknown --series to add-machine breaks provisioner <juju-core:Triaged> <https://launchpad.net/bugs/1273216>01:26
lazyPowerthat looks like it would be a good one to add to as well - as you can define a list of we support, and do dict lookup01:26
sarnoldoh, that one looks easier01:26
sarnoldjuts on a blind guess, anyway :)01:26
lazyPowerhttps://bugs.launchpad.net/juju-core/+bugs?field.tag=bitesized01:30
lazyPowerthere's some01:30
lazyPowerhttps://bugs.launchpad.net/juju-core/+bug/1320218 - probably being the easiest out of all that i found... yaml lint + error message01:31
mupBug #1320218: can't read environment file no hint of actual yaml error <bitesize> <config> <ui> <juju-core:Triaged> <https://launchpad.net/bugs/1320218>01:31
hnixlazypower : i think that i follow https://github.com/chuckbutler/rails-charm/tree/rbenv_migration : 1 week ago and also the steps do not  work for me . it think it a bad start with .01:32
sarnoldmaybe... I can imagine getting a few of those cases would be easy but 'solving' that in full generality might take some work01:32
lazyPowerhnix: i'm not sure i parsed that - you tried the branch and it failed yes? thats known - its still WIP as there's quite a bit to be done to fully triage a migration from rvm => rbenv01:33
lazyPowerplus we're going from a localized ruby installation to a system wide rbenv installation that scopes to users so you're not installing system wide01:33
lazyPowerthe idea is to move to a 'bullet proof deployment' model where binstubs are used, and localized ruby copies can be embedded in the application itself01:33
lazyPoweri see no reason to 'hide ruby' on the system which is what the current charm does, it creates rvm wrappers - which are nearly impossible to consume outside of the charm hook context.01:34
hnixthe app that im trying to deploy  https://github.com/ziralabs/E-learing-app it's a learning app created to Get  my master Degree in education ... so after that i lunch it public for any one who want to know how to integrate  a REPL build with NodeJS into a Rails APP01:47
stokachutvansteenburgh: do you know if python3 version of jujuclient is making its way into the archive soon?01:49
lazyPowerstokachu: hazmat's latest release of jujuclient is py2 and py3 compliant01:55
lazyPowerstokachu: https://github.com/kapilt/python-jujuclient/blob/master/jujuclient.py#L3501:55
lazyPoweroh you asked if it was getting into the archive - sorry jumped the gun there.01:56
=== kadams54 is now known as kadams54-away
=== thumper-afk is now known as thumper
=== kadams54 is now known as kadams54-away
toyo|workI cant seem to get juju to bootstrap on version 1.20.1106:21
toyo|workJuju cannot bootstrap because no tools are available for your environment.06:22
=== mup_ is now known as mup
=== mup__ is now known as mup
=== \b is now known as benonsoftware
=== mup_ is now known as mup
gnuoyjamespage, would you mind takine a look at https://code.launchpad.net/~gnuoy/charm-helpers/1422386/+merge/249837 if/when you have a moment ?09:11
jamespagegnuoy, to my unaware brain it looks OK09:32
stubgnuoy: Did you fix https://bugs.launchpad.net/charm-helpers/+bug/1423176 with your nrpe landing?09:34
mupBug #1423176: test_nrpe tests broken on trunk <Charm Helpers:New> <https://launchpad.net/bugs/1423176>09:34
gnuoystub, yes, it fixed and I'm hanging my head in shame for not having spotted the unit test break09:38
Muralihi jamespage I deployed using lxc like juju deploy --to lxc:0 openstack-dashboard09:45
Muralimy juju status is pending frol long time09:45
Muraliam I missing something here09:46
jamespageMurali, the first container can take a bit of time on each physical host depending on how fast your internet connection is09:46
jamespageit was to pull down the right cloud image and unpack it for use locally09:46
Muraliok09:47
MuraliHi jamespage10:15
Muralieven when i deploy keystone and dashboard on different nodes, the login prompts an error saying "authentication failed for admin. please try again ".. been stuck on this since some time10:17
MuraliIs there any logs which could give me some hints.. No errors found on juju debug logs10:18
jamespageMurali, so I'd check the keystone log files (/var/log/keystone) and anything in /var/log/apache (on the dashboard unit)10:40
MuraliOn apache , we get a log saying, login failed for user.. and on keystone logs also we couldnt find any thing10:41
jamespageMurali, OK - so lets bypass the dashboard and make sure that you can actually access keystone from the cli10:42
jamespageMurali, http://paste.ubuntu.com/10306078/10:43
jamespageMurali, please adapt that for your environment - specifically the password10:43
Muraliok10:43
jamespageMurali, you can then source that file and try a 'keystone catalog' from a command line please10:45
jamespageMurali, trying to see if you have a keystone problem or a dashboard problem10:45
MuraliOk10:46
jamespageMurali, fyi I have a few errands to run in about 15 mins which means you won't get responses from me for about 1.5-2hrs10:48
jamespage(not ignoring you :-))10:48
Muralithanks for your helps.. we will try out the steps you mentioned...10:49
jamespageMurali, I'll ask the question but you have added a relation between keystone and the dashboard right?10:53
jamespageMurali, just checking ;-)10:53
Muraliyes jamespage added the relation10:58
jamespagegood10:58
Muralihttp://paste.ubuntu.com/10306455/ .. this works fine :P11:11
valentynHey, i know that it is possible to deploy to a running juju machine, but is it possible to start a "clean" instance (without any service) and to deploy services to that machine afterwards? thanks12:28
stubtvansteenburgh: If you are able I'd love another run of lp:~stub/charms/trusty/cassandra/spike on the new Jenkins - I'm hoping all is good now with the 2GB VMs.12:45
tvansteenburghstub: will od12:45
tvansteenburghdo12:45
stubyeah, please don't OD on me.12:46
tvansteenburghhahah12:46
tvansteenburghstub: running now12:48
stubta muchly12:48
tvansteenburghyou bet12:48
=== Guest20952 is now known as rcj
=== rcj is now known as Guest66629
=== frankban__ is now known as frankban
lazyPowervalentyn: juju add-machine will allocate it in the unit pool, and you can juju deploy --to afterwords.13:57
=== kadams54 is now known as kadams54-away
Crypticushello all15:00
CrypticusI have an issue with Juju I was hoping someone might have some insight15:00
Crypticusquantum-gateway has bee in the "agent-state: installed" for over 12 hours15:01
CrypticusI checked the logs and there were no errors.15:01
CrypticusIs this normal? for this charm? I didn't want to add the relationships until I was sure this was not broken15:01
=== kadams54-away is now known as kadams54
=== Guest66629 is now known as rcj
=== rcj is now known as Guest35307
Muralihi jamespage15:11
jamespageMurali, o/15:11
Muralihttp://paste.ubuntu.com/10309259/15:22
Muraliwe got this error while following the https://jujucharms.com/openstack/15:22
Muralistill installation is going on15:23
Muralijamespage all the lxc containers status is in pending15:37
Muralibut the internet is at good spped15:37
Muralispeed15:37
jamespageMurali, does your hardware match the requirements in the README for that bundle?15:37
Muraliis there anything we are missing15:37
jamespageMurali, I'd drop onto one of the machines and check in /var/log/juju/*15:38
Muraliyes hardware matches 8 gb ram15:38
jamespageMurali, and the network and disk requirements?15:45
jamespageMurali, the error you detail above would indicate that maybe your servers don't have two network ports?15:45
Muraliwe have 2 disks15:45
jamespageMurali, good - that enables the ceph bits15:45
Muraliwe have 2 nics but name is em115:45
jamespageMurali, ah right15:45
Muralinot eth0 and eth115:45
jamespageMurali, this is tricky - but not hard to fix - I'd just grab the bundle itself and change it so that the reference to 'eth1' is switch to em115:46
jamespageMurali, you can use juju-deployer to deploy the bundle15:46
jamespageMurali, or you can do a juju set neutron-gateway ext-port=em1 now15:46
jamespageand then resolve the error15:46
jamespagejuju resolved --retry neutron-gateway/015:46
Muraliohh that problem is fine15:46
MuraliBut we are seeing the lxc container is in pending state let me send you15:47
jamespageMurali, ok15:48
jamespageMurali, checkout the logs in /var/log/juju15:48
Muralihttp://paste.ubuntu.com/1030973015:48
jamespageand checkout "sudo lxc-ls -f" on any of the physical hosts15:48
Muraliok15:48
Muralihttp://paste.ubuntu.com/1030974515:50
Muralinow we are not seeing any activity on debug logs also15:56
=== roadmr is now known as roadmr_afk
Muralijamespage its late night for us. leaving now I will be  off from network16:02
Muralithanks a lot for help16:03
jamespageMurali, hmm - they are not getting ip address - check out the bridge configuration on the boxes - specifically juju-br016:03
Muraliohh ok16:03
Muraliso who will allocate IP address for lxc16:04
jamespageMurali, well actually MAAS and the lxc containers just boot off standard DHCP on the network16:06
jamespageMurali, are you using MAAS DHCP?16:06
Muraliyes we are using MAAS-DHCP16:07
jamespageMurali, are you ok for a few minutes - I think we nearly ahve the root cause16:09
jamespage?16:09
jamespageMurali, can you check the bridge configuration - using brctl show16:09
jamespagejuju-br0 should have all of the lxc container ports listed and the right external port - which for your system is em0 I think16:10
Muralisure jamespage16:10
jamespageMurali, don't want to keep you from required beer after a long day of hacking :-)16:10
jamespagebeer/<insert your drink of choice here>16:11
Murali:P16:11
jamespagehmm beer16:11
Muralihttp://paste.ubuntu.com/1031001416:11
jamespageonly 4pm my time16:12
jamespageMurali, ok this is the problem16:12
jamespageMurali, can you do me an ip addr on that box as well16:12
jamespagedimitern, ^^ eek16:12
jamespageMurali, can you also confirm which juju and maas versions you are using16:12
jamespageMurali, juju-br0 is normally wired to eth016:13
jamespageMurali, but it looks like juju is not dealing well with emX naming16:13
Muraliok16:13
jamespageMurali, that's a healthy one - http://paste.ubuntu.com/10310039/16:14
Muralimaas version is 1.5.416:14
Muraliis there any way to come out of this issue16:16
Muralior resolve it16:16
jamespageMurali, probably16:17
jamespageI'm just pondering it now16:17
jamespageMurali, also hunting down the juju dev I know who does networking bits like this16:17
Muralithanks jamespage16:18
Muraliour juju version is 1.21.116:18
=== med_` is now known as medberry
jamespageMurali, can you also pastebin ip addr and /etc/network/interfaces please16:24
=== medberry is now known as medberry2
dimiternMurali, jamespage, hey guys16:26
jamespagedimitern, Murali is right at the end of day16:27
dimiternMurali, can you also paste the contents of the maas lshw XML dump of the machine in question (the one done during commissioning by maas)?16:27
jamespagethanks for helping out dimitern16:28
dimiternjamespage, np16:28
dimiternIIRC there was a bug filed about having emX instead of ethX NICs16:29
Muralihttp://paste.ubuntu.com/10310220/16:29
Muralimaas lshw and ifconfig are as per the above pated16:30
Muralimaas is reading eth1 eventhough it is em1 in ifconfig16:30
dimiternMurali, I knew something like that might be the issue16:31
dimiternMurali, how come that /etc/network/interfaces config is using other names?16:31
dimiternMurali, is it something done during the node deployment (by maas) or something done later (after juju started on it - maybe a charm?)16:32
jamespagedimitern, this is a bundle deploy of openstack from the charmstore16:32
=== scuttle|afk is now known as scuttlemonkey
jamespagehey scuttlemonkey16:33
Muralihttp://paste.ubuntu.com/1031028216:33
dimiternMurali, yeah, can you paste the contents of /etc/udev/rules.d/* ?16:34
dimiternMurali, esp. the persistent net rules16:34
scuttlemonkeyjamespage: hola senor16:35
dimiternMurali, /var/log/cloud-init*.log will be useful to check as well16:35
jamespagescuttlemonkey, hows that calamari charm coming along? ;-)16:35
scuttlemonkeyjamespage: hehe, no idea :)16:36
scuttlemonkeyI'm drowning in a sea of bureaucracy...my stack doesn't seem to be getting shorter16:36
jamespagescuttlemonkey, no worries :-)16:37
jamespagebeisner, not sure that we're testig on tyan's - those are the dev boards16:39
Muralihttp://paste.ubuntu.com/1031037916:39
beisnerjamespage, ah good point.16:40
Muraliin "etc/udev/rules/"  we have only README file exists16:41
jamespagedimitern, I think this is a situation that can occur depending on the type of network cards you are using16:43
=== kadams54 is now known as kadams54-away
Muraliis there any way get rid of this issue jamespage/dimitern16:49
dimiternMurali, jamespage, well, if it's the NIC drivers that are causing this, you might want to try disabling them and using generic ones16:50
jamespageMurali, to unblock you I'd suggest rewriting the network configuration manually on the physical servers switching eth0 -> em1 and then restart the networking16:50
jamespagedimitern, I think this is stock kernel behaviour ;-)16:50
dimiternjamespage, oh boy :/16:50
jamespageMurali, you may need to nudge the lxc containers manually16:50
jamespagelxc-stop --name xxx && lxc-start --name xxx16:50
jamespageafterwards16:50
dimiternMurali, yes, s/eth1/em1/ in /etc/network/interfaces + reboot should do the trick16:50
Muraliok16:51
dimiternMurali, first try fixing the host machines, then if the containers haven't come up, try juju retry-provisioning 0/lxc/0 (one by one)16:52
dimiternMurali, alternatively :) you could just change the lshw XML dump for these nodes in maas.. or perhaps use a third-party drivers for your hardware, so maas will properly discover the NICs during commissioning16:53
MuraliWhere will be this lshw xml file .. path ??16:56
jamespageMurali, can you check "apt-cache policy biosdevname" on those machines please?16:59
jamespageMurali, oh wait - I bet that is installed17:00
=== kadams54-away is now known as kadams54
jamespageMurali, dimitern: can you confirm whether your machines where installed with the fast installer? its an option that I think in 1.5.x of MAAS you have to enable17:00
Muralihttp://paste.ubuntu.com/1031065417:00
jamespageMurali, dimitern: I suspect a standard d-i based install installs biosdevname which does this remapping magic17:01
dimiternjamespage, all 4 of my local maas kvms are using the fast installer17:01
jamespageMurali, the option is in the MAAS UI - you can turn fast installer on/off for any machine17:01
dimiternjamespage, good catch! this sounds like the likely cause17:01
jamespagedimitern, well if it is the cause then yes17:02
jamespagedimitern, I checked on our MAAS based openstack installs == no biosdevname17:02
Muraliwe were not using the fastinstaller till now17:02
jamespagemy local dhcp/dns server installed from usb stick has em117:02
jamespageMurali, switching to the fast installer should fix this problem - but we need a bug for this17:03
jamespageI'll raise one now17:03
dimiternjamespage, awesome! I'll do a quick test with one of my machines to see if switching off curtin will reproduce it17:03
Muralijamespage are you suggesting to use "use the fast installer" or default one17:05
jamespageMurali, use the fast installer for all of them17:06
jamespageall machines that is17:06
jamespageMurali, its an image based install - no biosdevname so it should match the data reported in MAAS which juju uses.17:06
jamespagedimitern, https://bugs.launchpad.net/juju-core/+bug/142362617:08
mupBug #1423626: Inconsistent device naming depending on install method <juju-core:New> <MAAS:New> <maas (Ubuntu):New> <https://launchpad.net/bugs/1423626>17:08
dimiternjamespage, ta17:09
jamespagedimitern, I pinged the maas guys as well17:09
dimiternjamespage, cheers - I'm updating bug 1423372 with this info17:10
mupBug #1423372: juju-br0 is not configured correctly on machines without ethX interfaces <jujud> <network> <juju-core:New> <https://launchpad.net/bugs/1423372>17:10
Muralithanks a lot for great help jamespage/dimitern17:15
Muraliwe are now re-bootstraping using the fast installer option17:15
jamespageMurali, hopefully that will sort you out17:16
Muraliok17:16
dimiternMurali, np, glad we could help!17:16
jamespagedimitern, how about using the mac address to id the interface - then you don't need to worry about renaming17:16
jamespagedimitern, fyi this will get worse under systemd17:17
jamespagewhich I think does all this anyway17:17
dimiternjamespage, I've responded in #maas as well - I don't know how to discover the NIC name (which I need to generate /etc/n/i file at the time userdata for cloud-init is generated) from its MAC address17:19
jamespagedimitern, ah yes tricky17:22
jamespagedimitern, I guess you'd have to inject a script that runs and interrogates the interfaces and then writes the config as part of cloud-init17:23
dimiternjamespage, good idea - a bootcmd that does that can work not only for maas17:24
lazyPowero/ tvansteenburgh17:40
lazyPowercan i bother you for a moment regarding what you did yesterday to kick off that passing test? i tried to reproduce it and i got a failure in ci, so i didnt apply the magic tim seasoning17:40
tvansteenburghlp|charm-school: looking now18:01
tvansteenburghlp|charm-school: actually i'm not sure which build it it, send me a link when you have a sec18:02
tvansteenburghs/it it/it is/18:03
jw4tvansteenburgh: nice palindrome18:03
tvansteenburghomg18:04
jw4hehe18:04
lazyPowernice!18:10
lazyPowertvansteenburgh: sure, did you needt he passing build or the repository?18:10
tvansteenburgha link to the build that failed18:10
lazyPoweroh :( that i dont have, let me kick it off again and i'll ship it over. sorry - i didnt think to save it18:11
tvansteenburghsurely we can find it18:11
lazyPoweri think it was build 8718:11
tvansteenburghwhich job name?18:11
tvansteenburghthe new or old one18:11
lazyPowernope, thats the pass18:11
lazyPower1 sec18:11
lazyPowerhttp://juju-ci.vapour.ws:8080/job/charm-bundle-test-aws/86/console18:12
tvansteenburghlazyPower: ok so that was just before the one that passed18:13
lazyPoweryeah i cannot find the azure job i kicked off that failed, i just realized that was an aws substrate18:13
lazyPowerit vanished...18:13
lazyPower88 is a cassandra test18:13
lazyPowerlet me kick another oen off and get fresh results, sorry about this :( i should have had that in hand18:14
tvansteenburghthis one? http://juju-ci.vapour.ws:8080/job/charm-bundle-test-azure/41/console18:14
tvansteenburghanyway, feel free to run another one if you want18:15
jw4Who are the senior architects of Canonicals Openstack strategy that will be presenting the product roadmap in San Fancisco on March 11th?  The OpenStack Roadshow...18:24
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
hazmatjw4: probably not the best place to ask20:19
jw4hazmat: hrm, yeah. (better suggestion?)20:20
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
=== kadams54 is now known as kadams54-away
hazmatvia pm20:50
jw4yep, tx hazmat20:50
=== roadmr_afk is now known as roadmr
=== ses is now known as Guest11619
mbruzektvansteenburgh: Can you review https://github.com/juju-solutions/bundletester/pull/11 when you get a chance?22:05
tvansteenburghmbruzek: yup22:06
mbruzektvansteenburgh: thank you, I am going to change the kubernetes tests to look for the BUNDLE environment variable so our tests run successfully.22:06
tvansteenburghmbruzek: merged and jenkins updated22:09
mbruzektvansteenburgh: Thank you22:09
mbruzektvansteenburgh: just on aws?22:09
tvansteenburghmbruzek: no, all22:09
mbruzektvansteenburgh: sweet22:10
mbruzekThank you22:10
lazyPowertvansteenburgh: sorry i failed on following up with that job run i got seriously sidetracked. I'll send something over tomorrow morning after i've done my due dilligence22:17
lazyPowertry and sneak that in before you get moving on your daily tasks22:17
lazyPowero/ enjoy your evening22:17
tvansteenburghlazyPower: sure, sounds good , thanks22:17
=== medberry2 is now known as med_
=== kadams54-away is now known as kadams54

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