Displaying 20 results from an estimated 7000 matches similar to: "MAINTAINERS"
2013 Nov 18
2
[PATCH] al175: updated driver, please restore it
On Tue, Jan 27, 2009 at 04:39:13PM +0100, Arnaud Quette wrote:
> Hi Kirill,
>
> 2009/1/27 Kirill Smelkov <kirr at mns.spb.ru>
>
> > On Tue, Jan 13, 2009 at 05:58:23PM +0300, Kirill Smelkov wrote:
> > > Arjen, Arnaud,
> > > first of all, I'm sorry for my late reply.
> > >
> > > If it's not too late, here is updated al175:
>
2006 Dec 22
1
NUT Christmas mail
Dear NUT users and developers,
Like the other years, before taking a small rest, here are some news
related to NUT.
* First, you should have seen the 2.0.5-pre1 release announcement.
I don't think 2.0.5 is very far, but I realized that I've made an
archive including the .svn directory (bad, bad me. I should know that
release are made against exported svn, not checked out!)
* Next,
2006 Dec 22
1
NUT Christmas mail
Dear NUT users and developers,
Like the other years, before taking a small rest, here are some news
related to NUT.
* First, you should have seen the 2.0.5-pre1 release announcement.
I don't think 2.0.5 is very far, but I realized that I've made an
archive including the .svn directory (bad, bad me. I should know that
release are made against exported svn, not checked out!)
* Next,
2007 Aug 13
2
[nut-commits] svn commit r1049 - in trunk: . drivers
Alexander Gordeev wrote:
> Author: agordeev-guest
> Date: Mon Aug 13 13:09:43 2007
> New Revision: 1049
>
> Log:
> drivers/megatec_usb.c: added credits to the banner message.
Is this really needed/desirable? I think this kind of information needs
to be put in the AUTHORS document. There are many more people on this
list that put a lot of effort in NUT, without claiming credit
2007 Jan 19
1
Re: [nut-commits] svn commit r755 - in trunk: . clients
Great, thanks! Two questions:
* what is a domain literal? Is this something like 192.168.0.1? In
this case, the '[]' are probably unnecessary.
* are you sure you want to use fprintf(stderr, ...) in a library?
This doesn't seem like a good idea to me. Wouldn't it be more
consistent to extend upscli_errlist[] ?
-- Peter
Arjen de Korte wrote:
>
> Author:
2007 Sep 08
4
bye!
Dear fellow NUT developers,
after almost exactly two years as a NUT developer, I have concluded
that this would be a good time to retire from active development.
The project is in good shape, and the driver I was most involved with
(usbhid-ups) is in better condition than ever, due to the excellent
recent work of Arjen de Korte.
Having already scaled back my activity for the last 6 months, I
2007 Jun 18
2
Fwd: Megatec - modem control lines [impact to megatec_usb]
Hi,
Sorry for the forwarding. I sent this with the wrong "from" address
and got rejected by the list.
---------- Forwarded message ----------
From: Carlos Rodrigues <cefrodrigues at mail.telepac.pt>
Date: Jun 18, 2007 9:34 PM
Subject: Re: Megatec - modem control lines [impact to megatec_usb]
To: Arjen de Korte <nut+devel at de-korte.org>
Cc: ups-dev-list <nut-upsdev at
2007 Jan 16
1
[PATCH] upsstatus += HB, TEST
Arjen, Arnaud, All,
Here I propose 2 new status flags for inclusion into NUT:
HB - HighBattery
TEST - Battery test is running
rationale: Eltek AL175 alarm module provides this info, therefore
rationale: I dicide to add them.
Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Index: nut--trunk/docs/new-drivers.txt
===================================================================
2007 Jan 13
3
Default NUT PORT
In my latest patch, I hardcoded the port NUT uses for TCP communication
(3493). The reason is, that I can't figure out a way how to change the
numeric value of the #define'd PORT into a character string. Using
snprintf() and a temporary buffer just seems wrong, since this should be
handled by the preprocessor, rather than at runtime.
The following files are affected:
- server/conf.c (line
2007 Jun 18
1
Megatec - modem control lines
Carlos,
Today I was browsing through the NUT Tracker and noticed an entry which
linked to a message on nut-upsdev:
http://lists.alioth.debian.org/pipermail/nut-upsdev/2006-January/000559.html
Although the fentonups driver is no longer in the tree (since it was
replaced by the megatec driver), I think there is still some merit in
this patch. Notice the following lines from this message:
>
2008 Nov 16
2
[nut-commits] svn commit r1560 - trunk
Citeren Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Sun Nov 16 13:00:30 2008
> New Revision: 1560
>
> Log:
> Generated by libtool and should not be versioned.
>
> Modified:
> trunk/ (props changed)
Right, that didn't work out quite the way I intended. Can someone
please set the svn:ignore property on
2008 Dec 29
1
AC_CONFIG_MACRO_DIR
Charles,
When running autoreconf in the trunk, I get a couple of additional
files since I upgraded to openSUSE 11.1. Most likely, this is due to a
newer version of the auto(whatever) tools that are used. Or I never
looked at this more closely before.
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file
2007 Oct 03
2
[nut-commits] svn commit r1136 - in trunk: . drivers
> Author: agordeev-guest
> Date: Wed Oct 3 00:09:21 2007
> New Revision: 1136
>
> Log:
> - drivers/megatec_usb.c: added ability to do subdriver-specific
> initialization, and moved some shared code to agiler init function
> since krauler doesn't need it.
[...]
I'm not very thrilled about this patch:
1) Down at the subdriver level, one shouldn't use
2007 Jan 12
2
Makefiles driving me NUTs
I want to use upsdebugx, upslogx in 'clients/upsclient.c', however this
fails with the following error messages (I trimmed the path to the build
directory to <path> in order to prevent line wrapping):
<path>/clients/upsclient.c:941: undefined reference to `upsdebugx'
<path>/clients/upsclient.c:910: undefined reference to `upslogx'
2007 Sep 09
1
Backporting megatec driver into Testing
Carlos,
Have looked at the diff's between the trunk and Testing, I found that it
would probably be very worthwhile to backport the driver from the trunk.
As far as I can see, the driver in the trunk will allow for better
debugging, which would be a welcome addition. Could you take care of that?
Best regards, Arjen
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
2008 Mar 02
0
[nut-commits] svn commit r1348 - in trunk: . docs drivers man
Arjen de Korte wrote:
> Author: adkorte-guest
> Date: Sun Mar 2 13:20:54 2008
> New Revision: 1348
>
> Log:
> - change 'ups.delay.start' and 'ups.delay.shutdown' to server side variables that control the ondelay and offdelay for the 'shutdown.return' and 'shutdown.stayoff' instcmd's
> - create 'ups.timer.(start|shutdown|reboot)'
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
2012 Nov 20
2
[PATCH][RFC] OpenUPS driver
Hi all,
I attached a driver for MiniBox openUPS device (
http://www.mini-box.com/OpenUPS) and a dump of the hid usages.
I had the possibility to make a few adjustments to the device firmware for
HID usages, and although I haven't managed to produce a good structure
many issues from previous firmware were at least fixed and new information
added.
ATM the driver only shows pertaining
2007 Mar 28
1
Re: Nut-upsuser Digest, Vol 21, Issue 29
THANKS, but the 'megatec' driver only works whith windows OS via USB, and i need it for red hat OS with USB-serial connection...
Please, anybody can help me....
nut-upsuser-request@lists.alioth.debian.org escribi?: Send Nut-upsuser mailing list submissions to
nut-upsuser@lists.alioth.debian.org
To subscribe or unsubscribe via the World Wide Web, visit