search for: hibernating

Displaying 20 results from an estimated 817 matches for "hibernating".

2015 Oct 18
3
Hibernation disabled when mailbox selected
After setting imap_hibernate_timeout to 60s, I could not find any hibernated connections after a few hours. I tested hibernation and made an observation: IDLE'd imap sessions only hibernate if they don't have a mailbox SELECT'd, otherwise they never hibernate. Is this the way it's supposed to work? Joseph Tam <jtam.home at gmail.com>
2015 Aug 25
2
IMAP hibernate feature committed
* Timo Sirainen <tss at iki.fi> 2015.08.25 17:28: > >> ==> /var/log/dovecot/dovecot.log <== > >> Aug 25 09:42:07 nihlus dovecot: imap(tlx at leuxner.net): Error: net_connect_unix(/var/run/dovecot/imap-hibernate) failed: Permission denied > >> Aug 25 09:42:07 nihlus dovecot: imap(tlx at leuxner.net): Error: Couldn't hibernate imap client: Couldn't
2018 Oct 23
2
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
I tested with FreeBSD 11 and it worked just fine... did you follow https://wiki.dovecot.org/IMAPServer/Hibernation this to set it up? Aki > On 23 October 2018 at 10:15 Alex <alex at jili.ga> wrote: > > > Aki, is it configuration error or dovecot bug ? > Can I use imap-hibernate on FreeBSD ? > > > > Alex ????? 2018-10-19 10:31: > > Yes, > > >
2018 Oct 19
2
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
Yes, After I changed mode and user/group Oct 18 19:17:50 server dovecot: imap(email at example.com)<57613><VVXuZ4N4avOASO/q>: Error: kevent(-1) for notify remove fail ed: Bad file descriptor Oct 18 19:17:50 server dovecot: imap(email at example.com)<57613><VVXuZ4N4avOASO/q>: Error: close(-1) for notify remove failed: Bad file descriptor Oct 18 19:17:50 server dovecot:
2015 Aug 24
3
IMAP hibernate feature committed
http://hg.dovecot.org/dovecot-2.2/rev/64c73e6bd397 Today I finally committed the "imap-hibernate" feature that I first started developing about a year ago (and had been thinking about for several years before that). The main purpose here is to reduce the number of imap processes and the amount of memory they use by moving IDLEing connections into imap-hibernate processes where they are
2018 Oct 19
2
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
Hello! I tried to use imap-hibernate. But errors in maillog: Oct 19 05:14:24 server dovecot: imap(email at example.com)<67125><Lu7ndYt4n8aASO/q>: Error: kevent(-1) for notify remove failed: Bad file descriptor Oct 19 05:14:24 server dovecot: imap(email at example.com)<67125><Lu7ndYt4n8aASO/q>: Error: close(-1) for notify remove failed: Bad file descriptor Oct 19
2017 Apr 06
2
IMAP hibernate and scalability in general
...correct? > > > > > > I'll keep reporting our experiences here, that is if something blows up > > spectacularly. ^o^ > > > > Christian > > Hi! > > We have customers using it in larger deployments. A good idea is to have > as much of your clients hibernating as possible, as the hibernation > process is much smaller than actual IMAP process. > > You should probably also look at reusing the processes, as this will > probably help your performance, > https://wiki.dovecot.org/PerformanceTuning and > https://wiki.dovecot.org/LoginProcess a...
2015 Aug 25
2
IMAP hibernate feature committed
* Thomas Leuxner <tlx at leuxner.net> 2015.08.25 09:45: > > http://hg.dovecot.org/dovecot-2.2/rev/64c73e6bd397 > > ==> /var/log/dovecot/dovecot.log <== > Aug 25 09:42:07 nihlus dovecot: imap(tlx at leuxner.net): Error: net_connect_unix(/var/run/dovecot/imap-hibernate) failed: Permission denied > Aug 25 09:42:07 nihlus dovecot: imap(tlx at leuxner.net): Error:
2015 Aug 26
5
IMAP hibernate feature committed
* Timo Sirainen <tss at iki.fi> 2015.08.25 22:21: > There's no good default setting here. It depends on your userdb settings and/or mail_uid setting. So for example if your imap processes are running as vmail user, you should set service imap-hibernate { unix_listener imap-hibernate { user = vmail } }. Then again if you are using system users (or otherwise multiple UIDs) it gets more
2018 Oct 24
2
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
Nothing, the same error Oct 24 10:11:16 server dovecot: imap(email at example.com)<82402><Nhu9MPR4KuaASO/q>: Error: kevent(-1) for notify remove failed: Bad file descriptor Oct 24 10:11:16 server dovecot: imap(email at example.com)<82402><Nhu9MPR4KuaASO/q>: Error: close(-1) for notify remove failed: Bad file descriptor Oct 24 10:11:16 server dovecot: imap-hibernate:
2017 Apr 06
2
IMAP hibernate and scalability in general
Hello, as some may remember, we're running very dense IMAP cluster here, in excess of 50k IMAP sessions per node (current record holder is 68k, design is for 200k+). The first issue we ran into was that the dovecot master process (which is single thread and thus a bottleneck) was approaching 100% CPU usage (aka using a full core) when trying to spawn off new IMAP processes. This was
2018 Oct 23
0
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
Yes, but my configuration is FreeBSD 10.4 and ZFS I\'ll try to reconfigure. Thanks Aki Tuomi ????? 2018-10-23 10:48: > I tested with FreeBSD 11 and it worked just fine... did you follow > https://wiki.dovecot.org/IMAPServer/Hibernation this to set it up? > > Aki > >> On 23 October 2018 at 10:15 Alex <alex at jili.ga> wrote: >> >> >> Aki, is
2018 Oct 23
0
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
Aki, is it configuration error or dovecot bug ? Can I use imap-hibernate on FreeBSD ? Alex ????? 2018-10-19 10:31: > Yes, > > After I changed mode and user/group > > Oct 18 19:17:50 server dovecot: > imap(email at example.com)<57613><VVXuZ4N4avOASO/q>: Error: kevent(-1) > for notify remove fail > ed: Bad file descriptor > Oct 18 19:17:50 server dovecot:
2015 Aug 25
0
IMAP hibernate feature committed
> On 25 Aug 2015, at 20:55, Thomas Leuxner <tlx at leuxner.net> wrote: > > * Timo Sirainen <tss at iki.fi> 2015.08.25 17:28: > >>>> ==> /var/log/dovecot/dovecot.log <== >>>> Aug 25 09:42:07 nihlus dovecot: imap(tlx at leuxner.net): Error: net_connect_unix(/var/run/dovecot/imap-hibernate) failed: Permission denied >>>> Aug 25
2009 Dec 20
1
Supsend/hibernate on Samsung NC10
Hi, I cannot have suspend and hibernate working on a Samsung NC10 (netbook) running CentOS 5.4 i386. When I try suspending/hibernating the screen becomes black (with a few logs, like "shrinking memory" for hibernate) and then the computer hangs and I have to force a shutdown with the power button. This wiki page seems to say that it should work out of the box: http://wiki.centos.org/HowTos/Laptops/Samsung/NC10 I tried...
2017 Apr 06
0
IMAP hibernate and scalability in general
...39;ll keep reporting our experiences here, that is if something blows up > > > spectacularly. ^o^ > > > > > > Christian > > > > Hi! > > > > We have customers using it in larger deployments. A good idea is to have > > as much of your clients hibernating as possible, as the hibernation > > process is much smaller than actual IMAP process. > > > > You should probably also look at reusing the processes, as this will > > probably help your performance, > > https://wiki.dovecot.org/PerformanceTuning and > > https://w...
2017 May 12
2
[BUG] doveadm kick doesn't play well with hibernate
Hello, Dovecot 2.2.27 (Debian Jessie backports). When issuing a "doveadm kick" for a specific user I was greeted by: --- "warning: other connections would also be kicked from following users:" --- and a list of 22odd thousand users. As it turns out, kick wants to smack the hibernation proces(ses) that have hibernated sessions for this user, obviously the wrong approach here.
2018 Oct 24
0
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
kevent(10,0x0,0,{ 7,EVFILT_READ,0x0,0x0,0x1,0x4207a140 },4,{ 2147483.000000000 }) = 1 (0x1) accept(7,{ AF_UNIX \"\" },0x7fffffffe7fc) = 11 (0xb) getsockname(11,{ AF_UNIX \"/var/run/dovecot/imap-hibe\" },0x7fffffffe7fc) = 0 (0x0) fcntl(11,F_GETFL,) = 6 (0x6) fcntl(11,F_SETFL,O_NONBLOCK|0x2) = 0 (0x0) getpid()
2020 Mar 14
2
imap-hibernate won't start
I can't get imap-hibernate to fire up. The process is not starting, and there are no clues in the logs. I tried several users/groups, but nothing happens (although I see plenty of IDLE imap-connections). Even mode 0666 didn't work. I'm on Slackware (no FreeBSD), built from source with ./configure --with-mysql My systems runs with a virtual user, and imap-processes are run under
2015 Aug 27
0
IMAP hibernate feature committed
On 08/26/2015 01:33 PM, Thomas Leuxner wrote: > * Timo Sirainen <tss at iki.fi> 2015.08.25 22:21: > >> There's no good default setting here. It depends on your userdb settings and/or mail_uid setting. So for example if your imap processes are running as vmail user, you should set service imap-hibernate { unix_listener imap-hibernate { user = vmail } }. Then again if you are