Displaying 20 results from an estimated 29 matches for "eventtimer".
Did you mean:
eventtime
2008 Feb 14
0
help in simplyfiying programme
my program given below can some one make it presentable. I trying to simulate survival data and calculate the power. I think i could have done better.
s=10
number=0
count1=0;count2=0;count3=0;count4=0;count5=0;count6=0;count7=0;count8=0;
count9=0;
count11=0;count22=0;count33=0;count44=0;count55=0;count66=0;count77=0;
count88=0;count99=0;
while(s!=0){
n=100
n1=n/2
n2=n/4
2012 Oct 08
2
time keeps on slipping... slipping...
...rn.timecounter.tc.ACPI-safe.quality: 850
kern.timecounter.tc.TSC-low.mask: 4294967295
kern.timecounter.tc.TSC-low.counter: 2854866610
kern.timecounter.tc.TSC-low.frequency: 10937740
kern.timecounter.tc.TSC-low.quality: 1000
kern.timecounter.smp_tsc: 1
kern.timecounter.invariant_tsc: 1
$ sysctl kern.eventtimer
kern.eventtimer.choice: LAPIC(400) i8254(100) RTC(0)
kern.eventtimer.et.LAPIC.flags: 15
kern.eventtimer.et.LAPIC.frequency: 100002217
kern.eventtimer.et.LAPIC.quality: 400
kern.eventtimer.et.i8254.flags: 1
kern.eventtimer.et.i8254.frequency: 1193182
kern.eventtimer.et.i8254.quality: 100
kern.eventt...
2012 Jul 19
4
Thinkpad X61s cannot boot 9.1-BETA1
Hi,
Did anyone else experience this? With 9.1-BETA1 the boot process
freezes, among the last lines with verbose boot are
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
after this, dead.
What is supposed to happen in the next stage?
This laptop worked fine with 9-STABLE to at least february.
//per
2012 Jul 24
0
HPET broken on Dell 1950's?
I have an old Dell 1950 that I've rescued from Linux and tossed a copy of -STABLE on it, but am seeing a constant 0.5 load average. With the system completely idle, and kern.eventtimer.timer=LACPI, the load drops to the expected value of zero.
This feels like it should be an FAQ, but short of noting that the load is non-zero, is there a programatic way to determine if the event timer is "broken?" The system was functioning just fine, but it always had a constant load e...
2010 Nov 20
2
plotting a timeline
I was trying to recreate this kind of timeline plot:
http://www.vertex42.com/ExcelArticles/create-a-timeline.html
As you can see in their excel example, the events are nicely placed out on
both sides of the timeline axis.
AFAIK there is no function to do this nicely in R-project. Furthermore,
graphics and lattice packages are unable to draw the x-axis in the middle of
the plot. (datapoints
2012 Mar 10
6
Time Clock Stops in FreeBSD 9.0 guest running under ESXi 5.0
I've now seen this on two different VMs on two different ESXi servers
(Xeon based hosts but different hardware otherwise and at different
facilities):
Everything runs fine for weeks then (seemingly) suddenly/randomly the
clock STOPS. In the first case I saw a jump backwards of about 15
minutes (and then a 'freeze' of the clock). The second time just 'time
standing
2012 Apr 26
0
Problem with constrOptim when hitting boundary
Hello,
I am using constrOptim to maximize a likelihood function (the values of my parameter vector must be between zero and one and must sum up to <=1). I am getting the error 'initial value in 'vmmin' is not finite'. I've tracked it down to a problem in the function 'R' defined within the constrOptim function. It is performing a check on my values, and its not
2004 Aug 19
7
A question about external time-dependent covariates in co x model
Dear Rui,
>From my understanding of time-dependent covariates (not an expert but have
been working on a similar problem), it would appear that the coding of the
status column is not correct. Unless you have observed an event at each
interval you should only have status=1 for the last interval. In your
example I see 3 in total. Also, I think that if "end" is proportional to
your
2013 Jan 05
1
load average 0.60 at 100% idle
Hi!
Bare with me here as I'm totally new to FreeBSD (like 2 weeks).
>From what I understand, there is a change in FreeBSD 9.1 ACPI code
that makes detection of devices happen earlier? This can result in
eventtimer irqs being shared with another device and can therefor
throw off tools reporting load avg values (they report constantly
around 0.60 in load). I guess there were good reasons for making the
ACPI change, so is this a ACPI problem or should the code around the
tools, such as top, change? This is a 9....
2014 Mar 05
1
Asterisk 11, CEL and ConfBridge recordings
Dear friends,
Need to know filenames of conference recordings in Asterisk 11.
Besides directory scanning the recordings could use CEL:
Filter MySQL rows with eventtype equal CHAN_START and channame like
ConfBridgeRecorder and then get the eventtime field and convert to
timestamp to complete filename(s).
Would you suggest any other approaches?
Thanks.
-------------- next part --------------
An
2013 Jun 13
2
Problem with CEL logging and channel bridging
Hi, I've already post this to the forum three days ago, sorry if it's
sounds like a crosspost, but I've got no replies, so I'm trying other
channels :)
This is the link to the forum post if someone prefer to reply here:
http://forums.asterisk.org/viewtopic.php?f=1&t=86985
I'm using Asterisk 1.8.20.0 (the freepbx build) with CEL logging
activated. I'm using CEL because
2006 Oct 04
0
do_work and long running rails tasks?
Hi there
I have some long running queries against a nice litte database (20
million new records per day) that I have offloaded to backgroundRB.
The trouble is, that backgroundrb seems to be blockin on Model.find
calls.
Here''s the code
--- worker.rb --
def do_work(args)
@rows = []
@percent = 0
@host = Host.find( args[:id])
ips = @host.ipaddresses
step
2010 Oct 22
0
CEL ODBC problem in 1.8.0
Hi,
I have been experimenting with CEL in a trunk version of asterisk for some time and have upgraded my test machine to 1.8.0 today.
Made a few calls and it looks like the eventtype field is missing in the CEL insert query when using ODBC. I see the following errors on the console:
[Oct 22 21:46:09] WARNING[952]: res_odbc.c:634 ast_odbc_prepare_and_execute: SQL Execute returned an error -1:
2013 Jul 03
0
CEL events
Dear list.
This is probably a complex subject but is that right to consider:
a) each distinct linkedid field value in a mysql CEL table as a unique call?
b) the duration of a call as the period (eventtime fields) between
BRIDGE_END and BRIDGE_START events of the same linkedid sequence? (not
considering transfers)
Just a start ...
Tks.
-------------- next part --------------
An HTML attachment
2014 Dec 15
0
Asterisk 11.15.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.15.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 11.15.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following are the issues resolved in this release:
Bugs
2014 Dec 15
0
Asterisk 11.15.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.15.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 11.15.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following are the issues resolved in this release:
Bugs
2014 Dec 15
0
Asterisk 12.8.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 12.8.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 12.8.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following are the issues resolved in this release:
Bugs
2014 Dec 15
0
Asterisk 12.8.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 12.8.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 12.8.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following are the issues resolved in this release:
Bugs
2017 May 30
0
Asterisk 13.16.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 13.16.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 13.16.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2017 May 30
0
Asterisk 14.5.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 14.5.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 14.5.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release: