2016-02-13 00:47:09 @kido mhhh I'm not really sure why but... since some days systemd does not provide /sbin/init anymore so if you meet issue when rebuilding an image you should change your ramdisk to exec /lib/systemd/systemd instead of /sbin/init 2016-02-13 06:13:33 bencord0 It might be worth putting a symlink at /sbin/init 2016-02-13 10:32:57 @kido the symlink was installed by systemd before, I don't get why it disapeared suddenly 2016-02-13 12:08:59 TheAppleMan oh, that's why it wasn't booting... 2016-02-13 12:21:58 TheAppleMan >.< all these git repos make dependency hell 2016-02-13 14:26:11 @kido for layers? 2016-02-13 14:26:16 TheAppleMan yeah 2016-02-13 14:27:36 TheAppleMan is there a way to find the git revisions used to build a rootfs? 2016-02-13 14:27:52 @kido nop :/ 2016-02-13 14:28:09 TheAppleMan :2016-02-13 14:29:36 TheAppleMan well, i'm getting closer to fixing this with sheer brute force 2016-02-13 14:30:23 @kido :) 2016-02-13 14:31:00 @kido I didn't spend so much time on it as I'm working with bluetooth atm but after a quick glance it seemd to come from sysvinit compatibility that could have been disabled for some obscure reason 2016-02-13 14:37:18 @kido I managed to setup a bluetooth low energy server on my laptop with qtbluetooth, I am able to explore the services and characteristics from gatttool on the watch and I can read every characteristics *except the one I want to serve* 2016-02-13 14:38:34 @kido from the watch I can scan and connect to devices with the bluez command line tools but not with qtbluetooth 2016-02-13 19:50:18 TheAppleMan okay, i have an ip address on my watch and it responds to ping 2016-02-13 19:51:17 @kido yeah :D 2016-02-13 20:01:07 TheAppleMan but i'll need to fix the wpa_supplicant service file so that it actually runs from systemd... 2016-02-13 20:03:07 @kido how is it now? 2016-02-13 20:05:16 TheAppleMan it's not picking up the config file, so it's not opening the socket for the cli 2016-02-13 20:05:47 TheAppleMan so i have to run it from the shell, which disconnects when i uncradle it