search for: w32time

Displaying 20 results from an estimated 48 matches for "w32time".

2005 Nov 10
2
w32time and Samba PDC Domains
I see that the w32time service as it is configured when a Win2K Pro client joins a Samba PDC Domain is not configured in such a way that the service is able to successfully sync time with Samba. I:\>w32tm -source -v W32Time: BEGIN:InitAdjIncr W32Time: Adj 100144 , Incr 100144 fAdjust 0 W32Time: END:Line 2503 W32T...
2007 Dec 06
7
time server = yes
I want my XP clients to update their clocks from my samba server. I have time server = yes in smb.conf, and running ntpd on the server, but my clients aren't updating their clocks. I tried running the command manually logged in as a domain user: net time /setsntp:10.8.2.3 but it just says "System error 5 has occurred. Access is denied". Any ideas?
2024 Jan 18
1
Joining Windows 10 Domain Member to Samba AD/DC
...d not start using the DC for time sync > even though that specific GPO was removed (all of the others cheerfully > started using the DC) and I needed to reset the time service to get it to > work as intended. > Do this in an elevated prompt: > ========================== > net stop w32time > w32tm /unregister > w32tm /register > net start w32time > ========================== > > There was also a snag with the DC after the upgrade. I was following my own > post from the past - > https://lists.samba.org/archive/samba/2021-March/235228.html - but the DC > was...
2024 Jan 05
2
Joining Windows 10 Domain Member to Samba AD/DC
...Member. > > I've created the Group Policy for the "Time Sources". This doesn't seem to be > working. This did work fine with my old 4.8.2 DC, so I know it works in > principle. > > I have additional notes and have tried (on the Windows member): > > net stop w32time > w32tm /unregister > w32tm /register > net start w32time > > I've rebooted both the DC and the Windows member. On the Windows member I still > get: > >> w32tm /query /source > Local CMOS Clock > > whereas I expect the return to be "dc1.hprs.locl" &...
2017 Jan 31
0
Samba-4.3 AD-DC Win7pro clients not time syncing
...case, How does one fix this? This is what worked for me: $ w32tm /config /manualpeerlist:mail,0x8 /syncfromflags:MANUAL $ w32tm /config /update where 'mail' is my Samba4 AD/DC. "Depending on the type of the Windows PC ..., NTP servers may not respond to the type of queries sent by w32time. w32time sends namely symmetric active instead of client mode packets to a NTP server. ... The flag "0x8" forces w32time not to send "symmetric active" packets but normal "client" requests which the NTP server replies to as usual." ref. https://www.meinberggloba...
2015 Apr 24
1
Time synchronization issue
Hi ! Actually, problem was located on client side, not samba side. w32time has "disappeared" from services list (!) the w32tm /unregister and w32tm /register solve the problem My clients seem to be correctly synchronised with my AD DC now. If i find out why w32time has disappeared, I'll post a message here. Thank you for your help ! 2015-04-22 16:02 G...
2017 Jun 30
2
Problems with time synchronism on Samba 4 DC
Hi, The Windows and Linux workstations are not synchronizing the time with the Samba 4 DC. I have verified that the problem is permission. I'm using Samba 4.6.3 on Debian 8. In this way the stations are with different schedules from the DC. Do I need to configure any GPOs? What is the maximum time the computer clock can differ from DC ? Regards, Márcio
2024 Jan 17
1
Joining Windows 10 Domain Member to Samba AD/DC
...s connected to the Samba 4.8.2 domain. Did you mean "us.pool.ntp.org"? That failed, but 0.pool.ntp.org worked. So did the one using my DC. I had actually tried that before and it worked before. My latest attempt was the following, in PowerShell (based on yet another post): stop-service w32time w32tm /unregister w32tm /register start-service w32time w32tm /config /manualpeerlist:0.pool.ntp.org /syncfromflags:manual /update w32tm /config /reliable:yes restart-service w32time w32tm /resync w32tm /query /source Notice that I'm not using my DC as the time source, so whether that s...
2007 Sep 17
2
ntp policy example question
...inux ntp server on my lan as the ntp server for my windows xp clients I'm not able to come to an understandable solution (due probably to my lack in windows knowledge) I found this in samba archives: CLASS MACHINE CATEGORY !!Time POLICY !!NTPServer KEYNAME SYSTEM\CurrentControlSet\Services\W32Time\Parameters PART !!NTP_SERVER EDITTEXT VALUENAME "NtpServer" END PART PART !!SERVERTYPE EDITTEXT VALUENAME "type" END PART END POLICY END CATEGORY ; Time [Strings] Time="Time Servers" NTPServer="NTP Server" NTP_SERVER="NTP Server addr...
2020 Nov 22
0
Time sync not working with Windows 10
...t; > > > > Going to 'Date & Time settings > Sync Now' always gives "Time synchronization failed". > > > > > > For Windows 7 workstations, several years ago, I followed the advice in > > > https://www.meinbergglobal.com/english/info/ntp-w32time.htm which was to do the following on > > > the Windows 7 workstations: > > > > > > > > > w32tm /config /manualpeerlist:mail,0x8 /syncfromflags:MANUAL > > > w32tm /config /update > > > > > > Check the configuration: > > > > &...
2024 Jan 05
3
Joining Windows 10 Domain Member to Samba AD/DC
..._Synchronisation_on_a_Windows_Domain_Member. I've created the Group Policy for the "Time Sources". This doesn't seem to be working. This did work fine with my old 4.8.2 DC, so I know it works in principle. I have additional notes and have tried (on the Windows member): net stop w32time w32tm /unregister w32tm /register net start w32time I've rebooted both the DC and the Windows member. On the Windows member I still get: > w32tm /query /source Local CMOS Clock whereas I expect the return to be "dc1.hprs.locl" I have confirmed that the Group Policy exists and i...
2024 Jan 17
1
Joining Windows 10 Domain Member to Samba AD/DC
I have the impression your DC?s ntp server is not working properly for whatever reason. Your windows machines try to grab time for them, can?t, and then default to local coms clock or some other time source. From a windows member machine, can you try : w32tm /stripchart /computer:us.pool.ntp.org /dataonly /samples:5 That should work. Then try: w32tm /stripchart /computer:your.dc.address
2020 Nov 18
6
Time sync not working with Windows 10
...6 minutes difference between their computers and the *real* time. Going to 'Date & Time settings > Sync Now' always gives "Time synchronization failed". For Windows 7 workstations, several years ago, I followed the advice in https://www.meinbergglobal.com/english/info/ntp-w32time.htm which was to do the following on the Windows 7 workstations: w32tm /config /manualpeerlist:mail,0x8 /syncfromflags:MANUAL w32tm /config /update Check the configuration: w32tm /query /source This worked and time was in-sync on the WIN7 computers for many years. I did this after upgrading/i...
2004 Mar 19
4
"time server" option ?
Hi, does anybody know usage of parameter "time server = yes" ? Exactly, how can I utilize this function on my Windows clients ? Thanks M. Vancl
2024 Feb 26
1
samba 4.19 Windows 11 clients Time sync problem
Hello, It is debian 11, and it is ntp, as you can see below my ntp.conf. Ntp service is running fine . Some , not all, W10/11 clients do not sync with the dc (samba 4.19). What i did on the clients: net stop w32time w32tm /unregister w32tm /register net start w32time But after some time the wrong time shows up again? Greetings Daniel -----Urspr?ngliche Nachricht----- Von: Luis Peromarta via samba [mailto:samba at lists.samba.org] Gesendet: Freitag, 16. Februar 2024 18:00 An: Samba List <samba at l...
2017 Jan 30
3
Samba-4.3 AD-DC Win7pro clients not time syncing
We have a Samba-4.3 AD-DC hosted on a FreeBSD-10.3 system. We have just discovered that for some reason our domain workstations are not synchronising their time with the AD-DC. We have not altered the default GPO nor have we created a special GPO to handle time services. I have been working on several of the domain clients and I cannot seem to get them to source from the Samba server. I have
2024 Jan 06
0
Joining Windows 10 Domain Member to Samba AD/DC
...did 'w32tm /query /source' on the Windows domain member I got back time.windows.com, not the DC. On my current Samba DC I had to set the NTP server on the Windows 10 computers when using the Samba DC. I missed a couple of commands in my previous post. On the Windows as Admin: net stop w32time w32tm /unregister w32tm /register w32tm /config /manualpeerlist:dc1,0x8 /syncfromflags:MANUAL net start w32time w32tm /config /update When I did the first 3 and last of the above command initially, 'w32tm /query /source' returned 'Local CMOS Clock', and this query has remained like...
2024 Jan 05
1
Joining Windows 10 Domain Member to Samba AD/DC
...ated the Group Policy for the "Time Sources". This doesn't seem to be > > working. This did work fine with my old 4.8.2 DC, so I know it works in > > principle. > > > > I have additional notes and have tried (on the Windows member): > > > > net stop w32time > > w32tm /unregister > > w32tm /register > > net start w32time > > > > I've rebooted both the DC and the Windows member. On the Windows member I still > > get: > > > >> w32tm /query /source > > Local CMOS Clock > > > > wherea...
2018 Nov 22
2
NTP strangeness...
...rences. Some machine have effectively some troubles, eg have NO 'Windows Time' service defined, probably some glitches happened when moving from our old NT-like domain. Anyway, catching for that, we have found some other strangeness. Windows time service run: C:\Users\gaio>sc query w32time NOME_SERVIZIO: w32time TIPO : 20 WIN32_SHARE_PROCESS STATO : 4 RUNNING (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN) CODICE_USCITA_WIN32 : 0 (0x0) CODICE_USCITA_SERVIZIO : 0 (0x0) PUNTO_...
2015 Apr 22
2
Time synchronization issue
Hello Andrey Thanks for the trick. I'll try it. But it's a pity it doesn't work natively, right ? 2015-04-22 14:08 GMT+02:00 Andrey Repin <anrdaemon at yandex.ru>: > Greetings, William LIM! > > > Hi, > > > I have set a Samba AD DC on my network. Version is 4.1.17 on a Debian > > Wheezy. > > > I have an issue on my Windows XP SP3 clients :