Luiz Vitor Martinez Cardoso

Results 40 comments of Luiz Vitor Martinez Cardoso

> Any proposal to fix it? It is easy to unset STA_UNSYNC flag by calling adtimex with `MOD_STATUS` and `status &= ~TimexStruct.STA_UNSYNC` but somehow the kernel seems to reset back...

Hi @twekkel I was investigating it other day again, never ever givup! > Is systemd-timesyncd running maybe? If so, try stopping it with > > `systemctl stop systemd-timesyncd` Yes, both...

@twekkel, no it isn't working: ``` NTP synchronized: no ``` ``` x@x-070b7508:~$ uname -a Linux x-070b7508 3.4.113-sun8i #2 SMP PREEMPT Tue Dec 26 16:01:30 PST 2017 armv7l armv7l armv7l GNU/Linux...

@twekkel, I forgot to call adjtimex() as root on later tests... it seems to be working BUT I still don't know why in the past tests the STA_UNSYNC was resetting...

@twekkel, with random reboots during the day, the STA_UNSYNC is resetting again after a successful set. ## successful set ``` Dec 15 20:52:44 x-070b7508 systemd[1]: Started clockstate. Dec 17 01:01:15...

@twekkel, yes it working! Do you need any help to improve it? I read a comment saying "needs improvements RFC 5905". About not merging to master... I know your point...

> Hi, Grabber > > The TSDB default storage mode is **rollover**. The oldest sector will clean if the database is full. You can see the TSDB control API: https://armink.github.io/FlashDB/#/api?id=control-tsdb...

@mmatczuk and @AkeemMcLennon go version go1.12.4 linux/amd64 ``` 2019/04/14 20:33:49 http: proxy error: can't switch protocols using non-Hijacker ResponseWriter type *http2.responseWriter ``` https://stackoverflow.com/questions/27075478/when-to-use-hijack-in-golang

Over a tcp tunnel, websocket is working with go 1.12.4

It is a little off-topic, but has anyone tried to apply the underlying concepts to price modeling on e-commerce? I can clearly see an analogy to real transactional application.