Displaying 20 results from an estimated 9000 matches similar to: "system clock"
2013 Dec 02
3
CentOS Hardware clock time setting.
Hi, I would like to sync my CentOS 6.3 hardware clock time to my NTP
server's time. Can I do that without reboot the hosts?
If yes, it would be great if anyone of you can provide me steps to do that.
I am newbie in CentOS.
Thanks,
Anand Singh
2006 Oct 11
3
NTP and hardware clock
Hi,
I had the following problem today. Because of a misconfigured
network switch one system suddenly didn't have any network.
After a reboot (with the network still unavailable) NTPD refused to start.
Most likely because the initial ntpdate failed to work. I find this
troubling, because when the network was restored, NTPD could have resumed
working (like I'd expect from a true
2009 Oct 17
5
allowing users to issue the "shutdown" command
I am running CentOS 5.3 and have just the two accounts "root" and
"buz". I would like to be able to issue "shutdown" from the account
"buz", and thus created
/etc/shutdown.allow with the single entry "buz" (without any quotes).
I still
get the error message "only root can do this" (or something similar)
even if I include the
2011 Mar 04
3
Updating hardware clock from cron
Is there a package to do this?
Normally the hardware clock is set during shutdown if one is running ntpd.
But if a long-running server shuts down unexpectedly, this isn't done, and
the hardware clock might be off by a lot when it comes back up. So setting
it periodically from a cron job could be useful.
What do others do? Adding a one liner to /etc/cron.daily that invokes
2006 Nov 24
19
Time/clock issues with Xen 3.0.3?
The time appears to be perfect inside dom0, however all the domU''s
tend to have a slightly faster date which gets further out of sync
every day.
I''m currently using Xen 3.0.3 with Gentoo Linux, under 3.0.2 I had no
problems with domU clocks. Are there any known issues which could
cause this? I''d strongly prefer not to run ntpd in every domU,
having all domU clocks in
2011 May 14
9
DomU clock out of sync
Hey all,
I was watching some logs on a domU today and i suddenly noticed that the
timestamps were off by something on the order of 47 seconds. I was
surprised because *I don''t* run independent wall clocks. I checked
some other domUs and the "drift" was also very close to that of the
first domU.
I also checked another dom0, Here the domUs were "only" out of sync by
2004 May 26
1
clock skew again
Hi,
ok this time i have really done every thing i can
do.
i went to
http://www.bytefusion.com/download/win2000/middle.htm
and downloaded the presentTense time server for
windows 2000. i installed it on my backup domain
controller.
my sys admin wont allow it on the primary domain
controller.
ok so after installing it on niit91 (10.10.11.91)
i came back to my linux box started the ntpd and
2011 May 08
6
ntp revisited (so what to do ?)
OK,
So what you people say is :
1. Run "ntpdate" during startup only once
2. After that, keep time with ntpd
Right ?
Regards,
spyros
----
"I merely function as a channel that filters
music through the chaos of noise"
- Vangelis
2010 Apr 25
2
hardware clock drift and CDR
Hi,
I've noticed that one of my new servers (new mobo) if drifting slowly backwards in time (in aprox. 24 hours, system time drifts back 5 minutes).
I have an ntpd process which is supposed to sync with a lan time server but it's not quite working. So I'm launching a manual ntpdate or ntp-client once an hour and that seems to work.
However, suppose I update system time at every hour
2006 Feb 26
17
domU clock over 23s off
Hey,
I have rather new installation of xen, dom0 is running ntpd and is
perfectly in time. All domU''s are ~23s in future. Running ntpd on
the domU''s seem to have no effect, /proc/sys/xen/independent_wallclock
appears to have no effect. I''m running xen-unstable and 2.6.16-rc4
in AMD64 box.
Any tip would be appricated.
Thanks,
--
++ytti
2007 Nov 09
5
System on time
Hi,
To get my system on time, I usually issue these two commands:
# ntpdate de.pool.ntp.org
# hwclock -w
And when I want this to be done on startup, I put the two lines in
rc.local.
I wonder if this is an orthodox way to do things. Or is there something
more appropriate?
Niki Kovacs
2009 Jun 12
3
how to set ntpd listen only 127.0.0.1 ?
Hello, all.
I would like to use ntpd for time sync not rdate or ntpdate.
but after installation the ntpd, I found that listened at all interfaces like below.
udp 0 0 192.168.111.2:123 0.0.0.0:* 11528/ntpd
udp 0 0 xxx.xxx.62.20:123 0.0.0.0:* 11528/ntpd
udp 0 0
2016 Jan 27
4
NTP Service Running on Local Host does not Sync System Time
Hi List
I have ntp running as a service on a PC, with the expectation that it
would keep time in synch to my ntp server.
However, while I can manually update the time using "ntpdate -u ...",
I find that if I manually force the wrong time, the ntpd service does
not automatically re-synch the system time with the ntp server:
- Current time:
[admin at lol ~]# date
Wed Jan 27 10:54:21
2015 Feb 12
4
Why the command 'service ntpd stop' cause the time reversed?
A shell script is deployed to synchronize time, the script is invoked hourly by crontab, and its content is as follows:
#!/bin/bash
service ntpd stop
ntpdate 192.168.0.191 #it's a valid ntpd server in LAN
service ntpd start
chkconfig ntpd on
Inspected the Linux log(Centos6.4 /var/log/messages), found the following fragment:
Jan 7 14:00:01 host1 ntpd[32101]: ntpd exiting on signal 15
Jan 7
2017 Feb 05
2
Chrony vd NTP
On 05/02/17 16:15, Richard wrote:
>
>> Date: Sunday, February 05, 2017 10:26:05 -0500
>> From: Robert Moskowitz <rgm at htt-consult.com>
>>
>> I have read:
>> http://thegeekdiary.com/centos-rhel-7-chrony-vs-ntp-differences-bet
>> ween-ntpd-and-chronyd/
>>
>> My server is up all the time and will serve time to internal
>> systems (via
2013 Oct 21
3
Puppet check ntpd change
Hi All,
I am using vms on gogrid and rackspace completely. I am decent but still
learning puppet. The biggest problem with vms, especially where I cant
control the Host is ntp time and date sync to be good.
Here is my config to sync ntp. Please dont tailor my code just help me fix
the problem. This code works 99% of the servers its on except for 2 centos
5 machines.
class base {
class {
2019 Apr 08
3
Questions about time synchronisation in a multi-DC Samba environment
Hi All,
I am currently running a setup with a main DC ad1, that has ntpd
installed and is currently configured to retrieve the time from the UK
NTP time pool. I also have a second backup AD DC, ad2, on which I have
not installed ntpd but I have installed ntpdate. My current
understanding is that the setup I have just described is in-line with
the recommended best practices outlined in the
2006 Oct 12
5
DO NOT REPLY [Bug 4168] New: Random file has vanished when syncing clock with ntpdate/hwclock ?
https://bugzilla.samba.org/show_bug.cgi?id=4168
Summary: Random file has vanished when syncing clock with
ntpdate/hwclock ?
Product: rsync
Version: 2.6.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2017 Feb 05
2
Chrony vd NTP
I have read:
http://thegeekdiary.com/centos-rhel-7-chrony-vs-ntp-differences-between-ntpd-and-chronyd/
My server is up all the time and will serve time to internal systems
(via DHCP options).
Caveat is that my server is an armv7 (Cubieboard2) which does not have
an RTC (no battery). So whenever the system boots, the time is ZERO
(Dec 31, 1969 or some such).
Chrony fixes this really fast;
2015 Feb 12
2
Why the command 'service ntpd stop' cause the time reversed?
Hi guys,
Thanks for your reply.
I originally used the following command to synchronize time:
ntpdate 192.168.0.191
but got the error: ntpdate[16715]: the NTP socket is in use, exiting
So i used the way of stopping ntpd service.
Now I have known that using command "ntpdate -u 192.168.0.191" can solve the above error, and also know using ntpdate command is an improper way, i.e. should use