/srv/irclogs.ubuntu.com/2015/08/12/#juju.txt

thomiHi all, is anyone able to help me parse this log message please? "unit spi-mongodb/1 cannot get assigned machine: unit "spi-mongodb/1" is not assigned to a machine"00:07
thomiit's the last 'ERROR' in a failing deployment, and I have zero clue what that means00:07
thomiIn fact, it seems paradoxical to me...00:07
lazyPowerthomi: thats interesting, i only see that during the first steps of deployment01:39
lazyPoweri think its related to the agent deployment but i'm not entirely sure01:40
thomihmmm01:40
lazyPowerthomi: however its not critical, and i never see it again once the agent is up and running01:40
lazyPoweris this a manual provider environment?01:40
thomilazyPower: no, local01:40
lazyPowerwhich juju version? I assume this is 1.24.3 the current -stable release?01:40
thomi1.24.201:41
thomiwhich is the latest in vivid... unless a new release came out this week?01:41
lazyPower1.24.4 was released this week actually01:41
thomiahh, ok01:42
thomiI'll upgrade and retry :D01:42
thomiIt's all complicated by the fact that I'm also using mojo and therefore juju-deployer01:42
lazyPowerthomi: another question, have you tried deploying something "simple" like the ubuntu charm to verify the local provider is indeed working?01:42
thomiso I have three places to look for errors :D01:42
thomilazyPower: yes - by the time it errors I've already deployed apache, haproxy and a few other things01:43
lazyPowerok, well thats promising that its not a full scale local provider issue01:43
lazyPowershould narrow things down a bit when debugging anyway01:43
thomihmmm, I'm not seeing a new juju in vivid?01:43
lazyPowerinteresting, i wonder if vivid packages weren't published yet, i just got 1.24.4 today on trusty01:43
lazyPowerseems that its in the ppa01:44
lazyPowerhttps://launchpad.net/~juju/+archive/ubuntu/stable01:44
thomihmmm01:45
lazyPowerah, i mis-spoke. 14.10.1 has 1.24.2-001:45
lazyPowerthomi: but if you're on vivid, 15.04 - you should have 1.24.4 available to you.. the 1.24.2 is for utopic(?)01:46
thomiapt-cache policy says 1.22.1 is all that's in the archive.01:47
thomiI could add the PPA and get it01:47
thomiI'm just wondering if that's going to break anything else01:47
thomilazyPower: who should I talk to about juju-deployer?01:55
lazyPowerthomi: our devx team currently maintains juju-deployer. tvansteenburgh (out on vaca) and marcoceppi are 2 good resources01:55
thomithanks. I guess it's a bit late for marcoceppi :D01:56
crabhi.01:59
lazyPowerhello crab02:18
lazyPowerthomi: it is, its 10:20 here02:18
lazyPowerhowever to be fair, you never know when he's lurking about02:18
marcoceppithomi: hello o/02:22
lazyPowerspeak of the force of nature02:22
marcoceppithomi: is spi-mongodb a subordinate?02:28
pmatulisshould bugs be filed on github or launchpad?02:38
pmatulisi see tracking on both sites02:38
lazyPowerpmatulis: Launchpad is the preferred location02:38
pmatulislazyPower: ok, but why 2 trackers?02:39
lazyPowerGood question, there was an open discussion about it on the list last year and it was decided to not have an issue tracker on github. I'm not sure why that was overturned. It may be to reduce the barrier to entry for bug contributors that are not on launchpad02:39
pmatulislazyPower: awfully confusing and inefficient02:40
marcoceppipmatulis: bugs are tracked on launchpad for juju, all project management is done there02:40
pmatulismarcoceppi: alright. maybe we should shut down the github tracker then02:41
marcoceppipmatulis: we probably should02:41
marcoceppipmatulis: I'd email juju-dev@lists.ubuntu.com to start that discussion02:41
pmatulismarcoceppi: alright, thanks for clarifying02:42
thomimarcoceppi: sorry, was AFK. Are you still here?02:55
marcoceppithomi: yup02:55
thomimarcoceppi: I'm seeing juju-deployer errors like: http://pastebin.ubuntu.com/12058570/ when I run my mojo spec02:56
thomimarcoceppi: most of those ERROR lines occur even on a successful run02:56
thomibut the 'Unknown error' doesn't02:56
thomiany ideas what could be happening?02:56
marcoceppiwhat version of deplyer?02:57
marcoceppithomi: also, it appears that deployer is having a hard time parsing your bundle02:57
thomimarcoceppi: 0.5.1-302:57
marcoceppithomi: cool, that's latest02:57
marcoceppithomi: do you have the bundle? could you pastebin that?02:57
thomimarcoceppi: by 'bundle' you mean the yaml files?02:58
marcoceppiyes02:58
thomisure, one second..02:58
thomimarcoceppi: there's two files: http://paste.ubuntu.com/12059115/ and http://paste.ubuntu.com/12059114/02:59
marcoceppithomi: okay, so it lists charm, I'm not 100% sure on mojo stuff, but are those "charms" in a local directory somewhere? It's trying to parse the charm URL for those and it's failing03:00
marcoceppiit expects a protocol like cs:<series>/<charm>03:00
marcoceppior local:<series/<charm>03:00
marcoceppior instead of a charm key, a branch key with a bzr branch03:00
thomimarcoceppi: I think that's a red herring - mojo builds the charm repo, and those ERROR messages about missing charms happen even for successful runs03:01
marcoceppithomi: then your next error is "deployer.deploy: Invalid config charm result-enum-worker nagios_context=None"03:01
marcoceppidoes the result-enum-worker charm have a nagios_context configuration option?03:02
marcoceppiYou may also want to try setting it to ""03:02
thomiI'm 90% sure... just double checking03:02
thomimarcoceppi: ugh... that'd be it... now I feel silly :D03:03
thomimarcoceppi: the change to the charm didn't land yet it seems.03:03
marcoceppiI feel like I should dig into mojo more, those charm/branch errors seem so...weird03:04
thomimarcoceppi: I will buy you many $(beverage_of_choice) if it means juju and mojo devs start talking to each other03:04
thomiI'm not even joking. SO MANY BEERS.03:04
marcoceppithomi: so, on the devx team we have dedicated time to work on tooling each week (amulet, deployer, charm-tools, etc) we may take one of these slots to just get a bunch of info about how mojo is using deployer and see if we can make it happier03:05
marcoceppithomi: we just landed something that might be useful for mojo, where charm: can now be an absolute path to a charm directory on disk, may help streamline some of what mojo is trying to do03:06
thomimarcoceppi: that sounds good. It seems like there's lots of places where mojo & juju could work better together03:07
thomimarcoceppi: if you're still around: What's the best way to make your team aware of  such issues? Perhaps there's a bug tag to use, or something? a mailing list, or...?03:12
marcoceppithomi: if you want to tag bugs with mojo on lp:juju-deployer (or any project) we can use that for filtering03:13
thomimarcoceppi: will do - thanks03:14
lazyPowermarcoceppi: did you know juju-reboot existed?03:14
marcoceppilazyPower: yes, it came into existance because of windows charms03:14
marcoceppilazyPower: I troll juju help-tool a lot to keep up to date with new stuff landing in hookenv03:15
lazyPowerman, thats awesome. I just discovered it tonight poking around in the tools dir03:15
lazyPoweri'm working off the feat-proc-mgmt branch and finding out whats impl and whats pending - ran across that nugget of goodness03:15
thomiIs there a way I can get juju to show me all the relations that a deployed charm supports?04:08
thomi'juju stat' seems to only show me relations that are actually connected to something04:08
thomiI guess I want a 'juju list-relation'04:09
TribaalHi all. The ingestion queue for the charm store seems to be incredibly slow. I've been waiting for my branch to be ingested for hours... Can somebody have a look?08:30
jamespagegnuoy, https://code.launchpad.net/~james-page/charm-helpers/liberty-versioning/+merge/26499809:29
jamespagethat's the other ch bit for liberty version detection09:30
gnuoyjamespage, merged09:54
gnuoyjamespage, https://code.launchpad.net/~openstack-charmers/charms/trusty/neutron-api/vpp/+merge/263224 for the neutron-api changes09:55
jamespagegnuoy, one niggle10:10
gnuoyhit me10:10
gnuoyoh, I see, you have. ta10:11
gnuoyjamespage, fixed10:14
jamespagegnuoy, http://paste.ubuntu.com/12060702/10:16
jamespagejust noticed that10:16
gnuoyargh, on it10:16
gnuoyjamespage, fixed10:18
jamespagegnuoy, +110:19
gnuoy\o/10:19
gnuoythanks10:19
jamespageI'll asume the lint will pass now :-)10:19
gnuoydefo10:19
g3naroanyone familiar with aws ?11:48
marcoceppig3naro: as familiar as the next person11:53
g3naromarcoceppi: elastic-beanstalk12:08
g3narojooojooo13:58
BigdealNewbie seeking help on JUJU: ssl when connecting to openstack14:21
Bigdealnewbie question, problem bootstraping juju with openstack due to ssl error14:33
BigdealHow can I foce juju to accept a self sign cert14:34
joseBigdeal: there are no newbie questions at all :) someone should be around soon to give you a hand, I need to leave14:37
BigdealJose: Thanks14:37
joseBigdeal: what juju version are you using? (juju version gives you that)14:38
BigdealJose: 1.24.4-trusty-amd6414:38
josehuh, I see a bug but it was fixed on 1.15+... let's wait for someone else to check on that :)14:39
BigdealJose: I ran the quickstart -i14:39
Bigdealused ssl-hostname-verification : false14:40
hatchI have a config field for a 'secret' this secret can be any series of characters but it fails if it is all numbers because juju says the types don't match...quoting the value solves the problem but that's not going to be very user friendly as I have to strip the quotes off if they exist (and aren't part of the actual secret string) and the user has to know to quote it...are there any other workarounds for this?14:58
ddellavBigdeal, whats the exact error you are getting? and is it during the bootstrap process or is it in a browser we trying to access juju-gui/horizon dashboard?14:58
Bigdealthis is during the bootstrap process15:03
Bigdealddellav: I used quickstart -i then filled in the parameters for my openstack env.15:04
ddellavok, can you paste me the error output? You can use http://paste.ubuntu.com15:05
ddellavhatch, as far as i know right now we only support integer, string, and boolean types for config valus.15:15
ddellav*values15:15
Bigdealddellav:15:15
BigdealERROR there was an issue examining the environment: authentication failed.15:15
zeronddellav: sorry for the delay, Bigdeal is currently at a meeting, he will revert to you as soon as he comes out of it. thanks.15:15
ddellavif it's a string value (meaning quoted) then you can put whatever you want in there and you shouldn't have to remove the quotes when retrieving it later (though Im not 100% sure about this)15:15
hatchddellav, yeah, is there maybe a way to make the yaml field a 'string' without quotes?15:15
hatchyeah this is kind of an edge case bug....because it's a secret it can be anything, (the user, or I have control over this secret value)15:16
ddellavhatch, not that I know of but there may be something in the YAML spec that allows for it, I'd have to look it up. Something like heredoc syntax.15:16
ddellavzeron, no problem :)15:17
ddellavBigdeal, have you tried setting ssl-hostname-verification to true?15:17
hatchddellav alright np thanks, I'll keep looking15:18
ddellavalso Bigdeal what provider are you using?15:20
ddellav(maas, aws, azure)?15:20
Bigdealddellav: I am pointing to my own Openstack environement15:22
ddellavBigdeal, so you are using your own openstack environment as the provider?15:25
Bigdealddellav: I am pointing to my own Openstack environement as the provider, my environement uses selfsigned certs15:27
ddellavok, i'm not quite sure what that could be and I can't find any relevant information on ssl issues when deploying juju on top of openstack. Perhaps lazyPower or beisner have some ideas?15:38
Bigdealddellav: would ssl-hostname-verification=false help?15:46
Bigdealbut I am not sure where it should go15:46
ddellavBigdeal, that would go into your environments.yaml file15:48
ddellavhttps://jujucharms.com/docs/devel/config-general#alphabetical-list-of-general-configuration-values15:49
Bigdealcan you please tell me the path of the file?15:49
ddellavthat's usually in ~/.juju/envionments.yaml15:49
ddellav*environments.yam15:50
ddellavugh.. new keyboard, still breaking it in :(15:50
g3naromechanical ?15:51
lazyPowerBigdeal: that would be a sub-key of your openstack provider environment defined in $HOME/.juju/environments.yaml15:52
Bigdealmy file is empty15:53
ddellavg3naro, yea, razer blackwidow chroma15:53
lazyPowerBigdeal: are you using encrypted homedir?15:53
ddellavBigdeal, when using openstack provider you might want to read this: https://jujucharms.com/docs/devel/config-openstack15:53
BigdeallazyPower: not sure abour home dir15:56
g3naroddellav:  nice one15:56
g3naroive got corsair k7015:57
g3naroi tried them all15:57
BigdealI added the line and still getting  error: Bootstrap failed, cleaning up the environment.16:05
BigdealERROR there was an issue examining the environment: authentication failed.16:05
plarsI have some services that I want to deploy to lxc under maas. I'm using juju-deployer to deploy a empty ubuntu charm named something like service-host, and the rest with to: lxc:service-host16:08
plarsbut one of the things my service needs to do requires some changes to the default lxc apparmor template16:08
plarsis there some way to pre-configure this when I deploy? or do I have to deploy some decoy to lxc, go modify the template by hand, and destroy the decoy?16:09
plarsIt's /var/lib/lxc/juju-trusty-lxc-template/config that I need to edit, but that doesn't seem to exist until I actually deploy something to:lxc:foo16:09
lazyPowerplars: right, thats the chicken/egg of lxc configuration. What you can do, is deploy a subordinate that modifies that template and use juju-reboot to reboot the host.16:11
lazyPowerplars: i ran into that when working w/ the fan and wanting to fully automate the fan networking setup16:11
plarslazyPower: I'm not sure I follow... how does a subordinate help unless you've already deployed something to an lxc container on the host?16:14
plarslazyPower: oh... I think I get it, you deploy everything, then the subordinate gets deployed, modifies the config, and reboots the host (eventually causing all the lxc instances to get restarted)16:15
lazyPoweryep16:15
plarslazyPower: but is there some way to ensure that it doesn't reboot the host until after the lxc instances are finished deploying?16:15
lazyPowerits not ideal as instances will reach error state, but on reboot they should re-execute and resolve themselves.16:15
plarsok16:15
lazyPowerthere is not, as there's no garantee that no hook is firing16:16
lazyPowerjuju-reboot will do its best to stop the containers then reboot the host16:16
plarslazyPower: I'll give it a try, thanks16:16
=== scuttle|afk is now known as scuttlemonkey
Bigdealstill stuck on the ssl issue18:26
Bigdealmy juju fesh install cant connect to my openstack private cloud, I get an authentication issue that is due to selfsigned certs18:27
lazyPowerbeisner: do you have any experience with openstack and selfsigned certs for auth?18:59
lazyPowerbeisner: the user has left, however this seems like good info to have for the future18:59
beisnerlazyPower, i'd have to stand up a new environment to exercise that, in order to be able to t-shoot.19:01
beisnerlazyPower, we'd also want to grab a juju stat, and know which version of OpenStack is deployed, juju version, ubuntu version, all that good stuff.19:02
* beisner has to head out for a bit19:02
thomimarcoceppi: As per our conversation yesterday: https://bugs.launchpad.net/juju-deployer/+bug/148426019:42
mupBug #1484260: juju-deployer logs ERROR messages during successful deployment from mojo <mojo> <juju-deployer:New> <https://launchpad.net/bugs/1484260>19:42
=== scuttlemonkey is now known as scuttle|afk
apuimedojamespage: gnuoy: Is there some flakiness with deploying nova-cloud-controller on an lxc container?20:31
apuimedoI got it failing when establishing the relation with nova-compute20:31
lazyPowerapuimedo: they're UK based and probably not around. Can you hit the list with your findings of flakiness?20:32
apuimedoah, that's true20:32
apuimedoI sometimes forget that people don't live in IRC :P20:32
* lazyPower smirks20:32
apuimedolazyPower: how are you?20:32
lazyPowerguilty as charged20:32
lazyPowerapuimedo: doing well, i sent you a follow up this morning about your charms and if there was anything required from me20:33
apuimedooh, I didn't see it20:33
apuimedolet me check my mail filters20:33
lazyPowerno worries :) You're probably not used to me emailing you since we have such an excellent record of IRC contact20:33
apuimedooh, that was after I got home20:33
lazyPowerah yeah, important to specify *my* morning, not morning over in EU20:34
apuimedoI didn't check my email much since then20:34
apuimedogotta entertain the child20:34
apuimedo:P20:34
lazyPower:D totally understood20:34
lazyPowerand nothing pressing if you're chugging along well, thats excellent.20:34
lazyPowerjust wanted to make sure you're getting the help required20:34
apuimedothanks ;-)20:34
lazyPowernp np. I'm here to help20:35
beisnerhi thedac, you may also be interested in checking out bug 1484260.  it's doesn't impact the run itself, but it does raise a brow or two with error noise.  not sure if mojo needs to pass things differently to deployer, or if deployer needs to just like it  ;-)20:36
mupBug #1484260: juju-deployer logs ERROR messages during successful deployment from mojo <mojo> <uosci> <juju-deployer:New> <https://launchpad.net/bugs/1484260>20:36
Bigdeal my juju fresh install cant connect to my openstack private cloud, I get an authentication issue that is due to selfsigned certs21:02
BigdealAnyone knows how to resolve it?21:02
lazyPowerBigdeal: i got some feedback from an openstack dev while you were disconnected21:04
lazyPowerBigdeal: we'd also want to grab a juju stat, and know which version of OpenStack is deployed, juju version, ubuntu version, all that good stuff.21:05
lazyPowerBigdeal: one of the things we'll need to do is try to reproduce your setup so we can accurately debug and see if we cant find an answer for you. Can you get me  a pastebin with the requested output above that i can forward over to the openstack team?21:05
=== scuttle|afk is now known as scuttlemonkey
BigdeallazyPower: We're running HP's Cloud System 8.121:15
lazyPowerBigdeal: which version of juju, and which platform? (osx, ubuntu trusty, et-al)21:16
lazyPowerbeisner: ^ HP Cloud system 8.1 - i'm not familiar with this setup.21:17
Bigdeal lazyPower: The Openstack version is Icehouse21:18
BigdealJUJU on ubuntu trusty21:18
BigdealI basically loaded a VM with Ubuntu 14.04 LTS, then I installed Juju21:19
Bigdealthen I ran juju-quickstart -i and created a new openstack config21:20
Bigdealit fails bootstraping21:20
beisnerhi Bigdeal, do you have debug output from the juju client?   fyi you can add --debug to just about any juju command.    ie.    `juju bootstrap --debug`21:20
beisnerBigdeal, also, can you paste your ~/.juju/environments.yaml  (remove passwords and other sensitives of course)?21:21
beisnerBigdeal, @ http://paste.ubuntu.com/21:21
BigdealI will run it again and share the output, when I looked earlier it was an SSL error, I assumed it has to do with the fact that I have self signed certs on my Openstack setup21:22
=== scuttlemonkey is now known as scuttle|afk
beisnerBigdeal, another bit that would be helpful is your `keystone catalog` output (sanitize to your comfort)21:25
beisnerBigdeal, however, keep in mind that i'm not specifically familiar with the undercloud you're running.  but with that ^ info we may be able to see what's going on.21:25
Bigdealhttp://paste.ubuntu.com/12065817/21:25
Bigdealhere is the conf http://paste.ubuntu.com/12065827/21:26
lazyPowerBigdeal: missing object store - i think i found the issue21:27
lazyPowerdo you have swift/glance in this stack and have access to create object buckets?21:28
Bigdealbeisner: We running Openstack wth Vcenters for compute21:28
Bigdealwe have glance but I am not sure about object buckets21:28
BigdealI am new to openstack/juju21:28
lazyPowerbeisner: i may be mis-remembering if glance is an object store.... ally oop me?21:28
lazyPowerBigdeal: ah glance is the VM Image store, i am mis-remembering. i think it requires swift - there's a hard requirement of juju prior to 1.25 (currently in a highly unstable beta phase) which requires object storage. 1.25 will remove that limitation as i understand it21:29
beisnerlazyPower, having object storage available via either swift or ceph-radosgw for object stores is pretty much a requirement with the juju openstack provider21:30
beisnerer i mean, Bigdeal ^21:30
lazyPower^21:30
lazyPoweryeah, thats what I thought when i saw that output is we have found the culprit21:30
beisnerlol21:30
lazyPowerits not so much SSL as it is missing object storage21:30
beisneryep21:30
lazyPowerjuju writes a backup "state" pointer to the object store, which is used if your client .jenv is ever corrupted21:30
lazyPowerso it can rebuild itself21:30
lazyPowerwe remove this requirement as it cut out over 1/2 of the cloud providers out there. Apprently this one included - as its missing a key component we are using today.21:31
beisnerBigdeal, `keystone catalog` would need to show a registered 'object-store' service to indicate that cloud is ready to juju21:31
lazyPowerlet me see if i can find the object storage removal bug and link you to that Bigdeal so you can track its progress. If you're fine with using a testing client you might even be able to install juju 1.25 and be an early adopter/driver of this provider code update.21:31
Bigdeallet me check what I have on that21:31
lazyPoweror i can wait for that first :)21:32
* lazyPower is notorious at putting cart before the horse21:32
lazyPowerbeisner: see? this is why i call you in on these projects. Mr big guns over there.21:32
lazyPowerbeisner: remind me in DC to buy you all the beer you can consume for being my go to for openstack stuff21:33
beisnerlazyPower, ah thanks sir.   we should gather around beers regardless ;-)21:33
lazyPowera truer statement hath not been typed in this channel.21:33
BigdealHow can I check if I have the object store?21:33
Bigdealbtw I dont mind being an early adopter, I 'll be happy to contribute21:34
beisnerlazyPower, /me didn't know --object requirement @ ~1.25!21:35
=== benonsoftware is now known as MerryChristmas
beisnerlol21:35
beisnerxmas in aug21:35
lazyPoweryessir!21:35
lazyPowerBigdeal: ok let me go dive into the bug tracker and ping some people and see what i can turn up21:35
lazyPowerBigdeal: it may not be landed in the devel ppa just yet, so there's a bit of digging i need to do before i can promise anything21:35
BigdealKeystone tells me I have cinder object store21:36
beisnerBigdeal, hrm.  cinder is block storage21:36
BigdealCinderV2 Block Storage Service API21:37
Bigdealok get it21:37
lazyPowerBigdeal: heres your bug you'll want to track - https://bugs.launchpad.net/juju-core/+bug/145626521:37
mupBug #1456265: Openstack provider should work without object-store <openstack-provider> <juju-core:Fix Committed by axwalk> <https://launchpad.net/bugs/1456265>21:37
Bigdealblock vs objct sorry21:37
lazyPowerbeisner: ^ might want to flag that as well since its fix committed21:37
beisnerBigdeal, ah ok.  so not object-store available?21:37
beisnerlazyPower, tyvm!21:38
Bigdealhttp://paste.ubuntu.com/12065894/21:38
BigdealThat's the keystone service list21:39
beisnerBigdeal, yep, no object store21:40
lazyPowerBigdeal: i've got open questions out, and will circle back once i get an answer.21:40
beisnerlazyPower, where is devel pushing packages these days?  https://launchpad.net/~juju/+archive/ubuntu/devel  looks stale21:41
Bigdealmhh so what are my options? would it easy enough to setup an object store in openstack (swift?)21:41
lazyPowerayy, yeah21:41
lazyPowerthose are some old bins21:41
beisnerwhile https://launchpad.net/~juju/+archive/ubuntu/proposed  appears fresh21:41
lazyPowerbeisner: that should be where we stage the beta versions. I admittedly have not been on the -devel ppa in a while since i'm building nightlies in docker these days21:42
beisnerlazyPower, Bigdeal - gotta switch into evening, dinner, kiddo mode.  may  check in later this eve, if not, catch you tomorrow.   thank you.21:42
lazyPowerack beisner, thanks for the last minute checkin21:43
lazyPowersee you in the AM o/21:43
lazyPowerBigdeal: just got word back that we dont have an update for the -devel ppa yet as core hasn't had a blessed release yet w/ the new features, so its coming but is not trivial to test right this minute.21:45
Bigdeallazypower: Thanks a lot for your help21:45
Bigdealin the meantime I will try to setup swift21:46
lazyPowerBest of luck Bigdeal. If you encounter any further questions feel free to ask and someone will be with you shortly. Sorry I didn't have a quick answer for you to get moving right away today, but we're actively working on it :)21:47
=== zz_CyberJacob is now known as CyberJacob
BigdealThank a lot I will keep trying this evening and get back to you tomorow21:49
lazyPowerCheers Bigdeal21:54
=== lazyPower is now known as lp|conference-mo
lp|conference-moaww my -mode got nuked21:54
=== lp|conference-mo is now known as lp|conference

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