Displaying 7 results from an estimated 7 matches for "imv".
Did you mean:
img
2001 Dec 07
2
Memory problem
...ilenames made by ls -1 <exp> >filelist
cfn <- file("filelist", "rt")
fn <- readLines(cfn, n = -1, ok = TRUE)
close(cfn)
pad <- integer(length = 384)
for (j in 1:length(fn)) {
img <- file(fn[j], "rb")
header <- readChar(img,8192)
imv <- readBin(img, "integer", n=1536*1536, size=2, signed=FALSE,
endian="big")
close(img)
imm <- matrix(imv, nrow=1536, ncol=1536)
imout <- file(paste("test_", fn[j], sep=""), "wb")
writeChar(header, imout, nchars = 512, eos = NULL...
2010 Apr 02
1
GE lanpor ups monitored with SNMP stop to monitor after upgrade
Hello All !
Recently I have upgraded NUT to 2.4.1, and now I can't monitor old IMV
LanPro S3 UPS with old SNMP board.
Previously it is monitored OK, but now snmp-ups refuses to start:
[root at perforce /usr/local/etc/nut]# /usr/local/libexec/nut/snmp-ups -a
lanproups -DDDDDDD
Network UPS Tools - Generic SNMP UPS driver 0.44 (2.4.1)
debug level is '7'
SNMP UPS driver :...
2003 Feb 13
1
Samba in Samba
I have a Samba PDC installed to authorize my windows network clients.
And it is running
on Solaris. I want to install a one another Samba file server and I want it
to authorize windows clients by consulting the PDC. This second server
must also
paricipate in the domain the PDC is responsible for. How can I do this?
Thanks,
Cyril.
2006 Jan 11
0
Cookies, models and nil objects
...s updated).
And that has me confused, because I thought, at least in development
mode, all was reloaded upon every request. Furthermore, it makes me
wonder how changes can be made to a production server, without bringing
the server down (that would be a big dissuading factor against using
RoR, IMV).
TIA,
--Naum
--
Posted via http://www.ruby-forum.com/.
2002 Sep 28
1
ACT 2000 and Windows XP problem
Hello to All!
I've got a problem moving my ACT 2000 database from WinXP to
Samba server on Linux. All clients are WinXP systems, Samba 2.2.5
runs on Debian Linux, 2.4.18 kernel. I have a share with ACT database
which is connected to all WinXP systems as a mapped network drive.
The first client starts ACT successfuly but when I try to launch ACT
on the second client it says that ACT database
2009 Jan 26
0
NUT 2.2.2 start driver problem on Opensuse 11.1
Hi Alexey,
2009/1/22 Alexey Korobeinikov <alexey at mgm.kiev.ua>
> Hi.
> I have a trouble starting NUT (driver victronups) version 2.2.2-67.1 (for
> OpenSuSe 11.1) with follow error:
>
> /usr/lib/ups/driver/victronups -a match500
> Network UPS Tools - GE/IMV/Victron UPS driver 0.1.9 (2.2.2)
>
the driver is faulty.
the difference with the version you compiled is the fortification flag...
you'll have to get a debuging sessions (possibly after installing NUT' debug
symbols).
I'll there give the hand to Opensuse guys...
cheers,
Arnaud
&...
2007 May 25
0
Patch -- SVN revision in the version string
...}
void upsdrv_updateinfo(void)
Index: drivers/victronups.c
===================================================================
--- drivers/victronups.c (revision 916)
+++ drivers/victronups.c (working copy)
@@ -504,7 +504,7 @@
void upsdrv_banner(void)
{
printf("Network UPS Tools - GE/IMV/Victron UPS driver %s (%s)\n\n",
- DRV_VERSION, UPS_VERSION);
+ DRV_VERSION, upsversion());
}
void upsdrv_initups(void)
Index: include/common.h
===================================================================
--- include/common.h (revision 916)
+++ include/common.h (working copy)
@@ -...