**** BEGIN LOGGING AT Sun Oct 02 02:59:58 2016 Oct 02 05:38:47 morning Oct 02 05:38:55 Morning Oct 02 05:38:56 DougReeder: Thnx for Testr update. Oct 02 05:39:04 n.p. Oct 02 05:39:27 Seems Tofe didn’t need it to get quota working Oct 02 05:39:53 Helpful for us to have feedback from devs like you who use some more "exotic" features that aren't common in most apps Oct 02 05:40:32 * DougReeder smiles Oct 02 05:43:48 I’m off to bed. Oct 02 05:43:53 Happy hacking! Oct 02 05:44:06 Gn8 Oct 02 08:28:03 Morning! Oct 02 10:55:48 Tofe: morning Oct 02 10:55:50 ! Oct 02 11:02:38 Tofe: Got pretty far with the systemd debugging, but still having some issues here and there.... Oct 02 11:03:56 Got it down a few that seem to cause issues now, so will work on those Oct 02 11:04:38 But most seem OK Oct 02 12:10:40 ok Oct 02 12:25:21 Just some weird ones are giving me headaches like https://github.com/webOS-ports/webos-systemd-services/blob/master-next/org.webosinternals.ipkgservice.service Oct 02 12:39:52 But I'll work it down to the ones that have issues... So far this one and luna-sysmgr cause being stuck @ Google logo, others seem fine Oct 02 12:40:54 Tried various things to no avail so far, but will first work down the whole list :P Oct 02 13:08:14 * DougReeder checks in Oct 02 13:12:35 DougReeder: Hi :) Oct 02 13:13:11 Is http://webos-ports.org/wiki/Build_Custom_LunaSysMgr_for_OWO up to date? Oct 02 13:16:01 DougReeder: Not really I think.. What do you want to do? Oct 02 13:16:32 I was trying to build with my modified luna-sysmgr Oct 02 13:16:49 DougReeder: What you would need that for? Oct 02 13:17:07 If you want to test the launcher layout you can just push the file with adb push ;) Oct 02 13:17:08 Well, I was trying to test https://github.com/webOS-ports/luna-sysmgr/pull/31 Oct 02 13:17:22 Aw, that’s the easy way! :-) Oct 02 13:17:36 DougReeder: Yeah Oct 02 13:17:47 And does that work after first launch? Oct 02 13:18:32 DougReeder: You jsut need to adb push it into /etc/palm Oct 02 13:19:10 After a reboot it should work, or you might force it with luna-send -n 1 luna://com.palm.applicationManager/rescan '{}' or you need both, don't remember Oct 02 13:19:19 I test these things on VirtualBox usually ;) Oct 02 13:19:30 SCP files in, use Putty to restart etc :P Oct 02 13:19:33 Quick way of testing Oct 02 13:19:39 I assumed that file was only read once, on first boot, to create user prefs. Oct 02 13:19:47 :-S Oct 02 13:21:51 Not sure Oct 02 13:22:04 I tested my changes without a clean image I think Oct 02 13:29:55 Well, pushing the file does work. :-) Oct 02 13:31:41 It's a lot easier then having to build the whole component :P Oct 02 13:31:51 * DougReeder nods Oct 02 13:32:04 Because that would require you to build all dependencies too :P Oct 02 13:32:20 I got a dedicated machine for my builds :P Oct 02 13:32:38 So I can do a whole image, but that takes a number of hrs when done from scratch Oct 02 13:33:34 * DougReeder nods Oct 02 13:33:58 Especially QtBase & QtWebEngine take long. The rest goes pretty quickly Oct 02 13:37:05 Do we have general instructions for building using a local repository? Oct 02 13:40:11 DougReeder: For which device? Oct 02 13:40:27 That makes a difference? Oct 02 13:40:38 Usually, I’d build for mako Oct 02 13:44:19 I guess this would help: http://webos-ports.org/wiki/Build_for_Mako Oct 02 13:44:34 Yeah, that I can do. Oct 02 13:44:42 MACHINE={{#lowercase:Mako}} bb luneos-dev-package should be: MACHINE=mako bb luneos-dev-package Oct 02 13:44:52 We miss the MediaWiki plugin after an upgrade Oct 02 13:45:11 I hope to be able to sort that shortly, since novaldex sorted my SSH access yesterday :D Oct 02 13:45:32 It’s tweaking files to use a local repo for some component, that is not documented. Oct 02 13:46:50 Adding the “S_pn-…” lines and whatnot Oct 02 13:47:46 Following the directions at webos-ports.org/wiki/Build_Custom_LunaSysMgr_for_OWO erased the local repo. Oct 02 13:48:57 DougReeder: I usually just adjust the source code in webos-ports/tmp-glibc/work/xyz folder/component Oct 02 13:49:28 And force a recompile with "MACHINE=mako bb -f luna-sysmgr -c compile" Oct 02 13:49:34 I'm sure that's not ideal Oct 02 13:49:36 IIRC, that never seemed to work for me. Oct 02 13:49:40 I think we had some insutrctions Oct 02 13:49:49 DougReeder: You need to force the -c compile Oct 02 13:49:55 Otherwise it won't do anything Oct 02 13:49:58 maybe adding the -f and -c flags is the difference Oct 02 13:50:03 Yeah Oct 02 13:50:11 -c you can force the compile. Oct 02 13:50:27 I don't do much C++ code changes, so usually I just play around a bit Oct 02 13:51:33 This might help? http://webos-ports.org/wiki/Building_a_component_in_OE Oct 02 13:51:44 I didn't really try that way though Oct 02 13:52:11 Okay, that’s the page I needed. Oct 02 13:52:13 Thanks. Oct 02 18:08:19 You guys know any way I can verify if my systemd work is working OK? Oct 02 18:09:00 I guess I could run "systemctl list-units --all" and compare my new image with our current image on both 1st and subsequent boots? Oct 02 18:09:58 so it boots now? Oct 02 18:10:33 nizovn: Yeah, though I still have some issues with luna-sysmgr, luna-universalsearchmgr and org.webosinternals.ipkgservice Oct 02 18:10:42 Though still cause me to be stuck on Google logo Oct 02 18:10:54 It has to do with what we already have for those in the recipes it seems Oct 02 18:12:19 So for now I left those in webos-systemd-services until I have a solution, but would like to PR the rest already, just need to verify all is OK Oct 02 18:14:14 Seems the pkg_postinst is interfering with the systemd class somehow: https://github.com/webOS-ports/meta-webos-ports/blob/master/meta-luneos/recipes-luneos/services/org.webosinternals.ipkgservice.bb#L21 Oct 02 18:14:23 Tried various thing but not much luck so far Oct 02 18:19:56 systemd searches for org.webosinternals.ipkgservice.service file , so maybe it takes this https://github.com/webOS-ports/preware/blob/master/dbus/org.webosinternals.ipkgservice.service instead? Oct 02 18:20:29 s/systemd/systemd.bbclass/ Oct 02 18:21:01 I tried hard specifying the paths also doens't work Oct 02 18:21:08 Must be something else Oct 02 18:25:27 you mean this https://github.com/webOS-ports/meta-webos-ports/blob/b68377250e865a031613f7bb139f1c15328f0c31/meta-luneos/recipes-luneos/services/org.webosinternals.ipkgservice.bb Oct 02 18:25:45 ? Oct 02 18:33:00 As well but other things too, similar to https://github.com/webOS-ports/meta-webos-ports/blob/herrie/systemd3/meta-luneos/recipes-webos/configurator/configurator.bb#L21 Oct 02 18:49:01 i don't know, maybe i would try to compare boot logs from new and current images Oct 02 18:54:45 nizovn: Yeha will do Oct 02 18:54:50 Tofe: WARNING: 20:52:32.600: Cannot send touch event, no pointer focus, fix the compositor Oct 02 18:54:59 This is when I try to edit a contact in Contacts.... Oct 02 18:55:01 Might be random Oct 02 18:55:06 Will retry after a reboot :P Oct 02 18:59:43 Seems gone now **** ENDING LOGGING AT Mon Oct 03 02:59:58 2016