Displaying 7 results from an estimated 7 matches for "pilch".
Did you mean:
wilch
2005 Jul 28
2
lattice/ grid.layout/ multiple graphs per page
Background:
OS: Linux Mandrake 10.1
release: R 2.0.0
editor: GNU Emacs 21.3.2
front-end: ESS 5.2.3
---------------------------------
Colleagues
I have a set of lattice plots, and want to plot 4 of them on the page.
I am having trouble with the layout.
grid.newpage()
pushViewport(viewport(layout = grid.layout(2,2)))
pushviewport(viewport(layout.pos.col = 1, layout.pos.row = 1))
working trellis
2018 May 08
4
how to use multiple UPS with timers
...39;t work.
Are timers the only possible solution to this problem? If I use timers, the host will be shut down if one of the UPS is on battery, even if the other UPS is still online.
Do I need the external script to solve this?
I'm grateful for any suggestions.
Greetings from Germany
Alexander Pilch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20180508/064886bf/attachment.html>
2018 May 09
1
how to use multiple UPS with timers
...dn't work as expected(seems like a firmware bug) and I need to work around this problem.
I'm already in contact with AEG but I also have a bunch of UPS units from other manufacturers to cover with the same controller card and different (potentially buggy) firmware...
Best regards
Alexander Pilch
-----Ursprüngliche Nachricht-----
Von: Nut-upsuser [mailto:nut-upsuser-bounces+pilch=citkomm.de at alioth-lists.debian.net] Im Auftrag von Roger Price
Gesendet: Dienstag, 8. Mai 2018 17:42
An: nut-upsuser Mailing List
Betreff: Re: [Nut-upsuser] how to use multiple UPS with timers
On Tue, 8 May 2...
2005 Mar 16
0
Fixed/ trellis/ panel.superpose/ passing in superscripts/ groups
...ts.e.2002,year)
mn.ts.e.both <- rbind(year.2001, year.2002)
#browser()
###trellis plot
## define conditioning interval
int <- matrix(c(0,2,3,4,5,8,9,16,17,32,33,64), ncol=2, byrow=TRUE)
egg.counts <- shingle(mn.ts.e.both$eggs2.Pilch.Eggs, intervals = int)
##larvae.counts <- shingle(mn.ts.e.both$eggs2.Pilch.Larv, intervals =
int)
## define plot structure
out1 <- xyplot(mn.t ~ mn.s | egg.counts,
data = mn.ts.e.both,
groups = year,
xlim = c(35,38), ylim...
2005 Mar 15
0
trellis/ panel.superpose/ passing in superscripts/ groups
...- rbind(year.2001, year.2002)
#browser()
###trellis plot
##int <- matrix(c(0,5,6,10,11,20,21,40,41,80,81,160), ncol=2,
byrow=TRUE)
int <- matrix(c(0,2,3,4,5,8,9,16,17,32,33,64), ncol=2, byrow=TRUE)
egg.counts <- shingle(mn.ts.e.both$eggs2.Pilch.Eggs, intervals = int)
larvae.counts <- shingle(mn.ts.e.both$eggs2.Pilch.Larv, intervals = int)
out1 <- xyplot(mn.t ~ mn.s | egg.counts,
data = mn.ts.e.both,
#groups = year,
xlim = c(35,38), ylim = c(...
2018 May 08
0
how to use multiple UPS with timers
On Tue, 2018-05-08 at 11:27:45 +0000, Pilch, Alexander wrote:
> Hi,
>
> I need to shut down a VMWare host if both connected UPS are x minutes on battery. Both UPS are connected via SNMP.
> Because there are multiple vm running on that host, shutting every vm down takes some time. So most likely, waiting for low battery, the time...
2018 May 08
0
how to use multiple UPS with timers
On Tue, 8 May 2018, Pilch, Alexander wrote:
> I need to shut down a VMWare host if both connected UPS are x minutes on battery.
If these two UPS units are on different power supplies then it is possible for
one to reach x minutes on battery while the other is still on wall power.
> Are timers the only possible sol...