search for: dataon

Displaying 16 results from an estimated 16 matches for "dataon".

Did you mean: datain
2010 Jul 15
1
Repeated analysis over groups / Splitting by group variable
...re some example code for clarification: require("flexmix") # for Kullback-Leibler divergence n <- 23 groups <- c(1,2,3) mydata <- data.frame( sequence=c(1:n), data1=c(rnorm(n)), data2=c(rnorm(n)), group=rep(sample(groups, n, replace=TRUE)) ) # Part 1: full stats (works fine) dataOnly <- cbind(mydata$data1, mydata$data2, mydata$group) KLdiv(dataOnly) # # Part 2: again - but once for each group (error) # by(dataOnly, groups, KLdiv(dataOnly)) The error I am getting is: Error in tapply(1L:23L, list(INDICES = c(1, 2, 3)), function (x) : arguments must have same length Are...
2010 Jul 15
1
KLdiv question (data.frame)
Hi all, I wonder why KLdiv does not work with data.frames: n <- 50 mydata <- data.frame( sequence=c(1:n), data1=c(rnorm(n)), data2=c(rnorm(n)) ) # does NOT work KLdiv(mydata) # works fine dataOnly <- cbind(mydata$data1, mydata$data2, mydata$group) KLdiv(dataOnly) Any ideas? Is there a better implementation that can deal with data.frame or is there a simpler way of converting? Ralf
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 /dataonly /samples:5 And see if you get a similar response. On Jan 16, 2024 at 20:31 +0100, Mark Foley <mfoley at novatec-inc.com>, wrote: > > As I've mentioned, this time synchromization worked...
2024 Jan 17
1
Joining Windows 10 Domain Member to Samba AD/DC
...ion 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 /dataonly /samples:5 > > And see if you get a similar response. > On Jan 16, 2024 at 20:31 +0100, Mark Foley <mfoley at novatec-inc.com>, wrote: > > > > As I've me...
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
2012 Apr 05
1
OpenIndiana production-ready?
Hello list, What''s the current production-readiness of OI 151a? I''m evaluating Solaris 11 at the moment on HP server hardware + SAS JBODs. Also considering picking up a Thumper/Thor on the used market. For a ZFS storage server, is it a better idea to just stick w/ Oracle Solaris, or is OI also a good bet? How do the ZFS implementations differ between Solaris 11 and OI? Thanks
2024 Feb 09
1
Joining Windows 10 Domain Member to Samba AD/DC
...ifference is. However, the interesting bit is that the DC is getting time-sync requests from this Windows computer, and apparently responding. So why doesn't the /query show that? I am also able to show connection from Windows to the DC by running w32tm /stripchart /computer:mail.hprs.local /dataonly /samples:5 I'm going to let the tcpdump run for a while to see if the other Windows computers show up. Thanks --Mark > On Feb 9, 2024 at 05:31 +0100, Mark Foley via samba <samba at lists.samba.org>, wrote: > > On Thu Jan 4 19:46:02 2024 Mark Foley via samba <samba at list...
2024 Feb 09
1
Joining Windows 10 Domain Member to Samba AD/DC
...interesting bit is that the DC is getting time-sync requests from > this Windows computer, and apparently responding. So why doesn't the /query show > that? > > I am also able to show connection from Windows to the DC by running > > w32tm /stripchart /computer:mail.hprs.local /dataonly /samples:5 > > I'm going to let the tcpdump run for a while to see if the other Windows > computers show up. > > Thanks --Mark > >> On Feb 9, 2024 at 05:31 +0100, Mark Foley via samba<samba at lists.samba.org>, wrote: >>> On Thu Jan 4 19:46:02 2024 Mark...
2019 Nov 14
5
I can't get Win10 clients to sync time with the DC
...e server alright: C:\WINDOWS\system32>w32tm /monitor DC1.samdom.example.com *** PDC ***[192.168.1.2:123]: ICMP: 0ms delay NTP: +0.0000000s offset from DC1.samdom.example.com RefID: (unknown) [0x00017F7F] Stratum: 2 C:\WINDOWS\system32>w32tm /stripchart /computer:dc1 /dataonly /samples:5 Tracking dc1 [192.168.1.2:123]. Collecting 5 samples. The current time is 14.11.2019 19:39:49. 19:39:49, -02.9196934s 19:39:51, -02.9197052s 19:39:53, -02.9197256s 19:39:55, -02.9197882s 19:39:57, -02.9197818s However, when I run w32tm /resync /rediscover, it complains that "The...
2011 May 30
13
JBOD recommendation for ZFS usage
Dear all Sorry if it''s kind of off-topic for the list but after talking to lots of vendors I''m running out of ideas... We are looking for JBOD systems which (1) hold 20+ 3.3" SATA drives (2) are rack mountable (3) have all the nive hot-swap stuff (4) allow 2 hosts to connect via SAS (4+ lines per host) and see all available drives as disks, no RAID volume. In a
2011 Mar 01
14
Good SLOG devices?
Hi I''m running OpenSolaris 148 on a few boxes, and newer boxes are getting installed as we speak. What would you suggest for a good SLOG device? It seems some new PCI-E-based ones are hitting the market, but will those require special drivers? Cost is obviously alsoo an issue here.... Vennlige hilsener / Best regards roy -- Roy Sigurd Karlsbakk (+47) 97542685 roy at karlsbakk.net
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,
2012 Jul 02
14
HP Proliant DL360 G7
Hello, Has anyone out there been able to qualify the Proliant DL360 G7 for your Solaris/OI/Nexenta environments? Any pros/cons/gotchas (vs. previous generation HP servers) would be greatly appreciated. Thanks in advance! -Anh
2007 Jun 09
1
Tinc configuartion in Centos 4.4
Hi, Anyone could suggest how to configured tinc in Linux (Centos 4.4 ) with kernel version 2.6.9-42.0.3 . We have Linux Server and Wix xp Client pc . Thanks & Regards Manish -------------- next part -------------- An HTML attachment was scrubbed... URL: http://brouwer.uvt.nl/pipermail/tinc/attachments/20070608/2423583d/attachment.html
2007 Jun 11
1
Tinc Configuration in Win XP
Hi, I have installed tinc for Windows and configured in two windows pc as per tinc document http://www.tinc-vpn.org/examples/windows-install . But we are unable to ping both the pc . My Private ip address 192.168.1.1 and tinc ip address is 10.20.40.1 . Could you suggest . Regards Manish -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jun 13
1
Tinc VPN
Hi. I am trying to build a license free VPN for a product of mine. The VPN should have the following features: 1. VPN client should be able to pierce through corporate firewalls to replicate database enteries from client ( running windows xp ) to server (running enterprise linux) 2. VPN client if not able to connect directly to server due to network congestion should be able to route traffic