/srv/irclogs.ubuntu.com/2018/08/08/#juju.txt

wallyworldveebers: that happens and we just create watcher. don't know why we get dropped00:01
veeberswallyworld: ok. I haven't yet reproed the error you saw in your email, gonna leave things running, go to lunch and see if anything pops up00:02
wallyworldveebers: the error happens immediately on deploy for me00:05
veeberswallyworld: do you do anything more than just: juju deploy cs:~veebers/caas-mariadb ?01:13
wallyworldyou need storage01:14
wallyworldeither static pvs or dynaimic01:14
wallyworldor you can comment out the storage bit to test wothout01:14
wallyworldedit metadata.yaml01:15
veeberswallyworld: ah, I commented out storage. So I need to setup storage somehow to repro?01:15
wallyworldto repro what?01:15
veeberswallyworld: the error you see in the logs01:15
wallyworldwhich one?01:15
wallyworldthere were a couple01:15
veeberswallyworld: or was your comment about  neededing storage just regarding deploying that charm01:16
wallyworldyeah, was just about deploying01:16
veeberswallyworld: There was only one in your email, let me grab it real quick01:16
wallyworldsorry, haven't got it paged in01:16
veeberswallyworld: unexpected error: resource name may not be empty01:16
veeberswallyworld: I can deploy that charm (and others) and see no errors at all :-|01:16
wallyworldnot even this one? ERROR juju.worker.dependency "caas-unit-provisioner" manifold worker returned01:17
wallyworldunexpected error: resource name may not be empty01:17
veebers(except for WARNING juju.workers.caasunitprovisioner k8s event watcher closed, restarting which I see every 6-8 minutes)01:17
veeberswallyworld: nope, none.01:17
wallyworldhmmm01:17
wallyworldi'll see if i can reproduce01:18
veebersjuju debug-log -m controller --replay | grep ERROR comes back clean01:18
veeberswallyworld: oh, which k8s cluster where you using? That shouldn't matter though01:18
wallyworldk8s deployed on top of aws01:18
kelvinliuwallyworld, veebers would you take a look this PR when u got time? https://github.com/juju/juju/pull/8997/files  thanks01:22
wallyworldkelvinliu: the jenkins 2.3 and 2.4 builds work?01:23
veeberscan do01:25
veeberskelvinliu: the re-run of the unit tests for your test run passed this time around, so the failure seems like an intermittent test not something you're build changes have introed01:25
kelvinliuwallyworld, i think the build was working fine.01:26
kelvinliuveebers, awesome!01:26
wallyworldkelvinliu: i left a few comments01:37
veeberskelvinliu: once you've fixed the operator image job, do a 'resume build' on the latest 2.3 commit to get a full run through01:45
kelvinliuveebers, sure01:45
kelvinliuwallyworld, thanks. looking now01:46
thumpersweet, my branch merged into develop02:01
thumperall that 2.4 goodness02:01
thumperveebers: seems like the merge job for juju/clock is also not talking to github02:02
veebersthumper: aye, they will all need redeployed02:02
thumperok... are you sorting that?02:03
veebersthumper: I am, I pinged you the PR for the changes, but I'm just going to go ahead and re-deploy it now anyway as that's how I roll02:03
* thumper nods, looking now02:03
veebersI'm def going to template/use a project those jobs on Friday, those 30-ish files could be 2 files02:04
veebersthumper: try again now on the clock PR02:04
thumperveebers: build noticed02:05
veeberssweet02:05
thumperI'll wait for that to complete02:05
thumper(just to be sure)02:05
thumperthen merge02:05
kelvinliuveebers, http://localhost:18080/view/ci-run/job/ci-run/1004/console  2.3 buildjob is passing02:12
wallyworldkelvinliu: more dep changes just landed in develop02:56
kelvinliuwallyworld, yes, I saw thumper 's comments. I m fixing an 2.3 build issue now, but it's not related dep change.02:58
wallyworldnp02:58
kelvinliuthumper, wallyworld veebers I just sync the toml file from dev branch dependencies.tsv, please a take a look again when u got time, I m going for lunch now, be back soon.03:42
thumperI trust that the build will fail should we be missing things03:46
jamhey wpk, nice to see you around03:57
wallyworldkelvinliu: one thing we will need to do is figure out how to allow people to switch branches, eg git checkout 2.4 will leave the vendor dir in place. and that will mess up the 2.4 build05:12
wallyworldmaybe a make target to move it out of the way / rename. we don't want to have to donload the whole lot again when switch back to devleop05:13
anastasiamackelvinliu: veebers: wallyworld: with ^^ in mind, if m working on 2.3 (or 2.4) do i now neeed to run 'make dep' instead of 'godeps -u dependencies.tsv' locally?05:15
wallyworldanastasiamac: 2.3 and 2.4 will retain use of godeps and you can use via the make target if you want as the makefile is checked in code05:16
wallyworldthe issue is how to move the vendor dir out of the way05:17
anastasiamacwallyworld: nice. thnx05:17
wallyworldas that will mess with the 2.3 and 2.4 builds05:17
kelvinliuwallyworld, the dependencies are cached on local, so rm -rf vendor then run make dep will not be too slow05:19
anastasiamacwallyworld: i see. m guessing ur saw rog's suggestion in the doc on how to deal with it05:19
kelvinliuanastasiamac, if u work on 2.3 or 2.4, u can just follow previous workflow, either use make dep/godeps or godeps -u dependencies.tsv05:21
anastasiamackelvinliu: yep, got it :)05:21
kelvinliuanastasiamac, all should be working fine05:21
wallyworldi haven't seen the doc update yet05:21
kelvinliuanastasiamac, actually 2.3 2.4 is still using godeps.05:22
anastasiamackelvinliu: when u say "still" do u mean, they will keep use it? :D05:23
kelvinliuanastasiamac, yes. unless we want to migrate 2.3 and 2.4 to dep05:24
anastasiamackelvinliu: ack05:25
wallyworldjam: thumper: so rog has suggested a bash script to move vendor dirs from upstream repos away before doing a build. http://paste.ubuntu.com/p/fVBJXMnbdf/ But that seems rather error prone to me and is working against the grain. I think we are better off just embracing upstream tooling rather than coming up with a workaround to compound the issues with using a homegrown solution. Agree?05:28
jamwallyworld: so that is 'for everything in $GOPATH hide vendor/ when building and then restore wehn we're done' ?05:30
wallyworldeveryhting in dependencies,tsv05:31
wallyworldevery upstream in there05:31
wallyworldyou may have other stuff in gopath05:31
jamwallyworld: and this is *instead* of using dep ?05:31
wallyworldyeah05:31
wallyworldi thik he's trying to find a workaround to not switch to it05:32
wallyworldi haven't tried the swrript, i only just noticed it as a comment on the googel doc05:32
wallyworldi can see though ways thing could mess up, eg you moved the vendor dirs, then updated dependencies.tsv; you can end up with your upstream repos messed up if stuff is removed from dependencies.tsv etc. just more moving parts to go wrong05:36
kelvinliuveebers, i think the branch check condition issue has been solved. http://localhost:18080/view/ci-run/job/ci-run/1014/  http://localhost:18080/view/ci-run/job/ci-run/1010/05:36
veeberskelvinliu: ok will check shortly, just truing to get this streams stuff sorted05:36
kelvinliuveebers, thx05:37
wallyworldkelvinliu: did you see my question about how we deal with switch branches?05:39
kelvinliuwallyworld, yes, I did. sorry, I relied to anastasiamac only05:40
kelvinliuwallyworld,  if u work on 2.3 or 2.4, u can just follow previous workflow, either use make dep/godeps or godeps -u dependencies.tsv05:40
wallyworldkelvinliu: oh sorry, you included me, i missed it05:41
wallyworldwhat i meant was not that05:41
kelvinliuah, typo, make godeps but no make dep05:41
wallyworldbut when you git checkout 2.4 branch, the vendir dir will interfere with the build05:41
wallyworldso it needs to be moved out the way05:41
wallyworldwhen you say thinsg are cacheed loally, where is that?05:42
kelvinliuwallyworld, in this case, we either gitignore vendor in 2.3/2.4 or rm -rf vendor. the dependencies are cached on local, so rm -rf vendor then run make dep will not be too slow05:42
wallyworldwill it really be fast to rm -rf vendor and then later run dep ensure again?05:42
wallyworldgitignore vedor will not do anything05:42
wallyworldas the dir will still be there right?05:43
wallyworldit will just be untracked in git05:43
kelvinliuwallyworld, ll $GOPATH/pkg/dep05:43
wallyworldso if that is the case and dep ensure is fast, we need a make target to remove vendor or something05:44
wallyworldand that will need to be in the 2.3 and 2.4 makefiles05:44
kelvinliuwallyworld, vendor is just files copied from this cache dir but not git repos. so dep cache the git repos in there to do version ensuring05:44
wallyworldand we'll need to document that workflow05:44
wallyworldok, we were fearful that dep ensure would dowmload everything from upstream05:45
wallyworldafter the vendor dir was removed when swiching to 2.4 and back to develop05:45
kelvinliuwallyworld, ic. i am thinking currently we need to run make godeps to ensure the correct revisions after switch branches because 2.3 and develop branches could have different dependencies.tsv.05:48
veebersthumper, wallyworld would you mind giving this a quick eyeball and a +/- 1? This is an update to the scripts jerff uses, and an update to them: http://paste.ubuntu.com/p/vmPJvP2nMx/05:49
wallyworldkelvinliu: indeed we will and that is what we do now each time. but when switch from develop we will *also* need to move the vendor dir05:50
kelvinliuwallyworld, if we have vendor gitignored on 2.3, 2.4 and develop branches. it will solve this problem?05:51
wallyworldhow?05:51
wallyworldgitignore doesn't remove the dir when switch branches does it?05:51
wallyworldif there's a vendor dir there, it will still be there after git checkout 2.405:52
kelvinliuwallyworld, if it's ignored, we don't need remove it05:52
wallyworldwhat stops go build from using it?05:52
wallyworldsurely not gitignore?05:53
kelvinliuwallyworld, ah, u r right..05:53
kelvinliuwallyworld, unless we commit the vendor, but it would be too big for us05:53
wallyworldright, hence the suggestion to adjust the make targets for godeps in 2.3 and 2.4 make files to rm -rf vendor05:54
kelvinliuwallyworld, well, we can just rm -rf vendor in make godeps target05:54
wallyworldthat way the workflow will be the same across all branches05:54
wallyworldso we'll need a 2.3 and 2.4 PR05:54
wallyworldthe assuption is that dep ensure a second time ia very fast05:55
wallyworldassuming stuff is cached like you say05:55
kelvinliuwallyworld, yes, it's fast05:55
veeberswallyworld, thumper if you have no issues with it I'll push and get hatch to try again (it's late for him and I need to get dinner sorted for the boy :-))05:55
wallyworldveebers: looks ok at first glance05:56
veebersactually, this diff now as I sorted out 2 small issues http://paste.ubuntu.com/p/XvMm34HKVF/05:56
veeberswallyworld: sweet, I'll push it up and try it, if it fails I'll revert it and try again later (tonight or tomorrow)05:56
wallyworldsgtm, no harm if there's an issue05:57
wallyworldveebers: you happy that we are good with the dep stuff?05:57
kelvinliuwallyworld, well, it's fast if we think ~10s is not too slow05:57
wallyworldthat's reasonable, it takes godeps a few seconds sometimes05:58
wallyworldis that on an SSD?05:58
anastasiamaccould I get a review plz on https://github.com/juju/juju/pull/9035 - tiny check to ensure local charms have hooks at deploy05:58
kelvinliuwallyworld, yes. half of the time was for dep to figure out the revision to copy to05:58
wallyworldi can like with 10s personally05:59
anastasiamacwallyworld: thumper: this PR (9035) will b heading into 2.3 and 2.4 if we can/like06:00
veeberswallyworld: yep, it looks like kelvinliu has the ci-run bits sorted06:00
wallyworldok, gr8 ty06:01
wallyworldkelvinliu: since it's EOD soon let's land tomorrow so we can get discourse post etc sorted out06:01
wallyworldand not rush06:01
kelvinliuwallyworld, yup06:03
wallyworldanastasiamac: done, ty, IS wil be happy06:07
anastasiamacwallyworld: re: error and suggestion to build charm... we rarely make suggestions in errors coming from api (which this one is)... and digging in deploy command will be to snow-flaky... so to compromise, we could rename this error to say "poorly built charm:.." instead of "invalid charm:..."06:12
anastasiamacwhat do u think?06:12
wallyworldinvalid charm is probaly ok, cause that's what it is06:14
anastasiamacack06:14
anastasiamaci was tossing and turning btw one and the other all day... at the end went with "invalid" coz it felt moer definitive, final almost.. whereas "poorly built" implied "hey, u've tried to built it but did such a bad job of it, we have to b polite here"06:16
wallyworldinalid works for me06:16
anastasiamac+106:17
veeberswallyworld, thumper: after a couple iterations need to make this change: http://paste.ubuntu.com/p/rsKTJh5XMF/06:34
veeberswallyworld, thumper FYI the fixes worked, the gui release/streams is sorted06:45
wallyworldveebers: thank you07:21
naturalblueHi Everyone. I asked this question over on #maas but was redirected to ask it here. I hope someone can help.08:17
naturalblueIt's about maas with juju lxds and maas's builtin proxy feature08:18
naturalblueI have setup maas and juju. I have multiple VLANS and all of them have a gateway address on the maas controller. I have enabled builtin proxy but when I juju deploy an lxd container the proxy settings are not configured and i have to manually enter the lxd and create/add the maas proxy settings into apt.d/proxy.conf file08:18
naturalbluei have been told that possible juju is not setting the inherited maas proxy setting sent down by maas. Any help would be appreciated.08:19
wallyworldjam: ^^^^ ? i can't recalloff hand the supported behaviour08:25
jamnaturalblue: juju has model-config for apt-proxy and http-proxy. You need to set them for Juju to set it on the containers it creates. We don't auto-populate the values from maas.08:26
naturalbluejam: ah i see. What happens if you have some lxds that need 1 proxy because they only have some bindings and others that have different bindings. Is it possible to set and apt-proxy setting to a specific lxd on deployment08:32
jamnaturalblue: we don't support per-machine/per-container proxy settings atm.08:35
naturalbluejam: so if i have different containers that have different bindings I will need to make manual changes to apt/apt.d/juju-proxy.conf to reflect this. It's not so bad08:38
naturalbluejam: i last thing. Is there a way to see the network settings for all units in a model. I wish to see if all machines/units/lxds have 1 common binding that i could use in the model-config and circumvent having to change multiple apt config files08:39
jamnaturalblue: juju status --format=yaml I believe lists bindings for applications. But that would be newly introduced in 2.4, IIRC.08:51
naturalbluei am on 2.4 so i will give it a go08:52
naturalbluejam: thats a cool command unfortunately it only shows the public-addresses and none of the other. Still handy to have though. Thanks08:53
naturalbluejam: I added the proxy settings into the model-config and redeployed the lxd units. it passed down the https and ftp into the 95-juju-proxy-settings file but for some reason didn't pass the http setting.09:50
jamnaturalblue: can you give the output of "juju model-config" for me ?09:55
naturalblueok09:56
naturalbluewill i paste it here or pastebin09:56
naturalbluejam: will i paste it here or pastebin09:56
jampastebin is good09:56
naturalbluecol09:57
naturalbluejam: https://pastebin.com/PbpmtTuK09:58
jamnaturalblue: you didn't set apt-http-proxy or http-proxy09:58
naturalbluetheres something not right there. i did set them and when i ran the command earlier it showed them all being set.10:00
naturalbluethat paste also shows that https is not set but it was and has actually been passed down to the lxd containers10:01
naturalbluei set them using the command "juju model-default apt-http-proxy=http://172.30.100.1:8000". i did this for apt-http/https as well as juju-http/https10:02
naturalbluefor some reason all the config settings for http & https have gone but the ftp has stayed10:02
naturalbluei must have ran acommand somewhere that set them back to the default rather than the one i wanted. i am still not sure the difference between juju model-config, juju model-default and juju model-defaults10:04
naturalblueit would seem that although there are 2 commands juju model-default and juju model-defaults they are both identical in what they do10:11
naturalbluejam: https://pastebin.com/rTcSL9PT This shows all the settings correct (juju moel-defaults comand) but the other command (juju model-config) only shows the ftp settings10:13
manadartjam: externalreality approved it yesterday, but I've made some additions. Mind taking another look at https://github.com/juju/juju/pull/9029 ?10:23
jammanadart: will do11:32
jamnaturalblue: you'll need to "juju model-config --reset apt-https-proxy" etc. The value from model-defaults is snapshotted when the model is created, and only used again if you reset the value11:32
naturalbluejam: Yeah thanks. I worked it out and removed all the excess proxys using juju model-default --reset juju-http-proxy,juju-ftp-proxy etc11:36
naturalbluethen i redepoyed the model. at first i removed the http-proxy etc instead of the juju-http-proxy but found everything just got stuck on initialising agent, so tried again with http-proxy instead of juju-http-proxy and its working away now. i'll see how it goes11:37
jamnaturalblue: if you set 'juju-http-proxy' then juju will set a JUJU_HTTP_PROXY value for the charms to use, but it *won't* set HTTP_PROXY11:44
jamnaturalblue: its been a discussion since often charms actually need to enable and disable the proxy because NO_PROXY doesn't work the way you would like11:45
jam(all of the C libs only support exact IP matches, not CIDR, which means you can't just say "don't proxy everything in the local datacenter")11:45
stubcory_fu: Can we release a charms.reactive update? PostgreSQL charm is failing under trusty, fixed by https://github.com/juju-solutions/charms.reactive/commit/328ae1b2f69f07059b17766a9db0586c3243cc1411:46
stubI think I can bump the version number and push it to pypi if we are good11:47
stubI can release just up to my commit if the series upgrade stuff needs more baking11:51
naturalbluejam: Thanks for the help. Everyday's a schoolday :) It's working now and the deploymets have worked for me. Now to debug the openstack services themselves.12:43
naturalblueThanks again12:43
jamnaturalblue: happy to help. I'm glad you got it working.12:44
cory_fustub: +1, let's do it12:51
stubcory_fu: ta. HEAD or just up to that commit?12:52
cory_fustub: Up to HEAD, I think.  I don't think the upgrade series flags will affect anyone who doesn't want to start testing them.12:53
cory_fustub: Also, you'll want to update the VERSION file and changelog12:54
stubcory_fu: Shall I call that 'preliminary support for operating system series upgrade'?12:54
stub(in the changelog)12:54
cory_fuYeah, that sounds good12:54
stubTechnically that will be a new feature, so 0.7.0. Or do I get to call this 1.0.0 ?12:55
cory_fustub: :)  I'm not really sure why we've been holding off on calling it 1.0.0, other than potentially reserving that for breaking changes.  I'm not averse to making the switch.12:56
cory_fustub: Oh, I think layer:basic might be range-pinned to <1.0.012:57
cory_fustub: Nope, it's charms.reactive>=0.1.0,<2.0.012:57
cory_fustub: GTG if you want to pull that trigger.  :)12:57
stubk12:57
cory_fustub: Speaking of layer:basic, did you see my reply to the issue you opened about the import stuff.  Would you like to discuss that further?  I'm still leaning toward it being better than not but if it's causing problems or seems like really bad form, I'd like to try to resolve it13:00
stubcory_fu: I was going to think further and do some tests.13:01
cory_fustub: Ok, sounds good.  Let me know what you find.13:01
stubcory_fu: I can come up with some rationalizations, but they might just be me not liking stuffing everything into charms.layer in the first place.13:01
stubcory_fu: I submitted an issue on layer:status, which looks like it is relying on naming convensions, with a way of avoiding that need.13:02
cory_fustub: Fair enough.  It suits my mental organizational scheme better but it was always intended as a convention and not a hard rule.13:03
cory_fuI honestly thought that more people would use external libraries rather than every single layer embedding a small lib.13:03
cory_fuBut I've never done that myself, either, so...13:03
stubWith layers and interfaces requiring separate repos, there is already too much to juggle.13:04
cory_fuYeah13:04
stubAnd if we could stuff them together in shared repos, you don't need external libraries because they can share code already13:04
stubSo when interface:pgsql can point to a subdir of the pg charm source, I stop needing an external library to share my helpers like the ConnectionString class.13:05
stubhttps://github.com/juju-solutions/charms.reactive/pull/18713:20
stubcory_fu: ^^ (tests pass locally, but I'll see what travis says too)13:20
* stub twiddles formatting13:22
hmlstickupkid: I’m not having issues with localhost and develop:  https://pastebin.canonical.com/p/cbHKgszbz2/13:36
hmlstickupkid: which version of the lxd snap are you using?13:36
drcodehi all13:36
drcodeI got strange error:  bootstrap.go:538 failed to bootstrap model: cannot start bootstrap instance: unexpected: ServerError: 400 Bad Request13:37
drcodeany idea?13:37
stickupkidhml: 3.3 as well, i'll restart :p13:37
drcodeI am using MAAS + juju in virtualmachine13:37
drcodejuju command: juju bootstrap maas-cloud maas-cloud-controller --bootstrap-series=bionic13:38
stickupkidhml: thanks for this, was about to go down a rabbit hole13:39
hmlstickupkid: did a restart work?13:40
stickupkidhml: i'll do it in a bit13:40
hmlstickupkid: my lxd config has been up and running for a long time, haven’t re-setup since then13:41
stickupkidhml: k, thaknk13:42
stickupkids/thaknk/thanks/13:42
drcodewhat I am doing wrong?13:46
drcodeCe faci?13:48
rick_h_drcode: try with --debug to see what it's trying to do. That feels like a cloud api call that got told no for some reason13:49
rick_h_drcode: so we would need more info on what cloud/etc you're doing13:49
drcodecan I past is here?13:50
rick_h_drcode: I'd suggest using a pastebin like https://paste.ubuntu.com/13:56
drcodethank you14:09
drcodehttps://paste.ubuntu.com/p/G2pZZwn6Rd/14:11
anastasiamacdrcode: is ur maas install configured to have bionic images?14:22
stickupkidmanadart: you got 5 minutes, in about 30 minutes, to pick your brains before end of day for you?14:24
manadartstickupkid: Sure, just say when.14:29
stickupkidhml: worked after restart14:36
drcodeI will check it , is it recommanded to use bionic?14:36
hmlstickupkid: nice14:36
drcodedo I need to setup NAT in MAAS , or juju can use MAAS proxy?14:37
anastasiamacdrcode: u r asking for it according to ur msg: [23:38:39] <drcode> juju command: juju bootstrap maas-cloud maas-cloud-controller --bootstrap-series=bionic14:39
drcodeok14:39
drcodeI think I had problem with NAT14:40
drcodeCan I tell juju to use MAAS proxy?14:40
manadarthml: I was able to clear the test Neutron model networks in the end; see what you think.14:46
hmlmanadart: ack, i’ll take a look14:46
stickupkidmanadart: now? HO?14:47
manadartstickupkid: Ja.14:47
hmlrick_h_: when you get a chance, i think i have the pr comments resolved if you could pls take a 2nd look.  ty!  https://github.com/juju/juju/pull/9015/commits/462a644b24ab064b4ae9172e328867db428d2d9620:07
rick_h_hml: cool ty looking20:07
hmlrick_h_: it helped once i stopped the square peg round hole problem  :-)20:09
rick_h_hml: good to hear20:09
rick_h_hml: do we still test if the cert is parse-able?20:10
rick_h_hml: or am I missing that in there?20:10
hmlrick_h_: yes… - it’s checked when the filename is given20:10
hmlrick_h_: pollster now allows a VerifyCertFile to be provided20:11
rick_h_ah doh, yea right after it's read. missed it20:11
hmlrick_h_: not intuitive just reading the code.  ;-)20:11
rick_h_hml: it's not bad, I just missed it.20:12
veebersMorning all o/20:40
hmlveebers: morning20:42
veebershey hml o/ hows things this morning (also known as afternoon in some places ;-))20:47
hmlveebers: good.  and u?20:47
veebershml: all good, it's a bit cool but have the fire going20:48
thumperfyi, https://bugs.launchpad.net/juju/+bug/1786099 in 2.4.2 proposed21:51
thumperI'm aware and looking at it21:51
thumperit is a bit icky...21:51
thumperlet's just say there is an easy and wrong fix21:51
veeberskelvinliu__: did you happen to push your ci-run changes up?22:12
thumperwhere's wally?23:00
kelvinliu__veebers, yes23:03
kelvinliu__veebers, i did23:03
veeberskelvinliu__: sorry as in merge it to master?23:03
kelvinliu__veebers, ah, im going to merge if u r happy23:18
veeberskelvinliu__: yes please23:23
veebersI'm going to be doing updates to ci-run so don't want to overwrite your changes23:23
kelvinliu__veebers, do it now, thx23:23
kelvinliu__veebers, done.23:24
veebersmean, cheers23:24
wallyworldthumper: want a teady bear still?23:41
anastasiamacwallyworld: if thumper does not have ur attention, can i?23:48
wallyworldguess so23:49
wallyworldi you insist23:49
anastasiamacyes, m draging u into a corner.. standup?23:49
wallyworldok23:49

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