Displaying 13 results from an estimated 13 matches for "11890".
Did you mean:
1189
2012 Mar 19
0
[qemu-upstream-unstable test] 12357: trouble: blocked/broken
...ght 12357 qemu-upstream-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/12357/
Failures and problems with tests :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
build-amd64-oldkern 2 host-install(2) broken REGR. vs. 11890
build-i386 2 host-install(2) broken REGR. vs. 11890
build-amd64 2 host-install(2) broken REGR. vs. 11890
build-i386-oldkern 2 host-install(2) broken REGR. vs. 11890
build-i386-pvops 2 host-install(2) br...
2007 Jan 01
2
problems with greylistd
...work.
<snip>
# service greylistd start
Starting greylistd: [FAILED]
#
</snip>
The message in /var/log/messages is decidedly unhelpful; all it tells me
is that the program started and then stopped:
<snip>
Dec 31 19:43:53 da12 su(pam_unix)[11890]: session opened for user
greylistd by jlasman(uid=0)
Dec 31 19:43:53 da12 su(pam_unix)[11890]: session closed for user
greylistd
Dec 31 19:43:55 da12 greylistd: greylistd startup failed
</snip>
Any ideas as to what may be going on? Or where I should look?
Or if there's easily instal...
2004 Dec 20
2
problems with limma
...<- lmFit(akr,design)
> fit2 <- eBayes(fit2)
> topTable(fit2,adjust="fdr",number=5)
M t P.Value B
88 1426.738 80.48058 5.839462e-05 -4.510845
1964 36774.167 73.05580 5.839462e-05 -4.510861
5854 7422.578 68.60316 5.839462e-05 -4.510874
11890 1975.316 66.54480 5.839462e-05 -4.510880
9088 2696.952 64.16343 5.839462e-05 -4.510889
> #
> fit3 <- lmFit(bas,design)
> fit3 <- eBayes(fit3)
> topTable(fit3,adjust="fdr",number=5)
M t P.Value B
6262 1415.088 100.78933 2.109822e-0...
2006 Jul 12
0
Rails and Theme Centric Design
I''ve been developing a system in PHP5 that began as a loose MVC
architecture. At some point though, we decided to introduce themes, and
we didn''t want people confined to having to have specific ''pages'' in
their theme for the site to operate. Rather we wanted a series of basic
API calls that users could access in their themes and get data. These
api calls
2018 Feb 04
0
Very slow rsync to gluster volume UNLESS `ls` or `find` scan dir on gluster volume first
...# time find 07 | wc -l
10103
real 0m4.550s
user 0m0.010s
sys 0m0.033s
box:/mnt/gluster/uploads/2017 # time rsync -aPr
/srv/www/htdocs/uploads/2017/07/ 07/
sending incremental file list
real 0m0.428s
user 0m0.030s
sys 0m0.083s
box:/mnt/gluster/uploads/2017 # time ls 06 | wc -l
11890
real 0m1.850s
user 0m0.077s
sys 0m0.040s
box:/mnt/gluster/uploads/2017 # time rsync -aPr
/srv/www/htdocs/uploads/2017/06/ 06/
sending incremental file list
real 0m0.627s
user 0m0.073s
sys 0m0.107s
box:/mnt/gluster/uploads/2017 # time rsync -aPr
/srv/www/htdocs/uploads/2017/05/...
2004 Dec 21
0
Fwd: problems with limma
...fit2 <- eBayes(fit2)
>> topTable(fit2,adjust="fdr",number=5)
> M t P.Value B
> 88 1426.738 80.48058 5.839462e-05 -4.510845
> 1964 36774.167 73.05580 5.839462e-05 -4.510861
> 5854 7422.578 68.60316 5.839462e-05 -4.510874
> 11890 1975.316 66.54480 5.839462e-05 -4.510880
> 9088 2696.952 64.16343 5.839462e-05 -4.510889
>> #
>> fit3 <- lmFit(bas,design)
>> fit3 <- eBayes(fit3)
>> topTable(fit3,adjust="fdr",number=5)
> M t P.Value B
> 6262...
2016 Jun 07
0
[Announce] Samba 4.4.4 Available for Download
...implementation of missing channel sequence
number verification.
* BUG 11864: s3:client:smbspool_krb5_wrapper: Fix the non clearenv build.
* BUG 11906: s3-kerberos: Avoid entering a password change dialogue also when
using MIT.
o Robin Hack <hack.robin at gmail.com>
* BUG 11890: ldb-samba/ldb_matching_rules: Fix CID 1349424 - Uninitialized
pointer read.
o Volker Lendecke <vl at samba.org>
* BUG 11844: dbwrap_ctdb: Fix ENOENT->NT_STATUS_NOT_FOUND.
o Robin McCorkell <robin at mccorkell.me.uk>
* BUG 11276: Correctly set cli->raw_status for li...
2016 Jun 07
0
[Announce] Samba 4.4.4 Available for Download
...implementation of missing channel sequence
number verification.
* BUG 11864: s3:client:smbspool_krb5_wrapper: Fix the non clearenv build.
* BUG 11906: s3-kerberos: Avoid entering a password change dialogue also when
using MIT.
o Robin Hack <hack.robin at gmail.com>
* BUG 11890: ldb-samba/ldb_matching_rules: Fix CID 1349424 - Uninitialized
pointer read.
o Volker Lendecke <vl at samba.org>
* BUG 11844: dbwrap_ctdb: Fix ENOENT->NT_STATUS_NOT_FOUND.
o Robin McCorkell <robin at mccorkell.me.uk>
* BUG 11276: Correctly set cli->raw_status for li...
2020 Oct 17
0
[RFC] treewide: cleanup unreachable breaks
...oto or return
drivers/media/dvb-frontends/drx39xyj/drxj.c:10947: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
drivers/media/dvb-frontends/drx39xyj/drxj.c:11068: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
drivers/media/dvb-frontends/drx39xyj/drxj.c:11890: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
drivers/media/dvb-frontends/nxt200x.c:171: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
drivers/media/dvb-frontends/nxt200x.c:193: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
dr...
2008 Apr 04
0
Wine release 0.9.59
...CS2: z-overlay of image containers
11574 Picasa cannot upload to web albums
11624 Commandos 3 - rendering problems (P8 textures)
11662 Commandos 3: Black rectangle covers most of the backround
11841 Pressing escape does not exit dialog in Picasa
11884 Copy and paste garbage on end
11890 emule 0.48a mephisto mods crash on wine 0.9.56
11894 3d versions of virtual moon 3.5 can't find pixel format
11897 Wine dosen't remember d3d screen settings in various games
11927 Crimsonland: Mouse moves to the upperleft corner and freezes
11996 proper mshtml:HTMLDocument2_get...
2014 Jul 22
0
Bug#755753: xen-hypervisor-4.1-amd64: xen crashes at random
...LB registered 2 MB page size, pre-allocated 0 pages
Jul 16 12:54:41 placka kernel: [ 1.517058] VFS: Disk quotas dquot_6.5.2
Jul 16 12:54:41 placka kernel: [ 1.517131] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 16 12:54:41 placka kernel: [ 1.517284] msgmni has been set to 11890
Jul 16 12:54:41 placka kernel: [ 1.517744] alg: No test for stdrng (krng)
Jul 16 12:54:41 placka kernel: [ 1.517838] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
Jul 16 12:54:41 placka kernel: [ 1.517844] io scheduler noop registered
Jul 16 12:54:41 placka kernel: [...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
From: Tom Rix <trix at redhat.com>
This is a upcoming change to clean up a new warning treewide.
I am wondering if the change could be one mega patch (see below) or
normal patch per file about 100 patches or somewhere half way by collecting
early acks.
clang has a number of useful, new warnings see
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
From: Tom Rix <trix at redhat.com>
This is a upcoming change to clean up a new warning treewide.
I am wondering if the change could be one mega patch (see below) or
normal patch per file about 100 patches or somewhere half way by collecting
early acks.
clang has a number of useful, new warnings see