Displaying 20 results from an estimated 45 matches for "4475".
Did you mean:
445
2005 Feb 02
0
ZAPHFC Drop calls
...ohci
22: 0 IO-APIC-level usb-ohci
23: 0 IO-APIC-level ehci_hcd
NMI: 0
LOC: 49613413
ERR: 0
MIS: 0
And here are the messages from /var/log/asterisk/full:
Jan 26 08:45:03 VERBOSE[4481]: == Primary D-Channel on span 1 up
Jan 26 08:45:04 DEBUG[4475]: Auto destroying call
'8CA75915-2014-4688-B52B-365C9EBCB11A@192.168.1.88'
Jan 26 08:45:05 WARNING[4481]: PRI: !! Got a UA, but i'm in state 1
Jan 26 08:45:14 DEBUG[4475]: Setting NAT on RTP to 4
Jan 26 08:45:14 DEBUG[4475]: Check for res for a
Jan 26 08:45:14 DEBUG[4475]: Call from us...
2005 Aug 01
4
valgrind complains about regex.c (PR#8043)
...ht (C) 2000-2004, and GNU GPL'd, by Julian Seward =
et al.
=3D=3D22324=3D=3D For more details, rerun with: -v
=3D=3D22324=3D=3D=20
=3D=3D22324=3D=3D Invalid read of size 4
=3D=3D22324=3D=3D at 0x81255AD: parse_expression (regex.c:5045)
=3D=3D22324=3D=3D by 0x8125868: parse_branch (regex.c:4475)
=3D=3D22324=3D=3D by 0x8125913: parse_reg_exp (regex.c:4420)
=3D=3D22324=3D=3D by 0x81261B3: Rf_regcomp (regex.c:4384)
=3D=3D22324=3D=3D Address 0x1C1E23A8 is 0 bytes after a block of size 32 a=
lloc'd
=3D=3D22324=3D=3D at 0x1B90650D: calloc (in /usr/lib/valgrind/vgpreload_=
memcheck...
2013 Nov 11
0
[Announce] Samba 4.1.1, 4.0.11 and 3.6.20 Security Releases Available for Download
Release Announcements
---------------------
Samba 4.1.1, 4.0.11 and 3.6.20 have been issued as security releases in order
to address CVE-2013-4475 (ACLs are not checked on opening an alternate data
stream on a file or directory) and CVE-2013-4476 (Private key in key.pem world
readable).
Samba 3.6.20 includes the fix for CVE-2013-4475 only, Samba 4.1.1 and 4.0.11
address both issues.
o CVE-2013-4475:
Samba versions 3.2.0 and above (all v...
2013 Nov 11
0
[Announce] Samba 4.1.1, 4.0.11 and 3.6.20 Security Releases Available for Download
Release Announcements
---------------------
Samba 4.1.1, 4.0.11 and 3.6.20 have been issued as security releases in order
to address CVE-2013-4475 (ACLs are not checked on opening an alternate data
stream on a file or directory) and CVE-2013-4476 (Private key in key.pem world
readable).
Samba 3.6.20 includes the fix for CVE-2013-4475 only, Samba 4.1.1 and 4.0.11
address both issues.
o CVE-2013-4475:
Samba versions 3.2.0 and above (all v...
2005 Sep 29
2
Don't call
I have set up extension.conf and sip.con with default
parameter of UNIVOICE server, but Asterisk show this
message when I call a number:
Sep 29 11:34:52 WARNING[4179]: chan_sip.c:1899
create_addr: No such host: univoice,Ttr
Sep 29 11:34:52 NOTICE[4179]: app_dial.c:1109
dial_exec_full: Unable to create channel of type 'SIP'
(cause 3 - No route to destination)
== Everyone is
2006 Mar 29
1
Unit tests rail on 1.1, was fine on 1.0
Running Debian 3.1, ruby 1.8.2, postgresql 7.4.x, rails-1.0 gem and
rails-1.1 (rake freeze_edge).
After if ''rake freeze_edge && rake rails:update'' (to rails 1.1), my unit
test fails with an error attempting to create sequence table that
already exists (ie. addresses_id_seq table).
But if I roll back with ''rake rails:unfreeze'' (to rails 1.0), my unit
2010 Jun 29
2
Final Fantasy XIV Online Beta/Benchmark
...rmat unrecognized(909201952) in the format lookup table
err:ole:CoGetClassObject class {03219e78-5bc3-44d1-b92e-f63d89cc6526} not registered
err:ole:CoGetClassObject no class object {03219e78-5bc3-44d1-b92e-f63d89cc6526} could be created for context 0x1
err:ole:CoGetClassObject class {8bb7778b-645b-4475-9a73-1de3170bd3af} not registered
err:ole:CoGetClassObject no class object {8bb7778b-645b-4475-9a73-1de3170bd3af} could be created for context 0x1
I had to winetricks d3dx9 otherwise it would not start at all and gives "d3d: unimplemented function" errors.
Is this something that can be...
2010 Apr 17
0
[LLVMdev] Proposal: stack/context switching within a thread
On Sun, Apr 11, 2010 at 10:07 PM, Jeffrey Yasskin <jyasskin at google.com> wrote:
> I'll forward your next draft back to the stackless folks, unless you
> want to pick up the thread with them.
Their reply: http://thread.gmane.org/gmane.comp.python.stackless/4464/focus=4475
Instead of @llvm.getcontextstacktop(%context), they want
@llvm.getcurrentstacktop() so that they can copy the stack out before
switching, and copy it back in after switching. I'm not sure this
exactly works either, since before "copying the stack back", any
allocas are pointing at ol...
2011 Sep 09
3
Read a list of files into named R data.frames
...read.csv(file=files[i], header=TRUE)
name <- sub(".csv", "", files[i])
cat("Read ", files[i], "\trows: ", nrow(inp), " cols: ", ncol(inp),
"\n")
eval(paste(name, "<- inp"))
}
Read Allstar.csv rows: 4475 cols: 3
Read AllstarFull.csv rows: 4676 cols: 8
Read Appearances.csv rows: 94157 cols: 20
Read AwardsManagers.csv rows: 57 cols: 6
Read AwardsPlayers.csv rows: 2679 cols: 6
Read AwardsShareManagers.csv rows: 344 cols: 7
Read AwardsSharePlayers.csv rows...
2010 Apr 21
1
[LLVMdev] Proposal: stack/context switching within a thread
...Sun, Apr 11, 2010 at 10:07 PM, Jeffrey Yasskin <jyasskin at google.com> wrote:
>> I'll forward your next draft back to the stackless folks, unless you
>> want to pick up the thread with them.
>
> Their reply: http://thread.gmane.org/gmane.comp.python.stackless/4464/focus=4475
(From the reply)
> But any function call we perform after the
> swapcontext() may trample the unsaved stack, if the source and destination stack positions
> overlap.
I'm having trouble visualizing that situation. Is there a "main"
context that will handle all this saving a...
2006 Feb 21
1
feature not available
Hi
I am working with this data:
my data summary is:
> summary(spi)
open high low close volume
Min. :4315 Min. :4365 Min. :4301 Min. :4352 Min. :
0
1st Qu.:4480 1st Qu.:4497 1st Qu.:4458 1st Qu.:4475 1st
Qu.:11135
Median :4609 Median :4631 Median :4594 Median :4614 Median
:14439
Mean :4620 Mean :4640 Mean :4599 Mean :4620 Mean
:16590
3rd Qu.:4773 3rd Qu.:4796 3rd Qu.:4753 3rd Qu.:4766 3rd
Qu.:18294
Max. :4944 Max. :4954 Max. :4912 Max....
2016 Apr 02
2
Upgrading Samba 3 to Samba 4 - Domain Controller unreachable
On 02/04/16 20:59, Sonic wrote:
> On Sat, Apr 2, 2016 at 2:34 PM, Rowland penny <rpenny at samba.org> wrote:
>> On debian there is a script called samba in /etc/init.d , it starts smbd &
>> nmbd *or* samba, if it doesn't find 'server role = active directory domain
>> controller' in smb.conf , it doesn't try to start the samba deamon.
> Odd that
2016 Dec 14
2
no rtp after dns query
...3.0.3 RTP 214 PT=ITU-T G.711
PCMA, SSRC=0x643C9869, Seq=4474, Time=717200
1194 25.168169000 172.23.5.2 -> 172.23.0.3 RTP 214 PT=ITU-T G.711
PCMA, SSRC=0x8B41FC0A, Seq=280, Time=1442113381
1195 25.185212000 172.23.5.1 -> 172.23.0.3 RTP 214 PT=ITU-T G.711
PCMA, SSRC=0x643C9869, Seq=4475, Time=717360
1196 25.188194000 172.23.5.2 -> 172.23.0.3 RTP 214 PT=ITU-T G.711
PCMA, SSRC=0x8B41FC0A, Seq=281, Time=1442113541
1197 25.205216000 172.23.5.1 -> 172.23.0.3 RTP 214 PT=ITU-T G.711
PCMA, SSRC=0x643C9869, Seq=4476, Time=717520
1198 25.208164000 172.23.5.2 -> 172.23.0...
2016 Apr 02
0
Upgrading Samba 3 to Samba 4 - Domain Controller unreachable
...t; 2>/dev/null | tail -1`
if [ "$SERVER_ROLE" != "active directory domain
controller" ]; then
exit 0
fi
if init_is_upstart; then
exit 1
fi
# CVE-2013-4475
KEYFILE=/var/lib/samba/private/tls/key.pem
if [ -e $KEYFILE ]
then
KEYPERMS=`stat -c %a $KEYFILE`
if [ "$KEYPERMS" != "600" ]
then...
2010 Apr 12
4
[LLVMdev] Proposal: stack/context switching within a thread
On Sun, Apr 11, 2010 at 2:41 PM, Kenneth Uildriks <kennethuil at gmail.com> wrote:
> On Sun, Apr 11, 2010 at 4:09 PM, Jeffrey Yasskin <jyasskin at google.com> wrote:
>> Kenneth Uildriks <kennethuil at gmail.com> wrote:
>>> As I see it, the context switching mechanism itself needs to know
>>> where to point the stack register when switching. The C
2008 Jan 11
1
OT -- Flash (.swf file) audio stream separation
Does anyone here know of a utility that will filter a flash stream into
its video and audio components? In order of preference -- 1)RPM 2)any
open source tool 3)anything that does the job. Thanks for any clues.
2006 Jun 12
3
Group averages
Hello:
I hope none of you will mind helping a newbie. I'm a student research
assistant working with a large data set in which observations are
categorized according to two factors. I'm trying to calculate the group
mean and variance of a variable (called 'hsgpa' in the example data
presented below) to each observation , excluding that observation. For
example, if there are
2015 Jan 29
6
Indexing Mail faster
...3932 3952 3953 3954
3957 3959 3968 3971 3973 3978 3979 3980 4008 4022 4040 4057 4058 4059 4063
4064 4066 4069 4070 4075 4096 4112 4131 4132 4133 4141 4143 4144 4145 4146
4147 4167 4174 4199 4201 4202 4203 4206 4211 4217 4218 4226 4229 4258 4259
4267 4287 4357 4359 4363 4364 4365 4367 4390 4391 4462 4475 4497 4502 4538
4540 4552 4557 4558 4561 4563 4567 4571 4572 4573 4575 4577 4593 4594 4604
4611 4619 4628 4638 4639 4662 4672 4678 4679 4692 4696 4785 4786 4787 4788
4789 4792 4793 4794 4802 4817 4818 4819 4820 4836 4857 4874 4887 4901 4905
4906 4907 4908 4911 4925 4928 4940 4941 4953 5060 5103 5116...
2015 Jan 29
0
Indexing Mail faster
...> 3957 3959 3968 3971 3973 3978 3979 3980 4008 4022 4040 4057 4058 4059 4063
> 4064 4066 4069 4070 4075 4096 4112 4131 4132 4133 4141 4143 4144 4145 4146
> 4147 4167 4174 4199 4201 4202 4203 4206 4211 4217 4218 4226 4229 4258 4259
> 4267 4287 4357 4359 4363 4364 4365 4367 4390 4391 4462 4475 4497 4502 4538
> 4540 4552 4557 4558 4561 4563 4567 4571 4572 4573 4575 4577 4593 4594 4604
> 4611 4619 4628 4638 4639 4662 4672 4678 4679 4692 4696 4785 4786 4787 4788
> 4789 4792 4793 4794 4802 4817 4818 4819 4820 4836 4857 4874 4887 4901 4905
> 4906 4907 4908 4911 4925 4928 4940 4941...
2012 Apr 08
0
[LLVMdev] How to insert a self-written function to a piece of programme
...r::runOnModule(llvm::Module&) + 114
8 opt 0x0873a62a llvm::MPPassManager::runOnModule(llvm::Module&) + 400
9 opt 0x0873aae0 llvm::PassManagerImpl::run(llvm::Module&) + 122
10 opt 0x0873ada5 llvm::PassManager::run(llvm::Module&) + 39
11 opt 0x0827cec3 main + 4475
12 libc.so.6 0x009abbd6 __libc_start_main + 230
13 opt 0x0826e811
Stack dump:
0. Program arguments: opt -load ../../../Debug+Asserts/lib/Hello.so -hello
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Module Verifier' on fun...