Displaying 20 results from an estimated 10000 matches similar to: "Slow connections with POP3 service"
2009 May 21
7
How to run Dovecot as IMAP Proxy?
Hi All,
I have migrated from uw-imap to Dovecot for POP3 & IMAP service. I run webmail using squirrelmail. When running uw-imap I used to run up.imapproxyd on the webmail server for faster responses. After migrating to Dovecot, I find that up.imapproxyd does not work well with dovecot. 
I tried to use dovecot as IMAP PRoxy server as per the document 
2009 Dec 23
1
Questions about Gluster Storage Platform
Hi,
I got some questions about the Gluster Storage Platform :
- Is it just a platform to manage the storage brick and clients running with glusterFS 3.0 ?
- Do you install the platform on a single node or do you install the platform on each server you want to manage?
Thx
 
 		 	   		  
_________________________________________________________________
Windows 7 ? 35? pour les ?tudiants?!
2009 Dec 22
1
gluster storage platform on citrix xenserver
Dear list,
im searching for a gluster storage platform installation howto as a
guest of citrix xenserver.
the documentation is not ready yet, but does anybody have an idea of
useing the img file as an "iso"?
http://gluster.com/community/documentation/index.php/Gluster_Storage_Pla
tform#Download_Gluster_Storage_Platform_3.0
regards from austria
josy
gugler* Weihnachtskarten-Tipp:
2009 Dec 13
1
VMware ESX
Hi,
 
We run ESX servers in a datacentre and i have managed to succesfully setup a mirrored volume which works really well (took 1 node down and files still available). my question is how can i run an ESX guest on gluster. We have previously setup 
 		 	   		  
_________________________________________________________________
Use Hotmail to send and receive mail from your different email accounts
2008 Apr 21
2
Monitor not merging calls
I have setup Asterisk on 2 Fedora Core 8 machines, and have made it to record all incoming calls. One of the box that have Asterisk 1.4.18 is properly merging calls and the other box that has Asterisk 1.4.15 is recording the calls but not merging them, I have made sure that SOX is installed on the box. 
Here is the Dialplan of both the machines : 
exten => 1234,1,Answer() 
exten =>
2008 May 16
2
Fetching Binary data from SQL Server
I am trying to write a customized app using C that would fetch voice file from SQL Server 2000 using ODBC and FREETDS. 
Currently I am only able to fetch first 63 KB chunk from the DB, and not able to fetch the rest of the file, below is the code that i am using to do so, 
fd = open(fullpath, O_RDWR | O_CREAT | O_TRUNC, 0770); 
if (fd < 0) { 
ast_log(LOG_WARNING, "Failed to write
2010 Mar 14
2
Boot GSP node with KVM and VirtIO
I'm trying to boot a virtual GSP node with Linux KVM and VirtIO. While
the install itself detects both the VirtIO harddisk (/dev/vdx) and
VirtIO ethernet nic and completes successfully, I'm not able to boot
the virtual machine from it. After POST I can only see the GSP boot
message and the countdown timer, but when the timer reach 0 it stalls.
When I reassign the _same_ disk as IDE or SCSI
2007 Sep 24
3
CallerID problem Asterisk 1.4.2
When receiving inbound calls from a Vonage Softphone extension, I'm unable
to view/maniupulate calledid data. but it shows up in the CDR records and on
called handsets.. any ideas?
exten => asda,n,NoOp(callerID is ${CALLERID})
exten => asda,n,NoOp(CallerID is ${CALLERIDNAME})
exten => asda,n,NoOp(CallerID is ${CALLERIDNUM})
    -- Executing [asd at pstn-in:2]
2010 Aug 20
2
Determining the length of unique items in a vector
Dear all, let suppose I have following vector:
 
> dat1 <- c(rep("asd", 5), rep("xyz", 12), rep("erd", 17))
> dat1 <- dat1[sample(1:length(dat1), length(dat1), replace=F)]
> dat1
 [1] "erd" "xyz" "erd" "asd" "asd" "erd" "xyz" "asd" "erd" "erd"
2013 Mar 06
3
Plotting time data for various countries in same graph
Hi,
I've the following kind of data
Time                      Country                 Values
2010Q1                    India                       5
2010Q2                    India                       7
2010Q3                    India                       5
2010Q4                    India                       9
2010Q1                    China                     10
2010Q2                
2012 Dec 26
3
Working with date
Hi,
Let say I have a date variable:
> ?asd <- as.Date("2012-01-03")
> asd
[1] "2012-01-03"
Now, I want to express this date like 3/1/2012.
can somebody help me how to achieve that?
Thanks,
2009 Jun 25
5
Lots of pop3-logins
Hello,
Doing a "ps aux" on my Slackware box, I have approx 100  PID's of "pop3-login's going on.  This is a production mail server, but it is getting VERY low traffic.  In fact, only 3 people can "pop3" into it.  I've check their e-mail clients, and they are not checking mail any more often than every 5 minutes.
This is a new installation and I've had the
2014 Jul 17
2
question about output of files copied/deleted
It seems to me that this output would be more useful if it
were possible to uniquely translate a line of output back into
a file path.
Right now that's not possible due to the control character encoding.
An output line like
asd\#002\#003zxc
could either mean a file of that name or
asd^B\#003zxc or asd^B^Czxc or asd\#002^Czxc
I was hoping to start with rsync -n, figure out what was
going to be
2011 Jan 10
1
Using combn
Dear list,
I want to apply the "table" function to every pair of variables in df 
and the return should be a list.
setwd(123)
asd <- data.frame(a1=sample(1:4, 20, replace=TRUE),
                   a2=sample(1:4, 20, replace=TRUE),
                   a3=sample(1:4, 20, replace=TRUE),
                   a4=sample(1:4, 20, replace=TRUE))
with(asd, table(a1, a2))
with(asd, table(a1,
2004 Mar 09
1
More factor names in x axis, how?
I have some data which records, amongst other things,
age (recoded by me to be in months), and
drug group (a factor).
The drug group is a 2 digit number,
but there is no numeric relationship, and only 50 of the possible
groups occur
So
> asd <- read.table("asd.dat", header=TRUE)
> asd$group <- as.factor(asd$group)
> plot(age ~ group, data=asd)
gives me a series of
2009 Oct 29
1
Question about is.na for missing data
Greetings,
I am trying to a simple mean imputation using the following command 
(yes, I know it is not an ideal way to impute missing data)
asd[is.na(asd)] <- mean(asd,na.rm=TRUE)
This has worked quite well in the past.  Now, however, I am getting the 
following error messsage.
Error in `[<-.data.frame`(`*tmp*`, is.na(asd), value = 
c(2433.64150943396,  :
  rhs is the wrong length for
2012 Mar 22
3
[LLVMdev] SPEC CPU2006 bitcode files
Hello,
I'm trying to generate bitcode files from the SPEC CPU2006 benchmark suites.
First I installed the benchmarks into ~/llvm/projects/test-suite/External/speccpu2006 and then I tried
~/mysandbox/bin/lnt runtest nt --sandbox=sandbox --cc=/Users/asd/llvm/Release/bin/clang --test-suite=/Users/asd/llvm/projects/test-suite --test-externals=/Users/asd/llvm/projects/test-suite/External -j 4
2011 Jul 14
9
Extension wise dialplan
Hi all,
I have n no. of extensions in my dialer. from 456 to 556 extensions. I was
created 2 other extensions 667 and 668  I need to allow  only STD calls to
go from this extensions.
These all extensions are same context . I need to define the STD dialplan
for only this 2 extensions. how I can ?
Best Regards,
Mahesh Katta
*BUZZ**WORKS* Business Services Private Limited
BANGALORE | CHENNAI |
2010 Jul 13
2
how to extract information from anova results
Hi, 
I have used the instruction aov in the following manner:
res <- aov(qwe ~ asd)
when I typed "res" I get:
_________
Call:
   aov(formula = qwe ~ asd)
Terms:
                      asd Residuals
Sum of Squares  0.0708704 0.5255957
Deg. of Freedom         1         8
Residual standard error: 0.2563191 
Estimated effects may be unbalanced
_________
I need to access the value of
2008 Nov 21
3
list of list objects
hi there,
I have a list of list objects i need to remove the top layer
[[1]]
[1].0
"ABC" "DEF""LMN"
[1].1
"WER" "ERT" "TRY"
[[2]]
[2].0
"ASD","wer""qwe"
[2].1
"wdv""ghj""ggj"
I wanna avoid the top layer...that is [[1]] [[2]] shouldnt be there
just a simple list is wat i need.