Displaying 20 results from an estimated 123 matches for "1444".
Did you mean:
0444
2006 Jun 03
3
More on bug 7924
...s that SET_NAMED was run on 5 objects
of type 13,16,10,3 and with the last one being a type 6.
In all cases, but the type 6 object, named was set to 2. For the
type 6 object, named was set to 1
Breakpoint 1, DEBUG_SET_NAMED (x=0x85cfd8, v=2)
at ../../../r-devel/r-devel/R/src/main/main.c:1444
1444 (x->sxpinfo.named) = v;
$1 = 0x85cfd8
$2 = {sxpinfo = {type = 13, obj = 0, named = 2, gp = 0, mark = 1,
debug = 0,
trace = 0, fin = 0, gcgen = 0, gccls = 1}, attrib = 0x508818,
gengc_next_node = 0x6db278, gengc_prev_node = 0x8442b8, u =
{primsxp = {
offset = 2}, syms...
2020 Jul 19
3
[Bug 1444] New: nftables-0.9.6 crashes on some set notations:
https://bugzilla.netfilter.org/show_bug.cgi?id=1444
Bug ID: 1444
Summary: nftables-0.9.6 crashes on some set notations:
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: n...
2008 Feb 27
2
[Bug 1444] New: "failed to get remote version"
https://bugzilla.mindrot.org/show_bug.cgi?id=1444
Summary: "failed to get remote version"
Classification: Unclassified
Product: Portable OpenSSH
Version: 3.8.1p1...
2016 Aug 02
0
CEBA-2016:1444 CentOS 7 dbus BugFix Update
CentOS Errata and Bugfix Advisory 2016:1444
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1444.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
5f165680fc6a1ab0eca0cca2bf398bd63dac6c6083ca164e7354f003ba9cc713 dbus-1.6.12-14.el7_2.x86_64.rpm
09c...
2011 Nov 09
0
CESA-2011:1444 Important CentOS 5 x86_64 nss Update
CentOS Errata and Security Advisory 2011:1444 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-1444.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
0d6b110567126eaba97fd477a15b0b47 nss-3.12.10-7.el5_7.i386.rpm
961f2a2f0e343576c214b760e8e21eaa...
2011 Nov 09
0
CESA-2011:1444 Important CentOS 5 i386 nss Update
CentOS Errata and Security Advisory 2011:1444 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-1444.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
0d6b110567126eaba97fd477a15b0b47 nss-3.12.10-7.el5_7.i386.rpm
2b660b70fa7c53eb9af77b4d5b4b6f2f...
2011 Nov 09
0
CESA-2011:1444 Important CentOS 4 i386 nss Update
CentOS Errata and Security Advisory 2011:1444 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-1444.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
f22cd64b6f9983d9b6476e9c3414f8f7 nss-3.12.10-6.el4.i386.rpm
7b47a3a1c5c6158707172e7f1d0148c1 ns...
2011 Nov 09
0
CESA-2011:1444 Important CentOS 4 x86_64 nss Update
CentOS Errata and Security Advisory 2011:1444 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-1444.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
f22cd64b6f9983d9b6476e9c3414f8f7 nss-3.12.10-6.el4.i386.rpm
94371883b771e6a43bcbc5a6147c511c...
2017 Apr 25
3
Flooding Samba DC with random requests
...is:
tcpdump -i eth0 dst port 389
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
10:43:14.195984 IP hostname.nli.local.38153 > dc.ldap: Flags [P.], seq 3322715177:3322715340, ack 2230642521, win 1444, options [nop,nop,TS val 54690397 ecr 19378130], length 163
10:43:14.199632 IP hostname.nli.local.38153 > dc.ldap: Flags [P.], seq 163:353, ack 91, win 1444, options [nop,nop,TS val 54690398 ecr 19455846], length 190
10:43:14.201426 IP hostname.nli.local.38153 > dc.ldap: Flags [.], ack 1578,...
2013 Oct 24
2
[LLVMdev] LLVM use chains
...et i32 0
}
(gdb) n
513 }
(gdb) br llvm::AssemblyWriter::printModule(llvm::Module const*)
(gdb) p m_CurTransaction->getModule()->dump()
llvm::AssemblyWriter::printGlobal (this=0x7fff5fbfe850, GV=0x107274058)
at
/Users/vvassilev/workspace/root/interpreter/llvm/src/lib/IR/AsmWriter.cpp:1444
1444 if (GV->isMaterializable())
(gdb) p GV->use_empty()
$78 = false
(gdb) p GV->use_back()
$79 = (class llvm::User *) 0x107279b88
(gdb) p GV->use_back()->dump()
i8* getelementptr inbounds ([21 x i8]* @.str1, i32 0, i32 0)
$80 = void
(gdb) p (('llvm::Instruction'*)GV->...
2013 Oct 24
0
[LLVMdev] LLVM use chains
...; 513 }
> (gdb) br llvm::AssemblyWriter::printModule(llvm::Module const*)
> (gdb) p m_CurTransaction->getModule()->dump()
> llvm::AssemblyWriter::printGlobal (this=0x7fff5fbfe850, GV=0x107274058) at
> /Users/vvassilev/workspace/root/interpreter/llvm/src/lib/IR/AsmWriter.cpp:1444
> 1444 if (GV->isMaterializable())
> (gdb) p GV->use_empty()
> $78 = false
> (gdb) p GV->use_back()
> $79 = (class llvm::User *) 0x107279b88
> (gdb) p GV->use_back()->dump()
> i8* getelementptr inbounds ([21 x i8]* @.str1, i32 0, i32 0)
> $80 = void
>...
2016 Sep 21
2
Quadro 4000 with iiyama B2783QSU should be 2560x1440 but detected as 1920x1080.
...1/xorg.conf and in the directory /etc/X11/Xorg.conf.d/ the files
50-device.conf, 50-monitor.conf and 50-screen.conf contain comments only.
My attempted repair failed:
I used gtf to calculate a 2560x1440_60 mode line
Modeline "2560x1440_60.00" 311.83 2560 2744 3024 3488 1440 1441 1444 1490 -HSync +Vsync
and I then used commands
xrandr --newmode 2560x1440 311.83 2560 2744 3024 3488 1440 1441 1444 1490 -HSync +Vsync
xrandr --addmode DP-1 2560x1440
xrandr --output DP-1 --mode 2560x1440
The result is that windows on the screen seem to increase in size slightly
and...
2011 Nov 10
0
CentOS-announce Digest, Vol 81, Issue 6
...p' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CESA-2011:1444 Important CentOS 5 i386 nss Update (Johnny Hughes)
2. CESA-2011:1444 Important CentOS 5 x86_64 nss Update
(Johnny Hughes)
3. CESA-2011:1349 Important CentOS 4 i386 rpm Update (Johnny Hughes)
4. CESA-2011:1349 Important CentOS 4 x86_64 rpm Update
(Johnny Hughes)
5. CESA-2011:...
2012 Nov 10
0
CentOS-announce Digest, Vol 93, Issue 7
...;
Today's Topics:
1. CEBA-2012:1439 CentOS 6 fence-agents Update (Johnny Hughes)
2. CEBA-2012:1441 CentOS 6 selinux-policy Update (Johnny Hughes)
3. CEBA-2012:1443 CentOS 6 openssh Update (Johnny Hughes)
4. CEBA-2012:1442 CentOS 6 autofs Update (Johnny Hughes)
5. CEBA-2012:1444 CentOS 6 ftp FASTTRACK Update (Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Thu, 8 Nov 2012 22:51:36 +0000
From: Johnny Hughes <johnny at centos.org>
Subject: [CentOS-announce] CEBA-2012:1439 CentOS 6 fence-agents
Update
To: cent...
2018 Nov 07
2
openssh-based file transfers (e.g. rsync, scp, ...) are running 40 (!!) times faster via IPv4 than IPv6
...he traceroute(6) results are both more or less random. Sometimes traceroute "hangs" a while, wherever,
sometimes traceroute6. Sometimes traceroute is faster, sometimes traceroute6. Not reliable.
Your MTU question, tried as adviced:
Maximum size for IPv4 is 1466, and max size for IPv6 is 1444. Exceeding these values leads to a "ping: local error:
Message too long, mtu=1492" in both cases.
My Fritzbox says "Native IPv6", no tunnel, no underlying "IPv4 via DS-Lite". These are the default settings for ISP
"Deutsche Telekom", VDSL-50.
VINCENZO: Tri...
2009 Feb 16
2
scatterplot and correlation for weird data format
I have data in a format like this:
name ssex sex view num rating rt
ahl4 f m f 56 -108 2246
ahl4 f m f 74 85 1444
ahl4 f m f 52 151 1595
ahl4 f m f 85 1 1447
ahl4 f m f 53 46 1716
ahl4 f m f 37 145 1276
ahl4 f m f 50 98 1465
ahl4 f m f 51 -26 1322
ahl4 f m f 38 -97 1790
ahl4 f m f 14 -158 865
...
ahl4 f m p 43 -136 1669
ahl4 f m p 10 -59 808
ahl4 f m p 67 -111 1279
ahl4 f m p 85 -86 994
ahl4 f m p 100 134 1337...
2008 Jun 01
3
Failed building 3.0.30 for tru64 4.0F
...#39;tdb_store_int32'
include/util_tdb.h:56: error: previous declaration of
'tdb_store_int32' was here
include/proto.h:1442: error: conflicting types for 'tdb_store_int32'
include/util_tdb.h:56: error: previous declaration of
'tdb_store_int32' was here
include/proto.h:1444: error: conflicting types for 'tdb_fetch_uint32'
include/util_tdb.h:57: error: previous declaration of
'tdb_fetch_uint32' was here
include/proto.h:1444: error: conflicting types for 'tdb_fetch_uint32'
include/util_tdb.h:57: error: previous declaration of
'tdb_fetch_u...
2006 May 26
1
Another node is heartbeating in our slot!
...t;: another node
is heartbeating in our slot!
(4159,0):o2hb_do_disk_heartbeat:962 ERROR: Device "sdb1": another node
is heartbeating in our slot!
(4159,0):o2hb_do_disk_heartbeat:962 ERROR: Device "sdb1": another node
is heartbeating in our slot!
(3257,0):o2net_connect_expired:1444 ERROR: no connection established
with node 1 after 10 seconds, giving up and returning errors.
(4157,1):dlm_request_join:786 ERROR: status = -107
(4157,1):dlm_try_to_join_domain:934 ERROR: status = -107
(4157,1):dlm_join_domain:1186 ERROR: status = -107
(4157,1):dlm_register_domain:1379 ERROR:...
2018 Oct 04
2
CentOS 7.5, Apache 2.4, Kerberos
...erb.c(1643): kerb_authenticate_user entered
with user (NULL) and auth_type Kerberos
[auth_kerb:debug] src/mod_auth_kerb.c(1400): Verifying client data using
KRB5 GSS-API
[auth_kerb:debug] src/mod_auth_kerb.c(1416): Client didn't delegate us
their credential
[auth_kerb:debug] src/mod_auth_kerb.c(1444): Warning: received token seems
to be NTLM, which isn't supported by the Kerberos module. Check your IE
configuration.
[auth_kerb:debug] src/mod_auth_kerb.c(1116): GSS-API major_status:00010000,
minor_status:00000000
[auth_kerb:error] gss_accept_sec_context() failed: An unsupported mechanism
wa...
2016 May 20
2
UDP truncation
...le on 4G host:
tincd[4598]: Got MTU probe length 1363
TCP inside the VPN network works fine, but UDP is truncated. By testing
with iperf and dumping traffic I get this:
Between broadband hosts:
20:45:04.259936 IP (tos 0x0, ttl 64, id 52068, offset 0, flags [+],
proto UDP (17), length 1444)
10.2.0.1.5001 > 10.2.0.3.54616: UDP, bad length 1470 > 1416
Between broadband and 4G hosts:
20:48:11.769469 IP (tos 0x0, ttl 64, id 21621, offset 0, flags [+],
proto UDP (17), length 1348)
10.2.0.2.46650 > 10.2.0.1.5001: UDP, bad length 1470 > 1320
ICMP is all...