Displaying 20 results from an estimated 4000 matches similar to: "warn before overquota"
2007 Mar 15
1
Warn before overquota
Looking in the archives I found a message from dominik.saar at 1und1.de on the
16/08/06, that is asking for a system to control the overquota warnings from
within dovecot or dovecot LDA.
The proposed solution is to use exim as MTA, since it has build in support.
In my case I'm using postfix, what would be the recommended approach in that
case?
I was thinking of something like the cyrus LDA
2006 Oct 19
2
performance problems with rc10 and solaris 10
Hi,
i have 2 dovecot imap server running on solaris 10
The primary server with dovecot 1.0.alpha4 is running with best
performance on Sun Sparc E4k5 with 8x 450MHz
The secondary with rc10 has ugly performanceproblems on Sun E450 wth 4x
450MHz. Every new imap process takes permanent 25% cpu usage
List the folder and fetch message are both slowy!
Both servers are configred with ldap backend
2007 Jun 15
3
zfs and EMC
Hi there,
have a strange behavior if i?ll create a zfs pool at an EMC PowerPath
pseudo device.
I can create a pool on emcpower0a
but not on emcpower2a
zpool core dumps with invalid argument .... ????
Thats my second maschine with powerpath and zfs
the first one works fine, even zfs/powerpath and failover ...
Is there anybody who has the same failure and a solution ? :)
Greets
Dominik
2005 Dec 12
1
1.0-alpha5 and Plugins
Hi girls,
trying to use the quota and trash plugins with dovecot-1.0-alpha5, but
becomes:
libquota_plugin.so: undefined symbol: dict_transaction_commit
libimap_quota_plugin.so: undefined symbol: quota
libtrash_plugin.so: undefined symbol: quota
by loading the modules
Compiling the source working fine.
Found no crtical messages
Any idea?
Thanks
Dominik Saar
2017 Jul 09
2
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Yeah, I know. Sorry for my demanding attitude.
Any hints how I could start debugging the problem?
2017-07-09 18:12 GMT+02:00 Dominik Psenner <dpsenner@gmail.com>:
> You can't expect anyone to step up happily to fix a problem you
> experience. If you're unhappy with the open source solution you have at
> least 4 options:
>
> 1. buy a license for red hat
> 2. get
2017 Jul 08
2
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Dominik,
What's the point of including a software to an OS that does not work?
2017-07-08 18:34 GMT+02:00 Dominik Psenner <dpsenner@gmail.com>:
> I just wanted to point out that you're only resolving the symptom, not the
> actual cause. At the same time I'm afraid that I don't know what the cause
> of your problems is. If you don't want to run virsh guests you
2017 Jul 07
3
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Hi Dominik,
So what is going on on my computer with the script *libvirt-guests.sh*? Why
is it hanging on it? How should I address this problem?
I really appreciate your help!
Thank you!
2017-07-07 9:20 GMT+02:00 Dominik Psenner <dpsenner@gmail.com>:
> And software is up to date to latest version in LTS:
>
> $ virsh --version
> 1.3.1
>
>
> 2017-07-07 9:20 GMT+02:00
2020 Oct 09
2
GlobalISel round table follow up: register bank select
Hi Quentin,
Am 08.10.20 um 21:17 schrieb Quentin Colombet:
> Hi Dominik,
>
>> On Oct 8, 2020, at 5:03 AM, Dominik Montada
>> <dominik.montada at hightec-rt.com
>> <mailto:dominik.montada at hightec-rt.com>> wrote:
>>
>> Hi Quentin,
>>
>> thanks for picking up the conversation!
>>
>> > I think we should step back and
2017 Jul 07
2
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Dominik,
As far as I am concerned the command provided by Andrea disables
libvirt-guests service at boot.
jedrek@Home:~$ service libvirt-guests status
● libvirt-guests.service - Suspend Active Libvirt Guests
Loaded: loaded (/lib/systemd/system/libvirt-guests.service; *disabled*;
vendor preset: enabled)
Active: inactive (dead)
Docs: man:libvirtd(8)
http://libvirt.org
When
2008 Dec 12
1
recursive List extraction question
Dear all,
I've got a list
L <- list(L1 = list
(foo = "bar"
, SL = NULL
)
, L2 = list
(
foo = "bar"
, SL = list
(SSL1 = list
(DF = data.frame(val = 21, foo = "bar")
, DFOO = list(foo = "foo", bar = "bar")
)
,
2017 Jul 07
2
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
$ uname -a
Linux mugen 4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017
x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial
2017-07-07 9:18 GMT+02:00 Dominik Psenner <dpsenner@gmail.com>:
> Hey
>
> FWIW, I have virsh running on my laptop too and no virtual
2020 Jun 04
2
Nested instruction patterns rejected by GlobalISel when having registers in Defs
Hi Dominik,
Thanks for your reply.
In my case, the Defs is the cause of the problem. Or rather, it is part of
the problem, because when I remove it from the instruction TableGen gives me
a different error message which concerns a part which is deeper into the
pattern tree, so at least it is able to proceed beyond that part of the
pattern. I have also stepped TableGen inside gdb and
2019 Jan 11
2
managesieve configuration
Hi Dominik,
I have set ssl = required in 10-ssl.conf globally but no ssl here:
service managesieve-login {
inet_listener sieve {
port = 4190
}
...
}
Nevertheless, STARTTLS is offered
"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags
2020 Mar 02
2
Correct modelling of instructions with types smaller than the register class
Hi Quentin,
thank you for the reply! This clears up a lot of the questions I was
having. It seems like we should definitely invest some time in rewriting
some of our legalization rules then! I also posted some questions
further down below. I would appreciate getting your opinion on them.
> Hi Dominik,
>
> I’ll do a brief reply here and if you want more information we can talk further
2020 Jun 08
2
Nested instruction patterns rejected by GlobalISel when having registers in Defs
Hi Daniel,
Thanks for replying; I was hoping to get in touch with you on this issue.
I had a look at how SelectionIDAG does it when generating the matcher table,
and it does consider the implicit defs as additional output. Here is the
match table generated for the pattern:
/* 0*/ OPC_CheckOpcode, TARGET_VAL(ISD::SIGN_EXTEND),
/* 3*/ OPC_MoveChild0,
/* 4*/ OPC_CheckOpcode,
2003 Jul 03
2
Bug in plotting groupedData-objects
Dear Experts,
May be the problem is still solved, however I tried to find the answer in
the archives:
I use:
> R.version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 7.1
year 2003
month 06
day 16
2012 Aug 16
4
Variables and greek letters in a plot title
Hello
This is a problem I encountered repeatedly and I found no answer that made
me really happy. I hope it is not too trivial.
I would like to give the concentration of a substance in a plot title:
5 ug/ml substance
the '5' would be a variable and the ug should be micrograms (with greek
letter mu). It is the mu that causes the problems for me. I failed using
various combinations of
2002 Sep 23
2
R crash with internet2.dll
Hi,
I'm using:
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 5.1
year 2002
month 06
day 17
language R
and I would like to apply:
> update.packages()
trying URL
2020 Jul 03
2
Exceptions not getting caught on bare-metal target
Hi,
We're working on adding exception handling support for a downstream
bare-metal target. I read through the LLVM exception handling docs [1]
and went through some patches from other backends to understand what
parts we need to implement.
We're now at a point were it feels like it should work, but
unfortunately exceptions are still not getting caught. Our target uses
DWARF
2020 Oct 08
2
GlobalISel round table follow up: register bank select
Hi Quentin,
thanks for picking up the conversation!
> I think we should step back and check what we want before investing
any time in some rewrite.
That is a very fair point and I might have been getting ahead of myself
in my last email.
What I would like to see from RegBankSelect is to produce the mapping
with the overall lowest cost. Keeping track of all different
combinations of