Naomi Rennie-Waldock
Naomi Rennie-Waldock
@pylerSM So far I'm unable to get it to crash with that code. It worked in the emulator and on my Desire HD.
I don't think it's worth disabling those checks for x86 devices just because it crashes in one emulator. I've tested AMIDuOS x86, Google's x86_64 and a Galaxy Tab 3 10.1...
It isn't broken on other emulators, or actual x86 devices. On 2 Aug 2016 07:10, "pyler" [email protected] wrote: > Please test the specific one - Genymontion Nexus 6P 6.0. Emulator...
A pid file is not reliable. PIDs are eventually reused.
You'll need to run the glances container with `--pid host` for it to not have a separate PID namespace (as mentioned in their docs).
@abarisain I updated the project files last year for the latest SDK (and updated/replaced obsolete libraries). I think I still need to update the library list in about. I also...
> While we won't be able to add ftp, https is definitely a bug. It should be solved with a "use a secure connection" checkbox (and possibly a "allow self...
No, the release builds don't have UEFI boot support. See #28 for partly working WIP build. On Tue, 8 May 2018, 15:25 chelmND, wrote: > I downloaded the latest build...
I'd first like to fix the issues with it failing to boot in certain cases, but haven't had the time to do more testing with it
Somehow I missed the notification for this. According to the kernel docs, `libata.ignore_hpa=1` should allow dban to destroy the data in there (but would not remove the HPA). I'd probably...