Displaying 20 results from an estimated 200 matches similar to: "Time delaying (or time lagging)"
2010 Apr 15
3
Viewing the NTP Server configured
How do i know which NTP server is my linux box contacting to synchronize
its time with that of the server ?
Thanks
Jatin
2012 Nov 20
6
Exception for one server on a basic setup
Hi,
I''m not a total newbie with puppet, but I only use it for a few things and
I''m not even using modules yet, mostly because I only deploy configuration
files for now.
I have a configuration for NTP that looks like this:
class ntpd {
package { "ntp":
ensure => installed,
}
file { "/etc/ntp.conf":
owner => root,
2013 May 07
3
Announce: cis-puppet 0.2.0 is now available
Overview
========
This module implements the Center for Internet Security (CIS) Security Configuration Benchmark for Red Hat Enterprise Linux 6 v.1.1.0 (avilable at http://benchmarks.cisecurity.org). Each scored control has been implemented as a class or a custom fact.
Installation
============
Please either:
- Clone git repo from https://github.com/arildjensen/cis-puppet
- Run "puppet
2020 Feb 20
5
GPO redirected folders reg path issue
We are not much off. But you have mixed "samba/window" and "windows/windows" settings.
Samba/windows \\%logonserver%\home\%username%\desktop
Windows/windows \\hostname.fqdn.tld\users\%username%\desktop
Guess, which one i use. ;-)
Now, do get where this is coming from.
So use this (add CNAME for you member server ), Note, you MUST setup PTR records.
2015 Feb 12
1
ntptrace ***Request timed out with stock C6 ntpd
Following the recent ntp posts I decided to check my setup with ntptrace.
localhost: stratum 3, offset -0.000020, synch distance 0.016330
81.95.117.62: timed out, nothing received
***Request timed out
service ntpd status
ntpd (pid 3018) is gestart...
grep server /etc/ntp.conf | grep -v "#"
server 0.centos.pool.ntp.org iburst
server 1.centos.pool.ntp.org iburst
server
2012 Sep 19
2
self-encrypting drives
whats the state of support for self-encrypting drives in CentOS 6 ?
these are becoming increasingly common on both laptops and for
enterprise storage (particularlly nearline), with features like
instant-erase via key destruction.
--
john r pierce N 37, W 122
santa cruz ca mid-left coast
2020 Feb 26
2
GPO redirected folders reg path issue
On Thu, Feb 20, 2020 at 10:56 AM L.P.H. van Belle via samba <
samba at lists.samba.org> wrote:
>
> A setup on howto improve your samba network and simplify it.
> This is how i setup, sure looks dificult but its all about DNS setup and
> what you add to it.
>
> For AD-DC.s ( AD, TIME, NS, LDAP )
> Hostname.FQDN.TLD : max 63chars, incl the .'s allowed chars: a-Z 0-9
2019 Feb 22
3
Debian 9.8 and vanbelle-repos
Am 22.02.19 um 12:16 schrieb L.P.H. van Belle via samba:
> Hai,
>
> Well, i did some extra checking, gone throug more logs.
> ... Nothing. No errors. Sorry, i cant find anything..
>
> Almost all my server run unattended updates, execpt the DC's.
>
> I had a few that where waiting for a reboot tomorrow night, all now rebooted,
> and no problems before and
2018 May 16
3
Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ (extra part 4.8.1 samba)
Hai Gregory,
No problem, now netplan, but i cant tell you much about netplan out of experiance, i've never used it.
But what is it exact you want to know??
The how and why i configure like this is already a bit explained.
about this part:
> So, I'm curious about the contrast between modifying netplan vs simply disabling systemd.resolved
But I did a bit reading.
2008 May 06
5
Environments and tiers
Does anyone have any suggestions about how to deal with multiple
environments/tiers?
For instance, we have several environments ( production, dev, qa,
etc.. ) and within each environment, different tiers ( web, data, app,
etc ). Each tier is a different IP network segment, so all the hosts
in each tier have different configurations for certain things like
resolv.conf, ntp.conf and so on.
We do
2018 Jul 22
4
Samba and CNAME
Hello,
we successfully migrated from a Samba 3.x NT Domain to a Samba AD Domain
using Samba 4.7.x.
However, there are still some issues and I hope for your help.
The biggest problem so far follows:
For historical reasons our Samba file servers carry a lot of aliases.
Now that they have become AD Members I did set a lot of CNAMEs in the AD
DNS (using the Windows DNS Tool). Most of the aliases
2012 Jun 04
2
system date using ntp client is drifting
Hi,
I have a set of servers whose system time is drifting. I am running ntp
client on CentOS 5.8. My config is here -> http://fpaste.org/s55U/
Anything i am missing?
Regards,
Kaushal
2020 Feb 26
1
GPO redirected folders reg path issue
On Wed, Feb 26, 2020 at 10:20 AM Philippe LeCavalier <
support at plecavalier.com> wrote:
> On Wed, Feb 26, 2020 at 10:09 AM Philippe LeCavalier <
> support at plecavalier.com> wrote:
>
>> On Thu, Feb 20, 2020 at 10:56 AM L.P.H. van Belle via samba <
>> samba at lists.samba.org> wrote:
>>
>>>
>>> A setup on howto improve your samba
2012 Aug 04
3
unable to configure NTP server in samba4
Hello everyone,
I was trying to configure NTP server in my samba4 server but it's not working. I am using CentOS 6.3 (32 bit) for my samba4 server.
I installed ntp using yum and the ntp version is 4.2.4
added this line in /etc/ntp.conf
restrict mynet mssntp
signdsocketdir /data/samba/samba4/prefix/var/run/ntp_signd/
and restarted the ntpd server but my clients are not syncing with the
2016 Oct 17
3
SELinux context not applied
Hi,
I tried to apply a security context on a directory with the following
commands:
[root@ local]# semanage fcontext -a -t httpd_sys_rw_content_t "netdot(/.*)?"
[root@ local]# restorecon -R netdot/
When I list the contexts, it is part of the list....
[root@ local]# semanage fcontext -l | grep netdot
./netdot(/.*)? all files
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
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
2007 Jul 19
4
Multiple WAN link -- CentOS Suitability
My situation:
I have a cable modem (COMCAST 6Mbit d/l) and am about to also have DSL
(Verizon 3 Mbit d/l). I was thinking of using CentOS (4.4, 4.5, or 5??) as
a router/dhcp server/firewall for my home network consisting of 3 to 6
computers at any given time. I seek the wisdom of the members of this list
on the following issues:
-- Is CENTOS a good direction to go? I do not mind manually
2004 May 14
2
BUG IN SAMBA 3.0.4 ?
I used the samba-3.0.1pre1 without problems.
When I use the samba-3.0.4 (bug ms04-011 fixed), i can?t write in all shares.
Is this a bug?!
I use the same smb.conf
[global]
workgroup = jfsecco
server string = JFSECCO PDC
netbios name = belpo2
hosts allow = 10.18.
interfaces = eth0
# Windows administrators
# You can add users or groups (prefix groups with a '@')
#domain admin
2025 Jan 18
3
Time synchronization problem. Chrony, ntp
I noticed a problem with time synchronization on all Windows endpoints.
I am using Samba 4.21.3 and Chrony 4.3-2.
When I run the following command in Windows:
w32tm /monitor
dc1.xxxx.pl *** PDC ***[192.168.45.10:123]:
ICMP: 1ms delay
NTP: +0.0000000s offset from dc1.xxxx.pl
RefID: time.cloudflare.com [162.159.200.123]
Stratum: 4
dc2.xxxx.pl[192.168.45.9:123]:
ICMP: 1ms delay
NTP: -0.0001207s