Displaying 11 results from an estimated 11 matches for "2bdevel".
2009 Jan 15
1
[nut-commits] svn commit r1728 - trunk/tools
Citeren Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Thu Jan 15 11:54:05 2009
> New Revision: 1728
>
> Log:
> Another stab at this.
>
> Modified:
> trunk/tools/Makefile.am
And failing miserably... :-(
Can someone more fluent in 'autotoolish' fix this problem? Currently
the BuildBot is broken by update r1718
2009 Mar 01
1
[nut-commits] svn commit r1800 - in trunk: . data drivers
Citeren Arnaud Quette <aquette op alioth.debian.org>:
> Modified: trunk/drivers/tripplite-hid.c
> ==============================================================================
> --- trunk/drivers/tripplite-hid.c (original)
> +++ trunk/drivers/tripplite-hid.c Sun Mar 1 19:56:31 2009
> @@ -84,6 +84,8 @@
>
> /* HP R/T 2200 INTL (like SMART2200RMXL2U) */
> {
2010 Dec 12
2
[nut-commits] svn commit r2731 - in trunk/docs: . man website website/scripts
Citeren Arnaud Quette <aquette op alioth.debian.org>:
> Author: aquette
> Date: Sat Dec 11 12:31:21 2010
> New Revision: 2731
> URL: http://trac.networkupstools.org/projects/nut/changeset/2731
>
> Log:
> Complete the list of Subversion ignored files, with AsciiDoc
> generated contents (no functional changes)
Is there a particular reason for having both the man/
2011 Jan 04
1
iDowell subdriver added
I've just committed a rough version of the idowell-hid subdriver to
the trunk. It is already integrated in the usbhid-ups, but I lack the
time to complete the NUT to HID mapping in it. The following message
on the nut-upsuser mailinglist should provide enough clues to add most
of them:
http://lists.alioth.debian.org/pipermail/nut-upsuser/2011-January/006506.html
I would be
2010 Oct 25
2
[nut-commits] svn commit r2610 - branches/silent_build
Citeren Arnaud Quette <aquette op alioth.debian.org>:
> Log:
> Optionaly enable silent build rules, using AM_SILENT_RULES, only if
> it's supported (requires automake 1.11)
Why do we need a new branch for this? As far as I can see, only the
below lines are really needed
> +dnl Currently, we only (force) enable silent rules if available
> +dnl Verbose mode can be
2009 Jan 29
1
Fwd: upscode2.c
----- Doorgestuurd bericht van dkbrig at gmail.com -----
Datum: Thu, 29 Jan 2009 11:16:06 -0600
Van: Danny <dkbrig at gmail.com>
Onderwerp: upscode2.c
Aan: adkorte-guest at alioth.debian.org
Hi,
I apologize if you are not the correct person, but I was wanting to
submit a bug report for the upscode2.c driver but could not find a way
to do that from the NUT website.
2011 Jan 06
0
No subject
...- http://arnaud.quette.free.fr/
--000325574bbef00cdf0499b95a8c
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<br><div class=3D"gmail_quote">2011/1/13 Arjen de Korte <span dir=3D"ltr">&=
lt;<a href=3D"mailto:nut%2Bdevel at de-korte.org">nut+devel at de-korte.org</a>&g=
t;</span><br><blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt=
0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Citeren EmilienKia at Eaton.com:<div clas...
2010 Nov 28
3
[nut-commits] svn commit r2708 - in branches/ssl-nss-port: clients m4 server
Citeren Arjen de Korte <adkorte-guest op alioth.debian.org>:
> Log:
> Use the 'nss_compat_ossl' compatibility layer to use the Mozilla NSS
> library instead of OpenSSL (we might want to include native support
> in the future, but this will at least allow a quick migration for
> testing purposes)
I don't recall that we ever discussed the possibility of
2009 May 14
2
about Smart-Ups RT
Hi everyone,
I just want to know about driver support over new APC smart models. My
company recently bought a Smart-Ups RT model: SURT3000XLI and a I cannot do
to make work it with last version of nut software.
Maybe this model it doesn?t supported yet and I want to know if so.
The diference with others models like matrix or backup ones is the famous
Smart Cable: 940-1525A (utp - db9).
I
2009 May 14
2
about Smart-Ups RT
Hi everyone,
I just want to know about driver support over new APC smart models. My
company recently bought a Smart-Ups RT model: SURT3000XLI and a I cannot do
to make work it with last version of nut software.
Maybe this model it doesn?t supported yet and I want to know if so.
The diference with others models like matrix or backup ones is the famous
Smart Cable: 940-1525A (utp - db9).
I
2010 Apr 02
7
Liebert GXT2 NUT driver
Hi guys,
I found the troblue and fix it!
I attached the patch.
The trouble was in the command reply buffer use.
You compute the value that value = reply[6]*256+reply[5] <- it's wrong
The right solution: value = reply[5] * 256 + reply[6];
And other bug,
battery.runtime compute, you divide this value 60 <- it's wrong
right value: divide 1.0
I continue the work on this