Michaël Lhomme
Michaël Lhomme
For future references, forcing the initialization of **pythoncom** from the thread did the trick for me (from the answer to https://stackoverflow.com/questions/47735809/running-pyad-in-flask) import pythoncom # From thread pythoncom.CoInitialize()
Minimal example to reproduce: https://github.com/papylhomme/MySensorsTest
Stumbled across this, solution from https://github.com/hashicorp/hcl/issues/449 works for me when building pixiecore : `export GO111MODULE=on`
Hello, I'm interested by some feedback as I'm planning on migrating from MariaDB to Postgres. Did you encounter other problems and reverted or are you still using your new instance...
I totally agree with you, that's the main reason why I hadn't attempted it. Thanks for the details BTW ! Trying it now, but the postgres import is failing with...
Hello, looking into this but I'm not sure I can implement it. The main issue is this application doesn't user `smartmontools` at all but instead rely on `libatasmart` via `UDisks2`....
Can you check if UDisks export the SMART attributes using a dbus client like `qdbusviewer` ? See https://github.com/papylhomme/diskmonitor/issues/19#issuecomment-480586071 for details on how to do that. Looking more in debt into...
This issue is still blocked upstream by **udisk** but things might move on their side eventually : the related issue receveid an interesting update yesterday https://github.com/storaged-project/udisks/issues/386#issuecomment-1114116777
Yes indeed, shipped with udisks2-2.10 (https://github.com/storaged-project/udisks/issues/1121), available on Arch but not yet on Manjaro. Definitely some work to do on diskmonitor as the Drive.Ata and NVMe.Controller interfaces have some differences....