Displaying 20 results from an estimated 364 matches for "5s".
2003 Mar 15
3
round() seems inconsistent when rounding 5s
It may be my lack of unerstanding, but round() seems to me to give
inconsistent results when rounding 5s as in the following examples?
> round(1.45, 1)
[1] 1.4 # OK
> round(2.45, 1)
[1] 2.5 # shouldn't this be 2.4?
> round(1.05, 1)
[1] 1.1 # 1.0 ?
and signif():
> signif(2.445, 3)
[1] 2.44 # OK
> signif(3.445, 3)
[1] 3.45...
2004 Jun 29
3
Call dropping out after 5s: Solution!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello
I'm the one who posted a message about the fact that nobody answer
anymore to questions asked.
I posted two days ago a problem I was facing that calls made over the
Internet to my Asterisk gateway would hang-up after just 5s (no NAT
were involved)
Answer I got was: it's your config
Well, it wasn't (as I was expecting).
I compiled Asterisk under a Linux RedHat 9 PC, I copied across all the
config files from the FreeBSD server to the Linux PC.
Started asterisk, registered the phone: all worked fine first go, a...
2015 Feb 05
3
Typically end-to-end 'delay' of live audio
I have an audio device driver for a live feed that produces Opus frames, if
I were to use icecast, what sort of real-time delay can I expect? 3-5s?
5-10s? more?
I've tried using the html5 <audio> tag directly to stream my source, but it
seems browsers like to queue-up 250K to 500K of audio 'data' before they
begin playback. That introduces a 15-30s delay depending on browser and
the audio compression used. I'd like an...
2016 May 01
0
New UPS Support: Eaton 5S 1000
...eplaced the USB cable.
>
> I'll try to lay out all the info here up front. If this requires more data for development, I'll do my best to provide it.
>
> # lsusb:
>
> Bus 007 Device 061: ID 0463:ffff MGE UPS Systems UPS
>
> # cat 90-nut-ups.rules
> # Eaton MGE 5S 1000LCD
> ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0463", ATTR{idProduct}=="ffff", MODE="0660", GROUP="nut"
>
> # ls -l /dev/bus/usb/007/061
> crw-rw---- 1 root nut 189, 828 Apr 26 11:38 /dev/bus/usb/007/061
>
>...
2004 Jun 27
1
Re: I never get to hear more than 5s of the demo channels
...(I know it's not
linux but that's all we have available at that stage).
After some struggle to understand how everything works, I set up some
SIP accounts for test purposes.
I can log in, make calls to some of the demo system (1234, 1000 etc...)
but the playback will always stop after 5s. I mean: I *hear* something
(a lady) and after 5 s it stops, and X-lite displays: hung-up
On Asterisk console I get the following messages:
*CLI> Jun 28 08:41:42 NOTICE[135336960]: chan_sip.c:4933
handle_response: Peer 'avenardj' is now REACHABLE!
-- Executing Goto("SIP/ave...
2008 Jun 27
1
xyplot and separate abline per plot
Hello list!
I have a set of data like this:
> alldata[1:5,]
breaks numbers disttype moltype type
1 0.0000000 6598 Gapped Distances 5S Between species
2 0.4066667 0 Gapped Distances 5S Between species
3 0.8133333 5228 Gapped Distances 5S Between species
4 1.2200000 0 Gapped Distances 5S Between species
5 1.6266667 9702 Gapped Distances 5S Between species
> levels(alldata$disttype)
[1] "...
2013 Sep 11
0
[LLVMdev] A7 processor support?
...:
> I know it's quick to ask, but when might support for the new Apple A7 processor appear in tree?
>
> Is the 64-bit architecture the same as ARMv8, or will we have a much bigger set of changes to contend with?
Hi Alex,
A number of you have asked about the 64-bit CPU in the iPhone 5s, and what that means for LLVM. The iPhone 5s is based on the ARMv8 / Aarch64 instruction set, but the clang compiler in Xcode 5 is based on a custom LLVM Aarch64 backend, not the one currently on llvm.org.
Apple is committed to contributing its Aarch64 backend to the community (merging it "t...
2016 Apr 26
3
New UPS Support: Eaton 5S 1000
...e in place, restarted udev and have removed/replaced the USB cable.
I'll try to lay out all the info here up front. If this requires more data
for development, I'll do my best to provide it.
# lsusb:
Bus 007 Device 061: ID 0463:ffff MGE UPS Systems UPS
# cat 90-nut-ups.rules
# Eaton MGE 5S 1000LCD
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0463",
ATTR{idProduct}=="ffff", MODE="0660", GROUP="nut"
# ls -l /dev/bus/usb/007/061
crw-rw---- 1 root nut 189, 828 Apr 26 11:38 /dev/bus/usb/007/061
# cat ups.conf
[eaton]
dri...
2013 Sep 10
4
[LLVMdev] A7 processor support?
I know it's quick to ask, but when might support for the new Apple A7 processor appear in tree?
Is the 64-bit architecture the same as ARMv8, or will we have a much bigger set of changes to contend with?
Alex
2016 May 03
0
New UPS Support: Eaton 5S 1000
On May 2, 2016, at 10:40 AM, Ken Marsh <ken.marsh at sparkpost.com> wrote:
>
> I just did strace. EINPROGRESS seems to be part of some socket connect code either doing with ldap or DNS. I have no idea why it is doing this as the upsmon process user "nut" is local, nsswitch.conf has files before ldap, and the UPS is on USB and in standalone mode. Maybe just boilerplate
2016 May 04
0
New UPS Support: Eaton 5S 1000
On May 3, 2016, at 1:46 PM, Ken Marsh <ken.marsh at sparkpost.com> wrote:
>
> Oops... changing that to --with-user=nut solved one problem. I have the driver, upsd and upsmon running now. Thank you!
Glad that worked - I was still hung up on the strange error message.
> Now I'm back to another issue, every 2 seconds I get in the logs:
>
> May 3 13:45:23 myhost
2016 May 04
0
New UPS Support: Eaton 5S 1000
> On May 4, 2016, at 9:00 AM, Ken Marsh <ken.marsh at sparkpost.com> wrote:
>
> 24.578753 upsdrv_updateinfo...
> 24.831627 libusb_get_interrupt: Connection timed out
> 24.831647 Got 0 HID objects...
> 24.831661 Quick update...
> 24.881602 Path: UPS.PowerSummary.DelayBeforeStartup, Type: Feature, ReportID: 0x0a, Offset: 0, Size: 32, Value: 0
> 24.931613
2016 May 05
0
New UPS Support: Eaton 5S 1000
On May 4, 2016, at 10:01 AM, Ken Marsh <ken.marsh at sparkpost.com> wrote:
>
> Is this actually functional? Usually I don't consider NUT operational until upsc works (among other things).
You're right, the "ups.status: WAIT" isn't fully functional. I am surprised, though, since the usual problem area is driver-to-hardware rather than upsd-to-driver.
From the
2016 May 06
0
New UPS Support: Eaton 5S 1000
On May 5, 2016, at 9:25 AM, Ken Marsh <ken.marsh at sparkpost.com> wrote:
>
> Well, whaddya know, when run with -DDDDD it works! upsc consistently returns data. Maybe it's a timing thing, or a select affected by I/O or something tricky like that. Nonetheless, I ran it, hit upsc eaton multiple times, collected the output and attached it. If this doesn't give you what you need,
2017 Apr 07
0
[Eaton 5S 1500] overvoltage shut down?
and I should have probably mentioned... right after the event I unplugged
the UPS's main and it went on battery, showing it had 11 mins worth of
power left which is exactly what I'd expect on that load with full
batteries. So the UPS "works" as expected, but then unplugging the cable
would test a power dip, not a power spike, which si what I believe
happened. thanks again,
Spike
2023 Feb 23
1
5s delays before executing the dialplan
Hi,
We've recently hit an issue with Asterisk 18.8.0 where a call comes in
via SIP (using pjsip) but it can take 5 seconds before starting to
execute the dialplan.
This was intermittent, but frequent (eg approx half of the calls).
We have verbose logging on, but I didn't see any errors.
Running asterisk -r -vvvv and then watching SIP traffic in another
window showed the INVITE coming
2011 Mar 12
1
SASL abort causes 5s delay, triggered by UW libc-client
Since upgrding to Debian squeeze, the web mail system (Imp4/Horde3)
suffers delays every time a new IMAP connection is needed. Tracing the
authentication conversation, we find:
08:45:55.270609: 00000000 AUTHENTICATE GSSAPI
08:45:55.271277: +
08:45:55.271761: *
08:45:55.271782: 00000000 BAD Authentication aborted by client.
08:45:55.271815: 00000001 AUTHENTICATE PLAIN
08:46:00.271008: +
and the
2015 Feb 05
3
Typically end-to-end 'delay' of live audio
...2015 at 11:03 AM, "Thomas B. R?cker" <thomas at ruecker.fi>
wrote:
> On 02/05/2015 02:45 PM, Tony wrote:
> > I have an audio device driver for a live feed that produces Opus
> > frames, if I were to use icecast, what sort of real-time delay can I
> > expect? 3-5s? 5-10s? more?
>
> Likely that or more. This highly depends on the client side buffers.
> Icecast itself doesn't buffer much and that can be disabled by turning
> off the burst-on connect functionality.
> HTTP streaming is not "real-time" for most values of real time, it...
2023 Mar 09
1
Question on EATON UPS
...he ref in ups.conf
When restarting the driver, I got this error
> 0.030612 [D2] Checking device 2 of 10 (0463/FFFF)
> 0.287659 [D2] - VendorID: 0463
> 0.287853 [D2] - ProductID: ffff
> 0.287941 [D2] - Manufacturer: EATON
> 0.288023 [D2] - Product: 5S
> 0.288103 [D2] - Serial Number: unknown
> 0.288156 [D2] - Bus: 002
> 0.288205 [D2] - Device: unknown
> 0.288254 [D2] - Device release number: 0001
> 0.288303 [D2] Trying to match device
> 0.288352 [D2] match_function_subdriver (non-SHUT mode):...
2019 Jun 04
2
MacOS parallel::makeCluster fails
...t] Workers: [n = 1] ?localhost?
[local output] Base port: 11867
[local output] Creating node 1 of 1 ...
[local output] - setting up node
Testing if worker's PID can be inferred: ?'/Library/Frameworks/R.framework/Resources/bin/Rscript' -e 'try(cat(Sys.getpid(),file="/var/folders/5s/kgm05t2s0_52gz1s445mnlgw0000gn/T//RtmpZp1RX6/future.parent=835.3434fe0c5c6.pid"), silent = TRUE)' -e "file.exists('/var/folders/5s/kgm05t2s0_52gz1s445mnlgw0000gn/T//RtmpZp1RX6/future.parent=835.3434fe0c5c6.pid')"?
- Possible to infer worker's PID: TRUE
[local output]...