Displaying 10 results from an estimated 10 matches for "13628".
Did you mean:
1328
2009 Mar 28
0
Incorrect behaviour of [.data.frame (PR#13628)
Full_Name: Wacek Kusnierczyk
Version: 2.8.0 and 2.10.0 r48231
OS: Ubuntu 8.04 Linux 32 bit
Submission from: (NULL) (80.202.30.36)
According to the R Language definition (sec. 3.4.3), [.data.frame has the
following properties:
"if two indices are supplied (even if one is empty) it creates matrix-like
indexing for a structure that is basically a list of vectors of the same length.
If a
2019 Dec 31
7
Nasty Fail2Ban update for Centos 7
Hi all...
Recently a new Fail2Ban was available among some other updates for my
Centos 7 system, and I just updated all.
It seems that was a very BAD idea.
Just noticed that Fail2Ban have generated a 6MB error log because
of the update, and FirewallD a 1MB log of errors !
(not sure if any of those were really working after this)
ok, I'll just run yum downgrade fail2ban I thought.
Naa, no
2006 Jun 05
1
Form Field
I''m trying to get the value of a form field (input type="text"
id="name">) from a controller via the params hash, but this isn''t
working. I thought params[:name] would return this. The textbox is not
part of the model.
Does anyone know how to do this??
Thanks!
--
Posted via http://www.ruby-forum.com/.
2009 Mar 29
0
Another incorrect behaviour of [.data.frame (PR#13629)
Full_Name: Wacek Kusnierczyk
Version: 2.8.0 and 2.10.0 r48231
OS: Ubuntu 8.04 Linux 32 bit
Submission from: (NULL) (129.241.198.65)
In a previous report (Incorrect behaviour of [.data.frame (PR#13628), awaiting
approval) I showed that [.data.frame behaves incorrectly (i.e., in contradiction
to what ?'[.data.frame' and the R Language Definition say):
d = data.frame(a=1:3, b=4:6)
d[j=2]
# returns the whole data frame, not just the second column
There appears to be one more issu...
2007 Mar 29
1
uiddir mailbox format with benchmarks
...ovecot's index files (so it might not be the best idea to use it in
production just yet). Several hours later I ended up having it working.
The code contains:
~/cvs/m/dovecot-head/src/lib-storage/index/uiddir% wc *[ch]
144 329 3552 uiddir-mail.c
240 565 6206 uiddir-save.c
532 1367 13628 uiddir-storage.c
55 126 1712 uiddir-storage.h
169 404 4057 uiddir-sync.c
21 48 573 uiddir-sync.h
103 258 2762 uiddir-transaction.c
1264 3097 32490 total
uiddir-storage.c is still a bit too bloaty with lots of copy&pasted
code. The same with maildir and mbox:
maildir:...
2018 Nov 27
0
[Announce] Samba 4.9.3, 4.8.7 and 4.7.12 Security Releases Available
...to restrict brute forcing
of passwords) in a window of more than 3 minutes may not watch for bad
passwords at all.
For more details and workarounds, please refer to the security advisories.
Changes since 4.9.2:
--------------------
o Andrew Bartlett <abartlet at samba.org>
* BUG 13628: CVE-2018-16841: heimdal: Fix segfault on PKINIT with
mis-matching principal.
* BUG 13678: CVE-2018-16853: build: The Samba AD DC, when build with MIT
Kerberos is experimental
o Tim Beale <timbeale at catalyst.net.nz>
* BUG 13683: CVE-2018-16857: dsdb/util: Correctly treat...
2018 Nov 27
0
[Samba] [Announce] Samba 4.9.3, 4.8.7 and 4.7.12 Security Releases Available
...to restrict brute forcing
of passwords) in a window of more than 3 minutes may not watch for bad
passwords at all.
For more details and workarounds, please refer to the security advisories.
Changes since 4.9.2:
--------------------
o Andrew Bartlett <abartlet at samba.org>
* BUG 13628: CVE-2018-16841: heimdal: Fix segfault on PKINIT with
mis-matching principal.
* BUG 13678: CVE-2018-16853: build: The Samba AD DC, when build with MIT
Kerberos is experimental
o Tim Beale <timbeale at catalyst.net.nz>
* BUG 13683: CVE-2018-16857: dsdb/util: Correctly treat...
2008 Jan 28
0
[LLVMdev] 2.2 Prerelease available for testing
...n/a
SingleSource/Benchmarks/Shootout-C++/random | 0.0047 3044 0.0036 * 0.0035 | 2.56 2.55 2.70 * 2.71 | 1.00 0.95 n/a n/a
SingleSource/Benchmarks/Shootout-C++/reversefile | 0.0439 13628 0.0328 * 0.0253 | 0.00 0.00 0.00 * 0.06 | - - n/a n/a
SingleSource/Benchmarks/Shootout-C++/sieve | 0.0375 7400 0.0130 * 0.0138 | 4.82 4.78 4.86 * 5.01...
2011 Sep 06
17
ext4 BUG in dom0 Kernel 2.6.32.36
Hi:
I''ve met an ext4 Bug in dom0 kernel 2.6.32.36. (See kernel stack below)
32.36 kernel commit: http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git;a=commit;h=ae333e97552c81ab10395ad1ffc6d6daaadb144a
The bug only show up in our cluster environments which includes 300 physical machines, one server will run into this bug per day.
Running ontop of every server, there are about 30
2008 Jan 24
6
[LLVMdev] 2.2 Prerelease available for testing
LLVMers,
The 2.2 prerelease is now available for testing:
http://llvm.org/prereleases/2.2/
If anyone can help test this release, I ask that you do the following:
1) Build llvm and llvm-gcc (or use a binary). You may build release
(default) or debug. You may pick llvm-gcc-4.0, llvm-gcc-4.2, or both.
2) Run 'make check'.
3) In llvm-test, run 'make TEST=nightly report'.
4) When