search for: perfeclty

Displaying 7 results from an estimated 7 matches for "perfeclty".

Did you mean: perefectly
2007 Mar 13
1
Digium S101i - Adapter DTMF works perfeclty
Does anybody know what DTMF coding does S101i adapter using? I've been testing one for over a week and here are my observations: - DTMF signaling is working perfectly with Asterisk, much better than Sipura 3K Though, I think the Asterisk "iaxy" firmware is buggy, the unit is using auto-update feature; so I have Asterisk 1.2.13 and iaxy firmware version is: 23 When enable in
2012 Oct 12
1
Puppet liveManagement very slow
Hi , I have installed puppet enterprise , master and agent in two nodes in a cluster. Everything works perfeclty except live mangement console . clicking this option take lot of time and finally it doesnot come up. It came 1 or 2 times. Can you explain what could be reason? Thanks Leo -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this...
2019 Feb 15
3
Samba and AD Certificate Services
Hi folks, Does anybody have experience using ADCS in conjunction with Samba? I would like to create certificates using ADCS as a CA to create certificates to be deployed to servers running web applications. It would be very convenient to have joined Windows computers automatically trust certificates issued my own CA instead of having to import certificates manually on every browser on every
2016 Oct 06
1
[PATCH v9 17/19] drm/virtio: kconfig: Fix recursive dependency issue.
...configuration (better cache use etc etc). > > I've added Arnd to this thread, as I've seen lots of Kconfig patches from him > > recently, maybe he has some thoughts on whether this is the correct fix or not? > > > Ack. Fwiw, I believe that the reasoning put by Jani is perfeclty > reasonable, but it'll be great to hear others as well. Yes me to. However I don't think anything in this patch is at odds with the documentation Jani has referenced. regards, Peter.
2016 Oct 06
1
[PATCH v9 17/19] drm/virtio: kconfig: Fix recursive dependency issue.
...configuration (better cache use etc etc). > > I've added Arnd to this thread, as I've seen lots of Kconfig patches from him > > recently, maybe he has some thoughts on whether this is the correct fix or not? > > > Ack. Fwiw, I believe that the reasoning put by Jani is perfeclty > reasonable, but it'll be great to hear others as well. Yes me to. However I don't think anything in this patch is at odds with the documentation Jani has referenced. regards, Peter.
2019 Feb 15
0
Samba and AD Certificate Services
...ued my own CA instead of having to import > certificates manually on every browser on every computer. Your looking for this: https://wiki.samba.org/index.php/Samba_AD_Smart_Card_Login#Configure_Windows_to_Accept_Your_CA Dont look at the "Smart Card Login" part but the pics here show perfeclty howto do this. > > Is that scenario possible running only Samba? I can't find much in the > way of documentation. Hmm, there was more on the wiki.. I'll do a extra search.. > > Am I correct in understanding that the certificates and keys in > private/tls/ are only...
2003 Oct 31
4
dnorm() lead to a probability >1
Howdee, One of my student spotted something I can't explain: a probability >1 vs a normal probability density function. > dnorm(x=1, mean=1, sd=0.4) [1] 0.9973557 > dnorm(x=1, mean=1, sd=0.39) [1] 1.022929 > dnorm(x=1, mean=1, sd=0.3) [1] 1.329808 > dnorm(x=1, mean=1, sd=0.1) [1] 3.989423 > dnorm(x=1, mean=1, sd=0.01) [1] 39.89423 > dnorm(x=1, mean=1, sd=0.001) [1]