search for: agme

Displaying 20 results from an estimated 20 matches for "agme".

Did you mean: age
2023 Nov 29
1
NUT 'upsstats' Battery Meter Question
Hello, I am using Nut 2.8.0 (2.8.0-7 packages) Debian 'Bookworm' in it's Devuan form 'Daedalus'. When I look at my Eaton (ex-MGE Powerware) E5115 UPS boxes in NUT 'upsstats" I am confused by the battery readings. Under the 'System' column I can click on the link and obtain a GUI with a few meters. The NUT 'upsstats' battery voltage meter for these
2023 Nov 30
1
NUT 'upsstats' Battery Meter Question
Hello Jeff, `upsstats` by itself only relays and renders the information provided by a NUT data server (upsd) and the NUT driver for the device. So you can revise the specific reported values with e.g. `upsc` command-line client to be sure. What I think happens here is that the driver uses a `battery.voltage.low/nominal/high` group of readings which does not match the hardware circumstances
2023 Feb 06
2
Question about Tripp-Lite UPS life span
Hello, Somewhat off-topic, but seeking some input from other tech folk on this list. I have a Tripp-Lite SMART 2200 (a white tower that looks similar to, but predates the black SMART2200NET) that just failed its monthly battery test so I bought new batteries and replaced the old ones. Sadly once put back together, plugged in and enabled it did not power up--no lights, sounds, smoke, etc. I took
2009 Nov 09
2
Complicated For Loop (to me)
Hello, I'm trying to run a loop that will subset my data into specific sets by regions and by race/ethnicity. I'm trying to do this fairly compactly, and I cannot get this to work. A "simple" version of the code that I am trying to run is: names <- c("white", "black", "asian", "hispanic") for(j in names){ for(i in 1:9){
2010 Sep 18
1
Drawing Heatmap using gplots
Hi, I am using heatmap.2 of gplots to make heatmaps of my the attached file. I am giving my code for the same .. library(gplots) x=read.table("1.txt", header=TRUE) mat=data.matrix(x) heatmap.2(mat, col=greenred(75), Rowv=TRUE, Colv=TRUE, distfun = dist, hclustfun = hclust, dendrogram = c("both"), scale = c("row"), na.rm=TRUE, trace="none",
2024 Nov 13
5
Eaton 5PX 3rd party batteries
On 11/12/2024 10:58 AM, Dan Langille via Nut-upsuser wrote: > Hello, > > nut recently told me that the batteries need replacing in my Eaton 5PX2200RT (ups) and 5PXEBM48RT (external battery pack). According to my notes, it has been just over 4 years since I installed them. Looking at on-line sales, these seem to use batteries in a pre-packaged plastic shell. I don't recall if
2011 Apr 04
3
Game: Samantha Swift
...geshack.us/i/bildschirmfotow.png/) I use Ubuntu 10.10 and tried wine 1.2 from the ubuntu repository and from Wine-PPA. I also played around with the winecfg display settings and a few DirectX registry keys but with no effect... I have an acer TravelMate5720 notebook with intel graphics X3100. The agme is built with DirectX 9 as I can read from the game box... Do you have any idea? Thanks in advance! floyd
1998 Sep 16
0
SUNOS: Samba grabs all semaphores
Ole, Semaphores are a very cheap system resource in SunOS 4.1.x. You can easily bump up the max number using adb, without even recompiling the kernel. _seminfo: _seminfo+0 semmap 30 _seminfo+4 semmni 256 _seminfo+8 semmns 1024 _seminfo+0xc semmnu 1024 _seminfo+0x10 semmsl 1024 _seminfo+0x14 semopm 100 _seminfo+0x18 semume 256 _seminfo+0x1c semusz 2064
2002 May 18
0
Importante!
Vuoi Davvero Guadagnare con Internet? Bene, salva su disco questa pagina per averla a portata di mano anche se il tuo PC non ? connesso a Internet, poi copia quanto segue in Word o in Blocco Note e stampalo, cos? lo potrai leggere con pi? attenzione. Questo Sistema ? diverso da tutti gli altri, quindi non essere precipitoso nel valutarlo senza averlo compreso a fondo, ma ti assicuro che
2013 Mar 23
1
Non-convergence error for GLMM with LME4?
Hello! I am trying to run a GLMM using LME4, and keep getting the warning message: "In mer_finalize(ans) : false convergence (8)" I am quite new to R, and in looking into this thus far, it appears that there are a variety of reasons why this might occur, such as needing to standardize some parameters or if all subjects in one combination of parameters all have the same outcome. I also
2012 Jan 11
0
Re: Fireworks Cs5 mouse drag problem
I have the exact same problem. Mouse won't drag in image area, but it will drag windows and panels in Fireworks just fine. NOTEs: 1. I installed it Adobe Creative Suite. 2. Based on these instructions (though I had a Program Files (x86) and x86 files in Common Files that I have to copy over as well) http://blog.int3ractive.com/2010/08/how-to-run-flash-cs5-on-ubuntu-with.html 3. The command
2012 Feb 13
3
RFC: new variable battery.status (was: [PATCH] upscode2: Report ABM Status)
2012/2/6 thomas schorpp <thomas.schorpp at googlemail.com>: > Hi, Hi Thomas, > I want the driver report the battery status from ABM charging controllers > -patch attached- : thanks for your patch. since it introduces a new variable (battery.status.abm), I prefer to step back and think to something useful more widely. thus, I'm thinking about a generic
2011 Nov 08
1
Cooltype crash on Photoshop CS5 and WIne 1.3.32
Am I the only one getting this? Whenever I select a certain font or open a PSD file that uses it, the application hangs up or crashes. Code: err:shell:HCR_GetFolderAttributes should be called for simple PIDL's only! fixme:system:SetProcessDPIAware stub! fixme:ntdll:NtSetInformationToken unimplemented class 24 fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
2024 May 16
1
Supporting a DIY UPS with minimal effort butmaximum gain
Ha! I got several on and off list requests for details, so I'll give a bunch of details here and then maybe I can move this to a wiki page others can help edit. WARNING! WARNING! WARNING! Be careful! My implementation required opening up high power components, and dealing with 120VAC mains power and high currents on 12VDC. If you decide to tackle any of this yourself, you need to understand
2024 May 17
1
Supporting a DIY UPS with minimal effort butmaximum gain
Looks very great, thanks for writing this! I gather you'd port this to the Wiki page you've started, too? A couple of comments: > So I run a NUT server on a Raspberry PI which is connected via USB to my DIY-NAS Arduino. DIY-UPS? > See drivers/arduino-hid.c for the list of supported IDs... Since NUT v2.8.1 [PR #1369], the `usbhid-ups` driver allows the user to specify a
2024 May 16
2
Supporting a DIY UPS with minimal effort butmaximum gain
On 5/16/24 08:59, Jim Klimov via Nut-upsuser wrote: > I agree with earlier posters, such documentation can help future > tinkerers. There is probably more than just one to hold the hand and > walk through the ordeals :) > > Perhaps a new page at https://github.com/networkupstools/nut/wiki > <https://github.com/networkupstools/nut/wiki> can be a good location... >
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
Already outdated, but rounded ;) I literally just opened the 5yrs logo, changed the text and then done: inkscape -z -o logo/fish-10yrs.{png,svg} cp {logo,website}/fish-10yrs.svg and then updated the rest of the files. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- Makefile.am | 2 + logo/fish-10yrs.png | Bin 0 -> 65790 bytes logo/fish-10yrs.svg |
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com> --- AUTHORS | 17 ++++++ README | 10 +++ conf/ovirt-agent | 12 ++++ conf/ovirt-db-omatic | 12 ++++ conf/ovirt-host-browser | 12 ++++
2004 Apr 12
1
Very large matrices for very large genome
Hello, I am using R to look at whole-genome gene expression data. This means about 27,000 genes, each with a vector of numbers reflecting expression at different tissues and times. I need to do an all against all co-expression calculation (basically, just calculate Pearson's r for every gene-gene pair). I try to store the result of such a thing in a 27000x27000 matrix, but r seems not to like
2000 Nov 01
2
Two kinds of bandwidth ...
Last week someone in my localnetwork "abused" from our link, making everything slow... So I want to put the current Linux router as a traffic shaper. The setup is: +--- 128Kbit | "International" Local net --- [Linux router with ] -- ISP -- [magic routers]