Lorenzo Buzzi
Lorenzo Buzzi
I confirm the issue. This is what I get :-( `cc -s -static xxxxxx.o xxxxxx-local.o xxxxxx-xml.o xxxxxx_utils.o vg_xxxxxx_support.o vg_xxxxxx_utils.o km_xxxxxx_template.o -o xxxxxx.exe -LC:/msys64/mingw64/lib -lxml2 -LC:/msys64/mingw64/lib -lz -LC:/msys64/mingw64/lib -lws2_32 -lssl -LC:/msys64/mingw64/lib...
Same issue on Ubuntu 20.04. A lot of (continuous) disk I/O by onedriver.
I faced the same issue with some IPv4 routes. I clarify with an example. This is the output of `ip route list`: ``` default dev eth0 proto static 192.168.0.0/24 dev...
I developed and tested [this patch](https://github.com/user-attachments/files/21237881/bootuptime-3.24.1.txt) on code 3.24.1 and it proved to work. It defines a macro called `${BOOTUPTIME}` whose value is the **number of seconds elapsed since boot**....
> Hello, I'm also looking to add a boot uptime to my log messages. Is it possible to increase its precision to the millisecond level? With a patch similar to...