Leonard Göhrs
Leonard Göhrs
Hi @mvp, udev ---- > including supporting root-less uhubctl operation if udev permissions are set up I've just added a commit to the PR that adds a section to the...
> `--nosysfs` should be good solution for sensible defaults under most usage scenarios. Sounds sensible to me. Implementing it required a bunch of `#ifdef __gnu_linux__`s that I am not particularly...
Hi, sorry for the long delay, I've been on vacation. I've just tested uhubctl on our embedded device with an (when it comes to USB) unpatched 6.0 kernel. Using `strace`...
Hi @mrunge, > […] I would like to consider all outputs over the net as being unreliable per se. […] Well, yes. It will always be kind of _best effort_...
Hi @eero-t, > Are there some particular write plugins with which you have stall problems / are there issues in some of the plugins which you think should be separately...
Hi @eero-t > Build fails on Solaris due to: > > ``` > Undefined first referenced > symbol in file > stpcpy src/daemon/collectd-plugin.o > ld: fatal: symbol referencing errors. No...
Hey @mrunge > Yes, for sure. I was mostly referring to use-cases, where you have collectd collecting metrics and events either in data centers and also on edge locations, both...
Hi @eero-t, sadly not yet. I've been busy with other stuff the last couple of weeks and am currently at the Open Source summit in Dublin. I do however plan...
Hi, I've found some time to work on this PR again. Setup --- > Do you have a setup, where you can test all of those 3 cases? Well now...
I never would have guessed that it could have anything to do with missing debug symbols! I will make sure to install them and re-run my setups with helgrind. Then...