Displaying 20 results from an estimated 100 matches similar to: "Sieve, shared folders, different daemons"
2014 Oct 22
2
High I/O wait with Dovecot POP3
Hello,
In the past we've had 4 loadbalanced servers configured with courier
pop3 and dovecot handling respectively POP3 and IMAP connections. These
4 servers have a shared NFS storage on a Netapp FAS3220 controller with
SAS disks. This setup is handling 50 POP3 sessions per second without
any problems.
Now we're installing 6 new loadbalanced servers to do the same job on
the same
2015 Dec 01
0
Sieve, shared folders, different daemons
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, 30 Nov 2015, Frido Otten wrote:
> In our dovecot setup we use 3 different config files. One for
> maildropping(sieve), one for dovecot/imap on standard ports with ssl
> config and one for dovecot/imap on standard ports+1 with a different ssl
> certificate. Currently the client using the standard port+1 config wants
> to make
2012 Mar 13
2
libvirt with sanlock
Hello,
I configured libvirtd with the sanlock lock manager plugin:
# rpm -qa | egrep "libvirt-0|sanlock-[01]"
libvirt-lock-sanlock-0.9.4-23.el6_2.4.x86_64
sanlock-1.8-2.el6.x86_64
libvirt-0.9.4-23.el6_2.4.x86_64
# egrep -v "^#|^$" /etc/libvirt/qemu-sanlock.conf
auto_disk_leases = 1
disk_lease_dir = "/var/lib/libvirt/sanlock"
host_id = 4
# mount | grep sanlock
2008 Jun 24
1
[Bridge] Bridge troubles
I'm sorry to bother you but I'm stuck
I can not make a bridge work for me.
My current configuration is:
eth0 Link encap:Ethernet Hardware Adresse 00:1d:7d:d1:06:bd
inet Adresse:192.168.1.1 Bcast:192.168.1.255 Maske:255.255.255.0
inet6-Adresse: fe80::21d:7dff:fed1:6bd/64
G?ltigkeitsbereich:V
according to all what I could find in the net. The following should
2012 May 08
1
release open_disk error
Hello,
I wonder what the "open error -1" / "release open_disk error" messages in sanlock.log actually mean.
I saw these messages in the log on a KVM host that rebooted, and after running "/usr/sbin/virt-sanlock-cleanup" on that host.
The resources where disks from 2 guests running on another KVM host.
So in fact the disks are still in use, bot got cleaned up by
2012 Aug 08
3
help, please! matrix operations inside 3 nested loops
hello, this is my script:
#1) read in data:
daten<-read.table('K:/Analysen/STRUCTURE/input_STRUCTURE_tab_excl_5_282_559.txt',
header=TRUE, sep="\t")
daten<-as.matrix(daten)
#2) create empty matrix:
indxind<-matrix(nrow=617, ncol=617)
indxind[1:20,1:19]
#3) compare cells to each other, score:
for (s in 3:34) { #walks though the matrix colum by colum, starting at
2012 Apr 05
1
virsh attach-disk with cache=none and io=native for raw devices (online)
Hello,
I see there is an option with virsh attach-disk to set the cache to "none" for raw devices, but I can't find how to attach the disk with io=native (needed for performance reasons).
The goal is to attach a disk online, directly with the proper performance settings.
I know I can set this in virt-manager, but then I have to restart the VM to apply the change, so this is an
2001 Oct 01
2
Half-life with wine
Hi,
I have tried to run half-life in linux with with wine.
But there seams to be a problem with my graphics card.
I can play games in linux with 3dfx support, but if I
try to run half-life with wine it says that my graphics
card doesn't support openGL.
Does anyone know what I can do about this.
I have got a Creative 3D Blaster Banshee.
.^^.... $ecrets 2 $uccess Inc.
2004 Aug 06
2
Half-Life(First Person Shooter) is using Speex
Martin Otten did most of the work to get Speex up and running for our games
about a month ago, and we just recently released it to the Steam beta.
So far it appears to be working pretty well, and we're interested in doing
more work using Speex going forward.
I'd love to hear any feedback that people have using it, especially at the
different quality settings. The information on how it
2015 Aug 21
2
plugin antispam sa-learn run program failed with exit code -1
Le 21/08/2015 16:21, Steffen Kaiser a ?crit :
>
> - -1 usually means exec() failed, that is:
>
> /usr/bin/sa-learn does not exist or the process thinks so at least.
Hello Steffen, thanks for your reply.
I've tried to use an external script sa-learn-pipe.sh :
> #!/bin/bash
> echo /usr/bin/sa-learn $* /tmp/sendmail-msg-$$.txt echo "$$-start
> ($*)" >>
2010 May 27
6
Trying to Get EMBIRD32 Working Under Wine
Okay, I've learned this much so far:
Others have made this happen, but details are weak or missing
Installer method won't work. It wants to register some stuff during setup, and there is no Registxry under Linux.
Some have copied the installed version from Windows to Linux or Ubuntu. Now that works.
Details are again skinpy or left out, and that leaves me stuck for the moment.
Maybe
2018 May 08
5
download.file does not process gz files correctly (truncates them?)
On Thu, May 3, 2018 at 11:34 PM, Tomas Kalibera
<tomas.kalibera at gmail.com> wrote:
> On 05/03/2018 11:14 PM, Henrik Bengtsson wrote:
>>
>> Also, as mentioned in my
>> https://stat.ethz.ch/pipermail/r-devel/2012-August/064739.html, when
>> not specifying the mode argument, the default on Windows is mode = "w"
>> *except* for certain,
2011 Apr 10
4
Certificate Issues.... again
I don''t know what it is with puppet''s certificates, but once again, they are
behaving strangely.
Client is reporting:
debug: Using cached certificate for auth01.fre.livegamer.com
/usr/lib/ruby/site_ruby/1.8/puppet/ssl/host.rb:166:in `certificate''
/usr/lib/ruby/site_ruby/1.8/puppet/ssl/host.rb:227:in `wait_for_cert''
2018 May 03
4
download.file does not process gz files correctly (truncates them?)
Also, as mentioned in my
https://stat.ethz.ch/pipermail/r-devel/2012-August/064739.html, when
not specifying the mode argument, the default on Windows is mode = "w"
*except* for certain, case-sensitive, filename extensions:
if(missing(mode) && length(grep("\\.(gz|bz2|xz|tgz|zip|rda|RData)$", url)))
mode <- "wb"
Just like the need for mode =
2015 Mar 10
0
Migrating from NetApp to ZFS
Hi All,
We're currently in the process of migrating from a NetApp storage to a
ZFS storage, both shared over NFS. We've ran into some problems which
were solved by switching to dotlocks instead of flock. But now there's
one problem left with the dotlock method. When connecting to
Dovecot/IMAP, and moving messages from one folder to another, it is very
slow and I'm suspecting this
2019 Apr 10
0
Dovecot index compatibility
We're in the process of upgrading Dovecot from version 2.1.17 to 2.2.27
(package Debian Stretch). We have a shared NFS storage in use by
multiple servers without Dovecot director. I've tested by connecting to
IMAP on the new server to my own mailbox. This isn't a problem. But when
the server with the Dovecot version 2.1.17 LDA drops a new message in my
mailbox it thinks the index file
2002 Jul 15
1
WINS on Solaris 7/8 - broken?
I had no problem configuring WINS lookups, via nsswitch and libnss_wins.so,
under Linux.
The problem I am having is on Solaris.
I am working with the 2.2.5 release of Samba.
Everything in the nsswitch subdirectory compiles cleanly.
wbinfo, which uses winbindd, resolves WINS entries no problem.
(When I am running winbindd, that is.)
Solaris appears to use /usr/lib/nss_wins.so.1 rather than
2008 Feb 08
2
Quick bug in speexenc
Good day, a quick bug while encoding speexes in speexenc.
While reading a .wav in function read_samples, size can get to negative
values, as long as fread is able to go forward with reading the file. This
can happen with Protools-generated wavs, where they put additional
information after the "data" fourcc.
I created a very quick hack by adding:
int tentative_read =
2012 Sep 07
0
Error when using s.multinom() of the ade4 package - %PCA and MCOA
Hello,
I am working with s.multinom() from the ade4package. I tried to plot the
results of my %PCA (via the function dudi.pca()) followed by a MCOA
(mcoa()). But when I give my variables to s.multinom() I get the following
Error message:
Error in FUN(1:14[[1L]], ...) : number 1 profile without data
I know that it has to do with one (or two?) of the first arguments
(kpca,sglmarkerfrq) but I just
2019 Aug 25
2
Conventions: Use of globals and main functions
This seems like a nice idiom; I've seen others use? ? if(!interactive()){? ? ? ? main()? ? }to a similar effect.
Best,CG
On Sunday, August 25, 2019, 01:16:06 AM CDT, G?bor Cs?rdi <csardi.gabor at gmail.com> wrote:
This is what I usually put in scripts:
if (is.null(sys.calls())) {
? main()
}
This is mostly equivalent to the Python idiom. It the script runs from
Rscript, then it