similar to: command line version of dovecot?

Displaying 20 results from an estimated 10000 matches similar to: "command line version of dovecot?"

2004 Dec 16
0
kewlstart - explanation of this method, please ?
Hello, is there a full guide to what kewlstart is supposed to do with FXO or FXS lines ? is it only applicable to one of the interfaces FXO -or- FXS but not both ? I asked earlier if FXS lines can be made to reverse polarity, and someone else pointed out that the chipset on the FXS ports seems to support it, perhaps the driver in the asterisk zaptel interface module needs to be modified to support
2015 Apr 11
2
workaround to use tinc as default gateway
I have been delighted by tinc. Building a mesh like I need would have been horrible in OpenVPN. tinc makes it easy. I decided to share a workaround for a problem that's been vexing me. Either I'm being dumb (and can do this better with a hint) or this is something others might need. I've been moving a bunch of services from our university to Amazon (EC2). To do this, I bring
2005 Dec 23
1
GFS2, OCFS2, and FUSE cause xenU to oops.
I really need to share a filesystem and I''d rather not have to export it from one domU to another so I tried mounting it with GFS2 and then OCFS2. Both caused the xenU kernel to oops just as the mount was attempted. I assumed that a FUSE-based solution would be a little less problematic (if only because it doesn''t require kernel patches) but it also caused an oops right when
2006 Aug 09
1
Re: URGENT: OCFS2 hang - 32 node cluster POC
Run: # top # vmstat 1 # iostat -x /dev/emcpowerb 1 The latter two you can save to a file. For top, just monitor cpu usage and see if any process is hogging all of it. Colin Laird wrote: > and the fstab settings: > > # This file is edited by fstab-sync - see 'man fstab-sync' for details > /dev/VolGroup00/LogVol01 / ext3 > defaults 1 1 >
2006 Aug 28
3
memory leaks
what causes ''em? How do I spot ''em? How can I fix them? I''ve got several apps running on textdrive, and they''re all consuming too much memory and being killed all the time. I''m still a relative n00b to Rails, and not sure how to go about fixing them. When I look in the dev/production logs, I don''t see any obvious errors in my code, so what
2005 Sep 18
2
Update/upgrade paths?
Good afternoon, Netizens... I have a number of 3.3 CentOS boxes that are quite a substantial distance from my home office. Short of physically going to those sites with a fresh set of CD's in hand, is there a method of remotely (via secure SSH) updating not only the files but the distribution as well, say to 4.1? Can you do a distribution update without using CD's? After a few weeks of
2005 May 13
1
multinom(): likelihood of model?
Hi all, I'm working on a multinomial (or "polytomous") logistic regression using R and have made great progress using multinom() from the nnet library. My response variable has three categories, and there are two different possible predictors. I'd like to use the likelihoods of certain models (ie, saturated, fitteds, and null) to calculate Nagelkerke R-squared values for
2006 Aug 20
4
[LLVMdev] bytecode didn't read correctly under cygwin
Hi! I'm trying to run "llc" tool on files from "test" subdirectory of LLVM root. I compile source files with the following line: llvm-gcc -c -ocompiled.o ackermann.c Then I run llc like the following: llc compiled.o which outputs llc: bytecode didn't read correctly (I mean, I try it with different options but even the default ones aint working) My llvm-gcc
2007 May 11
1
Rapid DTMF missing digits
Version 1.4.2 but to be honest I have no reason at all to suspect that this is a problem with the asterisk software. I've able to replicate this from a few different "client" net connections and a across a few different linksys ata's. Where when you call into the host and enter the extension to connect to you miss the last digit of the extension. Almost every time you
2005 Sep 21
2
FWIW...
Good morning, everyone... Perhaps this will either help or encourage others interested in using CentOS as a networked workstation. It is based upon my experiences, and all other disclaimers apply. 1. I did a basic workstation install from 4.1 CD's deploying KDE and Gnome desktops and, other than a few minor issues, mostly of my making, everything went smoothly. The install process is
2006 Aug 20
1
[LLVMdev] make builds Release configuration by default
Hi! I'm installing LLVM under Debian Linux. I've installed llvm-gcc3 binaries and am trying to build LLVM. I run make command from llvmobjdir and it builds Release configuration. I didn't set ENABLE_OPTIMIZED variable to 1 and I didn't configure LLVM with --enable-optimized switch. What can cause building Release configuration and how can I switch to Debug one? Thanks. Tony.
2003 Dec 22
1
?? memory leak in 3des1
Hello, quoted patch free's cipher_data malloc'd in calls to EVP_CipherInit() in ssh1_3des_init(), at least linked with openssl >= 0.9.7. It does not appear to me (superficial scan) that there is any harm in calling the _cleanup routine with earlier openssl. fwiw :laird --- openssh-3.7.1p2/cipher-3des1.c Tue Sep 23 05:24:21 2003 +++ src37m/cipher-3des1.c Mon Dec 15
2006 Mar 28
3
fixed effects
dear R wizards: X is factor with 20,000*20=800,000 observations of 20,000 factors. I.e., each factor has 20 observations. y is 800,000 normally distributed data points. I want to see how much R^2 the X factors can provide. Easy, right? > lm ( y ~ X) and > aov( y ~ X) Error: cannot allocate vector of size 3125000 Kb is this computationally infeasible? (I am not an expert, but
2012 Feb 23
9
32bit and 64bit version of a package
Hi, I''m trying to write a recipe to install the latest libstdc++ in both 32bit and 64bit flavors and running into issues. Yum only wants to install the 64bit version if I do: yum install libstdc++ If I do something like: package { "libstdc++.i386" : ensure => latest } It tells me "nothing to do" Any suggestions on the right way to do this? Thanks! Alan --
2014 Jan 03
2
Question about --files-from= and folder structure
I'm writing a script to sync some mp3 files. Due to a limitation in the number of destination files that can be read from my thumb drive, I'm not looking to preserve the original file structure (actually, I'm looking to sync *only the files* to the new destination directory). The source files are all subfolders under /backup/Music: ./Adrian Legg/Mrs. Crowe's Blue Waltz/Paddy
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
I'm trying to install the SPANDSP software into Asterisk to support incoming (mainly) Fax. I'm following the info in http://www.voip-info.org/wiki-Asterisk+Fax. I downloaded and installed the spandsp software from ftp://ftp.opencall.org/pub/spandsp/ and followed the directions in several documents listed on the on the Tiki page. I get down to patch < Makefile.patch that fails with
2006 Aug 21
2
[LLVMdev] Recalculating live intervals
So what addIntervalsToSpills returns are new intervals to allocate with infinite weights, right? And I need not to allocate the old interval. Should hasStackSlot return true on its register then? On 8/21/06, Fernando Magno Quintao Pereira <fernando at cs.ucla.edu> wrote: > > > Well, someone correct me if am wrong, but, you still have to allocate > physical registers to them,
2004 Jul 19
5
Cheap PoE switches/injectors?
I'm trying to spec out hardware for a new office, and I'd like to include power over Ethernet as an option. I've seen a handful of PoE injectors around $1000 for 24 ports and a couple switches up around $2500 for 24 ports. Are there any cheaper options, short of buying a boatload of 1-port injectors off of ebay? I don't really need more then 24 ports of PoE out of 48 total
2004 Apr 05
3
Buzzing on TDM400P FXS?
I have an intermittent problem with the one FXS line that I have. On most calls, the first ~5 seconds of the call has a loud buzzing noise on the line. After 5 seconds or so, it fades off to nothing, and the sound quality is great. Searching for "buzzing" on the list doesn't give a whole lot to work with. The buzzing happens on calls that are routed over both my FXO line and
2003 Sep 11
0
Dovecot on Linux 2.6.0-test1-ac1
I've been using Dovecot on 2.6.0-test1 for quite awhile but today I jumped ahead to test5 and it broke in the way you described. http://dovecot.procontrol.fi/list/dovecot/2003-July/001943.html I used your workaround and now everyone is back in business. Thank you for the help! (I was sweating there for a bit.) --kyler