search for: rkroll

Displaying 9 results from an estimated 9 matches for "rkroll".

Did you mean: reroll
2015 Nov 02
1
problem with compiling on Cygwin64
...of the Cygwin *.exe's git clone git://github.com/networkupstools/nut.git ./autogen.sh cd nut ./autogen.sh ./configure --with-all=auto --with-doc=auto make install problem was in : /* genericups.c - support for generic contact-closure UPS models Copyright (C) 1999 Russell Kroll <rkroll at exploits.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distri...
2008 Jul 10
2
[PATCH] tripplite driver updates
...validity. - Wait time for ser_get calls is now 1.0s rather than 3.0s. - Update copyright date. --- nut-2.2.2/drivers/tripplite.c 2007-05-26 10:24:26.000000000 -0400 +++ nut-2.2.2-nk/drivers/tripplite.c 2008-07-09 16:38:08.000000000 -0400 @@ -6,7 +6,7 @@ Copyright (C) 1999 Russell Kroll <rkroll at exploits.org> Copyright (C) 2001 Rickard E. (Rik) Faith <faith at alephnull.com> - Copyright (C) 2004 Nicholas J. Kain <nicholas at kain.us> + Copyright (C) 2004,2008 Nicholas J. Kain <nicholas at kain.us> This program is free software; you can redistribute...
2006 Nov 26
1
Patch for optiups to support Zinto D from ONLINE USV-Systeme AG
...n the 420E, ups.serial and ups.temperature are unsupported features. This Index: drivers/optiups.c =================================================================== --- drivers/optiups.c (revision 606) +++ drivers/optiups.c (working copy) @@ -3,6 +3,9 @@ Copyright (C) 1999 Russell Kroll <rkroll@exploits.org> Copyright (C) 2006 Scott Heavner [Use my alioth acct: sheavner] + Support for Zinto D from ONLINE USV (only minor differences to OptiSafe UPS) + added by Matthias Goebl <matthias.goebl@goebl.net> + This program is free software; you can redistribute it and/or m...
2015 Oct 24
2
problem with compiling on Cygwin64
libusb do you have installed >>> 1.2.6.0-2 ./configure --with-drivers=usbhid-ups Configuration summary: ====================== build serial drivers: yes build USB drivers: yes build SNMP drivers: no build neon based XML driver: yes enable Avahi support: no build Powerman PDU client driver: no build IPMI driver: no build Mac OS X meta-driver: no build i2c based drivers: no enable SSL
2006 May 12
1
Fwd: RE New xanto driver for NUT
Dear Andreas, some googling revealed, you created a driver for the xanto series of online-usv.de. In what state it is currently? I've to manage a S2000 and would like to use nut for it, is it usable by now? Do you need another tester? TIA, Pete
2009 Aug 14
2
Bestfortress driver, network serial patch for nut-2.0
..., flammis acribus addictis" - background song for a Microsoft sponsored "Where do you want to go from here?" commercial. -------------- next part -------------- /* bestfortress.c - model specific routines for (very) old Best Power Fortress Copyright (C) 2002 Russell Kroll <rkroll at exploits.org> (skeleton) (C) 2002 Holger Dietze <holger.dietze at advis.de> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of...
2011 Mar 05
19
[RFC apcsmart V3 00/18] apcsmart driver updates
Sorry for a bit longer delay than I anticipated, I was stuffed with the work. This is the next iteration of the patch adding some functionality to apcsmart driver, and relying on 'ignorelb' recently added. Follow up from previous thread: http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02331.html Main differences is that V3 is split into many small patches, so the
2011 Jan 25
1
[RFC] Updates to ACP smart driver
This patch introduces a handful of new options, I mentioned earlier in: http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02088.html See the large commit message in the follow-up for the details and rationale. I realize it's a bit larger diff - so if it's required I can split it into few smaller ones. Michal Soltys (1): APC smart driver update and new features.
2011 Feb 07
4
[PATCH/RFC v2 0/3] Updates to ACP smart driver
This is 2nd version of the earlier patch featuring a few new features and fixes to the apcsmart driver, following the remarks in: http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02294.html Major changes from v1: - handle battery.charge and battery.runtime checks at main.c level - handle "immutable but writable" conflict gracefully at driver level -