Displaying 20 results from an estimated 136 matches for "1283".
Did you mean:
128
2012 Jun 20
2
[LLVMdev] Exception handling slowdown?
...ng change with exception handling recently? A bunch of lit bots are
showing slower compile times for many tests.
Ciao, Duncan.
On 20/06/12 07:53, llvm-testresults at cs.uiuc.edu wrote:
>
> lab-mini-03__O0-g__clang_DEV__x86_64 test results
> <http://llvm.org/perf/db_default/v4/nts/1283?compare_to=1278&baseline=999>
>
> Run Order Start Time Duration
> Current <http://llvm.org/perf/db_default/v4/nts/1283> 158786
> <http://llvm.org/perf/db_default/v4/nts/order/1314> 2012-06-20 03:39:48 2:15:27
> Previous <http://llvm.org/perf/db_default/v4/nts...
2012 Jun 25
0
[LLVMdev] Exception handling slowdown?
...cently? A bunch of lit bots are
> showing slower compile times for many tests.
>
> Ciao, Duncan.
>
> On 20/06/12 07:53, llvm-testresults at cs.uiuc.edu wrote:
>>
>> lab-mini-03__O0-g__clang_DEV__x86_64 test results
>> <http://llvm.org/perf/db_default/v4/nts/1283?compare_to=1278&baseline=999>
>>
>> Run Order Start Time Duration
>> Current <http://llvm.org/perf/db_default/v4/nts/1283> 158786
>> <http://llvm.org/perf/db_default/v4/nts/order/1314> 2012-06-20 03:39:48 2:15:27
>> Previous <http://llvm.org/p...
2012 Jul 05
2
[LLVMdev] Exception handling slowdown?
...e
>> showing slower compile times for many tests.
>>
>> Ciao, Duncan.
>>
>> On 20/06/12 07:53, llvm-testresults at cs.uiuc.edu wrote:
>>>
>>> lab-mini-03__O0-g__clang_DEV__x86_64 test results
>>> <http://llvm.org/perf/db_default/v4/nts/1283?compare_to=1278&baseline=999>
>>>
>>> Run Order Start Time Duration
>>> Current <http://llvm.org/perf/db_default/v4/nts/1283> 158786
>>> <http://llvm.org/perf/db_default/v4/nts/order/1314> 2012-06-20 03:39:48 2:15:27
>>> Previous &l...
2012 Jul 06
0
[LLVMdev] Exception handling slowdown?
...pile times for many tests.
>>>
>>> Ciao, Duncan.
>>>
>>> On 20/06/12 07:53, llvm-testresults at cs.uiuc.edu wrote:
>>>>
>>>> lab-mini-03__O0-g__clang_DEV__x86_64 test results
>>>> <http://llvm.org/perf/db_default/v4/nts/1283?compare_to=1278&baseline=999>
>>>>
>>>> Run Order Start Time Duration
>>>> Current <http://llvm.org/perf/db_default/v4/nts/1283> 158786
>>>> <http://llvm.org/perf/db_default/v4/nts/order/1314> 2012-06-20 03:39:48 2:15:27
>>...
2007 Feb 13
2
[Bug 1283] findssl assumes existence of 'which'
http://bugzilla.mindrot.org/show_bug.cgi?id=1283
Summary: findssl assumes existence of 'which'
Product: Portable OpenSSH
Version: v4.5p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Miscellaneous
As...
2018 Oct 17
1
[Bug 1283] New: names must be strings
https://bugzilla.netfilter.org/show_bug.cgi?id=1283
Bug ID: 1283
Summary: names must be strings
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assign...
2016 Jun 23
0
CEBA-2016:1283 CentOS 7 rpcbind BugFix Update
CentOS Errata and Bugfix Advisory 2016:1283
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1283.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
ca87cb7d192d2cedba8f52142485147215c7bbf73d71a465ea585545404db760 rpcbind-0.2.0-33.el7_2.1.x86_64.rpm...
2012 Sep 17
0
CESA-2012:1283 Important CentOS 6 openjpeg Update
CentOS Errata and Security Advisory 2012:1283 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1283.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
9cab51c5d2a7e1148b91b046682f4d12f38bbbaa5b86799aecffff957d1d9197 openjpeg-1.3-9.el6_3.i686.r...
2018 Dec 18
3
Samba and dnsmasq
...ws OS will be done with a Qemu KVM.
Bad thing is that I get :
> Failed to bind to 0.0.0.0:53 TCP - NT_STATUS_ADDRESS_ALREADY_ASSOCIATED
as dnsmasq is using port 53 :
> netstat -tulpn | grep ":53"
> tcp 0 0 192.168.122.1:53 0.0.0.0:*
> LISTEN 1283/dnsmasq
> tcp 0 0 10.0.3.1:53 0.0.0.0:* LISTEN
> 1062/dnsmasq
> tcp6 0 0 :::53 :::* LISTEN
> 1161/samba: task[dn
> udp 0 0 192.168.122.1:53
> 0.0.0.0:* 1283/dnsmasq
> udp ...
2008 Apr 03
0
[Bug 1283] findssl assumes existence of 'which'
https://bugzilla.mindrot.org/show_bug.cgi?id=1283
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comme...
2002 Jan 25
0
max/min of NULL gives MININT/MAXINT instead of -INF/+INF (PR#1283)
R Version 1.4.0 Patched (2002-01-23)
Solaris 5.8
I just noticed that max(NULL) gives a strange result:
> max(NULL)
[1] -2147483647
Warning message:
no finite arguments to min/max; returning extreme. in: max(...,
na.rm = na.rm)
I discovered this when I did something like
max(object$element)
for an incorrect element name. The warning message was helpful, but I was
still surprised to
2014 Aug 06
1
Anyone have any experience with inbound SIP trunks from Simwood?
...5060 and 10000 - 20000.
Calling the number gets a SIP request from Simwood. The customer's machine
then sends a SIP 401 response. Simwood send an ACK ..... and then nothing.
Nothing appears in the Asterisk CLI; to get the SIP trace I used the command
# ngrep -t -q -n -q -Wbyline -deth0 1283 port 5060
(note that 1283 = the STD code from which the call is originating, so it
should show up in any related packets.)
########## sip.conf ##########
[simwood_in_slough]
type=friend
host=178.22.140.34
fromdomain=178.22.140.34
permit=178.22.140.34/255.255.255.255
qualify=no
context=from-si...
2007 Feb 19
8
[Bug 1274] Bugs intended to be fixed for 4.6/4.6p1
http://bugzilla.mindrot.org/show_bug.cgi?id=1274
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |1283
Bug 1274 depends on bug 1283, which changed state.
Bug 1283 Summary: findssl assumes existence of 'which'
http://bugzilla.mindrot.org/show_bug.cgi?id=1283
What |Old Value |New Value
--------------------------------------------------------------------------...
2011 Nov 25
6
samba PANIC
...failure in writing to
client 0.0.0.0. Error Connection reset by peer
Nov 25 07:30:16 dc smbd[1276]: [2011/11/25 07:30:16.699925, 0]
smbd/process.c:79(srv_send_smb)
Nov 25 07:30:16 dc smbd[1276]: Error writing 4 bytes to client. -1.
(Transport endpoint is not connected)
Nov 25 07:31:07 dc smbd[1283]: [2011/11/25 07:31:07.193249, 0]
lib/util_sock.c:1441(get_peer_addr_internal)
Nov 25 07:31:07 dc smbd[1283]: getpeername failed. Error was Transport
endpoint is not connected
Nov 25 07:31:07 dc smbd[1283]: [2011/11/25 07:31:07.193914, 0]
lib/util_sock.c:680(write_data)
Nov 25 07:31:07 dc sm...
2003 Apr 16
0
vignette segfault bt
...0x9207f64, rho=0x9208338, suppliedenv=0x81f65c0) at
eval.c:609
#15 0x080a3937 in Rf_eval (e=0x8954ae0, rho=0x9208338) at eval.c:453
---Type <return> to continue, or q <return> to quit---
#16 0x080a5685 in do_set (call=0x8954a8c, op=0x9208338, args=0x8954aa8,
rho=0x9208338) at eval.c:1283
#17 0x080a3b28 in Rf_eval (e=0x8954a8c, rho=0x9208338) at eval.c:418
#18 0x080a586b in Rf_evalList (el=0x8954a1c, rho=0x9208338) at
eval.c:1372
#19 0x080a3a50 in Rf_eval (e=0x8954a00, rho=0x9208338) at eval.c:439
#20 0x080a5685 in do_set (call=0x89549ac, op=0x9208338, args=0x89549c8,
rho=0x9208...
2009 Feb 19
2
Use of ifelse for indicating specific rownumber
...ion.
the rownumbers with specific info are:
+ i
[1] 22 53 104 127 151 196 235 238 249 250 263 335 344 353
362 370 389 422 458 459 473 492 502 530 561 624 647 651 666
671
[31] 715 784 791 807 813 823 830 841 862 865 1036 1051 1062 1068
1092 1109 1171 1187 1283 1293 1325 1335 1342 1360 1379 1414 1419 1425 1447
1452
[61] 1465 1489 1512 1518
So what i want is that everytime the rownumber equals a number in "i" (which
obviously indicate a rownumber i b2), i want it indicated in a vector called
b2$totalvac. Fx. in rownumber 22 in b2 the
b2$total...
2004 Aug 06
3
autogen.sh trouble with latest CVS checkout
.../usr/local/share/automake-1.7/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
autoconf
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
./configure: AM_INIT_AUTOMAKE: command not found
./configure: line 1283: syntax error near unexpected token
`AM_CONFIG_HEADER(config.h)'
./configure: line 1283: `AM_CONFIG_HEADER(config.h)'
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to ...
2009 Feb 16
2
scatterplot and correlation for weird data format
...276
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
ahl4 f m p 76 56 665
ahl4 f m p 51 -49 594
ahl4 f m p 33 -118 505
ahl4 f m p 49 -156 1283
...
and so on for many subjects (name)
I would like to do a scatterplot of the rating given by each subject
(with identifier "name") for the frontal (view=="f") and profile
(view=="p") views of each face (each face has an identifier "num").
I'd like to f...
2003 Apr 05
0
sweave/gc segfault bt
...x94f5bbc, rho=0x94f57b0, suppliedenv=0x81f6ca0) at
eval.c:609
---Type <return> to continue, or q <return> to quit---
#16 0x080a3b27 in Rf_eval (e=0x8955188, rho=0x94f57b0) at eval.c:453
#17 0x080a5895 in do_set (call=0x8955134, op=0x94f57b0, args=0x8955150,
rho=0x94f57b0) at eval.c:1283
#18 0x080a3d18 in Rf_eval (e=0x8955134, rho=0x94f57b0) at eval.c:418
#19 0x080a5a7b in Rf_evalList (el=0x89550c4, rho=0x94f57b0) at
eval.c:1372
#20 0x080a3c40 in Rf_eval (e=0x89550a8, rho=0x94f57b0) at eval.c:439
#21 0x080a5895 in do_set (call=0x8955054, op=0x94f57b0, args=0x8955070,
rho=0x94f...
2008 Mar 21
3
Problem with user regsitration and ldap on SVN version
...9;dc=example, dc=com' => 'dc=example, dc=com'
[Mar 21 16:53:54] DEBUG[12002] res_config_ldap.c: name='name' value='Pierre'
[Mar 21 16:53:54] DEBUG[12002] res_config_ldap.c: LINE(1281) Modifying name=Pierre hits: 1
[Mar 21 16:53:54] DEBUG[12002] res_config_ldap.c: LINE(1283) AstAccountIPAddr=10.193.35.180
[Mar 21 16:53:54] DEBUG[12002] res_config_ldap.c: LINE(1283) ASTAccountPort=8134
[Mar 21 16:53:54] DEBUG[12002] res_config_ldap.c: LINE(1283) ASTAccountExpirationTimestamp=1206118434
[Mar 21 16:53:54] DEBUG[12002] res_config_ldap.c: LINE(1283) AstAccountDefaultUser=0...