**** BEGIN LOGGING AT Wed Jul 25 03:00:02 2018 Jul 25 06:45:23 good morning Jul 25 07:18:13 I have a RDEPENDS_${PN} = "ncurses" in a recipe but the libncurses5 package is not getting installed on the target Jul 25 07:18:28 is there something else to do? Jul 25 08:20:34 Does someone know if at ELCE 2018 Edinburgh an additional Yocto Developer Days will be available? If yes when (before or after ELCE)? Jul 25 08:28:54 hka: yes, on Thursday 25th Jul 25 08:29:27 thx Jul 25 10:15:07 abelloni: RDEPENDS_${PN} = "ncurses-libncurses" Jul 25 10:15:19 abelloni: the list is in a separate package Jul 25 10:15:22 er, lib Jul 25 10:18:17 it didn't work either Jul 25 10:18:43 RP, I got hit by the "no upper case in recipe names" thing Jul 25 10:26:50 abelloni: RP: RDEPENDS_${PN} = "ncurses-libncurses" works Jul 25 11:48:16 New news from stackoverflow: Yocto recipes’ dependencies Jul 25 12:04:31 Does anyone know of a published example that successfully extends FILESYSTEM_PERMS_TABLES with an extra fs-perms.txt? I'm trying to implement permissions on a user's home directory. When I look at the output of the user's recipe (adduser, etc.) the permissions are correct (0700). Over in the image's rootfs though, the user's directory is 755. My fs-perms extension is "/home/user 0700 12345 12345 true - Jul 25 12:04:31 - -", and I extended the variable in my "local.conf". The environment output shows it was added. I've also tried moving the user's directory to somewhere else and it still ends up 0755. Jul 25 14:11:43 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 14:11:46 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 14:11:50 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 14:11:53 Voice your opinions at https://webchat.freenode.net/?channels=#freenode Jul 25 14:36:24 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 14:36:24 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 14:36:24 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 14:44:29 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 14:44:32 Jul 25 14:44:35 This message was brought to you by Private Internet Access Jul 25 15:02:13 RP: around? Jul 25 15:03:06 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 15:03:09 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 15:03:13 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 15:03:16 Jul 25 15:03:18 This message was brought to you by Private Internet Access Jul 25 15:03:57 RP: I've question related to codeparser.py which is tracking bb.utils.contains variants, but I don't see any handler for oe.utils.conditional which have the same issue, am I missing something or just nobody complained about it until now? Jul 25 15:05:42 RP: the contains functions were fixed by http://git.openembedded.org/bitbake/commit/?id=0b9d117631ce909312d53b93289e61defc6be01c and further improved with http://git.openembedded.org/bitbake/commit/?id=ed2d0a22a80299de0cfd377999950cf4b26c512e for conditional I don't need to handle first argument as a set, but I'm wondering if we should track 3rd and 4th parameters as well in both Jul 25 15:09:36 JaMa: we chose to treat contains as a special case as its used so heavily. We've never tried to handle conditional Jul 25 15:11:52 RP: would you accept patch for conditional if it just adds dependency on the first param, the variable name? Jul 25 15:12:29 I'm checking the fix locally Jul 25 15:12:52 JaMa: the question is how far we go and if we really want to encode more oe.* references into bitbake Jul 25 15:13:16 I'll probably add the vardep explicitly anyway, because I need it for old bitbake 1.32 Jul 25 15:13:46 JaMa: how commonly is conditional being used? Jul 25 15:13:57 understood, at least for conditional there is only one not-deprecated version of it, but it's the one in oe.utils Jul 25 15:14:24 11 cases in oe-core, 90 cases in our layers Jul 25 15:14:37 13 in meta-oe Jul 25 15:15:10 kergoth: any opinion? Jul 25 15:15:42 so significantly less than utils.contains: oe-core 706, meta-oe 288, our layers 165 Jul 25 15:16:12 JaMa: Can you just add it to the getvars list or does it need its own namespace? Jul 25 15:16:57 some conditional calls (maybe all) can be rewritten with contains, but I was always preferring conditional when you really want to check for equals and don't expect the variable to have multiple items Jul 25 15:18:24 utils.contains("This is not it", "This is it") and utils.conditional("This is not it", "This is it") and only the later does what one would expect Jul 25 15:18:40 RP: I'm testing just adding it to getvars atm Jul 25 15:24:08 JaMa: creating new namespaces in there would probably bloat the parser cache quite badly, if we can use getvars there is probably minimal impact Jul 25 15:24:36 Hmm, so uninative-tarball from master is bust :( Jul 25 15:28:12 RP: How is the uninative broken? Jul 25 15:28:39 JPEW: we build 2.2 using master, I tried to use it with the patch in master-next and it doesn't work Jul 25 15:28:40 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 15:28:43 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 15:28:46 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 15:28:49 Jul 25 15:28:51 JPEW: if I knew how... ;-) Jul 25 15:28:52 This message was brought to you by Private Internet Access Jul 25 15:31:56 RP: Clarification - when you say "we build 2.2" do you mean "we build morty" or "we build version 2.2 of uninative"... there are two 2.2's here :) Jul 25 15:33:03 JPEW: 2.2 of uninative Jul 25 15:33:27 JPEW: looks like the sysdirs sections aren't being edited by recloate_sdk Jul 25 15:34:38 RP: just adding it to getvars seems to work for my usecase, I'll include it in couple bigger builds to see if it shows some unexpected changes, then I'll send patch, thanks for help Jul 25 15:36:51 JaMa: still not sure I particularly adding that API but ok, I guess ;-) Jul 25 15:37:33 JPEW: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=bf5b43495a99bb8d002e02c688746e78c9430c21 is probably what breaks it Jul 25 15:44:32 * RP suspects its going to need to be a revert Jul 25 15:45:02 i have htis line in my bb file: addtask swu after do_image_complete Jul 25 15:45:16 but the do_swu() task is never executed.. why is that? Jul 25 15:45:24 Hmm, It sure *looks* ok, must be something tricky going on.... of course, that probably describes the whole relocate process Jul 25 15:47:23 JPEW: there is call for relocate_sdk.py from uninative which is unpatched Jul 25 15:47:39 JPEW: I've just reverted it as this clearly breaks it and there isn't a simple fix Jul 25 15:49:02 RP: https://github.com/shr-distribution/bitbake/commit/1e34db0161ade8dd5f14449c53b1faaee59096dc do you want to use whole oe.utils.contains for endswith to make sure it's not caught on something else? Jul 25 15:49:06 RP: Ah in uninative.bbclass? That makes sense Jul 25 15:50:55 JaMa: oe.utils.conditional please. getVar is specific enough to our use we can afford to be generic Jul 25 15:52:41 JPEW: yes Jul 25 16:04:39 uninative can't pass the default install path when it calls it the same as toolchain-shar-relocate? Jul 25 16:05:17 speaking of, i really need to get around to splitting off most of toolchain-shar-relocate into something less shar-specific. ship a relocate_sdk.sh with that instead.. sdks need relocating even when not using the shar archive format, after all Jul 25 16:16:54 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 16:16:57 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 16:17:01 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 16:17:04 Jul 25 16:17:06 This message was brought to you by Private Internet Access Jul 25 16:17:24 linear - stop it. Jul 25 16:17:41 no one is falling for that, and you're triggering my antivirus, lol Jul 25 16:17:56 same. idiotic spam Jul 25 16:19:11 New news from stackoverflow: Adding new kit for cross platform arm linux not appears when create a new project Jul 25 16:28:01 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 16:28:02 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 16:28:05 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 16:28:05 Jul 25 16:28:07 This message was brought to you by Private Internet Access Jul 25 16:29:01 They're really hard-at it today with the spam. Jul 25 16:33:35 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 16:33:38 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 16:33:39 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 16:33:41 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 16:33:42 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 16:33:44 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 16:33:45 Jul 25 16:33:47 Jul 25 16:33:47 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 16:33:48 This message was brought to you by Private Internet Access Jul 25 16:33:50 This message was brought to you by Private Internet Access Jul 25 16:33:50 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 16:33:54 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 16:33:57 Jul 25 16:34:00 This message was brought to you by Private Internet Access Jul 25 16:35:11 that spammer somehow keeps getting very different IPs.. how annoying Jul 25 16:37:21 I used: IMAGE_INSTALL += "core-app" when i want to install my own files into the rootfs, correct? Jul 25 16:37:56 What about, when want to install files into the host filesystem, like into the deploy directory, how would i add a task and a bb file for that? Jul 25 16:49:58 pwn: for deploy, https://www.yoctoproject.org/docs/2.4.3/ref-manual/ref-manual.html#ref-classes-deploy Jul 25 16:52:45 pwn: for install, you're correct as long as you're not doing it from conf/local.conf, per this: https://www.yoctoproject.org/docs/2.4.3/ref-manual/ref-manual.html#var-IMAGE_INSTALL Jul 25 16:53:31 If you defined your own image for example, then yes that's the way to go. Jul 25 17:04:15 thanks Jul 25 17:10:45 sure thing :) Jul 25 17:15:37 I forget who I was discussing this with earlier this week, but my goal was setting up a user's directory to have 0700 permissions, but overlaying fs-perms.txt files was not working. Ultimately, I used IMAGE_PREPROCESS_COMMAND to chmod that directory. Jul 25 17:17:49 Just felt like chipping that into the feed in case anyone else comes across these logs and saw my issues with fs-perms. Jul 25 17:23:26 hi guys, i'm building a package but just some source files is going to the dbg package Jul 25 17:23:35 anyone knows how to fix it? Jul 25 17:24:13 analysing package.bbclass, I saw that debugsources.list contains the files that are supposed to go to dbg packages Jul 25 17:24:48 the debugsources.list has all source code listed, bug the package_split is not copying the files to the dbg package properly Jul 25 17:30:45 shurelous: you could specify the locations specifically using FILES_${PN}-dbg += "list of files" (or -src, etc.). Jul 25 17:32:00 If you don't specify explicitly, the packager wings it based on a few conventions. Jul 25 17:32:13 hummm Jul 25 17:32:27 but the source files arent on D path Jul 25 17:32:49 the package.bbclass are responsible to copy then, alright? Jul 25 17:33:07 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 17:33:07 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 17:33:11 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 17:33:11 Jul 25 17:33:13 This message was brought to you by Private Internet Access Jul 25 17:33:31 should probably report these to the freenode admins if they don'tknow already Jul 25 17:33:31 ...interesting. I don't think I've seen that bug before. Jul 25 17:33:58 on branch dizzy it is working Jul 25 17:34:27 I saw a new implementation in package.bbclass with PACKAGE_DEBUG_SPLIT_STYLE variable Jul 25 17:34:38 maybe it can be a bug Jul 25 17:35:05 the FILES_${PN}-dbg already have /usr/src/debug Jul 25 17:35:37 bug the sources are not in there Jul 25 17:37:55 Hmm, can't say I'm a fan of the automatic implicit use of sudo by the sdk installer, IMO it should just error out and let me run the installer as root instead, or better, correct the ownership and permissions of the destination Jul 25 17:38:06 thank you tgoodwin, I will investigate more Jul 25 17:39:32 sure thing :) I would be curious to hear the solution or if it's a bug. Jul 25 17:42:09 ok, I will let you know when I find out what is happening Jul 25 17:55:09 Looks like the links to the quick-start guide for 2.5 are broken? Jul 25 17:55:42 They exist up to 2.4.2, but I don't see one for 2.5. Jul 25 17:56:08 The link on https://www.yoctoproject.org/docs/ is dead Jul 25 18:04:05 tgoodwin: I didnt find the problem, but I solved it by copying manually the src code the ${D}/usr/src/debug/${BF Jul 25 18:04:19 tgoodwin: I didnt find the problem, but I solved it by copying manually the src code the ${D}/usr/src/debug/${PF} Jul 25 18:08:21 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 18:08:24 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 18:08:27 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 18:08:30 Jul 25 18:08:33 This message was brought to you by Private Internet Access Jul 25 18:11:24 Ah good :) Jul 25 18:17:35 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 18:17:38 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 18:17:42 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 18:17:45 Jul 25 18:17:48 This message was brought to you by Private Internet Access Jul 25 18:42:59 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 18:42:59 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 18:42:59 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 18:43:02 Jul 25 18:43:04 This message was brought to you by Private Internet Access Jul 25 19:16:55 the spam never ends Jul 25 19:18:53 wow! Jul 25 19:23:26 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 19:23:29 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 19:23:32 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 19:23:35 Jul 25 19:23:38 This message was brought to you by Private Internet Access Jul 25 19:37:38 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 19:37:41 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 19:37:45 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 19:37:48 Jul 25 19:37:50 This message was brought to you by Private Internet Access Jul 25 19:46:18 Hi, I added a bbwarn to a do_install_append() but the warning doesn't appear when I run `bitbake -f -c cleansstate recipe-name` Jul 25 19:46:36 But I can see my change in `bitbake -e recipe-name` Jul 25 19:46:46 How do I debug this? Jul 25 19:51:15 -c cleansstate only runs the cleansstate task, not the install task Jul 25 19:53:28 Also, I don't see the warning with `bitbake -f recipe-name` and `bitbake -f recipe-name` Jul 25 19:53:35 *and `bitbake recipe-name` Jul 25 19:54:32 that can happen if you have the task in sstate cache. You need -c cleansstate $recipe-name, -c clean $recipe-name and then just $recipe-name Jul 25 19:54:42 IIRC -c cleanall combines the two clean actions Jul 25 19:55:17 neverpanic: how does a task end up in sstate cache? Jul 25 19:55:25 cleanall also deletes download, IIRC Jul 25 19:55:38 by being executed previously Jul 25 19:56:40 Hm, I feel like my developer workflow is all off. How do I make changes and test them? Do I have to -c cleanall everytime? Jul 25 19:57:38 Well, usually the hash for the task should change when you modify a task. However, the hashing is complicated and you may not always get that right on the first try. Jul 25 19:58:34 can you share your recipe? Jul 25 19:58:47 I see, so a task compiles, is hashed (possibly a function of the source's last-changed) and when I edit it should recompile. But not always. Jul 25 19:58:59 tpreston: If you are doing iterative development, you might want to look at devtool or externalsrc Jul 25 20:00:49 tpreston: the hash should include the do_install script and the variables used in that script automatically, so in theory that should all work fine. In practice, it's not easy to always get this right. Jul 25 20:01:03 Have you checked ${WORK}/temp/run.do_install? It should contain your added code. Jul 25 20:01:38 neverpanic: I've added a do_install() to a .bbappend in a layer adjacent to this one https://github.com/resin-os/resin-jetson-tx2/blob/master/layers/meta-resin-jetson/recipes-core/images/resin-image.bbappend Jul 25 20:01:59 neverpanic: which, as I understand, is basically like adding a do_install_append() to that Jul 25 20:02:11 s/do_install()/do_install_append()/ Jul 25 20:02:50 Oh, we're talking about an image recipe? Jul 25 20:02:57 thanks JPEW but we're integrating - I'm trying to add an Image-initramfs to /boot Jul 25 20:03:23 I think so neverpanic - as you can tell I'm new to yocto :p Jul 25 20:03:36 tpreston: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/image.bbclass#n609, line 609 Jul 25 20:03:44 image recipes do not use do_install Jul 25 20:04:00 pow Jul 25 20:04:02 nice Jul 25 20:04:21 Okay great Jul 25 20:04:30 you probably want do_rootfs_append Jul 25 20:04:30 That answers a lot of questions :p Jul 25 20:04:48 neverpanic: what's the best way to go about finding this out? Jul 25 20:04:53 or am I doing it? :p Jul 25 20:06:28 tpreston: probably a combination of reading https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#ref-classes-image, https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#usingpoky-extend-customimage and https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#images-dev-environment Jul 25 20:06:43 but it's also often helpful to just look at the bbclass and see what it does Jul 25 20:07:58 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 20:07:58 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 20:07:58 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 20:08:01 the usual way to add new things to images is writing a recipe that puts these things into a package and then installing this package on the image Jul 25 20:08:01 Jul 25 20:08:04 This message was brought to you by Private Internet Access Jul 25 20:09:04 so I'd write a recipe that builds (or packages) your initramfs in /boot and add it to your image using one of the methods described in customizing images Jul 25 20:09:14 thanks for the links neverpanic Jul 25 20:09:17 Okay that makes sense Jul 25 20:09:29 fyi I got a Jul 25 20:09:30 File "/home/tpreston/muos/build/../layers/poky/meta/classes/image.bbclass", line 261 Jul 25 20:09:30 bbwarn "hello" Jul 25 20:09:42 but will look into creating a package and installing that into rootfs Jul 25 20:09:44 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 20:09:44 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 20:09:44 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 20:09:47 Jul 25 20:09:51 This message was brought to you by Private Internet Access Jul 25 22:08:12 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 22:08:12 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 22:08:12 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 22:28:39 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 22:28:42 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 22:28:46 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 22:28:49 Jul 25 22:28:52 This message was brought to you by Private Internet Access Jul 25 22:49:00 wow, 41 minute oe-selftest run :) Jul 25 22:58:22 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 23:13:25 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 23:28:01 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 23:28:01 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 23:28:01 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 23:28:04 Jul 25 23:28:07 This message was brought to you by Private Internet Access Jul 25 23:48:09 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 23:48:09 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 23:48:09 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 23:48:11 Jul 25 23:48:14 This message was brought to you by Private Internet Access Jul 25 23:48:17 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 25 23:48:17 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 25 23:48:17 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate Jul 25 23:48:20 Jul 25 23:48:23 This message was brought to you by Private Internet Access Jul 26 02:42:59 Hey, I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/ Jul 26 02:42:59 or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/ Jul 26 02:42:59 Read what IRC investigative journalists have uncovered on the freenode pedophilia scandal https://encyclopediadramatica.rs/Freenodegate **** ENDING LOGGING AT Thu Jul 26 03:00:01 2018