[Nut-upsdev] Idea: UPS id via powerline broadcast

2011-08-27 Thread Stuart D Gathman
The problem: We maintain small servers in customer offices. Customers often get confused when asked to plug the server into the UPS. Sometimes they have multiple servers from different vendors, and multiple UPSs, and plug our server into the wrong UPS. The end result is that the UPS being monit

Re: [Nut-upsdev] naming a new Mac OS X UPS driver

2011-08-27 Thread Charles Lepple
On Aug 27, 2011, at 6:46 AM, Arnaud Quette wrote: this is very similar to the HAL / UPower (using the system provided PM integration)! but you have a converse approach: consume data from this source. does this means that using this source is better (in terms of data and features provided)?

[Nut-upsdev] Possible support for Trust 1300VA LCD Management UPS?

2011-08-27 Thread David Quinn
I'm totally new to this, so heres hoping i can give you the info you need ... I have a new Trust usb UPS hooked up to my iMac (running Lion) The UPS shows up in the system report with the following info: Product ID: 0x0003 Vendor ID:0x06da (Phoenixtec Power Co., Ltd.) Version: 5

[Nut-upsdev] [PATCH 3/3] Fix pointer check on wrong variable

2011-08-27 Thread Thomas Jarosch
Credit goess to "cppcheck" Signed-off-by: Thomas Jarosch --- drivers/usb-common.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb-common.c b/drivers/usb-common.c index e51f3cf..e459872 100644 --- a/drivers/usb-common.c +++ b/drivers/usb-common.c @@ -116,7 +1

[Nut-upsdev] [PATCH 2/3] Fix use of uninitialized variable

2011-08-27 Thread Thomas Jarosch
Credit goes to "cppcheck". Signed-off-by: Thomas Jarosch --- drivers/mge-utalk.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/mge-utalk.c b/drivers/mge-utalk.c index c6114c7..616e2ad 100644 --- a/drivers/mge-utalk.c +++ b/drivers/mge-utalk.c @@ -465,7 +465,8

[Nut-upsdev] [PATCH 1/3] Fix file descriptor leak

2011-08-27 Thread Thomas Jarosch
Credit goes to "cppcheck" Signed-off-by: Thomas Jarosch --- common/common.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/common/common.c b/common/common.c index f443cb7..e8004d7 100644 --- a/common/common.c +++ b/common/common.c @@ -244,6 +244,7 @@ int sendsignalf

Re: [Nut-upsdev] naming a new Mac OS X UPS driver

2011-08-27 Thread Arnaud Quette
Hey Charles, 2011/8/12 Charles Lepple > I've been working on a meta-driver that tries to address one of the > difficulties of using NUT on a Mac OS X system which has built-in drivers > for several USB-connected UPSes. > > On a stock OS X system, after you plug in a system-supported UPS, a new >