**** BEGIN LOGGING AT Mon Feb 15 02:59:59 2016 Feb 15 04:56:35 Tofe: I think you can use a file as import Feb 15 04:56:40 Let me find an example Feb 15 05:00:27 Tofe: Not 100% what you're looking for but close: http://www.fordmaverick.com/GrabberSoftware/Communities/loadmn.sh Feb 15 06:16:00 Herrie: close, but imagine if the "objects" string here would be 1Mb long... Feb 15 06:42:04 Tofe: Yeah I guess with 1MB it's not really good ;) Feb 15 06:48:02 Tofe: The only official way documented is using the Foundations.Data.DB which you were using already? http://www.openwebosproject.org/docs/developer_reference/foundations/data/#.VsFz8tAveUk Feb 15 07:53:59 Herrie: yes, I took inspiration from there Feb 15 07:54:38 I really think the js code it almost finished; there's just this ls2 bus handling to configure Feb 15 07:55:19 One other way would be to extend configurator, but it would mean rewrite the whole js code into C++ Feb 15 08:21:42 morning Feb 15 08:24:15 Morning Feb 15 08:49:08 Tofe: I think for long term it would be good to extend configurator (maybe LG already did but didn't push to public) Feb 15 08:49:53 But that might be something for someone who's very familiar with db8 like feniksa? Feb 15 09:42:01 Herrie|Veer: well, configurator already does write to db8, and all the logic is already in the js script, so there isn't anything really new here; however, with result callbacks and so on, I might be a bit technical Feb 15 20:44:40 About configurator - I think it is possible to extend configurator. Feb 15 20:50:01 Tofe: Hi :-) Feb 15 20:50:20 feniksa: Hi! Feb 15 20:50:36 I just discovered the mistake in my node.js script actuallty :) Feb 15 20:50:58 (this one: http://paste.ubuntu.com/15040345/ ) Feb 15 20:51:25 Tofe: Great. From my side - just prepared request for porting bug fixes to opensource (DB8), but it will take some time to take review and accept changes for opensource Feb 15 20:51:34 the mistake being to call process.exit() when async db queries have been started... So I didn't see any response, but I didn't let them arrive either Feb 15 20:52:02 feniksa: that's great! Feb 15 21:28:27 Herrie: something like this might work: https://github.com/webOS-ports/meta-webos-ports/compare/fido...Tofee:fido?expand=1 Feb 15 21:28:54 I still need to finish it, but I have already run the node.js script to populate some geocoding data Feb 15 21:37:05 Tofe: Looks like a nice start :) Feb 15 21:46:09 ka6sox: http://issues.webos-ports.org/issues/721 Feb 15 21:46:46 It seems it only works for new installs, not for upgrades. Somehow the /media/internal/wallpapers that is available in the image doesn't get extracted when we're upgrading the system. Feb 15 21:46:49 Any ideas? Feb 15 23:39:21 Tofe: don't Fall process.exit(). If you want to exit because of an error, throw the error. Otherwise just let node.js finish all that async stuff it does.... Feb 16 01:37:12 Herrie, I'll look **** ENDING LOGGING AT Tue Feb 16 02:59:59 2016