similar to: problem with server certificate: dovectot.pem

Displaying 20 results from an estimated 3000 matches similar to: "problem with server certificate: dovectot.pem"

2003 Jan 29
2
problems with by()
Hello, another problem. > x<-rep(1,10) > y<-rep(c(1,2),c(5,5)) > z<-seq(1:10) > ab<-data.frame(x,y,z) # now I want to do some work by the value of 'y' > by(ab,y,mean) y: 1 x y z 1 1 3 ------------------------------------------------------------ y: 2 x y z 1 2 8 # I do not want all the means, only the mean of 'z' > by(ab,y,function(x)
2004 May 07
2
Samples inside a packet
Hi, Just to confirm: for blockSizes of 256 and 2048 (0 and 1 respectively) the number of sample inside this audio packet will be acording to table below: LastWind ThisWin Samples 0 0 128 0 1 576 1 0 576 1 1 1024 Correct?? thanks a lot. --- >8 ---- List archives:
2018 Mar 09
3
smb protocol version
Hi comunity, i have implemented in my company a small samba server only use for sharing proposes. Mi problem is simple, in the config i set the directives "client min protocol = SMB2" and "client max protocol = SMB3_11". Acording to this 2 directives a client with Windows XP can't connect to my server, but i have 2 clientes using that OS and conncect without problems.
2004 Aug 06
3
ogg player for mac
Hi: Seems to me that Whamb! needs to be listed on the vorbis.com software page for MacOSX. This seems to be the best player out there for the mac (acording to what I've read here and on other lists) and it's not listed there (or at least it wasn't about 12 hours ago). Geoff. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2004 Dec 14
3
R stat functions do not work as stated on the mannual (PR#7419)
Dear R Developers: I have been playing with R, release 2.0.1 for a week now and have detected = that all stat functions related to distribution probabilities have the same= problem: 1.- According to the manual the log.p parameter is always the last one. 2.- When you use the software, the last parameter seems to be lower.tail Example: > pt (1.1, 5) [1] 0.8392746 > pt (1.1, 5, F) [1]
2008 Nov 11
1
thickness of boxplots
Hi R users: How can I obtain with bwplot boxplots with bwplot whose box width will vary acording to other variable. bwplot(categ1~continuos|categ2,box.ratio=continuos2,data=data.base) But it doesn't work as I expected. Thank you for your help. Kenneth
2013 Mar 10
1
BEST WAY TO DEVELOP DYNAMIC DROPDOWNS
Hi, I have these models : Country, State, City . Each of these model has a dropdown, when i select a country i want to populate state acording to the selected country and also city with state selection. I know that to do this i have to use jquery/ajax , but i dont know wich is the best way to do it. I have this example as reference :
2003 May 26
1
Intel 536EP Full Duplex support
Hi Anybody have a example or use this modem as FXO, acording to intel this modem is a real full duplex modem, so i have one question why i can we use this modem as fxo My idea is simple when you recive a call in the modem you can transfer this call to any other place using for example a IAX2 or Openh323 protocol This is posible? Thanks
2009 May 31
1
h323 guide for asterisk
Hi people! I am looking for a h.323 implementation guide for asterisk. I looked in the doc folder of the latest asterisk source distribution and I didn't fund anything acording to this subject. If you guys could give me any advise, I would thank you. Tamer
2003 Jun 23
1
forum (PR#3322)
Full_Name: tomer maymon Version: 1.4 OS: windows XP Submission from: (NULL) (128.139.197.33) hi i'm sorry to disturb you ,but i have few questions acording R-language .like how can i ran it from delphi.where can find R forum that i can ask this questions. Thanks in advance Tomer
2002 Aug 10
1
poscript("fileName.eps") possible?
I have been checking the information provided with postscript(). Acording to the manual the argument of postscript() is the name of a file with extension ps . The postscript produced by R is EPS (Encapsulated PostScript) compatible, so I tried to pass to postscript() the name of a file with extension eps. Then I included this file in a Latex document and everything worked fine. Does what I
2003 Jul 17
1
R matrices in memory
Acording to the documentation in gsl "The physical row dimension tda, or trailing dimension, specifies the size of a row of the matrix as laid out in memory" I think that if I pass a matrix to C++ through .C as single ( or.double ), that is, .C ( as.single ( matrix )) then the tda is simply the number of elements of that matrix. Am I right? Thank you.
2004 Jun 09
2
moving data and output?
Hello, I have a few questions now: 1. How can I move data the following way: I have 2 variables: one two 1 5 ^ 3 4 | 1 3 | 4 4 | Now I want to move the two one arround (sorry I don't know how to say that in english). That means: I want to move the first item at the end of my column and move the second at the first place, the third at the second, and so on. You can see it at
2014 Feb 17
2
Problems with qemu-system-arm and isa-serial
Hi, I'm trying to use libvirt for an armel virtual machine hosted into an x86_64 box. I know the command line to start qemu-system-arm directly, but I cannot figure a proper .xml configuration file to let libvirt do this job. The main problem is that I want a serial console attached via telnet, this is the Qemu incantation: -serial telnet::4000,server,nowait,nodelay Wahtever I do in
2014 Feb 18
3
Re: Problems with qemu-system-arm and isa-serial
On Tue, Feb 18, 2014 at 09:10:58AM +0100, Martin Kletzander wrote: > On Mon, Feb 17, 2014 at 05:01:05PM +0100, Niccolo Rigacci wrote: > > Hi, > > > > I'm trying to use libvirt for an armel virtual machine hosted > > into an x86_64 box. > > > > I know the command line to start qemu-system-arm directly, but I > > cannot figure a proper .xml
2023 May 27
1
A stupid problem with Playback
Acording to the book, I'm supposed to put things into what Asterisk thinks is its default audio file location, /var/lib/asterisk/sounds, and I'm supposed to be able to create a custom directory off of that path and use it in a relative-syntax way in the Playback directive, like so: ...     same => n,Playback(mysounds/mygreeting) I'm here to tell ya, it doesn't work on
2010 Jul 08
1
Incoming call doesn't finish when internal phone hangs up
Hello guys, I have this problem when a call is received in my PBX: (Caller) --> (Redirecting Service) --> (E1 PRI) --> (Asterisk PBX) --> (Internal Phone) Reception works fine, but when conversation finishes and the agent at internal phone hangs up, the call at caller's side is still alive for many seconds until it hangs up. The problem is that Telephone Company is billing me
2013 Sep 04
3
Puppet Dashboard Error 400 Invalid Parameter at passenger pp:48
Hi, I am new to the job and forum. I installed puppet and puppetmaster and set up my first dependencies acording to a manual that we have here in our company. Everything works fine and I can set up new nodes with several modules to choose from. Unfortunatley the Dashboard <http://forge.puppetlabs.com/puppetlabs/dashboard>gives me errors instead of starting correctley. Here the
2006 Jul 01
2
Bug: ThunderBird and dovecot 1rc1
Hello! It seems to me that correct deletion of message in thunderbird still doesn't work with ThanderBird and dovectot 1rc1. As I've said before messages are not removed phisically from filesystem, just marked for deletetion. Though I'm not sure that this is dovecot bug and not ThunderBird. Anyone to clarify this issue ?
2005 Aug 27
1
survival parametric question
Hi to all, I am working on design package using survival function. First using PSM and adopting a weibull specification for the baseline hazard , I have got the following results(since weibull has both PH and AFT propreties ,in addition I have used the PPHSm command): Value Std. Error z p (Intercept) 1.768 1.0007 1.77 7.73e-02 SIZE -0.707 0.0895 -7.90 2.80e-15