IRC logs for #automotive for Monday, 2017-06-12

*** mkelly has quit IRC00:14
*** AlisonChaiken has joined #automotive00:33
*** chbae has joined #automotive00:40
*** AlisonChaiken has quit IRC01:19
*** AlisonChaiken has joined #automotive01:23
*** JordonWu has joined #automotive01:29
*** mkelly has joined #automotive01:31
*** mkelly has quit IRC02:36
*** AlisonChaiken has quit IRC03:05
*** khem has quit IRC04:16
*** AlisonChaiken has joined #automotive04:23
*** jonte has joined #automotive05:35
*** jonte1 has joined #automotive05:37
*** jonte has quit IRC05:40
*** jonte1 is now known as jonte05:40
*** jonte has joined #automotive05:40
*** jobol has joined #automotive05:44
*** fredw has joined #automotive05:45
*** jonte has quit IRC06:01
*** voltbit has joined #automotive06:01
*** chbae has left #automotive06:55
*** leon has joined #automotive07:06
*** leon is now known as leon-anavi07:06
leon-anavimorning07:06
jobolmorning leon07:09
jobolhow are you this morning?07:09
*** rajm has joined #automotive07:14
*** jlrmagnus has joined #automotive07:17
*** claneys has joined #automotive07:21
*** rdale has joined #automotive07:24
*** fredw has quit IRC07:25
leon-anavijobol, good, how are you?07:25
jobolgood to even if my skin became a little bit red this week-end07:26
leon-anaviare you enjoying a good weather in Bretagne?07:28
*** [AD]Turbo has joined #automotive07:35
[AD]Turbohi there07:35
*** bruce has joined #automotive07:35
*** bruce is now known as Guest7068807:35
leon-anavihi [AD]Turbo07:36
*** ZenEntropy has joined #automotive07:39
voltbithello, I managed to build the latest chinook yesterday but I dont how to run it (I am not proficient with yocto), here is what I get:07:43
voltbithttps://gist.github.com/VoltBit/865634f184b56559a0152e2e04e2d7d407:43
voltbitbtw I had a problem with mediaplayer not compiling, I had to add some libraries to that package, hope that doesent matter07:44
*** dunderroffe has quit IRC07:44
*** kbroulik has joined #automotive08:01
*** toscalix has joined #automotive08:05
*** jonte has joined #automotive08:08
*** fredw has joined #automotive08:34
*** akilaw has joined #automotive08:36
akilawhi all08:36
dl9pfvoltbit: runqemu qemux86-6408:38
akilawhttps://github.com/ostroproject/meta-iot-web/blob/1cd4254c97e3817cc617e2c1d75c9a57e5b0f8d5/recipes-web/iotivity-node/iotivity-node_1.2.0-2.bb08:38
akilawthis recipe08:38
dl9pfvoltbit: what did you have to do with mediaplayer and libs ?08:38
akilawwhere does do_compile function adding files08:39
dl9pfdo_compile is a bitbake function08:40
dl9pfthe recipe redefines it for node08:41
voltbitdl9pf: I tried that as well, I updated the gist, it give the same output08:41
dl9pfakilaw: what's your problem with the recipe ?08:41
akilawhi dl9pf08:41
voltbitdl9pf: as for the mediaplayer, I manually added this libraries to the packages folder08:42
voltbithttps://github.com/profusion/lightmediascanner/tree/master/src/lib08:42
dl9pfvoltbit: then try and use:   runqemu <tmp/deploy/images/...path/to/qemuboot.conf>08:42
voltbitthe compile passed, it was complaining about not find a library lightmediascanner.h08:42
akilawI want to write recipe for setup zebra https://github.com/barmalei/zebkit08:42
dl9pfvoltbit: you should be able to add  DEPENDS += "lightmediascanner"  to the mediaplayer recipe08:43
akilawfor that i'm refering this https://github.com/ostroproject/meta-iot-web/blob/1cd4254c97e3817cc617e2c1d75c9a57e5b0f8d5/recipes-web/iotivity-node/iotivity-node_1.2.0-2.bb 08:43
RzRhi08:45
akilawhi RzR08:45
akilawI need help with writing the recipe08:45
RzRdo you need support for this brillant technology ?08:45
RzRhehe08:45
akilawyeahh08:45
akilaw:-)08:45
RzRit builds on genivi08:46
dl9pfwell, then there's a recipe to look at ;)08:46
RzRI know that , got troubles ?08:46
RzRalso agl08:46
RzRbut you need to add layer08:46
akilawdo i need to add a layer?08:46
RzRIt was rejected for security concerns (npm)08:46
RzRyes I have a patch for you08:47
akilawhere i wrote a recipe for zebra08:47
akilawhttps://github.com/akilawickey/meta-genivi-dev/blob/master/meta-genivi-dev/recipes-zebra/zebra/zebra_1.0.0.bb08:47
akilawthen I08:47
RzRakilaw,  https://gerrit.automotivelinux.org/gerrit/#/c/8685/08:47
akilawbitbake zebra08:47
voltbitdl9pf: thank you! it worked, I've read the manual for runqemu but dindn't realize it could receive a .conf file, I was convince I am only supposed to pass a zImage08:47
RzRok you're working on gdp not agl ?08:47
voltbitthe boot failed btw, it said AudioManager failed to start or something like that, I will as the dependecy as you said and try again08:48
dl9pfvoltbit: newer runqemu was rewritten ... its a little picky since then.08:48
RzRakilaw, npm on install is not desired08:48
akilawok08:48
RzRyou need to "convert" npm package to bitbake08:48
akilawlike iotivity-node_1.2.0-2.bb08:49
RzRthat one might not the easiest08:49
RzRhttps://github.com/TizenTeam/meta-ocf-automotive/tree/sandbox/pcoval/on/master/devel/recipes-devtools/node-rest-client08:49
RzRI think I used a tool to generate that one ^08:49
RzR# Recipe created by recipetool08:49
akilawwoooow08:50
RzRSRC_URI = "npm://registry.npmjs.org;name=node-rest-client;version=${PV}"08:50
akilawreally08:50
RzRsee the idea ?08:50
akilawso that one will convert npm package to bitbake right08:50
akilaw?08:50
RzRyea08:50
akilawcool08:50
akilawSo for zebra08:50
akilawhttps://github.com/barmalei/zebkit08:50
akilawhow can I use that tool08:51
voltbitone more question, is the binary image for chinook from the link below supposed to work out of the box with latest QEMU/VirtualBox?08:54
voltbithttps://wiki.automotivelinux.org/agl-distro08:54
voltbitasking because I only get a black screen08:55
*** jacobo has joined #automotive08:57
RzRakilaw, is it in npm repo ?09:03
akilawwhat I'll check in npm09:03
akilawwait I'll check09:03
akilawyeah09:04
akilawhttps://www.npmjs.com/package/zebkit09:04
akilaw:-)09:05
RzRso it should be trivial09:06
akilawwhich means?09:07
akilawSo can i use the generating tool for this right09:08
RzRsure go ahead !09:09
akilawok RzR09:10
akilawSo no need to think about layers right?09:10
RzRon genivi no need09:10
RzRnode is there09:10
akilawok RzR09:10
akilawI creating recipe in this location https://github.com/akilawickey/meta-genivi-dev/blob/master/meta-genivi-dev/recipes-zebra/zebra/zebra_1.0.0.bb09:11
akilawinside meta-genivie09:11
dl9pfvoltbit: yes, it is supposed to work with virtualbox and qemu ... if there are issues, please report on jira.automotivelinux.org09:11
RzRakilaw, maybe open a bug on tracker to ask where should it be09:15
akilawok RzR09:17
akilawwhere can I find those LIC_FILES_CHKSUM09:18
*** CTtpollard has joined #automotive09:20
akilawrecipetool09:26
dl9pfakilaw: md5sum over the license file in question09:42
CTtpollardthe gplv3 dodging in genivi13 is really saddening09:49
akilawok dl9pf09:52
akilawRzR how can I use the recipetool10:01
akilawI mean to generate the recipe file using recipetool10:01
*** akilaw has quit IRC10:04
*** akilaw has joined #automotive10:04
*** aw- has joined #automotive10:08
RzRakilaw, https://wiki.yoctoproject.org/wiki/TipsAndTricks/NPM will help10:10
*** akila_w has joined #automotive10:10
*** akila_w has quit IRC10:11
*** akila_w has joined #automotive10:12
*** akilaw has quit IRC10:12
*** akilaw has joined #automotive10:29
*** akila_w has quit IRC10:31
*** akilaw has quit IRC10:35
*** aw- has quit IRC10:41
*** akilaw has joined #automotive10:45
*** gan has joined #automotive10:54
*** chbae has joined #automotive10:54
chbaehi10:56
akilawhi chbae10:56
*** gan is now known as gunnarx10:56
chbaehello akilaw :)10:57
CTtpollardhi chbae11:00
chbaehello CTtpollard.11:00
CTtpollardchbae: back from Tokyo now?11:01
chbaeCTtpollard: Sure. I’m in Korea now.11:02
akilawmoving around the world :-)11:02
*** jlrmagnus has quit IRC11:05
*** zeenix has joined #automotive11:18
*** JordonWu has quit IRC11:23
*** voltbit has quit IRC11:24
*** egy has joined #automotive11:37
*** egy has quit IRC12:10
*** akilaw has quit IRC12:14
*** jlrmagnus has joined #automotive12:16
*** fredw has quit IRC12:20
*** jlrmagnus has quit IRC12:27
*** jlrmagnus has joined #automotive12:28
*** wesam has joined #automotive12:39
*** jeremiah has joined #automotive13:00
*** AlisonChaiken has quit IRC13:39
*** fredw has joined #automotive14:21
*** akilaw has joined #automotive14:23
*** voltbit has joined #automotive14:41
*** akilaw has quit IRC14:44
*** jlrmagnus has quit IRC14:50
*** jlrmagnus has joined #automotive14:59
*** jonte has quit IRC15:00
*** akilaw has joined #automotive15:00
*** jonte has joined #automotive15:01
*** chbae has quit IRC15:08
*** akilaw has quit IRC15:35
*** jlrmagnus has quit IRC15:38
*** AlisonChaiken has joined #automotive15:38
*** zeenix has quit IRC15:39
*** rajm has quit IRC15:48
*** khem has joined #automotive15:49
*** [AD]Turbo has quit IRC15:50
*** kbroulik has quit IRC16:03
*** Jeena has quit IRC16:03
*** Guest70688 has quit IRC16:24
*** akilaw has joined #automotive16:26
furyhi guys16:26
CTtpollardo/16:26
furyhow's it hangin?16:26
akilawhi fury16:26
akilawfine16:27
leon-anavihi fury16:28
fury:D16:28
leon-anaviI have to go away from the keyboard. See you later16:34
*** leon-anavi has quit IRC16:34
*** akilaw has quit IRC16:45
*** toscalix has quit IRC16:55
dl9pfronan__: ping, you there ?16:57
dl9pfanyone reflashed an m3 lately ?16:58
*** wesam has quit IRC17:09
*** JEEB has quit IRC17:25
*** JEEB has joined #automotive17:27
*** jeremiah has quit IRC17:27
*** JEEB has quit IRC17:28
*** JEEB has joined #automotive17:28
*** jacobo has quit IRC17:31
*** fredw has quit IRC17:45
mranostaydl9pf: define lately18:15
*** voltbit has quit IRC18:16
*** Jeena has joined #automotive18:34
furyis it just me or does anyone else hear a high pitched whine when listening to radio on the RTLSDR?18:35
mranostayfury: no but i have a little tinnitus at times :)18:39
*** amjad_ has joined #automotive18:40
mranostayfury: doesn't happen with mediaplayer?18:40
*** voltbit has joined #automotive18:41
*** amjad_ has quit IRC18:47
furynope18:54
furyand i recall having the same high pitched whine when i was playing with the command line util until i upped the sample rate on the radio18:54
furyis it just usign the command line utility to do its thing?18:54
mranostaythat would be a smurray question.18:55
smurrayfury: I do sometimes.  I have experimented a bit with the command-line rtl_fm utility, and didn't have any success w/o tuning it away18:55
furyhmm18:55
furyi found a sweet spot around 200khz where it seemed to go away, but maybe that was just for my ears18:56
furyis there an easy way to adjust that in the existing app or does it need a recompile18:56
furycause i dunno how to rebuild the current demo apps18:56
smurrayfury: I've repurposed the code from the cmd-line utility, but you would need to tweak the code18:56
furyoh ok18:56
smurrayfury: sampling rate of 200kHz18:56
smurray?18:56
furyyeah18:57
furyif i recall correctly18:57
furyi tried higher and higher and the radio got quieter but not better quality18:57
furydon't know if there's a specific multiple it needs to be in order to be ideal18:58
*** Jeena has quit IRC18:58
smurrayfury: I'm using 200 KHz as sampling rate, 48 KHz as resampling rate18:59
furyoh18:59
furyhmm18:59
furymaybe i cranked it up to 400 then18:59
*** Jeena has joined #automotive18:59
smurrayI'd be curious if the CPU load goes up a bunch from that18:59
furyme too19:00
smurrayI can do some experiments here later, need to wire some stuff back up after being on vacation19:00
smurrayif you want to tinker with the app, you'd need to use externalsrc in your configuration to point at a local repo19:02
smurrayINHERIT += "externalsrc"19:03
smurrayEXTERNALSRC_pn-radio = "/home/scottm/dev/agl/radio"19:03
smurrayor the like in your site.conf or local.conf19:03
smurrayand clone the radio repo to wherever you point at19:03
furysounds good... i saw iotbzh released an alpha version of the SDK, what would be really neat is if that came with instructions on how to draw up a custom home screen or customize the existing apps (or if it's easy enough I could just do it and draw up a wiki/docs entry or something like that)19:04
furywas rocking the pi with the 7" DSI display last week at WWDC, the AGL demo UI is tiny on that thing :D19:04
furywas gonna try and do a landscape orientation instead19:05
smurrayI think homescreen customization would need someone from Qt or maybe Mentor to work through19:05
smurrayit's not really an app f/w thing19:05
furyoh19:05
mranostayfury:  use a stylus :)19:05
fury:P like, say, Apple Pencil?19:05
smurrayand the current homescreen is admittedly full of hard-coded hacks19:05
dl9pfmranostay: I had to reflash u-boot 10 times for it to really use the new u-boot ... the procedure is very tedious19:06
smurrayfury: wrt customizing the existing demo apps, that's probably less painful to start.  I believe the goal is they should all build with the SDK as well as part of the build, and I don't think that works yet19:08
smurrayfury: for the homescreen, it might be the case that you want to join the appropriate work group call to get status on what the state is, I believe there's planning going on for enabling what you're asking about (as well as dropping in complete replacements, etc.)19:10
smurraydl9pf: so is an u-boot update required on m3?19:10
furyawesome19:10
furyyeah, i should start joining the calls again19:11
furyi used to lurk19:11
furyneed to lurk more19:11
furyi got close to building soemthing with the sdk, i think... i built something and then it didn't show anything on the screen19:16
mdpsmurray/fury, it's not just homescreen that's full of hard-coded "features" it's also the demo apps that expect a certain layout too. because of the nature of the layer management and how apps have just a drawing area in the middle of the overall screen size, they are organized around that portrait layout and any switch to landscape would require some rejiggering of some apps to make them happy.19:16
furyyeah, i've been getting my feet wet in qml and whatnot, was wanting to try and do some of that rejiggering19:17
mdpprobably only mixer is trivial enough to not care19:17
mdpcool19:17
furyi made a qml app that compiles everywhere, even ios19:17
furyorients things whether it's in portrait or landscape19:18
furyso was just wanting to compile that for AGL and see if i could get it up on screen19:18
mdpyeah, take a look at the additional assumption given that the navigation and media areas are always visible from homescreen when an app is up19:19
mdpyou'll also need to work around that..19:19
mdpe.g. do you reorient nav buttons to left or keep with a top strip and waste more space in landscape?19:19
furyi was just thinking that whole top strip could be flipped over on its side19:20
mdpthe nice thing is you can do whatever you want ;)19:20
furyyeah19:20
mdpif you try to get some kind of UI consensus you'll only be met with bikeshedding19:21
mdptypically19:21
furyi would love to do whatever i want if i knew where to hackjob it :D i'm guessing i'd have to edit the homescreen source through an externalsrc type dealio too?19:21
furysince i couldn't quite figure out how to build the demo apps with the SDK19:21
furyor i guess that's not quite working yet19:21
mdpfury, if you really want to upset people, go for a modern UI that dispenses with the whole notion of a grid of icons (e.g. android auto)19:22
jobolI dream an html5 homescreen19:22
furyhehe19:22
mdpjobol: lol19:22
furyi actually whipped up an entirely HTML5 ui, it's just that it didn't actually do anything, i was just using js and css transitions/animations to do everything like flip album art over to get to the track list or whatever19:23
furyand hardcoded the art/track list/favorites/etc19:23
furythis was before i knew of AGL19:23
mdpjobol: my recurring dream is a Forth-based homescreen19:23
jobolidea good dup dup approve19:24
mdp+1 ;)19:24
jobolI had a boss who had say I'd better have an APL one19:25
mdpheh, AGL should hold a contest for most ridiculous homescreen implementation.19:26
mdpmranostay: like the reddit ridiculous volume slider contest19:26
furyhmm19:26
furyso i just flashed porter with the latest build as of this morning, i get no audio :D19:27
mdphttps://i.redd.it/xwlb42y2nx2z.gif19:27
mdphttps://www.reddit.com/r/ProgrammerHumor/comments/6gbvr9/redditors_design_worst_volume_sliders_possible/19:27
furyi loved those volume controls19:27
furyespecially the random one19:27
furyclick a button, volume is now 32, click it again, it's now 85, woo one button control ftw19:27
mdphehe, the one had a set of dice to help visualize it19:28
furypactl says my usb sound card is "running" but yet i hear nothing19:28
mdpone of my favorites: https://i.redd.it/uu79jhp0t12z.gif19:28
mdpfury, does pactl show it muted or corked?19:28
furymute says no, not sure where to look for cork19:29
furyoh19:29
mdpadjacent field19:29
furypactl sink-inputs says the loopback fgrom my phone is muted19:29
mdpare you running current master?19:29
furyyup19:29
mdpyeah, I'm debugging an issue where module-router/audiomanager are leaving all the sink-inputs muted19:30
mdpwas approaching the point to file an issue one I gathered some more info..there's a possibly related issue where audiomanager asserts and systemd has the restart it just by connecting a BT device.19:31
mdpI did file SPEC-660 on the latter19:32
mdps/has the restart/has to restart/19:32
furycool. pactl set-sink-input-mute 3 false worked for now19:33
mdpfury, audio works much better if I disable module-router as a workaround..fwiw19:33
furyah i remember doing that on the last flash19:33
mdpyup, or just whack the sink input as a quick test19:33
furydo i disable that in default.pa?19:34
mdpyes, it's the last few lines19:34
mdpjust comment those19:34
mdpthen audiomanager has nobody to talk to19:34
furyok cool19:34
furyany functionality lost by disabling that atm?19:34
mdpthe working functionality it disables is where it manages corking of streams on start. I believe smurray confirmed that it properly corks/uncorks radio if you start media playback.19:35
mdpimportant feature, but not critical if you are trying to have functional audio elsewhere.19:36
smurrayyeah, disabling it loses that19:36
furyah ok19:36
furynot too worried about that just wanted to have most of the thing semi-functional. i think i've had at least 2 people stop by my office and see it running and go "what's THAT?"19:37
mdpfury, if you are bored, the docs for the generic audiomanager controller that isogai did are pretty good..it makes for some great nightime reading if you can't sleep ;)19:37
fury:D19:37
furyi feel like i've almost started getting a handle on this linux audio stuff19:37
mdpnow add all the genivi/agl specific magic in and....19:38
furyi was having lots of fun a couple weeks ago playing with a headset paired to the system, had to set the default sink and whatnot, and a phone call almost worked but it didn't put the headset into sco mode19:38
furymagic is fun19:38
furyis a reboot supposed to work, or does it always hang on "a stop job is running for weston wayland compositor" and other things?19:40
smurrayit should work, if you see that please file an issue in JIRA19:52
furywill do :D19:52
furywell it eventually gets past it, looks like it gives up waiting after a minute and a half and just flips the switch19:52
furybut yeah19:52
furyooh, just got a phone call and it looked like it was gonna bring up a different screen to let me answer it, but just blank19:53
mranostayso anyone seeing this today?  every application fails with this https://www.irccloud.com/pastebin/9EG4Xcgv/20:03
mranostaydl9pf: did any new framework changes get merged during the weekend?  note this is a debug build but that shouldn't matter20:03
*** caiortp has joined #automotive20:05
dl9pfmranostay: see: https://gerrit.automotivelinux.org/gerrit/#/q/project:AGL/meta-agl+status:merged20:07
dl9pf960920:07
furyhmm. i have not had that happen, and i built all the changes merged up to today20:07
mranostaydl9pf:  i take that back only apps that need binders are segfaulting20:08
furyi can even start up hvac20:08
mranostaywonder if it being a debug build is an issue.. if so that is going to be a problem20:09
furyi built agl-demo agl-appfw-smack agl-devel agl-sota20:09
furybut prolly should just leave out the sota stuff until i actually have the time to set up a sota server here i guess20:09
furynever seen it in action20:10
*** gunnarx has quit IRC20:11
mdpfury, the app support for telephony is in a PoC state now. There is no notification of an incoming call or answer/reject button unless you are in the phone app. If you have that app open, then it will show the incoming call number and have answer/reject buttons.20:13
furyyeah, that was pretty cool, saw that a couple weeks ago :D20:13
mdpfury, adding a notification popup or switch to phone app is future work20:13
mdpfirst some things need to be transitioned to standalone bindings so this will all work properly20:14
mdpfury, oh cool, I'm very thankful it works for somebody else.20:15
furyi am trying to learn how bluetooth works on linux, that's one of the places where i want to help out most cause that's pretty much how i'd use my radio in my car, just pair my phone to it and play whatever app from the phone, and occasionally have to take phone calls from 20th century companies that haven't moved to twitter or text yet20:15
fury:D20:15
mdpfury, we'll need to add fax support next20:16
furythat was what i worked on the most with my last radio, in a tiny MCU system with "free" Bluetopia20:16
* mdp was asked to fax something today :(20:16
furybluetooth has a fax profile, right? :P20:17
furyoh man. whenever i get a request for a fax or something like that, i just google whatever's the latest and greatest online faxing service, sign up for the free trial there, and send the one fax. every time i have to send a new one, there's always another fax service that's popped up offering me a free trial20:17
furyreminds me of AT&T's old commercials, "you'll be able to video call across the world, you'll be able to send a fax from the beach, and the company that will bring it to you? AT&T"20:19
furysomething like that20:19
smurrayfury: heh, I have also done the free trial fax with an online service to send something20:20
furynowadays, it's not faxing from the beach, it's tweeting on the snaptagrams from the beach :P20:20
mdp"then off to dinner in your flying car"20:21
furyAGL will be the head unit of my self driving, flying car20:21
furyi will make it happen :P20:21
mdpcrash has so many connotations in the context of that autonomous, flying car of yours with AGL.20:22
furyyes :D20:22
furyi will make the microsoft car joke of 1995 not only a reality, but a sitcom. the new "have you tried turning it off and on again?"20:23
*** praneeth has quit IRC20:24
*** praneeth has joined #automotive20:24
mdp"I rebooted, but I'm losing altitude *fast*!"20:24
furydebating whether to install the alpha version of the new XDS and try to build an app that comes up on screen on AGL, or push it to tomorrow and call it a day20:25
mranostayhmm non-debug symbols image works20:36
dl9pfmranostay: interesting20:37
dl9pfso you omit'ed the -dbg packages ?20:37
dl9pfsmack acl for debug files ?20:38
dl9pfmaybe ?20:38
dl9pfor location + acl of debug files ?20:38
mranostaywell i'm kicking off another build with the dbg packages to confirm20:40
furyhttps://www.qt.io/qt-automotive-suite/ is this a thing? does it work with AGL or is it not so open sourcey?20:59
furybtw, i've got like 20 cores sitting here usually doing nothing unless i'm buildng AGL or whatever - if anyone has a theory that involves changing a config and rebuilding stuff, gimme a holler, i'd be happy to try it if it helps save some time21:02
furythis machine eventually will become my CI/CD build server, for now it's just a second workstation that happens to have enough oomph to do a fresh bitbake within about 45-60 mins21:02
*** fredw has joined #automotive21:14
*** caiortp has quit IRC21:23
*** voltbit has quit IRC21:26
*** claneys has quit IRC21:31
*** gunnarx has joined #automotive21:40
*** gunnarx has quit IRC21:47
jobolfury, you will gloriously build chromium in less than an hour22:39
*** jobol has quit IRC22:40
fury:D is that good or bad?22:42
*** ZenEntropy has quit IRC22:59
*** AlisonChaiken has quit IRC23:46

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