Displaying 20 results from an estimated 28 matches for "4961".
Did you mean:
496
2018 Oct 04
3
Spontaneous reboot due to MySQL lookups ?
...alhost myuser mypwd myDB") in new stack
[Oct 4 10:11:25] VERBOSE[4944] pbx.c: [Oct 4 10:11:25] --
Executing [s at sub-settings:17] MYSQL("SIP/SipAgenT01-000008cb", "Query
resultid 1 SELECT blockID from DID where DID=987654321") in new stack
[Oct 4 10:11:29] VERBOSE[4961] config.c: [Oct 4 10:11:29] == Parsing
'/etc/asterisk/asterisk.conf': [Oct 4 10:11:29] VERBOSE[4961] config.c:
[Oct 4 10:11:29] == Found
[Oct 4 10:11:29] VERBOSE[4961] manager.c: [Oct 4 10:11:29] == Manager
registered action DataGet
[Oct 4 10:11:29] VERBOSE[4961] config.c: [Oct...
2018 Oct 04
4
Spontaneous reboot due to MySQL lookups ?
...in new stack
>> [Oct 4 10:11:25] VERBOSE[4944] pbx.c: [Oct 4 10:11:25] -- Executing
>> [s at sub-settings:17] MYSQL("SIP/SipAgenT01-000008cb", "Query resultid
>> 1 SELECT blockID from DID where DID=987654321") in new stack
>> [Oct 4 10:11:29] VERBOSE[4961] config.c: [Oct 4 10:11:29] ==
>> Parsing '/etc/asterisk/asterisk.conf': [Oct 4 10:11:29] VERBOSE[4961]
>> config.c: [Oct 4 10:11:29] == Found
>> [Oct 4 10:11:29] VERBOSE[4961] manager.c: [Oct 4 10:11:29] ==
>> Manager registered action DataGet
>>...
2007 Sep 08
3
DO NOT REPLY [Bug 4961] New: rsync ignores --compare-dest flag?
https://bugzilla.samba.org/show_bug.cgi?id=4961
Summary: rsync ignores --compare-dest flag?
Product: rsync
Version: 2.6.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org...
2009 Feb 11
1
Table Formatting
...15677 2225 9822
8188 16154
115 1989-90 7631 15131 5330 3784
3772 3748
116 1990-91 9988 5316 8693 11583
5085 19281
117 1991-92 4961 1250 5969 274
5933 1261
118 1992-93 9041 13398 1467 2492
9140 3616
119 1993-94 3574 2727 1801 2425
6039 18808
I need to form...
2010 Oct 21
2
Segfault in libdovecot-sieve
Hello,
I've been getting these messages in dmesg:
[1663649.206652] lmtp[4961]: segfault at 18 ip 00007fb5b6aab1f0 sp00007fff7e3b5468 error 4 in libdovecot-sieve.so.0.0.0[7fb5b6a6d000
+66000]
Dovecot's version is 2.0.3. Is this known? What other kind of information could be useful to help find this issue?
Thanks,Andre
2005 Aug 31
2
Howto disable adsi in app_voicemail.c so I can noload *adsi*.so
...u don't use. Adsi being one of them (are there actually people using
adsi & asterisk?) I noloaded it in /etc/asterisk/modules.conf:
noload => res_adsi.so
noload => app_adsiprog.so
When I start * (this is cvs head of today by the way) I get:
[app_voicemail.so]Aug 31 17:25:49 WARNING[4961]: loader.c:314
__load_resource: /usr/lib/asterisk/modules/app_voicemail.so: undefined
symbol: adsi_available
Aug 31 17:25:49 WARNING[4961]: loader.c:543 load_modules: Loading module
app_voicemail.so failed!
So appareantly app_voicemail depends on this adsi stuff. Is there a way
to disable adsi in...
2018 Sep 20
3
A different error in sample()
Good day,
The use of "rounding" also doesn't make sense. If The number is halfway between two integers, it is rounded to the nearest even integer.
> round(2.5)
[1] 2
--------------------------------------
Dario Strbenac
University of Sydney
Camperdown NSW 2050
Australia
2018 Sep 20
2
A different error in sample()
...TRUE))
>
> ???? 1????? 2????? 3
> 399051 401035 199914
>
> > table(sample.int(3, 1e6, replace = TRUE))
>
> ???? 1????? 2????? 3
> 332956 332561 334483
>
> > table(sample.int(2.01, 1e6, replace = TRUE))
>
> ???? 1????? 2????? 3
> 497173 497866?? 4961
>
> > sessionInfo()
> R Under development (unstable) (2018-09-17 r75319)
> Platform: x86_64-apple-darwin17.7.0 (64-bit)
> Running under: macOS High Sierra 10.13.6
>
> Matrix products: default
> BLAS: /Users/whuber/R/lib/libRblas.dylib
> LAPACK: /Users/whuber/R/lib/l...
2006 Feb 27
1
[PATCH] Fix qemu-dm segfault when multiple HVM domains ---Was: qemu-dm segfault with multiple HVM domains?
...dows domains, but either immediately or over
>>> time all
>>> but one qemu-dm processes segfaults. This only appears to be
>>> a problem
>>> when I start multiple windows domains, a single domain seems
>>> to work fine.
>>>
>>> qemu-dm[4961]: segfault at 0000000000000000 rip 0000000000000000 rsp
>>> 0000000040800198 error 14
>>> qemu-dm[4963]: segfault at 0000000000000000 rip 0000000000000000 rsp
>>> 0000000040800198 error 14
>>>
>>
>> Thanks, I ever met this issue too, but did not pay m...
2018 Sep 20
0
A different error in sample()
...ractional part of n:
> table(sample.int(2.5, 1e6, replace = TRUE))
1 2 3
399051 401035 199914
> table(sample.int(3, 1e6, replace = TRUE))
1 2 3
332956 332561 334483
> table(sample.int(2.01, 1e6, replace = TRUE))
1 2 3
497173 497866 4961
> sessionInfo()
R Under development (unstable) (2018-09-17 r75319)
Platform: x86_64-apple-darwin17.7.0 (64-bit)
Running under: macOS High Sierra 10.13.6
Matrix products: default
BLAS: /Users/whuber/R/lib/libRblas.dylib
LAPACK: /Users/whuber/R/lib/libRlapack.dylib
locale:
[1] en_US.UTF-8/UTF-...
2018 Sep 20
0
A different error in sample()
...1 401035 199914
>>
>> > table(sample.int(3, 1e6, replace = TRUE))
>>
>> ???? 1????? 2????? 3 332956 332561 334483
>>
>> > table(sample.int(2.01, 1e6, replace = TRUE))
>>
>> ???? 1????? 2????? 3 497173 497866?? 4961
>>
2007 Nov 07
0
child process
Hello
is there any limitation for forking processes ?
I mean how many child process can be belong to parent process ?
Thanks
2003 Feb 12
1
Port of current Ogg Vorbis implemention for ARM
...if Ogg Vorbis has been ported to ARM using software
floating point emulation (gcc -msoft-float)? I want to try it out on a
400MHz Xscale board.
Thanks.
--
Harold Chu
Lochard Pty Ltd
A: 69 Kooyong Road, Caulfield North, Victoria Australia 3161
E: harold.chu@lochard.com.au T: +61 3 9508 4961 (direct)
F: +61 3 9500 1197 T: +61 3 9500 1017
--
This email and any attachment(s) is intended only for the use of the
intended recipient(s) and may contain information that is confidential and
privileged. If you are not the intended recipient(s), you are hereby
notified that an...
2003 May 07
0
Aix-Samba memory problem
...5002 N N
19364 smbd 8768 1906 181 5002 N N
25510 smbd 8768 1906 181 5002 N N
29688 smbd 8755 1906 181 4990 N N
26950 smbd 8724 1906 181 4961 N N
19110 smbd 8607 1906 181 4869 N N
Total memory used: 792,563,712 bytes
Is samba suppose to start this many different smbd processes? Or does it run as one smbd process? Also is it normal for it to be taking up this much memory? I'v...
2013 Jan 10
0
same model, different coefficients
...---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
*NEW MODEL OUTPUT:
*Generalized linear mixed model fit by the Laplace approximation
Formula: Response.binary ~ ItemType.c * Block + (1 + ItemType.c + Block |
Subject) + (1 | Word)
Data: lexdec
AIC BIC logLik deviance
4791 4961 -2372 4743
Random effects:
Groups Name Variance Std.Dev. Corr
Word (Intercept) 1.57837 1.25633
Subject (Intercept) 0.58476 0.76470
ItemType.cFV-L 0.92922 0.96396 -0.105
ItemType.cFV-R 1.36398 1.16790 -0.241 0.990
ItemType.cFV-B 1.5...
2006 Feb 28
0
RE: Re: [PATCH] Fix qemu-dm segfault when multiple HVMdomains
...;>> time all
>>>>> but one qemu-dm processes segfaults. This only appears to be
>>>>> a problem
>>>>> when I start multiple windows domains, a single domain seems
>>>>> to work fine.
>>>>>
>>>>> qemu-dm[4961]: segfault at 0000000000000000 rip
>0000000000000000 rsp
>>>>> 0000000040800198 error 14
>>>>> qemu-dm[4963]: segfault at 0000000000000000 rip
>0000000000000000 rsp
>>>>> 0000000040800198 error 14
>>>>>
>>>>
>>>...
2013 May 14
1
[Bug 9882] New: Incorrect exit code when sender over SSH is killed with SIGTERM
...ND
5076 famzah ? sshd: famzah at notty
5077 famzah ? \_ rsync --server --sender -e.Lsf .
/boot/initrd.img-3.2.0-36-generic-pae
...
2996 famzah pts/1 \_ /bin/bash
4960 famzah pts/1 | \_ rsync
famzah at 127.0.0.1:/boot/initrd.img-3.2.0-36-generic-pae /tmp/test
4961 famzah pts/1 | \_ ssh -l famzah 127.0.0.1 rsync --server
--sender -e.Lsf . /boot/initrd.img-3.2.
5078 famzah pts/1 | \_ rsync
famzah at 127.0.0.1:/boot/initrd.img-3.2.0-36-generic-pae /tmp/test
I have killed the "rsync" sender process at the _remote_ location wit...
2008 Jun 11
5
Antispam plugin custom behavior?
Hello,
I currently have a setup on my system with what I call "magic folders"
to enable spam filter training. Here's how it works:
1. If you have a false-negative, put the spam into the Spam.Report
folder
2. If you have a false-positive (which has all kinds of ugly
spamassassin protective markup in it), put the message into the
Spam.NotSpam folder
2005 Sep 30
7
911 Q
OK, got a question on 911.
Looking into setting up a couple asterisk servers at a country club,
with VOIP phones in each of 100 short-term residential rental units.
Approx 100 extensions, approx 24 outside lines.
Since everything is geographically at one location, reaching 911
correctly shouldn't present a problem. However, the club wishes to
ensure that 911 authorities are able to identify
2020 Aug 14
0
Wine release 5.15
...emastered (GOG version) crashes at launch in clean wine prefix version 2.21 and 2.22
44306 Visual Novel "A Clockwork Ley-Line: The Borderline of Dusk" doesn't work with d3d9
45700 Call of Duty WWII sound issues
48684 "BlazBlue: Calamity Trigger" class {94c1affa-66e7-4961-9521-cfdef3128d4f} not registered
49152 wine-mono 5.0.0 breaks rendering for disabled buttons
49325 Kea Colorinbook crashes:
49477 Some api-ms-win-core-* are not found by Forza Horizon 4
49518 Grim Dawn leaks shared memory after upgrade to Wine 5.12
49559 winevdm.exe crashes when run...