Daniel Nelson
Daniel Nelson
The [logrotate] configuration we have uses copytruncate: > copytruncate > Truncate the original log file to zero size in place after cre‐ > ating a copy, instead of moving the...
It seems like this could complicate the build process especially when cross compiling. Also, I believe users of this library would need to provide the source code for Open Hardware...
Yes, thanks again.
At first I got this error: ``` Traceback (most recent call last): File "xinput-test.py", line 22, in print(xcffib.xinput.HierarchyEvent(xcffib.MemoryUnpacker(event.buf))) AttributeError: 'GeGenericEvent' object has no attribute 'buf' ``` I switched the code...
Thanks, appreciate you looking into this.
Related #5119 #5532
I wonder if we ought to move to the XML output, could you run `nvidia-smi -q -u -x --dtd` and attach the output?
I guess we don't want the `-u` flag, could you run it again without it: `nvidia-smi -q -x --dtd`
I think we have collected the important information to where someone could work on this, but I don't personally have this on my schedule right now. Will probably depend on...
@DamianRemotr Some of this data could probably be added without switching to the XML format, it might be worth doing this first, since it only requires modifying a few strings...