**** BEGIN LOGGING AT Fri Jan 24 02:59:58 2020 Jan 24 08:09:41 Morning! Jan 24 08:18:12 Morning! Jan 24 08:54:09 Tofe: Still fighting a bit with Android inside LXC: I changed service.cpp from HWServiceManager a bit to add logging: https://paste.ubuntu.com/p/mbr4Mb2xhh/ Jan 24 08:54:16 And got: https://paste.ubuntu.com/p/Hhv7Y9RfZs/ Jan 24 08:58:01 Seems that it has problems to set the property somehow Jan 24 08:58:45 Not sure that something like this would help: https://github.com/mer-hybris/droid-vendor-sony-nile-pioneer/blame/2ad628a592d85472e88597f2c6b09aee3f9469fd/sparse/vendor/etc/init/hw/init.pioneer.rc#L103 Jan 24 09:03:22 Herrie: I don't think it'll help with the "no such file or directory" issue Jan 24 09:03:48 you do have the halium patch on init binary for properties, right Jan 24 09:04:59 This one? https://github.com/Halium/android_system_core/commit/abd4d42251e096805c67876a58a0a1451695fd0f Jan 24 09:05:50 this one https://github.com/Herrie82/android_system_core/commit/f47a0698fb116725c367dc96c42f3bd6768cec14 Jan 24 09:08:33 Well yeah that on ei have? Jan 24 09:09:15 And that would be get & list, not set? Jan 24 09:11:54 these ones are mainly there to let the userspace outside of lxc access the properties Jan 24 09:12:09 through a common socket Jan 24 09:12:28 maybe that's the problem ? maybe the socket isn't there? Jan 24 09:12:49 That wouldn't be the first missing socket Jan 24 09:13:58 I saw some commit about some misteriously missing socket for rild Jan 24 09:20:01 Tofe: I guess that's being done somewhere here in bionic? https://github.com/Halium/android_bionic/blob/halium-8.1/libc/bionic/system_properties.cpp#L1264 Jan 24 09:20:44 probably; it's dealing with /dev/property_service socket or something like that Jan 24 09:27:01 Seems we have: static const char property_service_socket[] = "/dev/socket/" PROP_SERVICE_NAME; Jan 24 09:27:24 So I guess I need to figure out what's "PROP_SERVICE_NAME" Jan 24 09:28:01 So should be /dev/socket/property_service it seems Jan 24 09:28:12 Which I don't have Jan 24 09:28:37 https://paste.ubuntu.com/p/ppMcNKNpG2/ Jan 24 09:29:18 ok, that could be a lead... Jan 24 09:29:45 also it seems it has a cache for properties in /data Jan 24 09:30:37 maybe you could introduce some traces in set_property to track down where the issue is happening Jan 24 09:31:28 in /android/data/property I only have halium ones Jan 24 09:48:46 Tofe: Yeah will do that I guess Jan 24 10:03:37 morning Jan 24 13:51:24 JaMa: Morning! Jan 24 14:34:52 FYI: I've borken testing builds for a while now with another push to meta-qt5/master, but all should be ok now, I've merged the 5.14 changes to meta-webos-ports/zeus Jan 24 14:36:03 JaMa: Thnx... I'm trying to get Android 8.1 based builds using Halium working before moving onto some other things Jan 24 14:36:08 Getting close, but not there yet Jan 24 14:36:20 LXC container is starting, but still some small bits to sort it seems **** ENDING LOGGING AT Sat Jan 25 02:59:59 2020