search for: timedatectl

Displaying 20 results from an estimated 24 matches for "timedatectl".

2018 May 06
0
Sys.timezone (timedatectl) unnecessarily warns loudly
Dear R-devels, timedatectl binary used by Sys.timezone does not always work reliably. If it doesn't the warning is raised, unnecessarily because later on Sys.timezone gets timezone successfully from /etc/timezone. This obviously might not be true for different linux OSes, but it solves the issue for simple dockerized Ubu...
2020 Apr 24
4
Timezone conversion on Ubuntu 20.04
Hi all, I am testing R 4.0 and ran into an issue with timezones on Ubuntu Focal: converting a timestamp to another timezone results in NA: as.POSIXct(as.POSIXlt(Sys.time(), tz = "CET"), tz = "EST") This only happens on Ubuntu Focal, it seems to work fine on Ubuntu Bionic. I am the standard ubuntu docker image icw/ r-base from Dirk's ppa:edd/r-4.0 on both systems. Am I
2018 May 08
5
Samba4 on Ubuntu 18.04
A sort of digest reply... RPvs> Not sure, what is a samba4/adc ??? RPvs> Or do you mean a 'Has anybody joined a Samba DC on Ubuntu 18.04' ? Yes, doing an active directory controller [ADC] not just a workgroup-share. [Though, not "joining" a DC already in existance, but creating a new AD setup.] RPvs> If so, then yes and it was hell What exactly was hellish about it?
2018 May 09
2
Samba4 on Ubuntu 18.04
...ing something - or is cloud init a. more or less, minor issue? MBvs> # MBvs> https://makandracards.com/operations/42688-how-to-remove-cloud-init-from-ubuntu MBvs> - If youre using ntp, disable systemd's timesyncd service (ntp service MBvs> will now start after reboot) MBvs> # timedatectl set-ntp off I think I've already got this set. All in all, very helpful info. I haven't had a lot of time to tinker today, so we'll see how far I get tomorrow. I'm very grateful for all the pointers, but special thanks for Micha! [And, not wanting to start any flame-wars here bu...
2017 Aug 17
4
Ubuntu 16.04 dovecot-core requires deprecated ntpdate
I'm building a new Ubuntu 16.04 machine, including Dovecot. When I select the dovecot-core package in Synaptic, it also wants to install ntpdate. Problem: ntpdate has been replaced in Ubuntu with timedatectl. In fact, if ntpdate exists on the machine, ntpd will not work properly. See: https://help.ubuntu.com/lts/serverguide/NTP.html See: https://askubuntu.com/questions/769651/ntp-failed-to-synchronize-time See: https://ubuntu101.co.za/ubuntu/fix-ntp-on-ubuntu-16-starting-crashing/ http://www...
2015 May 24
4
Systemd
So I've built my first CentOS 7 host and am learning all the new ways of doing things. I setup and enabled ntpd but after a reboot I get: $ systemctl status ntpd ntpd.service - Network Time Service Loaded: loaded (/usr/lib/systemd/system/ntpd.service; enabled) Active: inactive (dead) After issuing: $ systemctl start ntpd Ntpd runs just fine. But why isn't it loading at boot
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.
2015 May 24
3
Systemd
...t; http://linoxide.com/linux-command/chrony-time-sync/ > So reviewing Red Hat's documentation on the subject: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/chap-Configuring_the_Date_and_Time.html#sect-Configuring_the_Date_and_Time-timedatectl-NTP I see both chrony and ntpd mentioned but no preference given. Seeing that I've used ntpd for a decade and am more comfortable an familiar with it, I think I just stick with ntpd. However, we have yet *another* new control system. We are supposed to issue: $timedatectl set-ntp yes to a...
2019 Jul 26
5
Serverinfo Error
Hai, Ok, below looks ok, as Rowland also said. But i have one more thing. > > ?????? Checking file: /etc/krb5.conf > > > > [libdefaults] > > ??? dns_lookup_realm = false > > ??? dns_lookup_kdc = true > > ??? default_realm = EDM-INC.COM > > ??? default_tgs_enctypes = arcfour-hmac-md5 des-cbc-crc des-cbc-md5 > > ??? default_tkt_enctypes =
2016 Jan 21
0
Failed to start polkit.service: Connection timed out
This is related to another earlier post regarding "realm discover" I want to set the timezone to Melbourne/Australia which failed with: [root at sssd-testing ~]# timedatectl set-timezone Australia/Melbourne Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached (g-io-error-quark, 24) Failed to set time zone: Connection timed out I found the following which suggests the error is caused...
2017 Aug 17
0
Ubuntu 16.04 dovecot-core requires deprecated ntpdate
On 8/17/2017, 9:57:32 AM, Michael Fox <news at mefox.org> wrote: > When I select the dovecot-core package in Synaptic, it also wants to install > ntpdate. > > Problem: ntpdate has been replaced in Ubuntu with timedatectl. In fact, if > ntpdate exists on the machine, ntpd will not work properly. So, this is obviously an Ubuntu packaging problem, so should be reported there.
2018 May 16
3
Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ (extra part 4.8.1 samba)
...t; Hi List, > > My 2p worth... about Ubuntu 18.04 Server with Samba 4 AD DC. > > TIMEZONE = I set up my server for the actual timezone, rather than > UTC... $ sudo dpkg-reconfigure tzdata > > NTP = I use the new systemd timesync daemon instead of good old > ntpd... $ sudo timedatectl status > $ sudo systemctl status systemd-timesyncd > Does 'timesync' know about signed support ? e.g. /var/lib/samba/ntp_signd You might want to reconsider using timesync. Rowland
2018 May 08
0
Samba4 on Ubuntu 18.04
...If not needed uninstall "cloud init" (some trouble with setting hostname and /etc/hosts file): # https://makandracards.com/operations/42688-how-to-remove-cloud-init-from-ubuntu - If youre using ntp, disable systemd's timesyncd service (ntp service will now start after reboot) # timedatectl set-ntp off Please notice, in Ubuntu 18.04 stable not in BETA version, now a "swap.img" is mounted in "/" . No swap partition anymore! In my opinion samba is ready for Ubuntu 18.04. Regards PS: All server were compiled from source, except the ctbd cluster, i used the repos...
2018 May 16
2
Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ (extra part 4.8.1 samba)
...orth... about Ubuntu 18.04 Server with Samba 4 AD DC. > > > > TIMEZONE = I set up my server for the actual timezone, rather than > > UTC... $ sudo dpkg-reconfigure tzdata > > > > NTP = I use the new systemd timesync daemon instead of good old > > ntpd... $ sudo timedatectl status > > $ sudo systemctl status systemd-timesyncd > > > > Does 'timesync' know about signed support ? > e.g. /var/lib/samba/ntp_signd > > You might want to reconsider using timesync. > > Rowland > > > -- > To unsubscribe from this list...
2024 Jan 16
3
Joining Windows 10 Domain Member to Samba AD/DC
After trying all the suggestions in the below listed excerpts from this thread, I've taken time since my last posting on January 6th to continue this issue with the Microsoft forum: https://learn.microsoft.com/en-us/answers/questions/1480474/unable-to-time-sync-with-domain-controller?page=1&orderby=helpful&comment=answer-1411748#newest-answer-comment I likewise had no solution
2019 Jul 30
3
Serverinfo Error
...Vendor: Intel Corporation > ?????????? Model: 82567LM-3 Gigabit Network Connection > ????? HW Address: 00:1c:c0:ec:25:25 (Intel Corporate) > ???????? Address: 10.10.1.10 > ????????????????? fe80::21c:c0ff:feec:2525 > ???????? Gateway: 10.10.1.1 (Intel Corporate) > > > timedatectl > athena:~# timedatectl > ?????????????? Local time: Mon 2019-07-29 10:33:09 CDT > ?????????? Universal time: Mon 2019-07-29 15:33:09 UTC > ???????????????? RTC time: Mon 2019-07-29 15:33:08 > ??????????????? Time zone: US/Central (CDT, -0500) > System clock synchronized: yes...
2020 Feb 05
0
smbd fails to start after upgrade to version 4.11.6
...Gateway=192.168.2.1 > Address=192.168.2.51/24 > > (note instructions have the name of the file wrong - it gave > it as lan-dev-eth0.network but it's actually called > lan-member-dev-eth0.network) > > I implemented the changes per the instructions, and the > result of timedatectl status: > root at pi4b:~# timedatectl status > Local time: Tue 2020-02-04 20:49:50 GMT > Universal time: Tue 2020-02-04 20:49:50 UTC > RTC time: n/a > Time zone: Europe/London (GMT, +0000) > System clock synchronized: no &...
2019 Jul 29
0
Serverinfo Error
...( if auditd is installed ) Can you also show me : ps faux |egrep "samba|winbind" And netstat -tan|egrep "LISTEN" | grep "53" And check some things within systemd. Show me also : networkctl status networkctl status $(ip a|grep "state UP"| cut -d: -f2) timedatectl resolvectl status > > And maybe its an option to try the 4.10.6 package i supply. > > Debian buster packages are updated within 1-2 hours. > I had to comment out some lines of python to get this far.? > Should those files be replaced? Which files? And which lines exactly? Gre...
2018 Jun 03
5
chrony configuration for secondary samba DC
Hi I'm running samba 4.7.6 on ubuntu 18.04 as (backup / secondary) domain controller that joined to an Existing Active Directory (Windows 2012R2 server). The question is about Time Synchronization across the domain. How should I configure chrony v3.2 in order to provide time synchronization: 1. between main Windows DC and Samba DC 2. Between Samba DC and windows clients in case when
2019 Jul 29
1
Serverinfo Error
...how me : > ps faux |egrep "samba|winbind" > And > netstat -tan|egrep "LISTEN" | grep "53" > > And check some things within systemd. > Show me also : > > networkctl status > networkctl status $(ip a|grep "state UP"| cut -d: -f2) > timedatectl > resolvectl status > >>> And maybe its an option to try the 4.10.6 package i supply. >>> Debian buster packages are updated within 1-2 hours. >> I had to comment out some lines of python to get this far. >> Should those files be replaced? > Which files? And w...