Displaying 17 results from an estimated 17 matches for "6443".
Did you mean:
443
2004 Jan 20
1
Windows versions immediately exit (PR#6443)
Full_Name: Joel Pitt
Version: 1.81
OS: XP
Submission from: (NULL) (218.101.45.243)
Running any of the windows binaries in Windows XP cause programs to immediately
exit without producing any error. The RGui is displayed momentarily and
everything looks fine before it exits.
Attaching Visual C++ to either of Rgui or RTerm results in the following:
"User breakpoint called from code at
2011 Jul 20
2
bar chart issue
...Any
86 2010 2341-06597 1041 1 1 1 1
87 2010 2341-06598 1041 0 0 0 0
88 2010 2341-06599 1042 1 1 0 1
89 2010 2341-06600 1042 0 1 0 1
90 2009 6443 SOSP0901 0 0 1 1
91 2009 6444 SOSP0902 0 1 0 1
92 2009 6445 SOSP0903 0 0 0 0
Any suggestions on how to create this plot would be greatly appreciated.
Many thanks,
Jeff...
2014 Mar 26
0
Secure audio cannot be provided
...msid:YxFi1hLhslP6PiA3D1xi2RxV5i1iATmDOz4l YxFi1hLhslP6PiA3D1xi2RxV5i1iATmDOz4la0
????a=ssrc:2121187131 mslabel:YxFi1hLhslP6PiA3D1xi2RxV5i1iATmDOz4l
????a=ssrc:2121187131 label:YxFi1hLhslP6PiA3D1xi2RxV5i1iATmDOz4la0
????<------------->
????--- (14 headers 43 lines) ---
????Sending to 10.1.1.2:6443 (no NAT)
????Sending to 10.1.1.2:6443 (no NAT)
????Using INVITE request as basis request - 88vdo7l2kgd0eufrfd7q
????Found peer 'webrtc' for 'webrtc' from 10.1.1.2:42149
??????== Using SIP VIDEO TOS bits 136
??????== Using SIP VIDEO CoS mark 6
??????== Using SIP RTP TOS bits 184
????...
2012 Jun 12
1
Not able to write to PostgreSQL database using "dbWriteTable"
...there any issue in the way I use "dbWriteTable"?
++++++++++++++++++ Source Code ++++++++++++++++++++++++
library("DBI")
library("RPostgreSQL")
drv1 <- dbDriver("PostgreSQL")
i=6
connAE1 <- dbConnect(drv1,host = "xx.xxx.xxx.xxx", port = "6443",
dbname="DB",user = "xxxxx",password = "xxx")
as.data.frame(zz[1])
dbGetQuery(connAE1,'SELECT id FROM \"test1\"')
if(dbExistsTable(connAE1, "test1")){
dbWriteTable(con=connAE1,name='test1.id',value=as.data.frame(i),row.name...
2007 Jul 23
2
GFS/LVM/RAID1 recovery question
I have a (CentOS4.5) cluster in which the servers mount a GFS partition
which is an LVM2 logical volume created as a mirror of two iSCSI-
connected drives (with a third for the log). The LV was created using a
command along the lines of:
lvcreate -m 1 ... /dev/sdb /dev/sdc /dev/sdd
where sd[bc] are the mirrored (iSCSI) PVs in the VG and sdd is the log.
I have this working and can write data
2012 Jun 17
26
Recommendation for home NAS external JBOD
Hi,
my oi151 based home NAS is approaching a frightening "drive space" level. Right now the data volume is a 4*1TB Raid-Z1, 3 1/2" local disks individually connected to an 8 port LSI 6Gbit controller.
So I can either exchange the disks one by one with autoexpand, use 2-4 TB disks and be happy. This was my original approach. However I am totally unclear about the 512b vs 4Kb issue.
2007 Feb 28
0
Using ooh323 with Gatekeeper controlled dialling
...sage of length 202 from 192.168.144.20:2288
Mar 1 01:21:41.957: IRR (seq# 14209) rcvd
Mar 1 01:21:41.957: gk_rassrv_irr: irrp=0x83A7F858, from 192.168.144.20:2288
Mar 1 01:21:41.993: RecvUDP_IPSockData successfully rcvd message of length 297 from 192.168.1.7:1518
Mar 1 01:21:41.993: IRR (seq# 6443) rcvd
Mar 1 01:21:41.997: gk_rassrv_irr: irrp=0x82E4FCC8, from 192.168.1.7:1518
cisco-gk#
What do I need to do in the Dial() command and/or the ooh323.conf to get Asterisk to place a H.323 call via the Gatekeeper and on to the 817xxxx gateway? i.e. work like the soft-phone does?
Mike
------...
2016 Jun 16
0
[PATCH v7 00/12] Support non-lru page migration
...rax,%rbx,1),%al
642b: 84 c0 test %al,%al
642d: 0f 85 c5 02 00 00 jne 66f8 <zs_compact+0x5ad>
6433: 48 8b 85 10 fe ff ff mov -0x1f0(%rbp),%rax
643a: 65 4c 8b 2c 25 00 00 mov %gs:0x0,%r13
6441: 00 00
6443: 49 8d bd 48 10 00 00 lea 0x1048(%r13),%rdi
644a: ff 88 48 10 00 00 decl 0x1048(%rax)
6450: 48 89 f8 mov %rdi,%rax
6453: 48 c1 e8 03 shr $0x3,%rax
6457: 8a 04 18 mov (%rax,%rbx,1),%al...
2017 Aug 02
2
llvm-trunk errors with gcc-5.3.0 on SuSE Linux
.../llvm/tools/clang/lib/Basic/Targets.cpp: In member
function 'virtual bool
{anonymous}::AArch64TargetInfo::handleTargetFeatures(std::vector<std::__cxx11::basic_string<char>
>&, clang::DiagnosticsEngine&)':
/export2/src/llvm-trunk/llvm/tools/clang/lib/Basic/Targets.cpp:6443:16: error:
'AK_ARMV8A' is not a member of 'llvm::AArch64::ArchKind'
ArchKind = llvm::AArch64::ArchKind::AK_ARMV8A;
^
/export2/src/llvm-trunk/llvm/tools/clang/lib/Basic/Targets.cpp:6457:20: error:
'AK_ARMV8_1A' is not a member of 'llvm::AArch64::A...
2012 Sep 04
4
[LLVMdev] Clang/llvm performance tests on FreeBSD 10.0-CURRENT
...6 938.74 944.49 941.52 941.55667 1.8382999
sys 6 86.37 92.84 89.89 89.57 2.1105639
maxrss 6 560256 560316 560272 560274 21.428952
ixrss 6 6435 6453 6441 6443 7.2663608
idrss 6 3563 3573 3566 3567.5 4.0373258
isrss 6 136 136 136 136 0
minflt 6 12360490 12360492 12360491 12360491 0.63245553
majflt 6 0 0...
2006 Feb 05
2
I appear to be attacking others
It looks like my CentOS 4.2 box is attacking other people with some type
of ftp attack. I got an email from somebody saying they were being
attacked by my IP address.
Further investigation /var/log/messages shows a whole bunch of sshd
attacks on me, none of which appear successful. I'm running ethereal
right now and I can see that my system is doing some kind of ftp attacks
on others.
2016 Jun 15
2
[PATCH v7 00/12] Support non-lru page migration
Hi Sergey,
On Wed, Jun 15, 2016 at 04:59:09PM +0900, Sergey Senozhatsky wrote:
> Hello Minchan,
>
> -next 4.7.0-rc3-next-20160614
>
>
> [ 315.146533] kasan: CONFIG_KASAN_INLINE enabled
> [ 315.146538] kasan: GPF could be caused by NULL-ptr deref or user memory access
> [ 315.146546] general protection fault: 0000 [#1] PREEMPT SMP KASAN
> [ 315.146576] Modules
2016 Jun 15
2
[PATCH v7 00/12] Support non-lru page migration
Hi Sergey,
On Wed, Jun 15, 2016 at 04:59:09PM +0900, Sergey Senozhatsky wrote:
> Hello Minchan,
>
> -next 4.7.0-rc3-next-20160614
>
>
> [ 315.146533] kasan: CONFIG_KASAN_INLINE enabled
> [ 315.146538] kasan: GPF could be caused by NULL-ptr deref or user memory access
> [ 315.146546] general protection fault: 0000 [#1] PREEMPT SMP KASAN
> [ 315.146576] Modules
2011 May 14
10
Asterisk-cpu utilization > 60 %
Hi,
On 64 bit centos 5.6 I have virtualbox 4 and 64 bit elastix latest.
Since yesterday cpu utilization has been constantly peaking 65-75%. Hardly
1-2 concurrent calls. No other activity on server. Top shows asterisk on
top.
Its quad xeon server with 4 gb ram.
Any suggestion where should I start and how should I go about with my
investigation.
Thank you and have a great weekend.
Sans
2017 Apr 04
47
[Bug 100567] New: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
https://bugs.freedesktop.org/show_bug.cgi?id=100567
Bug ID: 100567
Summary: Nouveau system freeze fifo: SCHED_ERROR 0a
[CTXSW_TIMEOUT]
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2018 Jul 31
12
[PATCH v3 0/8] Fix connector probing deadlocks from RPM bugs
This is the next version of
https://patchwork.freedesktop.org/series/46815/
With a lot more thought put into it so as to avoid the potential
deadlock scenarios I missed. This also required fixing some bogus DRM
helper usage.
Try and deadlock me now, nouveau. I dare you!!!
Lyude Paul (8):
drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placement
drm/nouveau: Enable polling even if we
2016 Nov 21
2
Winbind traffic not encrypted
...6564 3106 0404 3338 3133 300f 0404 ated1...38130...
0x00f0: 6e61 6d65 3107 0405 7573 6572 3230 2004 name1...user20..
0x0100: 0a6f 626a 6563 7447 5549 4431 1204 108a .objectGUID1....
0x0110: d701 78d8 ced9 4eb5 99c1 d171 9dcf ef30 ..x...N....q...0
0x0120: 1204 0b62 6164 5077 6443 6f75 6e74 3103 ...badPwdCount1.
0x0130: 0401 3030 0f04 0863 6f64 6550 6167 6531 ..00...codePage1
0x0140: 0304 0130 3012 040b 636f 756e 7472 7943 ...00...countryC
0x0150: 6f64 6531 0304 0130 3016 040f 6261 6450 ode1...00...badP
0x0160: 6173 7377 6f72 6454 696d 6531 0304 0130...