similar to: breakin' dovecot

Displaying 20 results from an estimated 8000 matches similar to: "breakin' dovecot"

2008 Jan 06
2
[LLVMdev] trouble with getelementptr
Hello, I have next code: ;begin ; ModuleID = 'sample.lz' @.str1 = internal constant [20 x i8] c"\22hello, cruel world\22" ; <[20 x i8]*> [#uses=1] @.str4 = internal constant [9 x i8] c"\22hello, \22" ; <[9 x i8]*> [#uses=1] @.str7 = internal constant [7 x i8] c"\22heya!\22" ; <[7 x i8]*> [#uses=1]
2009 Nov 16
2
Question regarding FreeBSD and Samba
Hello to everyone! I'm new here, pls don't be cruel with me :) My question is about refreshing explorer after creating (with a right click ->"New Folder" action) on Samba share. My configuration is: FreeBSD 7.2 Samba 3.0.36 Samba shares is on Raid 1 (hardware)(if this may be a reason for something). In smb.conf i have: [share] writeable = yes path =
2006 May 14
2
911 @ Zap Channel Breakin
Ok here is one for you. I know we all do the this for 911: exten => _911,1,Dial(Zap/1/911) exten => _9911,1,Dial(Zap/1/911) And this probably is more then acceptable for most of us. However I have a system setup that uses SIP for most calls and 1 POTS line. We use a "least cost" routing that uses the POTS line for local calls AND SIP when appropiate. What I want to do is
2003 Nov 18
2
SIP Context from domain?
Hi, Is it possible to pick the context of a call from chan_sip based on the domain of the To: header of the INVUTE? I've had a quick look throught he code and can't see anything, I want to use the voicemail virtual hosting with chan_sip. Can the sip domain be picked out with a global in extensions.conf? This woud also solve my problem. If not is there any specifc reason/restriction
2015 Mar 04
1
nonlinear least square
Hi to all, Is there a way we can fit a non linear model to a data using non linear least square method without necessarily initialising the parameters of the model. I find it hard to get the initial value of the parameter. Below is a sample of the code I have. *nachman<-nls(OARmedium$OCCUPANCY~1exp(-alpha*OARmedium$MEAN^beta),start=list(alpha=0.2,beta=0.1),data=OARmedium)summary(nachman)*
2006 May 12
2
Benchmark - Thanks Dave for making this gnawer this FAST!!
Hi List, I''ve took some time and made some tests on the performance of java-lucene, hyperestraier and ferret as Dave encourages the community of ferret to do so. Quite intersting numbers. Ferret indeed deserves to be called a high-performance port!! It''s MyFirstBenchmark ( http://ferret.davebalmain.com/trac/wiki/MyFirstBenchmark ) so please don''t be too cruel on
2008 Apr 15
6
[LLVMdev] PATCH: Use size reduction -- wave2
Hi All, here comes the patch for the second wave of Use class size reduction. I have included all the machinery that is needed, and it is *active*. The User* inside of Use is even sometimes NULL, but the algorithm is able to recover it. If there is a non-null User* present, then I am asserting that it equals the computed value. I did not receive feedback for the algorithmic part yet, so I
2008 Apr 16
0
[LLVMdev] PATCH: Use size reduction -- wave2
> Unfortunately I had to introduce a new GlobalVariable::Create > mechanism (I hoped to have nailed all in wave 1, but life is cruel). > I will submit scripts for the easy conversion of external projects > like the last time. One request is to explicity explain the new mechanism so people don't have to read the diffs or extrapolate from the conversion scripts. Please send a
2015 Mar 18
1
Help
Hi to All, I am fitting some models to a data using non linear least square, and whenever i run the command, parameters value have good convergence but I get the error in red as shown below. Kindly how can I fix this problem. Convergence of parameter values 0.2390121 : 0.1952981 0.9999975 1.0000000 0.03716107 : 0.1553976 0.9999910 1.0000000 0.009478433 : 0.2011017 0.9999798 1.0000000
2007 Apr 20
4
Change the mode of a list
Hello, can anybody tell me a easy way to change the mode of an "aggregate list" to "numeric"? I found a solution but I looks cruel. Thank's Felix PS: In the past you have asked what I am doing. I have to evaluate measures of two gauges of our university. The aim is to get an answer which one is better. > mode(MEAN) [1] "list" > mode(MEASURE) [1]
2005 Oct 12
4
Downgrade from 3 to 2 suggestions
After considerable experimentation I'm forced to accept that Samba 3 has problems with the combination of being a domain member, the 2.6 kernel, and Dell 2850 hardware. It works fine on the 2.4 kernels but fails on all the 2.6 versions I have avaialble for testing. I have one machine that I really prefer could stay at 2.6 so my last resort there is to try a downgrade to samba 2.X In the
2003 Dec 06
3
some success with linux 2.6 and wcfxo
Hi , I picked up a x100p the other day and thaught I'd havea go at getting the driver going for linux 2.6, things have gone pretty, two basic problems. 1. makefiles, with 2.6 you can't get away with using the old makefile to build the kernel modules, they will build but you'll get an error along the lines of "no module found in object". This is due to not using the new
2003 Aug 27
1
performance suggestion: sparse files
So I was transferring a 2GB virtual machine disk image image over a slow wireless link. Of course I used --sparse, to keep the image small on the destination end as well as on the source end. Much to my surprise, I noticed that the transfer took a long time even when it got past the first 0.5GB of actually-populated file. A little sleuthing with strace revealed that the source rsync was dutifully
2008 Apr 16
0
[LLVMdev] PATCH: Use size reduction -- wave2
Hi Gabor, Can you provide performance data for this? I'd like to know what affect these changes have on compile time. Thanks, Dan On Apr 15, 2008, at 3:32 PM, Gabor Greif wrote: > Hi All, > > here comes the patch for the second wave of Use class size reduction. > > I have included all the machinery that is needed, and it is > *active*. The User* inside of Use is even
2007 Apr 20
2
cat() to STDERR
Dear R wizards---I read Brian Ripley's post from 2004 which said that it was not possible to print to STDERR. Alas, I have more modest needs. I was wondering if it was possible to just send a string to STDERR with cat() while in CMD BATCH mode. Is it not possible to open STDERR in R? (Or does R use STDERR for itself and redirect it into the output stream?) This would be on a standard Unix
2003 Nov 02
2
dies on start-up: Auth process
I was digging through some of the archives and ran into someone who was having the same problem, but for completely different reasons....i think. dovecot: Nov 02 07:58:51 Info: Dovecot starting up dovecot: Nov 02 07:58:52 Error: Auth process died too early - shutting down dovecot: Nov 02 07:58:52 Error: child 27673 (login) killed with signal 11 dovecot: Nov 02 07:58:52 Error: child 27672 (login)
2015 Mar 03
2
Asssistance
Hi to All, I am building a package in R and whenever I run command "R CMD build OAR" in the terminal, I get the following error: * checking for file ?OAR/DESCRIPTION? ... OK * preparing ?OAR?: * checking DESCRIPTION meta-information ... ERROR Malformed Depends or Suggests or Imports or Enhances field. Offending entries: R (>=3.0.2) Entries must be names of packages optionally
2002 Oct 08
1
Benchmarks
Just tried Dovecot with 85k mails from Linux kernel mailing list, total of 357MB. I mostly wanted to see if the new binary tree file works well. And it does :) Nothing gets slowed down after deleting messages all around the mailbox. I tried several things with Dovecot, UW-IMAPd and Courier. You'll see that Dovecot is faster in everything else except raw I/O which is a bit strange, have to
2005 Jan 11
0
Biometric Authentication for BSD/Linux (Forward)
Hey guys, this was sent to the openbsd-misc mailing list tonight. It might be interesting for some people here as well. - Christian ----- Forwarded message from "Alexey E. Suslikov" <cruel@texnika.com.ua> ----- Date: Tue, 11 Jan 2005 11:36:08 +0200 From: "Alexey E. Suslikov" <cruel@texnika.com.ua> Subject: Biometric Authentication for BSD/Linux X-Mailer: The
2003 Mar 31
2
New iRiver Firmware supports Vorbis!
iRiver released some firmware updates today for many of their CD and Flash-based MP3 players. Among the added features is the ability to play back Ogg Vorbis and FLAC audio files. Interestingly, in order to make room for the decoders, they also _removed_ the ability to play back Windows Media Audio. It's unfortunate that they had to take out some capability, but I'd prefer Ogg to wma