search for: selinger

Displaying 20 results from an estimated 177 matches for "selinger".

2007 Feb 16
1
Re: [nut-commits] svn commit r808 - in trunk: . drivers
...: error: (Each undeclared identifier is reported only once ../../drivers/libusb.c:138: error: for each function it appears in.) ../../drivers/libusb.c: At top level: ../../drivers/libusb.c:415: warning: initialization from incompatible pointer type make[4]: *** [libusb.o] Error 1 On 2/15/07, Peter Selinger <selinger-guest@alioth.debian.org> wrote: > Author: selinger-guest > Date: Thu Feb 15 22:37:04 2007 > New Revision: 808 > > Modified: > trunk/ChangeLog > trunk/drivers/libusb.c > Log: > - libusb.c: fixed small memory leak, reported by Jacob Schmier. > >...
2007 May 26
3
[nut-commits] svn commit r924 - in trunk: . data
Does this require a new entry in scripts/hotplug/* and scripts/udev/*? -- Peter Alexander Gordeev wrote: > > Author: agordeev-guest > Date: Sat May 26 12:04:26 2007 > New Revision: 924 > > Log: > data/driver.list: added SVEN Power Smart RM 2000 to the list. > > Modified: > trunk/ChangeLog > trunk/data/driver.list > > Modified: trunk/ChangeLog >
2007 Feb 08
3
coding style
Dear developers, I would like to make the following additions to the section on coding style to developers.txt. Any objections / comments ? -- Peter Index: docs/developers.txt =================================================================== --- docs/developers.txt (revision 799) +++ docs/developers.txt (working copy) @@ -154,6 +154,10 @@ off the right margin of the screen, expect them to
2007 May 22
5
release?
Hi developers, I would like to propose making a release soon from the current NUT trunk. There have been a lot of important changes since 2.0.5: new drivers added/refined (e.g. megatec_usb); the switch to Automake; the renaming of newhidups to usbhid-ups; automatic installation of hotplugging files; IPv6 support; improvements to the tripplite_usb driver; improvements to the gamatronic driver;
2006 Aug 12
4
Will MGE-UPS Ellipse USBS auto shutdown?
I have an Ellipse USBS connected via serial cable to a CentOS 3 box. Do I need to turn off the UPS as the final stage of shutdown, or will the UPS power itself off, before the battery reaches a level to low to safely recharge from? I notice there is the option for the UPS to turn itself off (and on again) unattended if power is restored during shutdown, but there doesn't seem to be an option
2008 Oct 16
2
ups question from your web site
...behavior. The question is whether your *computer* will turn itself back on after a power failure. This is an option you can usually configure in the BIOS (i.e., by pressing F1 or ESC or something just before the computer starts to boot). Hope this helps, -- Peter nspag wrote: > > dear mr. selinger, > I read your ups article on back-ups es 650. > I have a back-ups 550. > would this have similar commands? > > I am interested in having the UPS turn itself back on, after a power > failure, without me hqaving to hit the power button. > > I am comfortable working with com...
2006 Nov 10
1
Re: [nut-commits] svn commit r578 - in trunk: . docs
Charles Lepple wrote: > > On 11/9/06, Peter Selinger <selinger-guest@alioth.debian.org> wrote: > > Author: selinger-guest > > Date: Fri Nov 10 05:57:37 2006 > > New Revision: 578 > > @@ -566,72 +567,72 @@ > > > > AC_MSG_CHECKING(driver path) > > AC_ARG_WITH(drvpath, > > -AC_HELP_STRING([--with-d...
2006 Oct 16
5
NUT and Automake
Dear NUT developers, I have converted NUT's build system to Automake/Libtool. Right now, the new build system is contained in the "automake" branch, at: ssh://svn.debian.org/svn/nut/branches/automake I plan to merge this into the main branch after a period of testing, if there are no objections. Here are some highlights: * automatic dependency tracking: no more need to do this
2005 Dec 06
1
Tripp Lite Internet Office 350VA
This is a USB only ups. I could not make it work with nut. So I put this daemon together. Get it from http://www.vsys.org/sventura/dev/ at the bottom of the page. Init scripts are gentoo based but I think it should be easy to adjust them to any distro. I am planning to integrate it with nut if I can find the time and there is enough interest on it to justify the project. This is a very entry
2006 Jan 27
2
about battery.date.*
2006/1/27, Peter Selinger <selinger@mathstat.dal.ca>: > > ... > battery.mfr.date, which is probably the more accurate interpretation. > > I think the naming should be changed to propose both: - battery.date.mfr: Battery manufacturing date - battery.date.change: Battery change date Any comments? Arnaud...
2006 Oct 10
1
Re: [nut-commits] svn commit r544 - in trunk: . drivers
Peter, looking back on rev 543, it looks like my 'make depend' ended up removing 'rhino.h', but also removed the rule for rhino.o as well. Did I miss a step somewhere? On 10/9/06, Peter Selinger <selinger-guest@costa.debian.org> wrote: > - updated dependencies for rhino -- - Charles Lepple
2009 Aug 26
2
Linux and the APC Back-UPS ES
...onger active in driver development, so I am forwarding your question to the NUT user list. The people on the list are very helpful. Best wishes, -- Peter Christian Dubois wrote: > > Hi there, I found this document on the internet and it was very useful > for me (http://www.mscs.dal.ca/~selinger/ups/backups.html), thank you. > > I successfully install and configure my ups over a Centos. My ups go > down on low battery when the power fail for a long period. > > But there is just a bug : my ups run out of battery before the end of > the shutdown process (a full shutdow...
2005 Sep 13
2
Re: about [ #302111 ] newhidups support for Belkin
I have checked in a cleaned-up version of patch #302111 (Belkin support) into CVS. See cvs diff -uN -r before_PSE_2 -r after_PSE_2 to check the difference. Here is the CHANGES entry: Tue Sep 13 20:50:14 UTC 2005 / Peter Selinger <selinger@users.sourceforge.net> - newhidups: added Belkin support. Also added some new variables and instant commands (some of these were already used by other drivers); see new-names.txt. - newhidups: fixed return value bug in libusb.c:libusb_open() when no device was found. P...
2007 Jan 08
1
Re: [nut-commits] svn commit r716 - in trunk: . drivers
...original) > +++ trunk/ChangeLog Mon Jan 8 10:52:18 2007 > @@ -1,3 +1,7 @@ > +Mon Jan 8 00:52:51 UTC 2007 / Arnaud Quette <aquette.dev@gmail.com> > + > + - libhid.c: HIDDumpTree() also prints the data ReportID, Offset and Size. > + > Mon Jan 8 00:52:51 UTC 2007 / Peter Selinger <selinger@users.sourceforge.net> > > - autoconf: removed test for s6_addr32, added test for IN6_IS_ADDR_V4MAPPED. > > Modified: trunk/drivers/libhid.c > ============================================================================== > --- trunk/drivers/libhid.c (original...
2006 Jun 19
4
Backups 300VA (BK-300C) Drivers
Hi, What driver should i use with APC BK-300C ? Michale Plourde Digicom Technologies
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 Jan 14
1
upscli_splitname() for upsc_list (was: Re: Default NUT PORT)
On 1/13/07, Peter Selinger <selinger@mathstat.dal.ca> wrote: > > The question is when exactly this should be converted to a number. > > Should this be done in upscli_splitname() or in upscli_connect()? The > > latter would require a change in the prototypes of upscli_splitname() > > and upscli_...
2006 Oct 16
1
doxygen (was: Re: NUT and Automake)
On 10/15/06, Peter Selinger <selinger@mathstat.dal.ca> wrote: > I have converted NUT's build system to Automake/Libtool. Right now, > the new build system is contained in the "automake" branch, at: Wow... this is really nice. Thanks for taking the time to do the conversion. > drivers/Doxyfile...
2006 Sep 26
4
Tripp-Lite OMNI650LCD
Hello all; I am new to this list. Recently we have been getting these cheap new Tripp-Lite "LCD" style UPS'es around here, and I was surprised to find the lack of Linux support. The model name is OMNI650LCD. Anyway, I tried the tripplite_usb driver and got a message instructing me to contact this mailing list. I might try to fix the problem myself, if I was more familiar with the
2006 Oct 03
1
NUT release process (was: Stack corruption in newhidups.c)
2006/10/2, Peter Selinger <selinger@mathstat.dal.ca>: > Arnaud Quette wrote: > > > > 2006/9/29, Peter Selinger <selinger@mathstat.dal.ca>: > > > > > I don't really understand the purpose of the "Testing" branch. It has > > > not been touched since July, as far...