Displaying 6 results from an estimated 6 matches for "vrang".
Did you mean:
vring
2007 Jun 28
5
Repeat if
Hello,
(Power Book G4, Mac OS X, R 2.5.0)
I would like to repeat the function range for 85 Vectors (V1-V85).
I tried with this code:
i<-0
> repeat {
+ i<-i+1
+ if (i<85) next
+ range (Vi, na.rm = TRUE)
+ if (i==85) break
+ }
I presume that the Vi is wrong, because in this syntax i is not known
as a variable. But I donĀ“t know how to say that it is a variable here.
Would be nice if
2007 Aug 07
0
"ups.status" -> "ups.alarm"
...fine STATUS_TIMELIMITEXP 0x08000 /* time limit expired; APC */
#define STATUS_BATTERYPRES 0x10000 /* battery present; APC */
#define STATUS_FULLYCHARGED 0x20000 /* battery full; CyberPower */
#define STATUS_AWAITINGPOWER 0x40000 /* awaiting power; Belkin,
TrippLite */
#define STATUS_VRANGE 0x80000 /* voltage out of range; TrippLite */
I think that quite a few of the above deserve to be put in "ups.alarm",
since they do not require *immediate* action from clients, but rather from
an operator. For instance, it is certainly worthwhile that a battery needs
replaceme...
2012 Feb 03
10
[PATCH 0/3] Btrfs-progs: restriper interface
Hello,
This is the userspace part of restriper, rebased onto the new progs
infrastructure. Restriper commands are located under ''balance'' prefix,
which is now the top level command group. However to not confuse
existing users ''balance'' prefix is also available under ''filesystem'':
btrfs [filesystem] balance start
btrfs [filesystem] balance
2007 Jan 04
2
Re: [nut-Patches][303751] Checking UPS Temperature
One disadvantage of handling it through a script is that is will not
be done by default. Most users probably don't know about the problem
of burning batteries, as it is not very common.
A potential problem with Eric Wilde's patch is that it is not general
enough; some UPS models have an boolean OVERHEAT flag although they
don't report the actual temperature. So the UPSOVERTEMP
2009 Sep 02
6
Selftest intervall, APC Smart-UPS 750 RM
Hello
I recently switched from apcupsd to NUT2.2.2 without
any troubles.
I tried to figure out how I can configure the self-test
intervall. The command upsrw lists only the variables
battery.charge.low
battery.runtime.low
ups.delay.shutdown
ups.delay.start
The command usbhid-ups -D and the listing under
http://obsvermes.org/cgi-bin/nut/upsstats.cgi?host=apcsmart at localhost&treemode
2011 Aug 23
40
[PATCH 00/21] [RFC] Btrfs: restriper
Hello,
This patch series adds an initial implementation of restriper (it''s a
clever name for relocation framework that allows to do selective profile
changing and selective balancing with some goodies like pausing/resuming
and reporting progress to the user.
Profile changing is global (per-FS) so far, per-subvolume profiles
require some discussion and can be implemented in future.