Displaying 20 results from an estimated 600 matches similar to: "Disconnecting without unbinding?"
2007 Mar 17
4
M-Box benchmark
A friend of mine passed me this[1] cause I'm recommending him Dovecot.
My personal experience is very different to the one in that benchmark. I
will appreciate similar links from those of you who had benchmarked
Dovecot against other IMAP servers.
I'm conscious that my personal experience is far to be a objetive
comparison. I switched from UW-Imap/Mbox to Dovecot/Maildir a box with
45k
2007 Oct 15
2
Error: net_connect(/var/run/dovecot/auth-master) failed: Resource temporarily unavailable
I'm using deliver (1.0.5) with Postfix (2.1.6). I made a test for a few
minutes in a moderated busy server. While most mails was delivered, a
lot of them failed with this error:
deliver(userfoo): Oct 15 09:58:31 Error:
net_connect(/var/run/dovecot/auth-master) failed: Resource temporarily
unavailable
Sounds to me something like not enough auth-master to answer every
concurrent deliver.
Any
2007 Oct 03
2
In-site migration from /etc/passwd to LDAP
I'm doing in-site migration of accounts from /etc/passwd to an LDAP
directory. The migration should be progressive (not all users at the
same time).
I'm already able to check mail for accounts in /etc/passwd and accounts
in LDAP.
The problem is with mail delivery. I'm using Postfix + Dovecot-LDA. This
is the error I get with every delivery
--
dovecot: Oct 03 00:16:09 Info:
2006 Nov 16
2
maildirsize update error
According to [1], Trash is a reserverd folder name. When moving a
message to it, maildirsize should be update with a negative byte count.
If I move a message from any folder to Trash, maildirsize gets two
lines, one positive and one negative.
The problem is that a user can't move messages to Trash while being
overquota because the positive entry goes before the negative.
I'm using
2006 Dec 19
1
Custom mail directory with LDAP
For certain users, I have their mail boxes
under /srv/mpop/<username>/Maildir. For the rest, I have their mail
boxes under /srv/vmail/<username>/Maildir.
mpop/ users are stored in LDAP, vmail/ users are local users so I
discard the idea of set a fixed mail_location.
In dovecot-ldap.conf I can't get the picture to
set /srv/mpop/<username>/Maildir as mail.
I'd tried
2007 Mar 05
1
Plugins in Python?
Timo
Do you have plans of adding support for writing plugins in high level
languages like Python?
Regards
maykel
2007 Oct 17
1
Per-user quota (with local users)
I'm migrating to LDAP mi local users, there is the auth section of my
dovecot.conf
--
auth default {
mechanisms = plain
socket listen {
master {
path = /var/run/dovecot/auth-master
mode = 0660
user = dovecot
group = nusers
}
}
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
passdb pam {
}
userdb ldap {
args =
2008 Jan 05
1
Problems with AUTH=PLAIN in pop3
I'm using Dovecot (1.0.10) locally to test SugarCRM. When I tried to set
up a mail account in Sugar, it complains with
--
SECURITY PROBLEM: insecure server advertised AUTH=PLAIN
Please check your settings and try again.
--
don't know if that behaviour is a bug or a feature of php-imap. The case
is that I'm unable to set up the mail account in Sugar.
Timo answered to me on IRC about
2002 Jul 01
1
modified kolmogorov-smirnov
I'm trying to use modified Kolmogorov-Smirnov test with a Normal which I
don't know it's parameters. Somebody told me about the lilifor function in
R, but just can't find it.
Does anybody know how I can test with the modified Kolmogorov-Smirnov
test?
Porqu? usar una base de datos relacional cualquiera,
si pod?s usar PostgreSQL?
2020 Aug 07
2
Re: [PATCH nbdkit] file: Implement cache=none and fadvise=normal|random|sequential.
On Fri, Aug 07, 2020 at 04:43:12PM +0300, Nir Soffer wrote:
> On Fri, Aug 7, 2020, 16:16 Richard W.M. Jones <rjones@redhat.com> wrote:
> > I'm not sure if or even how we could ever do a robust O_DIRECT
> >
>
> We can let the plugin an filter deal with that. The simplest solution is to
> drop it on the user and require aligned requests.
I mean this is very error
2020 Aug 07
2
Re: [PATCH nbdkit] file: Implement cache=none and fadvise=normal|random|sequential.
On Fri, Aug 07, 2020 at 05:29:24PM +0300, Nir Soffer wrote:
> On Fri, Aug 7, 2020 at 5:07 PM Richard W.M. Jones <rjones@redhat.com> wrote:
> > These ones?
> > https://www.redhat.com/archives/libguestfs/2020-August/msg00078.html
>
> No, we had a bug when copying image from glance caused sanlock timeouts
> because of the unpredictable page cache flushes.
>
> We
2013 Jul 02
0
binding/unbinding devices to vfio-pci
On Tue, 2013-07-02 at 14:15 +0000, Yoder Stuart-B08248 wrote:
> Alex,
>
> I'm trying to think through how binding/unbinding of devices will
> work with VFIO for platform devices and have a couple of questions
> about how vfio-pci works.
>
> When you bind a device to vfio-pci, e.g.:
> # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
>
> ...I understand
2018 Jan 16
0
[BUG] Kernel oops when unbinding the graphics card
Hello!
This is the summary of a discussion I had on IRC with Lyude and imirkin_.
When I try to turn off my graphics card, a kernel oops occurs.
Steps to reproduce:
1. Boot the system with no display manager enabled
2. Using SSH, run the following commands:
$ echo 0 | sudo tee /sys/class/vtconsole/vtcon0/bind
$ echo 0 | sudo tee /sys/class/vtconsole/vtcon1/bind
$ echo 1 | sudo tee
2008 Jan 10
1
data.frame manipulation: Unbinding strings in a row
Hi all,
I have a data.frame I received with data that look like this (comma
separated strings in last row):
ID Shop Items
ID1 A1 item1, item2, item3
ID2 A2 item4, item5
ID3 A1 item1, item3, item4
But I would like to unbind the strings in col(2) items so that it will look
like this:
ID Shop Items
ID1 A1 item1
ID1 A1 item2
ID1 A1 item3
ID2 A2 item4
ID2 A2 item5
ID3 A1 item1
ID3 A1 item3
ID3 A1
2020 Aug 07
0
Re: [PATCH nbdkit] file: Implement cache=none and fadvise=normal|random|sequential.
On Fri, Aug 7, 2020 at 5:36 PM Richard W.M. Jones <rjones@redhat.com> wrote:
>
> On Fri, Aug 07, 2020 at 05:29:24PM +0300, Nir Soffer wrote:
> > On Fri, Aug 7, 2020 at 5:07 PM Richard W.M. Jones <rjones@redhat.com> wrote:
> > > These ones?
> > > https://www.redhat.com/archives/libguestfs/2020-August/msg00078.html
> >
> > No, we had a bug when
2019 Oct 24
0
Re: Reg: Adding "edu" device using XML file
On Wed, Oct 23, 2019 at 4:27 PM bharath paulraj <bharathpaul@gmail.com>
wrote:
> Hello Han,
>
> Thanks for the response. The XML option with qemu:commandline works if the
> device is added during the VM creation. But I would like to hot-plug the
> device to the running VM. I can add the device using the command line
> <virsh qemu-monitor-command --hmp VM-Name
2004 Sep 07
1
[Fwd: Maildir++ support]
> In the homepage said that dovecot doesn't yet support maildir++, but in
> http://dovecot.org/doc/mail-storages.txt said 'we support maildir++'.
>
> My question is: does dovecot support maildir++ ?
>
> Regards
> mike
2013 Jul 02
2
binding/unbinding devices to vfio-pci
Alex,
I'm trying to think through how binding/unbinding of devices will
work with VFIO for platform devices and have a couple of questions
about how vfio-pci works.
When you bind a device to vfio-pci, e.g.:
# echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
...I understand that the echo into 'new_id' tells the
vfio pci driver that it now handles the specified PCI ID.
But
2013 Jul 02
2
binding/unbinding devices to vfio-pci
Alex,
I'm trying to think through how binding/unbinding of devices will
work with VFIO for platform devices and have a couple of questions
about how vfio-pci works.
When you bind a device to vfio-pci, e.g.:
# echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
...I understand that the echo into 'new_id' tells the
vfio pci driver that it now handles the specified PCI ID.
But
2012 Jul 10
0
Bug#658263: Does this still happen in Wheezy
Hi Maykel,
Does this still happen with the 4.1 hypervisor in Wheezy? Or more
importantly (since I suspect this is more likely a kernel side thing)
does this still happen with the 3.2 dom0 kernel in Wheezy?
If this still happens then I would suggest reporting this, apparently
largely cosmetic issue, upstream (xen-devel at lists.xen.org and
linux-kernel at vger.kernel.org)
Ian.