petreeftime

Results 69 comments of petreeftime

Hi, timeout works ok as far as I tested some time ago, but it's possible that it gets stuck in some BlueZ function, since the issue is that it returns...

There will be one for when connected status changes: https://github.com/intel-iot-devkit/tinyb/commit/415dea7504a3ee58b76bc31f3b9ec9fe2e9381d2#diff-16bcd3d48f4412f8f516008ae7530ffaR79. You'll have to register a callback which will get called when connection status changes, but it will not be implemented...

As far as I can tell there is no way to impose a connection timeout to DBus or BlueZ, however, it might be possible to override in the library by...

> You can just unpack the layers into the rootfs folder if you really want to start from a docker image. That's basically what the aws tooling does as well,...

`spawn_bash` waits for bash to exit, which is always `timeout` unless bash `exit`s or the stream is otherwise interrupted. `spawn` will terminate immediately after the command that it executes finishes....

We don't have anything planned at the moment.

Can you describe a bit more the issue that this patch is fixing? It seems to make the commandline arguments inconsistent, since they follow `snake_case` rather than `kebab-case` in `enclave_build`...

https://github.com/parallaxsecond/rust-tss-esapi/pull/520 Created a PR for this issue.

I can confirm that this happens for me as well with hello-vmlinux.bin. The backtrace from gdb doesn't seem very useful: ``` #0 epoll_pwait (fd=8, ev=0x202cf40, cnt=100, to=-1, sigs=0x0) at src/linux/epoll.c:29...