22 Jun
2020
22 Jun
'20
10:50 a.m.
On 2020/05/24 13:04 , Bernd Strehhuber wrote:
with newer Linux Dists / glibc Versions (tested on Ubuntu 20.04 LTS) stime() has been deprecated and replaced with clock_settime(). Busybox got the following commit back in 11/2019:
https://git.busybox.net/busybox/commit/?id=d3539be8f27b8cbfdfee460fe08299158...
Compiling on the latest Ubuntu version I applied the attached diff to get things working again.
I put a version in the devel branch of the software probe that refers to a newer version of busybox code, which no longer uses stime. Could you please try that version and see if it works on Ubuntu? Philip