Displaying 14 results from an estimated 14 matches for "adjtimex".
2011 Dec 27
1
Hyper V integration question
...s to rebuild Hyper V Integration tools due to the kernel panic.
http://www.sudonym.com/398/kernel-panic-after-yum-update-centos-with-hyper-v-linux-integration-components
Done. But I'm getting an error message: "Your system DOES NOT support the timesource driver" when running make.
adjtimex is installed - adjtimex-1.20-2.1.
Any ideas? I've successfully followed the same steps in the past, but right now they are just not working.
Thank you!
Asya
2005 May 13
1
RE: NTP time issues DomU''s
...any effect whatsoever?
If you don''t run ntp in the domU''s, it should just work.
If you want to run ntp in the domU, try:
echo 1 > /proc/sys/xen/independent_wallclock
I guess we could be smarter about this, and make the wall clock
independent automatically if someone does an adjtimex syscall. Anyone
got any comments on this?
Ian
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2015 Mar 06
0
leap second and Centos
...last couple of leap seconds (the issues that happened were previously
unknown).
There are a couple of ways to test:
- If you don't need to "prove" NTP goodness, you can set up a
free-running system with no NTP client, set the time to just before
the leap second, and then use the adjtimex command (looks like this
isn't in RHEL/CentOS/EPEL so you would need to build it, like from the
Fedora package) to set the leap flag. Then just watch your system
through the leap second.
- If you also need to "prove" NTP, you'll have to set up a second system
to be your...
2011 Apr 13
6
CentOs 5.6 and Time Sync
Hi,
I have upgraded my Dell C151 to the latest 5.6. I have always used
ntp to sync this machine and then the rest of the machines in the
network would sync from it. Since the update I cannot keep the right
time on the machine. This is with / without ntp. I have attempted
various scenario's with no luck. I am now trying the old kernel now as I
type this out. If anyone else has any
2015 Mar 06
2
leap second and Centos
On Tue, Jan 20, 2015 at 3:27 PM, Michael Hennebry
<hennebry at web.cs.ndsu.nodak.edu> wrote:
> Unix and ntp handle leap seconds a bit differently.
> Unix time increases during the leap second and drops back a second after.
> Ntp freezes time during the leap second.
> OS kernels may do either or neither.
Does anyone have a succinct summary of how to prove to
management-types that
2011 Jun 30
3
syncing wall clock time from Dom0 to hypervisor
While in the upstream kernel I''m unable to find any use of XENPF_settime
(and the DOM0_SETTIME alias of it) at all, in the 2.6.18 tree (and the
forward ports of it) the function gets used only when ntp_synced()
returns true (and - that''s minor - when independent_wallclock is not
set).
It would however seem to me that this doesn''t cover the case where
the host clock gets
2016 Jul 09
4
Option configure
Hello,
Am 09.07.2016 um 09:14 schrieb Rowland penny:
>> What is the purpose of the option
>> *
>> **--with-**systemd**
>> ****Enable****systemd****integration*
>>
>> To configure Samba (build).
>>
>
> It is there so that there is also the '--without-systemd' option.
>
> one turns on systemd integration, the other (thank your deity)
2008 Apr 22
1
32-bit Centos 5.1 kickstart hangs on xen domU HVM installation
...-1.sea2.jobster.us --port=514 --level=info
skipx
reboot
#Partition clearing information
clearpart --all
#Partition the Drives
part /boot --fstype ext3 --size=100
part swap --fstype swap --size=4096
part / --fstype ext3 --size=500 --grow
#Package install information
%packages resolvedeps
acl
acpid
adjtimex
-alsa-lib
-amtu
-anaconda
-anaconda-runtime
#?anacron
-apmd
apr
apr-devel
apr-util
apr-util-devel
-arpwatch
aspell
aspell-en
-at
-atk
-at-spi
attr
-audiofile
audit
audit-libs
-audit-libs-python
authconfig
autoconf
-autofs
automake
automake17
-avahi
-avahi-glib
basesystem
bash
bc
beecrypt
bind-libs...
2008 May 21
3
VMware and Time moved backwards
Hi,
I followed the discussions regarding the "time moved backward" problem
and the use of ntp in such cases. At our department we are running two
dovecot servers within an vmware server environment, and unfortunately
the timedrift (with ntpd active) exceeds sometimes up to 30 minutes
virtual drift within 10 minutes realtime (mostly into future). This is
due to some overcorrections
2016 Jul 09
4
Option configure
...=/usr/sbin/smbd -D
ExecReload=/usr/bin/kill -HUP $MAINPID
Restart=always
RestartSec=1
Nice=19
PrivateTmp=yes
PrivateDevices=yes
CapabilityBoundingSet=CAP_CHOWN CAP_SETGID CAP_SETUID CAP_DAC_OVERRIDE
CAP_KILL CAP_NET_BIND_SERVICE CAP_IPC_LOCK CAP_SYS_CHROOT
SystemCallFilter=~acct modify_ldt add_key adjtimex clock_adjtime
delete_module fanotify_init finit_module get_mempolicy init_module
io_destroy io_getevents iopl ioperm io_setup io_submit io_cancel kcmp
kexec_load keyctl lookup_dcookie mbind migrate_pages mount move_pages
open_by_handle_at perf_event_open pivot_root process_vm_readv
process_vm_...
2018 Jan 22
1
Samba 4.7 don't start on F27
...p=yes
PrivateDevices=yes
ProtectKernelTunables=yes
ProtectKernelModules=yes
ProtectControlGroups=yes
MemoryDenyWriteExecute=yes
CapabilityBoundingSet=CAP_CHOWN CAP_SETGID CAP_SETUID CAP_DAC_OVERRIDE
CAP_KILL CAP_NET_BIND_SERVICE CAP_IPC_LOCK CAP_SYS_CHROOT
SystemCallFilter=~acct modify_ldt add_key adjtimex clock_adjtime
delete_module fanotify_init finit_module get_mempolicy init_module
io_destroy io_getevents iopl ioperm io_setup io_submit io_cancel kcmp
kexec_load keyctl lookup_dcookie mbind migrate_pages mount move_pages
open_by_handle_at perf_event_open pivot_root process_vm_readv
process_vm_...
2007 Apr 18
33
[RFC PATCH 00/33] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides
the same platform interface as running natively on the hardware,
paravirtualization requires modification to the guest operating system
to work with the platform interface provided by the hypervisor.
Xen was designed with performance in mind. Calls to the hypervisor
are minimized, batched if necessary, and non-critical codepaths
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...s
SYSCALL FOUND: sched_getscheduler
SYSCALL FOUND: sysfs
SYSCALL FOUND: chdir
SYSCALL FOUND: stat64
SYSCALL FOUND: uname
SYSCALL FOUND: setfsuid
SYSCALL FOUND: getsid
SYSCALL FOUND: fstatfs64
SYSCALL FOUND: brk
SYSCALL FOUND: mpx
SYSCALL FOUND: clock_nanosleep
SYSCALL FOUND: setxattr
SYSCALL FOUND: adjtimex
SYSCALL FOUND: getpgid
SYSCALL FOUND: fstat
SYSCALL FOUND: getgroups
SYSCALL FOUND: sigaltstack
SYSCALL FOUND: sys_debug_setcontext
SYSCALL FOUND: chown
SYSCALL FOUND: timer_getoverrun
SYSCALL FOUND: fchownat
SYSCALL FOUND: uselib
SYSCALL FOUND: gettimeofday
SYSCALL FOUND: fallocate
SYSCALL FOUND:...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote:
> >
> Find attached two patches I have in order to build klibc 2.0.2
> against kernel 3.8.13
> We had to introduce those patches when going from kernel 3.6 to kernel 3.7
> Hope it helps.
>
those patches are wrong and again very brittle.
just use the way it is described in `make help':
A) cd ~/src/linux