Sysprogs forums › Forums › VisualGDB › Time stamp issues?
- This topic has 11 replies, 3 voices, and was last updated 4 years, 6 months ago by viordash.
-
AuthorPosts
-
January 26, 2019 at 14:31 #23586Brian BeukenParticipant
I’m getting a lot of strange errors, suddenly on all projects, but I’ve not altered the time on my PC or my targets which all show the correct current time.
The numbers and files/folders seem to vary and it doesn’t seem to stop the files being sent to the target but its a bit odd and I cant find a cause for it.
1>EXEC : warning : Stderr line received ‘tar: Assets: time stamp 2019-01-26 15:28:15 is 3587.90668868 s in the future’
any ideas?
January 27, 2019 at 06:15 #23589supportKeymasterHi,
Most likely your targets have a different time zone from the development machine. Please consider adjusting them, or simply add the timestamp offset via Tools->VisualGDB->Manage SSH Connections->Per-host Settings. You can also disable the tar timestamps completely in the same window if you want to restore the v5.3 behavior (setting timestamps to the time of transfer, not the original time of the files on Windows).
January 27, 2019 at 17:52 #23595Brian BeukenParticipantThat was my 1st thought, since the 3587 seconds is basically 1 hour out, and I am in the Netherlands using +1 from UTC, but both my main system and Raspberry target, take their time signals from the internet and are both set to UTC+1. So both are in the same time zone…its kinda strange.
I don’t seem to have Tools->VisualGDB->Manage SSH Connections->Per-host Settings as an option but I do have SSH Host manager, however it gives me no offsets or timestamp options
I am using VisualGDB 5.4 beta 2, 2675
- This reply was modified 5 years, 10 months ago by Brian Beuken.
January 27, 2019 at 17:55 #23597Brian BeukenParticipantReverting back to SCP transfer on the specific SSH connection for a device seems to have resolved it… maybe there’s an issue in your time checks?
January 27, 2019 at 17:57 #23598supportKeymasterHi,
Sorry, the page inside SSH Connection Manager is called “host-wide settings” and you will need to create an entry for your host in order to configure the timestamp difference.
May 14, 2020 at 09:57 #28129viordashParticipantHi.
I have same issue. “Stderr line received ‘tar: Utils: time stamp 2020-05-14 14:50:13 is 10798.260748773 s in the future'”
VisualGDB 5.5.5.3573.
Timestamp offset settings is not helped in my case. I don’t see any impact when changing the value.
Changing time in the build machine (Linux Mint) is helped, the warning messages are no longer displayed
May 16, 2020 at 20:37 #28138supportKeymasterNo problem, please try this build: VisualGDB-5.5.5.3618.msi
It will display the currently used timestamp offset in the build log after the warning suggesting to use the Host-wide settings, e.g.:
Current timestamp offset for ubuntu19vm is -3600 (generation=0).
Please try the following steps to narrow down the problem:
- Build the project normally. Locate the current timestamp message and the “time stamp in the future” warning in the build log.
- Try adjusting the value in Host-wide settings (e.g. subtract 1000 from it).
- Build the project again and locate the updated messages.
Please share the messages from both builds and we should be able to track this down.
May 20, 2020 at 14:06 #28165viordashParticipantSo far, your decision has not helped. I noticed that the “Timestamp offset” setting only affects to files. But it has no effect on folders.
BTW, the time of folders on the build machine is constantly changing during compilation. But the modified time of the files, only if changed their contents.
Here are 2 messages, with different settings (10800 and -10800)
—-
Stderr line received ‘tar: Utils: time stamp 2020-05-20 18:58:57 is 10800.210223503 s in the future’
The target’s clock might be out-of-sync with this computer’s clock. Use the Tools->VisualGDB->SSH Host Manager->Host-wide Settings to configure the timestamp offset.
Current timestamp offset for viordash-virtual-machine is 10800 (generation=14).
make CONFIG=Debug
—-
Stderr line received ‘tar: Utils: time stamp 2020-05-20 19:00:06 is 10800.298549338 s in the future’
The target’s clock might be out-of-sync with this computer’s clock. Use the Tools->VisualGDB->SSH Host Manager->Host-wide Settings to configure the timestamp offset.
Current timestamp offset for viordash-virtual-machine is -10800 (generation=15).
make CONFIG=DebugUtils is a folder, and its modification time on the build machine is Wed 20 May 2020 07:00:06 PM MSK
May 21, 2020 at 17:05 #28175supportKeymasterThanks for clarifying everything. We have pinpointed and fixed the problem in the following build: VisualGDB-5.5.5.3626.msi
May 21, 2020 at 20:16 #28176viordashParticipantThank you, warnings messages are fixed.
A minor comment, I noticed that the modification time for files and folders differs with time zone value (my tz is +3)
In attachment I put the screenshot “2020-05-21_22-05-03.png”
Attachments:
You must be logged in to view attached files.May 22, 2020 at 00:24 #28181supportKeymasterNo problem, we have updated VisualGDB to use UTC times for folders, similar to files: VisualGDB-5.5.5.3628.msi
May 22, 2020 at 08:53 #28183viordashParticipantThank you, now everything is correct
-
AuthorPosts
- You must be logged in to reply to this topic.