search for: idl

Displaying 20 results from an estimated 6032 matches for "idl".

Did you mean: id
2016 Aug 23
3
Possible IMAP IDLE bug in Dovecot 2.2.18 and 2.2.25
Hello Guys, I guess that I found a bug in Dovecot 2.2.18 and 2.2.25 versions. The problem it's when I try to connect in a Dovecot used a proxy to another e-mail server (in our case it's a Smartermail Server) the DoveCot send a lot of IDLE commands to the destination server. With that, the LOG files grow and grow and grow :( I make a test with 1 connection only and if you see the log file in the same second the dovecot send 25, 40 IDLE commands. But, when I disconnect the client (outlook 2013) the dovecot continue to send the...
2011 Dec 18
0
Latest git build errors
These are the errors I'm receiving on the latest git build of samba 4. I'm using SuSE 12.1 and compiled with: ./configure --enable-fhs --prefix=/usr --sysconfdir=/etc --localstatedir=/var /home/jason/Downloads/samba-master/librpc/idl/eventlog.idl:108: error: Unable to determine origin of type `struct dom_sid0' /home/jason/Downloads/samba-master/librpc/idl/eventlog.idl:108: error: Unable to determine origin of type `struct dom_sid0' /home/jason/Downloads/samba-master/librpc/idl/spoolss.idl:788: error: Unable to determi...
2016 Feb 23
2
pri channels locked
Hi everyone! Everyday some channels go to this situation: # asterisk -rx 'pri show channels'| head -n 32 | grep 'Yes No Idle Yes' PRI B Chan Call PRI Channel Span Chan Chan Idle Level Call Name 1 1 Yes No Idle Yes 1 2 Yes No Idle Yes 1 6 Yes No Idle Yes 1 13 Yes No Idle Yes 1 14 Yes No Idle Yes 1 17 Yes...
2009 Mar 15
0
Too many notify events causing Asterisk crash?
...bout 20 phones, and also has 5 Linksys 932 to monitor the state of these extensions. I'm not sure whether it is the page-all that causes the crash, or the subsequent NOTIFY storm to all of the 932s that are monitoring those extensions (since the page-all causes them all to go to In-Use and then Idle). Here's a log snippet of right before the crash (previous crashes look very similar). Also, this is a production box, so there's no way at this time I can recompile with debugging symbols. The Asterisk version is 1.4.18.1. Thanks. [Mar 14 12:56:06] VERBOSE[30141] logger.c: == Spawn e...
2010 Apr 16
2
2.0beta4 doesn't respond to DONE after untagged FETCH during IDLE
Using K-9 Mail to IDLE on a test folder "MyIncTmp". When there is a flag change on a message in the folder, which generates an untagged FETCH, K-9 Mail responds with a DONE, but dovecot does not exit IDLE state (LOG 1). However, if a new message is delivered, generating an untagged EXISTS, K-9 Mail respo...
2007 Feb 21
6
CPU stats problem
HI there, I?ve discovered DTrace few days ago and I?m currently stuck on a cpu stats problem. I?m trying to poll the cpu_t.cpu_acct[] array to pull idle, system and user values. So, I made this little script: ------------------------------------------------------------------------------------------------------ #!/usr/sbin/dtrace -s #pragma D option quiet this uint64_t start; this hrtime_t timeidle; this hrtime_t timeuser; this hrtime_t timesys...
2019 Jul 21
4
Help with IMAP IDLE
Hi, I'm becaming crazy about this! I've asked before, not no matter what i do or conf, never works. How can i make IDLE work for real with MSOutlook, so that i can receive emails when they arrive, instead of changing folder/get out and in my account? Here's my conf, should it be reflected in postconf -n (is it the running conf?): ================== root at fastmail:/etc/dovecot# grep -ir idle * conf.d...
2005 Jul 13
14
[Patch] Fix IDLE issue with sedf scheduler on IA64
Hi, Dan, This patch fixes strange behavior on IA64, that IDLE is scheduled more than Dom0 with default sEDF scheduler. The key point is reprogram_ac_timer at the end of ac_timer dispatcher, which programs local apic timer with expire of next ac_timer on x86. Higher precision lapic timer can trigger ac_timer more precisely than simply done in PIT interrupt...
2007 Jan 16
2
Polycom IP601 - some hints working, not others?
...isk (V 1.2.13) CLI report for 'show hints' seems to indicate that the > hints are set up correctly, but the phones are just not attempting to > monitor certain extensions:- > > -= Registered Asterisk Dial Plan Hints =- > 304 : ZAP/4 State:Idle > Watchers 0 > 303 : ZAP/3 State:Idle > Watchers 0 > 302 : ZAP/2 State:Idle > Watchers 0 > 301 : ZAP/1 State:Idle > Watchers 0 > 210 : ZAP/16...
2010 May 02
2
samba4 make error - drsblobs.so
...ic dependencies: no (install GNU make >= 3.81 and see --enable-automatic-dependencies) Building shared libraries: yes Using shared libraries internally: no (specify --enable-dso) configure: creating mkconfig.mk To build Samba, run /usr/bin/make ryan at test1:~/samba-master/source4$ sudo make idl_full /usr/bin/perl -W librpc/idl-deps.pl librpc/idl/irpc.idl librpc/idl/nfs4acl.idl librpc/idl/notify.idl librpc/idl/ntp_signd.idl librpc/idl/opendb.idl librpc/idl/sasl_helpers.idl librpc/idl/server_id.idl librpc/idl/winbind.idl librpc/idl/winsif.idl librpc /idl/winsr...
2017 Nov 17
2
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
On 2017-11-16 17:53, Thomas Gleixner wrote: > On Thu, 16 Nov 2017, Quan Xu wrote: >> On 2017-11-16 06:03, Thomas Gleixner wrote: >> --- a/drivers/cpuidle/cpuidle.c >> +++ b/drivers/cpuidle/cpuidle.c >> @@ -210,6 +210,13 @@ int cpuidle_enter_state(struct cpuidle_device *dev, >> struct cpuidle_driver *drv, >> ??????????????? target_state = &drv->states[index]; >> ??????? } >> >> +#ifdef CONFIG_PARAVI...
2017 Nov 17
2
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
On 2017-11-16 17:53, Thomas Gleixner wrote: > On Thu, 16 Nov 2017, Quan Xu wrote: >> On 2017-11-16 06:03, Thomas Gleixner wrote: >> --- a/drivers/cpuidle/cpuidle.c >> +++ b/drivers/cpuidle/cpuidle.c >> @@ -210,6 +210,13 @@ int cpuidle_enter_state(struct cpuidle_device *dev, >> struct cpuidle_driver *drv, >> ??????????????? target_state = &drv->states[index]; >> ??????? } >> >> +#ifdef CONFIG_PARAVI...
2014 Dec 05
2
errors with GeForce GTX 650 Ti and 3 monitors
...3508c022 sp:7fffdd1ac110 error:0 in libmozjs-17.0.so[7f3834f4d000+3b3000] [141869.521246] nouveau E[ PFIFO][0000:01:00.0] SCHED_ERROR [ CTXSW_TIMEOUT ] [141869.521258] nouveau E[ PFIFO][0000:01:00.0] PGRAPH engine fault on channel 4, recovering... [142044.384110] nouveau E[Xorg[1058]] failed to idle channel 0xcccc0000 [Xorg[1058]] [142059.381836] nouveau E[Xorg[1058]] failed to idle channel 0xcccc0000 [Xorg[1058]] [142059.381933] nouveau E[ PFIFO][0000:01:00.0] read fault at 0x0000023000 [PTE] from PBDMA0/HOST_CPU on channel 0x007f966000 [unknown] [142074.437553] nouveau E[chrome[2451]] fai...
2017 Nov 13
1
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
From: Yang Zhang <yang.zhang.wz at gmail.com> Implement a generic idle poll which resembles the functionality found in arch/. Provide weak arch_cpu_idle_poll function which can be overridden by the architecture code if needed. Interrupts arrive which may not cause a reschedule in idle loops. In KVM guest, this costs several VM-exit/VM-entry cycles, VM-entry for inte...
2007 Dec 06
0
astunicall-1.2.21.0.1 packages and Sangoma A104D
..., normally and links is UP if I place in Loop and I obtain to effect called in Loop, but when I extend for the PSTN, links reports the following messages, without asterisk start calls: Dec 5 22:27:12 WARNING[3868]: chan_unicall.c:627 unicall_report: MFC/R2 UniCall/115 <- 1111 [1/ 1/Idle /Idle ] Dec 5 22:27:12 WARNING[3868]: chan_unicall.c:2644 handle_uc_event: Unicall/115 event Far end blocked Dec 5 22:27:12 WARNING[3868]: chan_unicall.c:627 unicall_report: MFC/R2 UniCall/116 <- 0000 [1/ 1/Idle /Idle ] Dec 5 22:27:12 WARNING[3868]: chan_uni...
2007 Mar 16
1
Problems with MFCR2 and Meridian
...ckage, and this are the logs: Chan 1, class 'mfcr2', variant 'mx,0,4', end 335544324, caller 1, from '7000' to '6640' Loading protocol mfcr2 Thread for channel 0 MFC/R2 Chan 1: Call control(8) MFC/R2 Chan 1: Unblock MFC/R2 Chan 1: 1001 -> [1/40000000/Idle /Idle ] MFC/R2 Chan 1: far_unblocking_expired MFC/R2 Chan 1: local_unblocking_expired Chan 1: -- Far end unblocked! :-) Chan 1: -- Far end unblocked! :-) Chan 1: -- Local end unblocked! :-) Chan 1: -- Local end unblocked! :-) Chan 1: Initiating call MFC/R2 Chan 1:...
2019 Mar 10
5
Delayed flags changes over IDLE
Hello, I'm experiencing slow flags changes over IMAP IDLE: - If I start an IDLE session / command - Change the flags of some messages via another email app - Dovecot can take a minute or more to notify the IDLE connection about flags changes If I use another email app to add or remove a message, Dovecot sends that (EXISTS / EXPUNGE) instantly and also...
2019 Jul 21
2
Help with IMAP IDLE
Sorry... I meant to past dovecot and not postfix, doing simultaneously stuff ends up in this! Yes, i migrated from DBMail and it was working OK. Here it is: root at fastmail:/etc/dovecot# doveconf -n|grep -i idle imap_idle_notify_interval = 1 mins imapc_max_idle_time = 1 days root at fastmail:/etc/dovecot# -----Original Message----- From: dovecot <dovecot-bounces at dovecot.org> On Behalf Of Alexander Dalloz via dovecot Sent: Sunday, July 21, 2019 13:31 To: dovecot at dovecot.org Subject: Re: Help...
2010 Jan 12
3
IDLE timing issue - dovecot or fetchmail issue?
Hi guys, Thanks for the great product. We've used dovecot for ages as our internal mail server and it works great! I've recently started using fetchmail 6.3.9 (with IDLE enabled) to download mail from our ISP (Pair networks). The ISP is running Dovecot 1.1.16. I am unable to get the info about the dovecot config at this time. The IDLE support in fetchmail allows us to deliver mail near instantaneously without the need to poll (which is what we did previous...
2017 Nov 16
1
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
On 2017-11-16 06:03, Thomas Gleixner wrote: > On Wed, 15 Nov 2017, Peter Zijlstra wrote: > >> On Mon, Nov 13, 2017 at 06:06:02PM +0800, Quan Xu wrote: >>> From: Yang Zhang <yang.zhang.wz at gmail.com> >>> >>> Implement a generic idle poll which resembles the functionality >>> found in arch/. Provide weak arch_cpu_idle_poll function which >>> can be overridden by the architecture code if needed. >> No, we want less of those magic hooks, not more. >> >>> Interrupts arrive which may not caus...