Ubuntu Server 16.04 Systemtime runs fasterUbuntu server on VirtualBox Why WinXP faster than Xubuntu under...
Does Skippy chunky peanut butter contain trans fat?
Difference in casting float to int, 32-bit C
The No-Straight Maze
How to access internet and run apt-get through a middle server?
Can the "Friends" spell be used without making the target hostile?
Does an Eldritch Knight's Weapon Bond protect him from losing his weapon to a Telekinesis spell?
What is the difference between "...", '...', $'...', and $"..." quotes?
Why does 0.-5 evaluate to -5?
What is the industry term for house wiring diagrams?
Microtypography protrusion with Polish quotation marks
How can the probability of a fumble decrease linearly with more dice?
Has any human ever had the choice to leave Earth permanently?
What is the wife of a henpecked husband called?
Does the ditching switch allow an A320 to float indefinitely?
I have trouble understanding this fallacy: "If A, then B. Therefore if not-B, then not-A."
Why is it that Bernie Sanders is always called a "socialist"?
Subsurf on a crown. How can I smooth some edges and keep others sharp?
What game did these black and yellow dice come from?
Why is a temp table a more efficient solution to the Halloween Problem than an eager spool?
Is there a verb that means to inject with poison?
How can I play a serial killer in a party of good PCs?
How to delete duplicate text from a file?
A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?
Potential client has a problematic employee I can't work with
Ubuntu Server 16.04 Systemtime runs faster
Ubuntu server on VirtualBox Why WinXP faster than Xubuntu under Virtualbox?PHP/Apache runs as which user on Ubuntu ServerGuest Ubuntu 16.04 runs very slowly in VirtualBox Windows 10 hostVM Ubuntu Server 16.04 no network connection with static IPUbuntu server 16.04 execute rbenv commands on startupTest running DevStack on Ubuntu Server 16.04Is there an Official Ubuntu Server 16.04 vagrant box?Ubuntu 18.04 clock is faster by 2minUbuntu Server 16.04 Not Powering Off in Virtualbox
I am running an Ubuntu Server 16.04. in a Oracle VM Virtualbox. The last weeks the systemtime runs faster than normal. After one day the systemtime is 5-7 minutes in future.
Has anybody same problems in VMs?
My hotfix at the moment: Running a script that updating the systemtime every hour.
while true
do
sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z" > /dev/null
sleep 3600
done
server virtualbox time
add a comment |
I am running an Ubuntu Server 16.04. in a Oracle VM Virtualbox. The last weeks the systemtime runs faster than normal. After one day the systemtime is 5-7 minutes in future.
Has anybody same problems in VMs?
My hotfix at the moment: Running a script that updating the systemtime every hour.
while true
do
sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z" > /dev/null
sleep 3600
done
server virtualbox time
add a comment |
I am running an Ubuntu Server 16.04. in a Oracle VM Virtualbox. The last weeks the systemtime runs faster than normal. After one day the systemtime is 5-7 minutes in future.
Has anybody same problems in VMs?
My hotfix at the moment: Running a script that updating the systemtime every hour.
while true
do
sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z" > /dev/null
sleep 3600
done
server virtualbox time
I am running an Ubuntu Server 16.04. in a Oracle VM Virtualbox. The last weeks the systemtime runs faster than normal. After one day the systemtime is 5-7 minutes in future.
Has anybody same problems in VMs?
My hotfix at the moment: Running a script that updating the systemtime every hour.
while true
do
sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z" > /dev/null
sleep 3600
done
server virtualbox time
server virtualbox time
asked 3 mins ago
user6266369user6266369
11
11
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121412%2fubuntu-server-16-04-systemtime-runs-faster%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121412%2fubuntu-server-16-04-systemtime-runs-faster%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown