Displaying 20 results from an estimated 2000 matches similar to: "6430825 SEL entries for some sfx4500 disk faults are wrong"
2006 Oct 31
0
6430823 shifting the night away, the SEL goes home empty-handed
Author: sethg
Repository: /hg/zfs-crypto/gate
Revision: f760b35007245e21ef293a575e88c6e30f3b3d5c
Log message:
6430823 shifting the night away, the SEL goes home empty-handed
Files:
update: usr/src/cmd/fm/modules/i86pc/sfx4500-disk/ipmi_plugin.c
2008 Jul 25
0
resynv onnv-gate
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: 9bb308a0778101fcef9ff65336bcec8e68a7bd06
Total changesets: 40
Log message:
resynv onnv-gate
Files:
.hgtags
deleted_files/usr/src/cmd/fps/Makefile.inc
deleted_files/usr/src/cmd/fps/Makefile.subdirs
deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.c
2006 Oct 31
0
6352071 MDB ::interrupts need not display non-ISR entries on x86
Author: anish
Repository: /hg/zfs-crypto/gate
Revision: ca260b8c8934dc34091622676f0a58662e217e74
Log message:
6352071 MDB ::interrupts need not display non-ISR entries on x86
6354060 Add ::interrupts support for uppc(7d) based systems
Files:
create: usr/src/cmd/mdb/i86pc/modules/uppc/Makefile
create: usr/src/cmd/mdb/i86pc/modules/uppc/amd64/Makefile
create:
2003 Jul 21
3
Contents of R-help digest.-contouring
R- Users:
Can someone indicate what I am during wrong? This is a script essentially from
Venerable & Ripley's text on interpolating a surface with loess function but I can not get it to run.
Thanks.
John Lewis
Professor
McGill University
Montreal
library(MASS)
library(modreg)
data(topo)
par(mfcol=c(2,2), pty="s")
topo.loess <- loess(z ~ x * y, topo, degree=2,
2003 Dec 30
1
Mistake with contour...
I'm reading Ripley-Venables "Modern Applied Statistics with S - Fourth edition" , at the same time trying the examples proposed in the book using R 1.8.1 under linux.
Now I'm trying the following code from the book (example code of spatial statistics at page 76) with R :
| data(topo) library("spatial") topo.loess<-loess(z ~ x * y, topo,
| degree= 2,span=0.25)
|
2003 Mar 07
1
"Local trend surfaces" Ex from V&R MASS
Hi Folks,
I'm probably overlooking some small point, but can't see it.
Trying the "Local trend surfaces" example from p.437 of MASS
(3rd edn) by V&R, all goes well until the line
contour(topo.mar$x, topo.mar$y, topo.lo$fit,
levels=seq(700,1000,25), xlab="fi t", ylab="")
which produces the response:
Error in contour.default(topo.mar$x,
2006 Oct 31
0
6345621 FMA topo support for Boston/Seattle
Author: mikechr
Repository: /hg/zfs-crypto/gate
Revision: 3a473014cdbb72a0ecad997583eaabfe2d32283c
Log message:
6345621 FMA topo support for Boston/Seattle
Files:
create: usr/src/cmd/fm/topo/files/sparc/SUNW,Sun-Fire-V215/Makefile
create: usr/src/cmd/fm/topo/files/sparc/SUNW,Sun-Fire-V245/Makefile
create: usr/src/cmd/fm/topo/files/sparc/SUNW,Sun-Fire-V245/platform.topo
create:
2006 Aug 06
1
extractAIC using surf.ls
Although the 'spatial' documentation doesn't mention that extractAIC
works, it does seem to give an output.
I may have misunderstood, but shouldn't the following give at least
the same d.f.?
> library(spatial)
> data(topo, package="MASS")
> extractAIC(surf.ls(2, topo))
[1] 46.0000 437.5059
> extractAIC(lm(z ~ x+I(x^2)+y+I(y^2)+x:y, topo))
[1]
2006 Jan 09
0
need palette of topographic colors similar to topo.colors ()
I will second Roger's suggestion, colorRampPalette is a great function for
creating your own palettes. For example, Matlab's jet palette (also
available in fields package under peculiar name 'tim.colors') can be defined
by:
jet.colors = colorRampPalette(c("#00007F", "blue", "#007FFF", "cyan",
"#7FFF7F", "yellow",
2004 Sep 20
1
rsync version 2.6.3pre1 protocol version 28
Hi,
this is possibly a bug report (I'm not sure if this is a feature). It's
related to the --keep-dirlinks option, when combined with --delete .
I have the following directory structure on server A:
ls -lR software
software:
total 238
drwxr-xr-x 2 biolord bioinf 1024 Sep 20 10:49 EMBOSS/
lrwxrwxrwx 1 biolord bioinf 6 Feb 5 2003 MSE -> EMBOSS/
lrwxrwxrwx 1
2003 Apr 29
1
polynomial fitting
I'm trying to find a way to fit a polynomial of degree n in x and y to
a set of x, y, and z data that I have and obtain the coefficients for
the terms of the fitted polynomial. However, when I try to use the
surf.ls function I'm getting odd results.
> x <- seq(0, 10, length=50)
> y <- x
> f <- function (x, y) {x^2 + y}
> library(spatial)
> test <-
2006 Oct 31
0
6286816 page_numtopp_nolock is inefficent
Author: kchow
Repository: /hg/zfs-crypto/gate
Revision: 6c5e7d7096ce47499922b13d2536fb929f6c843f
Log message:
6286816 page_numtopp_nolock is inefficent
6288107 Missing comment terminator in i86pc/ml/locore.s
6290613 high page_get_cachelist failure rate on jurassic
6297005 performance issues with page_nextn()
Files:
update: usr/src/uts/common/os/mem_cage.c
update: usr/src/uts/common/sys/cpuvar.h
2004 Nov 04
2
help with wine and TOPO!
Hello all,
The subject line is a little ambitious, although that is my ultimate goal,
to be able to run the National Geographic TOPO! program to look at maps
of Arizona and California on my laptop using only Linux. I don't even
own a copy of Windows, nor do I desire to, so hopefully Wine will be my
friend.
So far it isn't though. I haven't even got as far as trying to run TOPO!
I
2006 Jan 07
2
need palette of topographic colors similar to topo.colors()
Dear useRs,
I got stuck trying to generate a palette of topographic colors that
would satisfy these two requirements:
- the pallete must be 'anchored' at 0 (just like on a map), with
light blue/lawn green corresponding to data values close to 0 (dark
blue to light blue for negative values, green-yellow-brown for
positive values)
- the brown must get darker for higher positive
2007 Nov 21
6
Compiling issue on x86!
Hi thanks for your posts so far. Since what I had assumed was a 32 bit kernel which I compiled didn''t work, I religiously set out on compiling a 64 bit version as my system is currently booted in 64 bit mode.
I installed SUNStudio12 on the system and set the SPRO_VROOT to point towards it and when I do a make all in usr/src directory, I get the following error when make cwds and runs in
2019 Nov 22
0
[RFC 13/13] iommu/virtio: Add topology description to
Some hypervisors don't implement either device-tree or ACPI, but still
need a method to describe the IOMMU topology. Read the virtio-iommu
config early and parse the topology description. Hook into the
dma_setup() callbacks to initialize the IOMMU before probing endpoints.
If the virtio-iommu uses the virtio-pci transport, this will only work
if the PCI root complex is the first device
2017 Apr 27
2
R-3.4.0 and recommended packages
Am Dienstag, 25. April 2017, 11:21:31 schrieb Dirk Eddelbuettel:
> On 25 April 2017 at 16:11, Johannes Ranke wrote:
> | This looks similar to what I got this morning when I tested my
> | (unreleased)
> | backport of R 3.4.0 to Debian jessie. My test was
> |
> | library(MASS)
> | example(rlm)
> |
> | and there was an object that was not found. I am on a train on the way
2009 Nov 23
1
Natural colours for topographic data
Dear list members
I'm currently working on some topographic (elevation) data, and was
somewhat surprised that the 'topo.colors' and 'terrain.colors' are of
little to no use here.
The problem is that these functions only return a palette of colours;
they don't map depth values to colours. So if I plot (using 'image',
'persp' or similar functions) and
2006 Oct 31
0
6342823 Unable to offline CPU 0 on x86 systems
Author: dmick
Repository: /hg/zfs-crypto/gate
Revision: 65127d2eae6744fd7dee6a5bcb5480214e1e6a87
Log message:
6342823 Unable to offline CPU 0 on x86 systems
Files:
update: usr/src/uts/i86pc/io/cbe.c
update: usr/src/uts/i86pc/io/pcplusmp/apic.c
update: usr/src/uts/i86pc/os/machdep.c
update: usr/src/uts/i86pc/os/mp_startup.c
update: usr/src/uts/i86pc/os/timestamp.c
update:
2006 Oct 31
0
PSARC 2006/188 Memory Cache Disable Support on x86
Author: eota
Repository: /hg/zfs-crypto/gate
Revision: 5280d884b1432bc97a53a686598dc80c1b1a38cc
Log message:
PSARC 2006/188 Memory Cache Disable Support on x86
4262085 devmap_umem_setup doesn''t honor accattrp parameter
6212057 ddi_dma_mem_alloc should be able to alloc with cache disable on x86
6397314 iprb calls ddi_dma_mem_alloc() with zero for the data transfer mode
Files:
update: