**** BEGIN LOGGING AT Fri Sep 30 02:59:58 2016 Sep 30 03:48:05 morning Sep 30 04:15:49 Hey Herrie is the prserver working? Sep 30 04:25:23 ka6sox-moose: Yup! THnx Sep 30 04:25:42 sweet Sep 30 05:28:10 Ok seems I might have a clue wrt systemd issue... Sep 30 05:29:51 It seems that webos-systemd-services.postinst would enable the services for all, however after reworking the recipes, seems that there's no postinst for powerd, org.webosinternals.ipkgservice, luna-sysmgr, luna-service2 and db8 Sep 30 05:37:37 whoops Sep 30 05:46:52 ka6sox-moose: Yeah... Seems that if we have a "do_install_append" and/or "pkg_postinst_${PN}()" in the recipe it gives issues, so will see if I can work around that and at least get something to boot :P Sep 30 05:48:27 what kernel is this for? Sep 30 05:48:59 All targets ;) Sep 30 05:49:48 Trying to rework our systemd service files a bit... Some were with the components themselves, some in webos-systemd-services, so want to move them all to their components instead Sep 30 05:49:56 So we have an unified approach Sep 30 06:33:57 Herrie, makes sense Sep 30 06:34:06 hiya morphis_ Sep 30 06:34:15 ka6sox-moose: hey! Sep 30 06:34:55 LTNS Sep 30 07:38:24 Morning! Sep 30 07:38:33 Tofe: morning! Sep 30 10:10:59 howdy! Sep 30 10:12:18 dkirker: Hi :) Sep 30 10:12:31 What an ungodly hour it must be for you LOL Sep 30 10:18:05 How are things? Sep 30 10:52:11 I think he fell asleep... Sep 30 11:01:06 definitely an ungodly hour then.. Sep 30 13:40:43 DougReeder: I restructured the source code files for Testr a bit so they have a clearer structure with style and views folder like the 2.5.1.1 bootplate app, Settings and other apps. Sep 30 13:48:05 Tofe: Is the Webengine OK to merge or you want to rework it still based on yesterday's findings? Sep 30 14:04:09 Is it ok; the rework needed would lead us too far Sep 30 14:06:39 It is OK you want to say? Sep 30 14:16:51 yes :) Sep 30 16:45:08 nizovn: ping Sep 30 16:45:13 Herrie: pong Sep 30 16:45:58 nizovn: You happen to know if we stopped using Upstart altogether across LuneOS or we just replaced it for the boot with systemd? Sep 30 16:48:07 i think we don't use upstart at all Sep 30 16:54:29 but iirc you can't simply delete .in files from repositories because they are required by some webos repository layout template Sep 30 16:55:05 nizovn: Yeah Sep 30 16:55:10 I'll check a bit Sep 30 16:55:17 I have some mysteries I cannot explain.... Sep 30 16:55:48 I.e. we have FirstUse creating https://github.com/webOS-ports/org.webosports.app.firstuse/blob/master/plugin/plugin.cpp#L36 Sep 30 16:56:32 But there's another file in that location that seems to get triggered when the first-use-file is there... /var/luna/preferences/first-use-profile-created Sep 30 16:57:24 yes, i see that too Sep 30 17:00:34 There are 2 ways to do this it seems Sep 30 17:01:15 luna-send -n 1 palm://com.palm.service.accounts/createLocalAccount '{}' Sep 30 17:01:55 And setting the file flag via script Sep 30 17:02:11 But it must somehow make this call Sep 30 17:02:27 https://github.com/webOS-ports/luna-appmanager/blob/master/Src/base/BootManager.cpp#L209 Sep 30 17:03:20 AH yeah I found that now too... https://github.com/webOS-ports/luna-appmanager/blob/9216d3b302e25698b6aa9a02722f10e2aff3406a/Src/base/BootManager.cpp#L202 Sep 30 17:03:37 yup Sep 30 17:05:10 I guess we'd need to extend that a bit to include the call to https://github.com/openwebos/configurator/blob/18ebce9af19d635b9c8765c7165d2ac2e7b007d0/desktop-support/configurator.upstart#L50 Sep 30 17:05:19 So it will create the missing activities Sep 30 17:05:32 I tried doing it in FirstUse, but I have timing issues. Sep 30 17:05:52 I.e. it takes too long to create the local account before I can kick off the luna-send call Sep 30 17:06:50 I guess I can give that a try, doesn't look too hard ;) Sep 30 17:12:18 you maybe can try to do this in configurator systemd service file Sep 30 17:21:15 or according to https://github.com/openwebos/configurator/blob/18ebce9af19d635b9c8765c7165d2ac2e7b007d0/files/etc/event.d/configurator#L40 Sep 30 17:21:21 we can simply enable https://github.com/openwebos/activitymanager/blob/2a2e29e65bc90a6ed88f234dbde8a120b33a5c86/include/internal/ActivityManagerFeatures.h#L66 Sep 30 17:24:12 I'll play around a bit Sep 30 18:41:27 Herrie: did you solve your systemd issues, in the end? Sep 30 18:52:36 Tofe: No my image from this morning was still stuck on the Google logo. I guess I'm going to try something else (i.e. leave webos-systemd-services but just rename the files) as an initial test Sep 30 18:54:49 can you share your .tar.gz and/or vbox image with me ? Sep 30 18:54:59 Tofe: Sure Sep 30 18:58:23 Uploading Sep 30 19:06:44 Tofe: http://vve-goudenleeuw.nl/downloads/luneos-dev-package-mako.zip Sep 30 19:06:48 thx Sep 30 19:12:06 got it Sep 30 19:28:57 no systemd file seems to be missing Sep 30 19:31:55 No reference to any "Luna*" service Sep 30 19:34:51 Tofe: Yeah I figured out the same Sep 30 19:35:15 The only real difference I found was the postinst files that does the systemctl enable xxxx.service Sep 30 19:35:24 elvispre|s: Hi ;) Sep 30 19:35:32 Thnx for the notes, so far not much luck though :P Sep 30 19:35:42 Hello. Sep 30 19:36:01 Oh well, I had them anyway. Sep 30 19:37:00 Yeah Sep 30 19:39:26 Herrie: as a last hope, you can modify luna-dev-package.zip itself: create /var/log/journal in the archive, re-zip and then flash it, boot it once, then go to recovery, mount the luneos partition, extract the journal, read it locally Sep 30 19:42:38 Tofe: Yeah will get to that later I guess Sep 30 19:42:43 Trying to solve 865 first :P Sep 30 20:32:45 Tofe: Tada :) https://github.com/webOS-ports/luna-appmanager/pull/18/files Sep 30 20:32:53 That should finally put 865 to rest :D Sep 30 20:36:39 nizovn: ^ feel free to shoot, you know I normally don't touch C++ :P Sep 30 20:46:45 OK put a new build to run for now to see what happens if I simply rename the .service files and the references **** ENDING LOGGING AT Sat Oct 01 02:59:58 2016