search for: timer2

Displaying 9 results from an estimated 9 matches for "timer2".

Did you mean: timer
2012 Oct 26
1
NUT 2.6.3, openSUSE 12.2 : UPS unit not switched off
...is no message indicating an instruction to the UPS unit to switch off. Oct 25 16:09:46 maria upsmon[3078]: UPS Eaton-66781 at localhost: On battery +++ Onduleur sur batterie Oct 25 16:09:46 maria upssched[3544]: Timer daemon started Oct 25 16:09:46 maria upssched[3544]: New timer: ups-on-battery-timer2 (5 seconds) Oct 25 16:09:46 maria upssched[3544]: New timer: ups-on-battery-timer3 (65 seconds) Oct 25 16:09:46 maria upssched[3544]: New timer: ups-on-battery-timer4 (125 seconds) Oct 25 16:09:51 maria upssched[3544]: Event: ups-on-battery-timer2 Oct 25 16:09:51 maria upssched-cmd[3546]: Calling u...
2005 Mar 16
19
IPSwitchBoard BETA
Hi all, I have just published my last few weeks of hard work: IPSwitchBoard BETA. Please let me know what you think and post comments on the Wiki. http://www.voip-info.org/wiki-IPSwitchBoard+BETA Thank you
2011 Jul 15
0
APIC not running in Xen
...callfunc1 261: 0 168102 0 0 Dynamic-irq timer1 262: 0 0 1118 0 Dynamic-irq resched2 263: 0 0 111 0 Dynamic-irq callfunc2 264: 0 0 150643 0 Dynamic-irq timer2 265: 0 0 0 1787 Dynamic-irq resched3 266: 0 0 0 81 Dynamic-irq callfunc3 267: 0 0 0 151103 Dynamic-irq timer3 268: 135 0 0 0 Dynamic-irq xenbus 26...
2006 Jan 17
0
asterisk.ctl limitations
...] = "0123456789abcdef "; +char * unixsock_name = NULL; /* the filename for the unix domain socket to + connect to or listen on, and also a flag + to tell when in unixsock mode */ /* will malloc up the following globals: */ struct timeval * timer1 = NULL; struct timeval * timer2 = NULL; SAI * lclend = NULL; /* sockaddr_in structs */ SAI * remend = NULL; +SAU * unixsock = NULL; HINF ** gates = NULL; /* LSRR hop hostpoop */ char * optbuf = NULL; /* LSRR or sockopts */ char * bigbuf_in; /* data buffers */ @@ -660,10 +666,17 @@ /* grab a socket; set opts */ newskt...
2008 Jun 11
3
RE: Missed interrupt. Increasing latency to 5 ms in orderto compensate.
Is it possible the cpu(s) are being taxed? If they are under heavy load (from another domain most likely) it may cause the domain to not respond to interrupts in a timely manner. If this is the case, you might try changing the scheduling weights of your domains (search the list). _____ From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of
2006 Jul 07
7
[PATCH] xenconsole fix
xenconsole fix. reference of tty->count in xencons_close() is racy. It must be protected by tty_sem semaphore like con_close() in drivers/char/vt.c -- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 Apr 11
7
dom0 crash, require assistance interpretting logs and config suggestions
...0 4449 0 Dynamic-irq-level resched2 265: 0 0 177 0 Dynamic-irq-level callfunc2 266: 0 0 570 0 Dynamic-irq-level spinlock2 267: 0 0 43025 0 Dynamic-irq-level timer2 268: 0 0 0 3650 Dynamic-irq-level resched3 269: 0 0 0 176 Dynamic-irq-level callfunc3 270: 0 0 0 652 Dynamic-irq-level spinlock3 271: 0 0 0 24529 D...
2012 Jul 11
12
99% iowait on one core in 8 core processor
Hi All, We have a xen server and using 8 core processor. I can see that there is 99% iowait on only core 0. 02:28:49 AM CPU %user %nice %sys %iowait %irq %soft %steal %idle intr/s 02:28:54 AM all 0.00 0.00 0.00 12.65 0.00 0.02 2.24 85.08 1359.88 02:28:54 AM 0 0.00 0.00 0.00 96.21 0.00 0.20 3.19 0.40 847.11 02:28:54 AM
2012 Dec 13
7
HVM bug: system crashes after offline online a vcpu
Hi Konrad I encountered a bug when trying to bring offline a cpu then online it again in HVM. As I''m not very familiar with HVM stuffs I cannot come up with a quick fix. The HVM DomU is configured with 4 vcpus. After booting into command prompt, I do following operations. # echo 0 > /sys/devices/system/cpu/cpu3/online # echo 1 > /sys/devices/system/cpu/cpu3/online With