Re: vmd guests time drift

2024-10-18 Thread All
So, the solution was to remove new gcc version and download that old one (13.2.1_git20231014), install it offline. Then vmm_clock compiled (with errors and stuff), I loaded it and now seems time is actually not drifting. Will see if it will stay that way. Thank you for pointing me to vmm_clock.

Re: vmd guests time drift

2024-10-18 Thread All
OK, I tried to build just vmm_clock, but unfortunately the error is still the same.   The kernel was built by: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014   You are using:   gcc (Alpine 14.2.0) 14.2.0 On Saturday, October 19, 2024 at 12:48:03 p.m. GMT+9, Mike Larkin wrote:

Re: vmd guests time drift

2024-10-18 Thread Mike Larkin
On Sat, Oct 19, 2024 at 03:14:15AM +, All wrote: > I see,I appreciate all the help.  I did try clocksource=tsc tsc=reliable. > Added it to extlinux.conf and ran extlinux --update /boot > > > Both > /sys/devices/system/clocksource/clocksource0/current > _clocksource > and > /sys/devices/system/c

Re: vmd guests time drift

2024-10-18 Thread All
I see,I appreciate all the help.  I did try clocksource=tsc tsc=reliable. Added it to extlinux.conf and ran extlinux --update /boot Both /sys/devices/system/clocksource/clocksource0/current _clocksource and /sys/devices/system/clocksource/clocksource0/availab le_clocksource both show "tsc" now

Re: vmd guests time drift

2024-10-18 Thread Mike Larkin
On Fri, Oct 18, 2024 at 06:37:00PM -0500, Brian Conway wrote: > On Fri, Oct 18, 2024, at 5:24 PM, All wrote: > > Hi, > > > > Alpine guest has a pretty bad time drift. I saw that a while back, > > 7.3(?) there were > > people facing similar issue with vmd guests. > > I did search for solution and sa

Re: vmd guests time drift

2024-10-18 Thread Brian Conway
On Fri, Oct 18, 2024, at 5:24 PM, All wrote: > Hi, > > Alpine guest has a pretty bad time drift. I saw that a while back, > 7.3(?) there were > people facing similar issue with vmd guests. > I did search for solution and saw some workarounds. > Playing with kern time hardware under sysctl. > No l

vmd guests time drift

2024-10-18 Thread All
Hi, Alpine guest has a pretty bad time drift. I saw that a while back, 7.3(?) there werepeople facing similar issue with vmd guests. I did search for solution and saw some workarounds.Playing with kern time hardware under sysctl.No luck though. Does anyone faced this problem? How did you fix it?