similar to: 6274184 chicago environmental SW should not hard code WARNING/SHUTDOWN limits

Displaying 20 results from an estimated 400 matches similar to: "6274184 chicago environmental SW should not hard code WARNING/SHUTDOWN limits"

2006 Oct 31
0
6423534 prtdiag does not display locations of PCI or USB devices (Chicago)
Author: venki Repository: /hg/zfs-crypto/gate Revision: 788cf7ed61f9bf13849f6ddcaa2c9f428a6fd707 Log message: 6423534 prtdiag does not display locations of PCI or USB devices (Chicago) Files: update: usr/src/cmd/picl/plugins/sun4u/chicago/frutree/system-board.info
2006 Oct 31
0
6386970 PICL plugins need to be updated to support Seattle P1.0 Changes
Author: venki Repository: /hg/zfs-crypto/gate Revision: 60e60e565c37a1a545b28f9bf12614c38e42848a Log message: 6386970 PICL plugins need to be updated to support Seattle P1.0 Changes Files: update: usr/src/cmd/picl/plugins/sun4u/seattle/frudata/libpiclfrudata.conf update: usr/src/cmd/picl/plugins/sun4u/seattle/frudr/SB-tables.info update:
2006 Oct 31
0
6306370 prtfru output does not match FRU etching or external labeling
Author: venki Repository: /hg/zfs-crypto/gate Revision: da7abc07c2c46c9d8bc78c1ca90a9ecb98207c6b Log message: 6306370 prtfru output does not match FRU etching or external labeling 6353030 Inconsistency in DIMM labels in ereport, prtfru, cpumem DE on Chicago Files: update: usr/src/cmd/picl/plugins/sun4u/chicago/frutree/system-board.info
2006 Oct 31
0
6275874 piclsbl make file needs some cleanup
Author: jesseb Repository: /hg/zfs-crypto/gate Revision: 7c8d6f5001ea8a46de7e6d336ec863cb2ad3554b Log message: 6275874 piclsbl make file needs some cleanup 6310408 piclsbl console messages when usb memory stick is taken out Files: update: usr/src/cmd/picl/plugins/Makefile update: usr/src/cmd/picl/plugins/sun4v/Makefile update: usr/src/cmd/picl/plugins/sun4v/mdesc/Makefile update:
2011 Mar 23
1
Re: [RFC PATCH V4 3/5] cpuidle: default idle driver for x86
On 03/23/2011 08:43 AM, Len Brown wrote: > Why is this patch a step forward? Hi Len, I have basically moved the code for arch default and mwait idle from arch/x86/kernel/process.c to a driver. This was suggested by Venki (https://lkml.org/lkml/2010/10/19/460) as part of pm_idle cleanup and direct call of cpuidle_idle_call(). There is not much new code here. > >> +obj-$(CONFIG_X86)
2006 Oct 31
0
6287054 libpcp should not do checksum check when response message data length is zero
Author: mvgr Repository: /hg/zfs-crypto/gate Revision: f04634f424249e2b9f1d24e82f0557e799d6175e Log message: 6287054 libpcp should not do checksum check when response message data length is zero 6291114 libpcp interface changes according to PSARC 2005/372 recommendations for raising the interface commitment level Files: update: usr/src/cmd/picl/plugins/sun4v/ontario/piclsbl/piclsbl.c update:
2006 Apr 25
1
problem with environmental variables and FastCGI
Hi, I''m trying to deploy my app using FastCGI, and I have a problem. The application works correctly in either FastCGI or CGI mode (toggling between dispatch.fcgi and dispatch.cgi in my public/.htaccess file) except that under regular CGI, my ENV hash is correctly set, but under FastCGI, the ENV hash is completely empty. I thought that environment variables were automatically passed
2010 Apr 21
1
Creating artificial environmental landscape with spatial autocorrelation
Dear all: Does anyone have any suggestions on how to make a spatially explicit landscape with spatial autocorrelation in R? In other words, a landscape where all cells have a spatial reference, and the environment values that are closer in space are more similar (positive spatial autocorrelation). Thank you, Laura
2012 Oct 30
1
HELP FOR COMPUTING ENVIRONMENTAL EFFICIENCY INDEX/ LUENBERGER INDEX
Dear Members  I am Writing to you because I need help to compute the Malmquist Luenberger  index  with  R with my panel data of 10 central Africa countries from the year 1980 to 2008. I have three inputs and 2 outputs which one is undesirable (CO2) and the other (GDP for agriculture is the desirable one).  Is it possible for you to guide me through the right code which could help me to compute it?
2006 Oct 31
1
[LLVMdev] OT: Stern Environmental Review, a British Government Report published Online
The Stern Environmental Review, a British Government Report into tackeling global climate change has been published online. Leader page with presentation and speaking notes :- http://www.hm-treasury.gov.uk/independent_reviews/stern_review_economics_climate_change/sternreview_index.cfm The Stern Review Report :-
2004 Dec 06
1
Path environmental variable
Hi, Last night I tried to figure out if borland's linker was already unusable on Wine (seems it's working right now :) ), but I had trouble getting the path working. Everything I put in [wine] / "Path", it's not getting accepted. Reading the documentation it should be put to something like "C:\Windows;C: \Windows\System" at least, but Also if I put it to
1997 Oct 08
0
R-alpha: dump() / dput() -- fail for "environmental" and attributed functions
Here is a simple example to show what I mean: f1 <- approxfun(1:3, 2:4) dump("f1", file="") which yields (in current development snapshot; other versions are conceptually equivalent) "f1" <- function (v) .C("approx", as.double(x), as.double(y), n, xout = as.double(v), length(v), as.integer(method), as.double(yleft),
2014 Jun 03
0
setting environmental variable inside R function to call C function
wrapper <- function(){ Sys.setenv(TMP="A") print(Sys.getenv("TMP")) .C("c_fun") } As the example above, I hope to set an env var $TMP inside the R function "wrapper", which affects the functionality of the C function call "c_fun". Also the print line shows that $TMP is set to be "A", but the function call of "c_fun"
2015 May 11
0
Windows environmental variables
Hi, I recently had some difficulty getting an embedded R session running on Windows, due to the way that R Sys.getenv works, which I would consider a bug. Even if you do not agree, then you may still want to document it for future users who might be bitten. As outlined in R-exts (?8.2.2): http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Calling-R_002edll-directly R_HOME/bin needs to
2001 Jun 04
0
Problems with environmental variables set with Sys.putenv
Hi, I see some weird behavior when loading a specific dataframe after changing the value of an enviroment variable using Sys.putenv(). Alas, I can't reproduce it from an arbitrary dataframe. Here is the session: R : Copyright 2001, The R Development Core Team Version 1.2.3 (2001-04-26) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under
2001 Nov 30
0
Problems with environmental variables set with Sys.putenv
Environment variables set with Sys.putenv() "disappear" spontaneously (and somewhat randomly) when I load large datasets. This was reported in R-help by Dave Kane on June 4, 2001; I have not seen any further discussion. I'm not sure if I can report it as a "bug", since it is not entirely reproducible. Could someone try this and see if you have trouble too? The following
2005 Jun 06
2
Task View for ecology/environmental science
Having just discovered "Task Views" I see there isn't one for ecology/environmental science. I don't have the expertise to help with this, but I think it would be a very useful addition if there was any person (s) on the list willing to help create such a Task View. I am sure the maintainers of the Task Views will pick up on any responses to this post from volunteers. I
2006 Oct 10
4
Use remote machine environmental variables
I am having an issue passing a command through ssh which uses an environment variable. I would like the environment variable to be read from the remote host, but it is being read from the local host. For instance: ssh rhost ls -lm $WWW_HOME $WWW_HOME is set as /usr/www on local but /var/www on the remote so it is being read as : ssh rhost ls -lm /usr/www and I'd like it to be ssh rhost
2009 Mar 16
2
DO NOT REPLY [Bug 6191] New: rsyncd path does not support environmental variables
https://bugzilla.samba.org/show_bug.cgi?id=6191 Summary: rsyncd path does not support environmental variables Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: jerome@6251100.com
2006 Mar 23
1
PCA, Source analysis and Unmixing, environmental forensics
I am using R for environmental forensics (determination of the sources and/or groupings in mixtures of organic chemicals in the field). The goal is to determine in there are groups of samples with similar/dissimilar compositions, and to assign samples to a potential source or a mixture of sources based on the composition (unmixing and source allocation). Typically there are 10 to 50 chemicals that