Displaying 20 results from an estimated 288 matches for "24000".
Did you mean:
2000
2012 Oct 29
1
asterisk crashed on segmentation fault
...fault.
kernel: asterisk[20527]: segfault at 0000080000000008 rip 00002aaac952d8f2 rsp 0000000040edb910 error 4
(This is in /var/log/messages)
If I look at the same timestamp in the warning log file of asterisk (/var/log/asterisk/warning),
I see that the are warning about fix up channel:
WARNING[24000] chan_dahdi.c: Can't fix up channel from 1 to 2 because 2 is already in use
WARNING[24000] chan_dahdi.c: Ringing requested on channel 0/2 not in use on span 1
WARNING[24000] chan_dahdi.c: Can't fix up channel from 5 to 6 because 6 is already in use
WARNING[24000] chan_dahdi.c: Ringing reque...
2008 May 05
5
Office 2003 Install Fails - Ubuntu 8.04 - Wine 0.9.61
Something happened between wine 0.9.59 to 0.9.61 where the wheels have really come off. First, the installed Office 2003/Outlook never worked, but I tried to run it after installing .61 and got the old failed to "reserve range 00000000-00010000" error message.
I performed this command the following command to try to fix it:
sudo sysctl -w vm.mmap_min_addr=0
This allowed Outlook to run
2009 Mar 12
3
Symantec Ghost Explorer 11
...I_OVERLAYINDEX unhandled
I'm able to open ghost images made with ghost32.exe version 11 and to
browse the files. It all looks promising but I do get the following in my terminal.
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1
func=0 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1
func=0 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1
func=0 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1
func=0...
2008 Sep 23
2
read.table & readLines behaviour?
Hi,
I have been using 'read.table' regularly to read tab-delimited text
files with data. No problem, until now.
Now I have a file that appeared to have read fine, and the data inside
looks correct (structure etc), except I only had 15000+ rows out of
the expected 24000. Using 'readLines' instead, and breaking up the
data by tabs, gives me the expected result.
I do not understand why this is happening and I can't find anything
obvious in the data to explain the bahaviour...
Does anybody have an explanation? something to watch out for?
If I run thi...
2006 Jan 10
2
Gred/dsmark/htb
...#limit egress to 1Mbit
tc qdisc add dev eth0 parent 1:0 handle 2:0 htb
tc class add dev eth0 parent 2:0 classid 2:1 htb rate 1Mbit ceil 1Mbit
#create 13 gred''s
tc qdisc add dev eth0 parent 2:1 gred setup DPs 13 default 13 grio
#ef
tc qdisc change dev eth0 parent 2:1 gred limit 512000 min 24000 max 32000 \
avpkt 1000 burst 40 probability 0.01 bandwidth 1024 DP 1 prio 1
#af41
tc qdisc change dev eth0 parent 2:1 gred limit 512000 min 24000 max 32000 \
avpkt 1000 burst 40 probability 0.04 bandwidth 1024 DP 2 prio 2
#af42
tc qdisc change dev eth0 parent 2:1 gred limit 512000 min 24000 max 320...
2012 Mar 01
2
server_ioctl_file Unsupported ioctl 24000
Since a while now i get this error flooding xsession-errors log when i run wine on ubuntu i386:
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0)
i wonder if its a linux kernel message or a wine one ? and what to do ?
2010 Jun 01
0
Starcraft crashes on drone death
...ther disc and got the same error(tested both with the disc in and using the copy-to-drive method added in one of the patches). The game's patched to 1.16.1(with Broodwar installed) and I'm using 1.2-rc2.
Code:
fixme:advapi:SetSecurityInfo stub
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 met...
2009 Oct 22
1
Intersection an Sum between list and matrix
...4 7 10 12 14 19 22
1 00000 18128 18576 20048 19408 21472 16528 20432
4 20080 00000 20576 23520 19776 19504 21312 22384
7 21072 25456 00000 18448 19152 22144 18368 19280
10 18624 22880 16256 00000 17856 16032 17008 19120
12 20208 15712 17008 23264 00000 23168 19872 24000
14 26560 19024 20704 19520 20048 00000 16736 21056
19 17600 22640 20704 17200 17312 17728 00000 18912
22 18128 19024 21120 17296 20208 19904 21120 00000
> example 1
1 4 7 10 12 14 19 22
1 00000 18128 18576 20048 19408 21472 16528 *20432*
4 2008...
2014 Nov 24
3
[RFC PATCHv1] cover: celt_pitch_xcorr: Introduce ARM neon intrinsics
...//people.xiph.org/~tterribe/opus/comp48-stereo.sw
>
> celt_pitch_xcorr also gets used by the SILK encoder (more in fixed-point than float, but the float one uses it, too). So it may be worth doing a run with the application set to voip instead of restricted-lowdelay and a lower bitrate (e.g., 24000 instead of 96000).
Thanks for your feedback. I have verified both above cases. While I used
./opus_demo restricted-lowdelay 48000 2 96000 comp48-stereo.sw out.wav,
./opus_demo voip 48000 2 24000 comp48-stereo.sw out.wav
to make sure the output out.wav is clearly audible, I used below
command (enc...
2017 Mar 03
2
MGE ESV+ and Power Trim
...set by the U-Talk protocol (page 34 of http://networkupstools.org/protocols/mge/9261zwfa.pdf) but I can?t seem to figure out how to send the device the command, or manage to terminal into the unit (once disabling NUT services) and send the command.
>>
>> I think the command would be Lv 24000.
>>
> In theory, you could change the following line:
>
> https://github.com/networkupstools/nut/blob/v2.7.4/drivers/mge-utalk.h#L220
>
> from "{ "output.voltage", 0, 0, "Lv", "%05.1f", VOLT, TRUE },"
>
> to "{ "output...
2009 Oct 23
3
SIREN14 call setup and record/playback
...E comes from the Polycom softphone with an SDP of:
...
User-Agent: Polycom VV 8.0.4.4035.
...
m=audio 12386 RTP/AVP 99 98 97 102 101 103 9 15 18 0 8.
a=rtpmap:99 SIREN14/16000.
a=fmtp:99 bitrate=48000.
a=rtpmap:98 SIREN14/16000.
a=fmtp:98 bitrate=32000.
a=rtpmap:97 SIREN14/16000.
a=fmtp:97 bitrate=24000.
a=rtpmap:102 G7221/16000.
a=fmtp:102 bitrate=32000.
a=rtpmap:101 G7221/16000.
a=fmtp:101 bitrate=24000.
a=rtpmap:103 G7221/16000.
a=fmtp:103 bitrate=16000.
a=rtpmap:9 G722/8000.
a=rtpmap:15 G728/8000.
a=rtpmap:18 G729/8000.
a=fmtp:18 annexb=no.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=sendrec...
2014 Jan 21
1
RFC 5267 Contexts for IMAP4 PARTIAL results
...lists client requests and server responses which I have tried running against a folder,
specifying the ranges that fit the contents of the folder I have selected.
The Last of the?listed client requests returns a response that?is not as I would expect:
C: A04 UID SEARCH RETURN (PARTIAL 24000:24500) UNDELETED
UNKEYWORD $Junk
should return
S: * ESEARCH (TAG "A04") UID PARTIAL (24000:24500 NIL)
// No results are present, this is beyond the end of the results.
S: A04 OK Completed.
according to the RFC, but instead of NIL in the PARTIAL result I see the full range o...
2002 Sep 19
2
Rounding
Hi,
Suppose I have:
459
1789
23590
and I'd like to round them to:
400
1700
24000
On the other hand, say if I have:
232
1234
23120
that need to be rounded to:
300
1300
24000
I tried the round(), floor() or ceiling() and can't get what I want. Is
there any tricks I can use to achieve this goal?
Cheers,
Kevin
--------------------------------------------------...
2017 Mar 02
2
MGE ESV+ and Power Trim
...t this can be set by the U-Talk protocol (page 34 of http://networkupstools.org/protocols/mge/9261zwfa.pdf) but I can't seem to figure out how to send the device the command, or manage to terminal into the unit (once disabling NUT services) and send the command.
I think the command would be Lv 24000.
Raspbian Version is -
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 8.0 (jessie)
Release: 8.0
Codename: Jessie
NUT is 2.7.4 and MGE-UTALK driver.
It works fine overall, and obtains the information and reports everything as it should - but I'd like to know if I can...
2014 Nov 24
2
[RFC PATCHv1] cover: celt_pitch_xcorr: Introduce ARM neon intrinsics
...~tterribe/opus/comp48-stereo.sw
>> >
>> > celt_pitch_xcorr also gets used by the SILK encoder (more in fixed-point than float, but the float one uses it, too). So it may be worth doing a run with the application set to voip instead of restricted-lowdelay and a lower bitrate (e.g., 24000 instead of 96000).
>>
>> Thanks for your feedback. I have verified both above cases. While I used
>> ./opus_demo restricted-lowdelay 48000 2 96000 comp48-stereo.sw out.wav,
>> ./opus_demo voip 48000 2 24000 comp48-stereo.sw out.wav
>>
>> to make sure the output o...
2019 Jul 05
2
Asterisk and Linphone
...g726aal2:8000 : No Translation Path
speex:8000 To adpcm:8000 : No Translation Path
speex:8000 To slin:8000 : No Translation Path
speex:8000 To slin:12000 : No Translation Path
speex:8000 To slin:16000 : No Translation Path
speex:8000 To slin:24000 : No Translation Path
speex:8000 To slin:32000 : No Translation Path
speex:8000 To slin:44100 : No Translation Path
speex:8000 To slin:48000 : No Translation Path
speex:8000 To slin:96000 : No Translation Path
speex:8000 To slin:192000...
2004 Aug 06
3
Akos...Darkice questions
I'm using liveice and lame on another stream...
ample rate of 22050
bitrate of 24000
It has worked fine for over 9 months now...except it crashes all the time because of liveice I think.
>>> darkeye@tyrell.hu 8/28/02 9:15:58 AM >>>
Matthew Mencel wrote:
> Can the bitsPerSample be set any higher than 16? I try to set it to
> 20 or 24 and get this error.....
2017 Mar 09
0
MGE ESV+ and Power Trim
...l (page 34 of http://networkupstools.org/pro
> tocols/mge/9261zwfa.pdf) but I can?t seem to figure out how to send the
> device the command, or manage to terminal into the unit (once disabling NUT
> services) and send the command.
> >>
> >> I think the command would be Lv 24000.
> >>
> > In theory, you could change the following line:
> >
> > https://github.com/networkupstools/nut/blob/v2.7.4/drivers/
> mge-utalk.h#L220
> >
> > from "{ "output.voltage", 0, 0, "Lv", "%05.1f", VOLT, TRUE },"
&...
2010 Dec 06
1
pam_time.so and /etc/security/time.conf
I am investigating how to limit user logins via sshd to specific
times of day. I have the basic syntax but what I want to know is how
does pam_time.so process time.conf.
Say I have a clutch of users that should login between 07:00 and
18:00 Monday to Friday. I infer that the following will handle
that:
sshd;*;*,Wk0700-1800
However, what is not clear to me is how does one permit certain
2014 Nov 24
0
[RFC PATCHv1] cover: celt_pitch_xcorr: Introduce ARM neon intrinsics
...iph.org/~tterribe/opus/comp48-stereo.sw
> >
> > celt_pitch_xcorr also gets used by the SILK encoder (more in fixed-point than float, but the float one uses it, too). So it may be worth doing a run with the application set to voip instead of restricted-lowdelay and a lower bitrate (e.g., 24000 instead of 96000).
>
> Thanks for your feedback. I have verified both above cases. While I used
> ./opus_demo restricted-lowdelay 48000 2 96000 comp48-stereo.sw out.wav,
> ./opus_demo voip 48000 2 24000 comp48-stereo.sw out.wav
>
> to make sure the output out.wav is clearly audibl...