Displaying 20 results from an estimated 300 matches similar to: "dovecot replacing uw-imap"
2006 Aug 20
4
xen dom0 crashes while copying a lot of files
xen 3.0.2 dom0 (kernel 2.6.16-xen) always crashes, or rather freezes, whenever I copy more than 40GB of data.
i checked syslog and there is no indication at all why it crashes. this happens whether the OS is FC5 or mandriva 2006, and is also independent of hardware, although we have mostly
dell poweredge (1750, 2850, etc.)
i am wondering if there some workaround. thanks!
System Coordinator,
2013 Feb 25
1
lmtp problem with wrong index path
Hello,
we've been using dovecot for pop3 and imap for some time now and we're
in the middle of deploying lmtp as well, however we're run into a
problem we can't solve.
Specifically for some reason it seems that dovecot tries to write to the
wrong index file during some, but not all, lmtp deliveries.
If lmtp tries to deliver to person user_a at domain, sometimes it'll try to
2006 May 02
4
Repeating tdt function on thousands of variables
I am using dgc.genetics to perform TDT analysis on SNP data from a cohort of
trios.
I now have a file with about 6008 variables. The first few variables related
to the pedigree data such as the pedigree ID the person ID etc. Thereafter
each variable is a specific locus or marker. The variables are named by a
pattern such as "Genotype.nnnnn" with nnnnn corresponding to a number which
2017 Nov 20
2
package check fail on Windows-release only?
I mistakenly left a write in "/tmp" in the rockchalk package (version
1.8.109) that I uploaded last Friday. Kurt H wrote and asked me to fix
today.
While uploading a new one, I became aware of a problem I had not seen.
The version I uploaded last Friday, 1.8.109, has OK status on all
platforms except r-release-windows-ix86+x86_64. I get OK on
oldrel-windows and also on devel-windows.
2013 Mar 13
2
How to add a new line at a particular place in a file..
Hi all,
How can i write a puppet code such that..it adds a line of content that i
want..at a desired place in a file..
if [ "x$JAVA_OPTS" = "x" ]; then
JAVA_OPTS="-Xms64m -Xmx512m -XX:MaxPermSize=256m
-Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
2007 Jul 13
28
ZFS and powerpath
How much fun can you have with a simple thing like powerpath?
Here''s the story: I have a (remote) system with access to a couple
of EMC LUNs. Originally, I set it up with mpxio and created a simple
zpool containing the two LUNs.
It''s now been reconfigured to use powerpath instead of mpxio.
My problem is that I can''t import the pool. I get:
pool: ######
id:
2016 Apr 20
6
Solving sparse, singular systems of equations
I have a situation in R where I would like to find any x (if one exists) that solves the linear system of equations Ax = b, where A is square, sparse, and singular, and b is a vector. Here is some code that mimics my issue with a relatively simple A and b, along with three other methods of solving this system that I found online, two of which give me an error and one of which succeeds on the
2009 May 14
2
about Smart-Ups RT
Hi everyone,
I just want to know about driver support over new APC smart models. My
company recently bought a Smart-Ups RT model: SURT3000XLI and a I cannot do
to make work it with last version of nut software.
Maybe this model it doesn?t supported yet and I want to know if so.
The diference with others models like matrix or backup ones is the famous
Smart Cable: 940-1525A (utp - db9).
I
2009 May 14
2
about Smart-Ups RT
Hi everyone,
I just want to know about driver support over new APC smart models. My
company recently bought a Smart-Ups RT model: SURT3000XLI and a I cannot do
to make work it with last version of nut software.
Maybe this model it doesn?t supported yet and I want to know if so.
The diference with others models like matrix or backup ones is the famous
Smart Cable: 940-1525A (utp - db9).
I
2010 Nov 15
3
Win7 SLOW printing
Greetings,
We use a dedicated samba-3.3.12+cups-1.3.11 on debian lenny to serve
printing (with point and print) to windows clients. We're getting
complaints that some clients (win7, vista, XP) have to wait an awful
long time from when they hit 'print' to when the job starts coming out
of the printer. Other clients (win7, vista, XP) print right away.
I can tail the cups log and
2003 Jul 18
5
Loadable module
Hi List!
I read a post about moving a .mailbixlist to a .subscriptionfile when a user
did not have one, but did have a .mailboxlist file. Timo emailed a module
for that purpose, so it could be done for this user.
My question is:
- Where and how does dovecot call this function?
- Would it be easy to use a module to a) create a mailpath (can be done as
the mailuser's id, I use one uid, and my
2015 Jan 07
2
NUT configuration with APC CS650 and ESXi host
Hello,
I have decided to upgrade my home server by turning it into an ESXi host
and have also added an APC CS650 UPS.
My plan was to have NUT version 2.6.4 running in a Debian 7.7.0 virtual
machine, NUT installed using apt.
I configured NUT to run as a netserver, installed the ESXi nut .vib,
configured the shutdowncmd in the VM to do nothing, so that the ESXi host
would close that virtual machine
2004 Jun 02
7
Advice on converting from Mbox to Maildir?
Does anyone have advice or pointers on good documentation on how to
convert a system from using the Mbox format to using Maildir?
I recently upgraded to Fedora Core 2 from Fedora Core 1 and discovered
that UW-IMAP was gone. So I switched over to using Dovecot. So far so
good.
But I would like to convert my system to start using the Maildir format.
How easy is this to accomplish?
Can I keep
2012 Dec 24
3
puppetdb listening on TCP Ports 1099 and 58772
PuppetDB is operating fine, but I can''t figure out how to disable it from
listening globally on TCP 1099 or 58722
How do I disable them from listening globally without having to resort to
iptables?
$ lsof -i -n -P | grep java | grep LISTEN
java 30115 puppetdb 22u IPv6 119118 0t0 TCP *:1099 (LISTEN)
java 30115 puppetdb 23u IPv6 117236 0t0 TCP *:58772
2016 Apr 20
0
Solving sparse, singular systems of equations
> On 20 Apr 2016, at 13:22, A A via R-help <r-help at r-project.org> wrote:
>
>
>
>
> I have a situation in R where I would like to find any x (if one exists) that solves the linear system of equations Ax = b, where A is square, sparse, and singular, and b is a vector. Here is some code that mimics my issue with a relatively simple A and b, along with three other
2016 Apr 20
0
Solving sparse, singular systems of equations
This is not a solution but your lsfit attempt
#Error in lsfit(A, b) : only 3 cases, but 4 variables
lsfit(A,b)
gave that error because lsfit adds a column of 1 to
its first argument unless you use intercept=FALSE.
Then it will give you an answer (but I think it converts
your sparse matrix into a dense one before doing
any linear algebra).
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On
2006 May 05
1
How to a handle an error in a loop
I am about one step away from heaven on earth. I think only one step!
I am using dgc.genetics to run a TDT test on thousands of genetic loci. I
have learnt (through the help of others on this mailing list) to send the
complex output to useful data frames which in turn allow me to look at the
big picture and screen the thousands of loci.
Resultdt<-lapply(PGWide[,240:290], tdt)
the above
2016 Apr 20
0
Solving sparse, singular systems of equations
This is kind of like asking for a solution to x+1=x+1. Go back to linear algebra and look up Singular Value Decomposition, and decide if you really want to proceed. See also ?svd and package irlba.
--
Sent from my phone. Please excuse my brevity.
On April 20, 2016 4:22:34 AM PDT, A A via R-help <r-help at r-project.org> wrote:
>
>
>
>I have a situation in R where I would like
2003 Jan 03
1
Util for pop3 to dovecot?
What I want to do is pop my email off of a Pop3 server
and give it to dovecot for imap serving. Does anyone
know of a utility that will allow me to do this? I looked
at fetchmail but it seems to want to talk to an SMTP
server.
Thanks,
Brad
--
Brad Figg - brad at tpi.com 503.601.0235 ext. 105
TriplePoint, Inc. - http://www.tpi.com
2004 Jun 01
3
1.0-test14: no sendfile() in Solaris 8
Aloha.
The current CVS snapshot and 1.0-test14 will not build on Solaris 8
because it does not provide a sendfile() funtion. It just has sendfilev().
Solaris 9 has sendfile(), though.
Using the old sendfile-util.c from 1.0-test1 and setting HAVE_SOLARIS_SENDFILEV
instead of HAVE_LINUX_SENDFILE in config.h works.
Greetings,
Andy.