Displaying 20 results from an estimated 28 matches for "erc".
Did you mean:
eric
2012 May 09
3
SMART3000RM2U?
...t;, GOTO="nut-usbups_rules_end"
LABEL="nut-usbups_rules_real"
# TrippLite
# e.g. ? - usbhid-ups
SYSFS{idVendor}=="09ae", SYSFS{idProduct}=="3014", MODE="660", GROUP="nut"
LABEL="nut-usbups_rules_end"
--
Mark Moorcroft
ERC Corp.
650-604-4784
mailto:mark.moorcroft at nasa.gov
2012 May 01
2
Batch shutdown?
...What are the
best practices for a scripted/staged shutdown. I have my concerns that we
don?t have the battery capacity for a wait time and orderly shutdown of
the nodes and the RAID units. Our reseller GROSSLY underestimated the load
requirements of the equipment they sold us.
--
Mark Moorcroft
ERC Corp.
650-604-4784
mailto:mark.moorcroft at nasa.gov
2011 Mar 04
4
How two compare two matrixes
Dear all I have two 10*10 matrixes and I would like to compare theirs contents. By the word content I mean to check visually (not with any mathematical formulation) how similar are the contents.
I also know edit that prints my matrix in the scree but still one edit blocks the prompt to launch a second edit() screen.
What is the best way to compare these two matrices?
I would like to thank you
2008 Jun 25
2
maildirmake -q quota equivalent to set quota
...there
but can't find how to create that file.
I'm using pam auth and would like to set different quotas for each users.
With courier-imap there is a useful command : maildirmake -q 100000S
Maildir/ to assign a quota to a maildir. But i don't know how to do with
dovecot...
Cheers,
Erc PEYREMORTE
2004 Mar 04
1
Lineair regression modelling between time series //correlation analysis
...time series and want to investigate the relationship
between two time series by correlation analysis or by fitting a gen.
lineair model to the plot of x(timeserie1) and y(timeserie2).
Lin1 <- data.frame(
Nr = c(1:lengte),
NDII = window(ts.mNDII,c(1998,10),c(2003,11)),
InvERC = window(Inv.ERC,c(1998,10),c(2003,11))
)
summary(glm(NDII ~ InvERC, data=Lin1, family=gaussian(link ="identity")))
Error in "storage.mode<-"(`*tmp*`, value = "double") :
invalid time series parameters specified
How can I solve this error?
Are t...
2010 May 02
1
Re :argument is not numeric or logical
Hi all,
I have data size of :
> dim(sample)
[1] 35943 17
The first column is "stdate" - is date ( 01/11/2009 00:00:00,02/11/2009
00:00:00,02/11/2009 00:00:00 etc... )
Login is 13th column - is numbers (12,0,1 erc...)
The below operation return the following error.
> sample1 <- read.csv(file="sample1.csv",sep=",",header=TRUE)
> avglog <- with(sample1, tapply(Login, stdate, mean))
Warning messages:
1: In mean.default(X[[1L]], ...) :
argument is not numeric or logical: retu...
2011 May 10
5
Tuning disk failure detection?
We recently had a disk fail on one of our whitebox (SuperMicro) ZFS
arrays (Solaris 10 U9).
The disk began throwing errors like this:
May 5 04:33:44 dev-zfs4 scsi: [ID 243001 kern.warning] WARNING: /pci at 0,0/pci8086,3410 at 9/pci15d9,400 at 0 (mpt_sas0):
May 5 04:33:44 dev-zfs4 mptsas_handle_event_sync: IOCStatus=0x8000, IOCLogInfo=0x31110610
And errors for the drive were
2012 Jan 09
6
copying file(s) from agent to master??
Is there a way to copy file(s) from the Puppet agent back to the
master? I know it sounds silly but that''s what I need to do. This is
one of the s/w-tag files, gets created/modified automatically by the
software installation job and then I want to overwrite the tag files
on two other agents with this one. Is there a why for doing this?
Cheers,
San
--
You received this message because
2017 Oct 11
0
Flame war police
...help those unwilling to listen.?
>> I don't take it from my children, and I certainly won't from adults
>> who won't listen.
>>
> Hi Mark, been a while since I saw you last in Asheville.
Hey Lamar, long time no see.? It's been a real long time actually, left
ERC in late 2009 after 3 surgeries on my feet and couldn't walk enough
to do anything useful (ended up having 2 more, an elbow rebuilt and just
had surgery #7 to reconstruct a knee).? We moved to Durham in 2013 and
have been here since.? Just got my last 2 daughters off to Virginia Tech
this fa...
2010 Apr 26
23
SAS vs SATA: Same size, same speed, why SAS?
I''m building another 24-bay rackmount storage server, and I''m considering
what drives to put in the bays. My chassis is a Supermicro SC846A, so the
backplane supports SAS or SATA; my controllers are LSI3081E, again
supporting SAS or SATA.
Looking at drives, Seagate offers an enterprise (Constellation) 2TB 7200RPM
drive in both SAS and SATA configurations; the SAS model offers
2016 Mar 13
2
LLVM-related research position at University of Cambridge Computer Lab
...Research Assistant £25,023 - £28,982 or Research Associate £28,982 - £37,768
Fixed-term: The funds for this post are available until 31 August
2017. Opportunities to extend the post are subject to the availability
of funding.
Applications are invited for a research assistant/associate to join an
ERC funded project exploring low-power many-core processors at the
University of Cambridge. The project has already developed a robust
research infrastructure including simulators, a LLVM-based compiler
and a full hardware-level implementation of a many-core processor. A
128-core test chip is currently...
2013 Jun 07
0
[PATCH RFC] s390/virtio-ccw: Adapter interrupt support.
...css.h
+++ b/hw/s390x/css.h
@@ -77,6 +77,7 @@ struct SubchDev {
CCW1 last_cmd;
bool last_cmd_valid;
ORB *orb;
+ bool thinint_active;
/* transport-provided data: */
int (*ccw_cb) (SubchDev *, CCW1);
SenseId id;
@@ -96,4 +97,5 @@ void css_queue_crw(uint8_t rsc, uint8_t erc, int chain, uint16_t rsid);
void css_generate_sch_crws(uint8_t cssid, uint8_t ssid, uint16_t schid,
int hotplugged, int add);
void css_generate_chp_crws(uint8_t cssid, uint8_t chpid);
+void css_adapter_interrupt(uint8_t isc);
#endif
diff --git a/hw/s390x/virtio-ccw.c...
2013 Jul 09
0
[RFC PATCH v2] s390/virtio-ccw: Adapter interrupt support.
...css.h
+++ b/hw/s390x/css.h
@@ -77,6 +77,7 @@ struct SubchDev {
CCW1 last_cmd;
bool last_cmd_valid;
ORB *orb;
+ bool thinint_active;
/* transport-provided data: */
int (*ccw_cb) (SubchDev *, CCW1);
SenseId id;
@@ -97,4 +98,5 @@ void css_queue_crw(uint8_t rsc, uint8_t erc, int chain, uint16_t rsid);
void css_generate_sch_crws(uint8_t cssid, uint8_t ssid, uint16_t schid,
int hotplugged, int add);
void css_generate_chp_crws(uint8_t cssid, uint8_t chpid);
+void css_adapter_interrupt(uint8_t isc);
#endif
diff --git a/hw/s390x/virtio-ccw.c...
2015 Feb 28
1
Looking for a life-save LVM Guru
On Sat, February 28, 2015 4:22 pm, Chris Murphy wrote:
> On Sat, Feb 28, 2015 at 1:26 PM, Valeri Galtsev
> <galtsev at kicp.uchicago.edu> wrote:
>> Indeed. That is why: no LVMs in my server room. Even no software RAID.
>> Software RAID relies on the system itself to fulfill its RAID function;
>> what if kernel panics before software RAID does its job? Hardware RAID
2013 Jun 07
1
[PATCH RFC] qemu: Adapter interrupts for virtio-ccw.
Hi,
here's the qemu patch that implements the new adapter indicators ccw
in virtio-ccw and injects adapter interrupts for the devices enabled
for it.
Cornelia Huck (1):
s390/virtio-ccw: Adapter interrupt support.
hw/s390x/css.c | 10 ++++++++
hw/s390x/css.h | 2 ++
hw/s390x/virtio-ccw.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++-
hw/s390x/virtio-ccw.h |
2013 Jun 07
1
[PATCH RFC] qemu: Adapter interrupts for virtio-ccw.
Hi,
here's the qemu patch that implements the new adapter indicators ccw
in virtio-ccw and injects adapter interrupts for the devices enabled
for it.
Cornelia Huck (1):
s390/virtio-ccw: Adapter interrupt support.
hw/s390x/css.c | 10 ++++++++
hw/s390x/css.h | 2 ++
hw/s390x/virtio-ccw.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++-
hw/s390x/virtio-ccw.h |
2005 Sep 30
3
Subscripting fails if name of element is "" (PR#8161)
Dear all,
I resend this mail because it was blocked: I submitted a bug from the r-bug
webpage and hypatia seems to block mail that is send from a different IP
than that usually associated with the email. Looks like it is currently
impossible to correctly submit bugs from the website. However, here is the
original bug report:
(PR#8161)
Dear all,
The following shows cases where accessing
2013 Jul 09
2
[RFC PATCH v2] qemu: Adapter interrupts for virtio-ccw.
Hi,
here's the current implementation of virtio-ccw adapter interrupts in qemu.
Code is unchanged, only rebased against current master.
Cornelia Huck (1):
s390/virtio-ccw: Adapter interrupt support.
hw/s390x/css.c | 10 ++++++++
hw/s390x/css.h | 2 ++
hw/s390x/virtio-ccw.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++++-
hw/s390x/virtio-ccw.h | 4 ++++
2013 Jul 09
2
[RFC PATCH v2] qemu: Adapter interrupts for virtio-ccw.
Hi,
here's the current implementation of virtio-ccw adapter interrupts in qemu.
Code is unchanged, only rebased against current master.
Cornelia Huck (1):
s390/virtio-ccw: Adapter interrupt support.
hw/s390x/css.c | 10 ++++++++
hw/s390x/css.h | 2 ++
hw/s390x/virtio-ccw.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++++-
hw/s390x/virtio-ccw.h | 4 ++++
2017 Oct 11
2
Flame war police
On 10/10/2017 11:22 AM, Mark Haney wrote:
>
> We have this discussion on every list I've ever been, or currently are
> on about every 6 months or so.? I do my best to contribute to the list
> as often as I can, but I can't help people when they are deadset on
> doing dangerous things.? Posts like his, and posts like yours make it
> harder for me to bother trying to