Displaying 7 results from an estimated 7 matches for "29z".
Did you mean:
  29
  
2024 Feb 09
1
Joining Windows 10 Domain Member to Samba AD/DC
...lay: 0.000000, Root dispersion: 1.000000, Reference-ID: (unspec)
          Reference Timestamp:  3916127270.315146199 (2024-02-05T13:07:50Z)
          Originator Timestamp: 0.000000000
          Receive Timestamp:    0.000000000
          Transmit Timestamp:   3916480949.611151499 (2024-02-09T15:22:29Z)
            Originator - Receive Timestamp:  0.000000000
            Originator - Transmit Timestamp: 3916480949.611151499 (2024-02-09T15:22:29Z)
        Key id: 1711538176
        Authentication: 00000000000000000000000000000000
10:23:07.468836 IP (tos 0xb8, ttl 64, id 2268, offset 0, flags [DF],...
2024 Feb 09
1
Joining Windows 10 Domain Member to Samba AD/DC
...ersion: 1.000000, Reference-ID: (unspec)
>            Reference Timestamp:  3916127270.315146199 (2024-02-05T13:07:50Z)
>            Originator Timestamp: 0.000000000
>            Receive Timestamp:    0.000000000
>            Transmit Timestamp:   3916480949.611151499 (2024-02-09T15:22:29Z)
>              Originator - Receive Timestamp:  0.000000000
>              Originator - Transmit Timestamp: 3916480949.611151499 (2024-02-09T15:22:29Z)
>          Key id: 1711538176
>          Authentication: 00000000000000000000000000000000
> 10:23:07.468836 IP (tos 0xb8, ttl 64, i...
2024 Feb 09
1
Joining Windows 10 Domain Member to Samba AD/DC
Are your clients talking to the DCs re. Time at all ?
This is an example in one of my DCs: Run tcpdump on your DC:
root at dwing:~# tcpdump??port 123 -v
tcpdump: listening on enp1s0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
10:20:41.655081 IP (tos 0x0, ttl 128, id 32113, offset 0, flags [none], proto UDP (17), length 96)
?? ?192.168.3.52.ntp > dwing.mad.mater.int.ntp: NTPv3,
2017 Dec 07
2
How to read or write Geolocation (RFC6442) data in SIP/PJSIP messages ?
...t;2010-11-14T20:00:00Z
              </gbp:retention-expiry>
            </gp:usage-rules>
            <gp:method>802.11</gp:method>
          </gp:geopriv>
          <dm:deviceID>mac:1234567890ab</dm:deviceID>
          <dm:timestamp>2010-11-04T20:57:29Z</dm:timestamp>
        </dm:device>
      </presence>
   --boundary1--
1. Adding or reading the lines bellow seems easy. How can you add a whole
application/pidf+xml section as above either using SIP or PJSIP ?
   Geolocation: <cid:target123 at atlanta.example.com>
   Geol...
2017 Nov 15
0
How to read PMML data from a text file and convert it to a model ?
...l")
testingReading <- fileToXMLNode("myfile.txt")
> testingReading
<PMML version="4.3" xmlns="http://www.dmg.org/PMML-4_3">
 <Header>
  <Application name="JPMML-R" version="1.2.20"/>
  <Timestamp>2017-11-15T10:37:29Z</Timestamp>
 </Header>
 <DataDictionary>
  <DataField name="Sepal.Length" optype="continuous" dataType="double"/>
  <DataField name="Sepal.Width" optype="continuous" dataType="double"/>
 </DataDictionary>...
2011 Jul 03
7
Age of Conan, Wine 1.3.23, Mac OS 10.6.7 ?
...1518 zlib-error:-3
[2011-07-02 23:58:19Z #0] [ID:0] [ResourceManager] Resource 1010004:123911 does not have correct md5 (4c7cd2f06cebf469fdb9f6add10bd356!=8f199ae1fd7e59fa9f1ec9842011cf80)
[2011-07-02 23:58:24Z #0] [ID:0] [HTTPManager] Files:69/114 (11.9/17.9 MB)  Speed:521.7 KB/s
[2011-07-02 23:58:29Z #0] [ID:0] [HTTPManager] Files:82/114 (13.9/17.9 MB)  Speed:427.7 KB/s
[2011-07-02 23:58:34Z #0] [ID:0] [HTTPManager] Files:95/114 (15.6/17.9 MB)  Speed:238.0 KB/s
[2011-07-02 23:58:39Z #0] [ID:0] [HTTPManager] Files:109/114 (17.5/17.9 MB)  Speed:385.8 KB/s
fixme:wave:AudioUnit_SetVolume independen...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...Swiss Federal Institute of Technology (ETH) Zurich
-+ * Copyright (C) 2005 INTEL Corp
-  *
-  * This module is free software; you can redistribute it and/or modify
-  * it under the terms of the GNU General Public License as published
-@@ -15,10 +16,15 @@
-  * $Id: tpm_data.c 98 2006-05-07 14:16:29Z hstamer $
-  */
-
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <fcntl.h>
-+#include <unistd.h>
-+
- #include "tpm_emulator.h"
- #include "tpm_structures.h"
- #include "tpm_marshalling.h"
--#include "linux_module.h"
-+#in...