search for: hibernated

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

Did you mean: hibernate
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
...te processes where they are waiting for something to happen (changes to the mailbox or IMAP client to do something). Mailbox changes are noticed only if inotify/kqueue is enabled, so without them the hibernation feature won't work well. For now only the IMAP connections that are in IDLE can be hibernated. In theory non-IDLEing connections could also be hibernated, but the main problem here is that if EXPUNGEs can't be sent at the time the hibernation is over, the current code can't handle it. They would require recreating a view that contains such expunged messages, which could be possible...
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
...(almost always when transitioning from hibernate back to regular imap; in the case of those errors, presumably the mail client just reconnected silently). For no particular reason besides wanting to start conservatively, we've got client_limit set to 50 on the hibernate procs (with 1100 total hibernated connections on the box I'm looking at). At only a little over a meg each, I'm fine with those extra processes. On Wed, Apr 5, 2017 at 11:17 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > > On 06.04.2017 06:15, Christian Balzer wrote: > > Hello, > > > >...
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
...=0 del=0 exp=0 trash=0 Aug 26 12:20:29 nihlus dovecot: imap-hibernate(tlx at leuxner.net): Connection closed in=109 out=4714 hdr=0 body=0 del=0 exp=0 trash=0 I'm a bit puzzled as to when hibernate actually kicks in because most of the time I see normal imap processes running without them being hibernated: $ ps aux | grep dovecot/imap dovenull 6791 0.0 0.0 18196 4772 ? S 06:39 0:00 dovecot/imap-login dovenull 7107 0.0 0.0 18196 4736 ? S 08:00 0:00 dovecot/imap-login dovenull 7112 0.0 0.0 18332 4492 ? S 08:00 0:00 dovecot/imap-login dovenull 7333...
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
...ow, difficult) defaults or at least more documentation (none besides the source and this ML). Initial results are very promising, depending on what your clients are doing (are they well behaved, are your users constantly looking at other folders, etc) the vast majority of IDLE processes will be in hibernated at any given time and thus not only using a fraction of the RAM otherwise needed but also freeing up process space. Real life example: 240 users, 86 imap processes (80% of those not IDLE) and: dovecot 119157 0.0 0.0 10452 3236 ? S Apr01 0:21 dovecot/imap-hibernate [237 connection...
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
...hould work out of the box: http://wiki.centos.org/HowTos/Laptops/Samsung/NC10 I tried to add the kernel arguments described here, to no avail: http://lists.centos.org/pipermail/centos/2007-June/040633.html Anyhow the problems doesn't seem to be the resume but rather getting into the suspended/hibernated state. When I log after a failed attempt, GNOME shows a popup saying that apparently we failed to recover from a suspend/hibernate state and that this may be a driver problem. A few more information about my settings which may be useful: - the root filesystem is installed on an LVM - I use the Ne...
2017 Apr 06
0
IMAP hibernate and scalability in general
...silently). > This is my impression as well (silent reconnect w/o anything really bad happening) with regard to the bug I just reported/saw. > For no particular reason besides wanting to start conservatively, we've got > client_limit set to 50 on the hibernate procs (with 1100 total hibernated > connections on the box I'm looking at). At only a little over a meg each, > I'm fine with those extra processes. > Yeah, but 50 would be a tad too conservative for our purposes here. I'll keep an eye on it and see how it goes, first checkpoint would be at 1k hibernated sessi...
2017 May 12
2
[BUG] doveadm kick doesn't play well with hibernate
...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. If there's doveadm command to wake up and thus un-hibernate sessions for a specific user this could be used as a workaround but a quick glance suggest no such thing. This functionality is absolutely crucial for us as we need this for...
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
...trash=0 > Aug 26 12:20:29 nihlus dovecot: imap-hibernate(tlx at leuxner.net): Connection closed in=109 out=4714 hdr=0 body=0 del=0 exp=0 trash=0 > > I'm a bit puzzled as to when hibernate actually kicks in because most of the time I see normal imap processes running without them being hibernated: Did you specify a value other than zero for 'imap_hibernate_timeout'? br, Teemu > $ ps aux | grep dovecot/imap > dovenull 6791 0.0 0.0 18196 4772 ? S 06:39 0:00 dovecot/imap-login > dovenull 7107 0.0 0.0 18196 4736 ? S 08:00 0:00 dovecot/imap-lo...