Displaying 20 results from an estimated 10000 matches similar to: "Re: [nut-commits] svn commit r746 - trunk/packaging/RedHat"
2006 Apr 25
2
Re: [nut-commits] svn commit r414 - in trunk: . drivers
> Author: nba-guest
> Date: Mon Apr 24 20:45:39 2006
> New Revision: 414
>
> Modified:
> trunk/CHANGES
> trunk/drivers/cpsups.c
> Log:
> Fix C++ style declarations between statements
>
> Modified: trunk/CHANGES
Niels,
What is the reason for 'fixing' this? Constructions like these are used in
many locations throughout the sources (not only in the
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:
2014 Mar 15
0
Creating a new NUT USB HID subdriver
Den 14-03-2014 21:29, Rob Groner skrev:
> It works pretty good after that. However, if I'm going to tailor
> my hid2nut table, it would really help if there was some master list
> of all the paths (input.voltage, battery.temperature, etc) NUT supports,
> instead of having to dig through different driver files to see what's
available. Is there some list?
How about
2014 Mar 14
2
Creating a new NUT USB HID subdriver
Thanks to the great help here, I now have a UPS spitting out something resembling a report descriptor. So since I seem destined to have to create a new USB HID subdriver, I figured I'd get started on the path.
I followed all of the directions on the web....I used the script to generate the usbhid subdriver, feeding it the output of the usbhid-ups driver from reading my UPS. All that worked
2007 Jan 18
2
Silencing libtool
Hi developers,
the current setup when doing a make (even a make -s) is very noisy, and
makes it very easy to miss warnings from gcc.
I would like to add a --slient option to libtool.
How do the rest of you feel about that?
/Niels
--
Niels Baggesen - @home - ?rhus - Denmark - nba@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
2006 Apr 05
1
NUT and debuggers (was: newhidups crashes intermittently (double free or corruption))
2006/4/4, Niels Baggesen <nba@users.sourceforge.net>:
> On Tue, Apr 04, 2006 at 10:57:51PM +0200, Nick Rosier wrote:
> > Again, with an unstripped version of newhidups. But it doesn't seem to
> > give more information; no core dump either. Anything else I can try?
> > Strace it and hope the file doesn't fill up my disk :-)
>
> It is probably better to try
2006 Feb 06
4
Powerware 9125 working w/ SNMP
Thanks to Olli, I can now talk to my PW9125 via SNMP:
> upsc cscfups001@localhost
ambient.temperature: 031.0
battery.charge: 090.0
battery.runtime: 2640.0
battery.voltage: 055.5
driver.name: snmp-ups
driver.parameter.mibs: pw
driver.parameter.port: cscfups001.cs.uwaterloo.ca
driver.version: 2.1.0
driver.version.internal: 0.41
input.frequency: 060.0
input.voltage: 120.0
output.current: 020.0
2006 Feb 25
3
Compaq R1500 UPS and Linux
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
Has anyone gotten it working at all with Linux :) I picked one up for
thiry bucks and would love to monitor it!
Liz
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
iD8DBQFD/5fEIACpLcG4dhwRAmeCAJ9+8FGXqKoOlZdkw/KFXb9n0PEemwCdHaoD
NVnv7JjmBAjNsExK6WzAdnA=
=pcPX
- -----END PGP
2013 Jun 28
0
How to Simulate UPS on battery?
Den 28-06-2013 04:17, Mike. skrev:
>
> My first question is: is it possible to simulate a "UPS is on battery"
> state?
Instead of the real ups, use the dummy-ups driver
/Niels
--
Niels Baggesen - @home - ?rhus - Denmark - nba at users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
2013 Jun 28
2
How to Simulate UPS on battery?
I've recently moved from installing NUT from source to installing NUT
from the FreeBSD package (FreeBSD 9.1).
One would think that I might have learned not to change anything, but I
made the change. And here is my tale of woe.....
My first question is: is it possible to simulate a "UPS is on battery"
state?
Some background:
UPS comm port is connected to and monitored by
2007 Feb 07
1
Network Management Card (MGE) 66102 with snmp-ups
I'm trying to set up nut with a MGE UPS equiupped with a network
management card, but encountered a problem.
UPS: MGE Pulsar M 3000
Network Management card (installed in the UPS): 66102 (2006 edition)
Operating system: FreeBSD
Nut port version: 2.0.5
Nut driver: snmp-ups
According to MGE in Norway this card is supported by nut, but only
the old version of the card (66244) is listed on
2005 Jul 14
1
upsd won't run
I've got persistent trouble getting nut to work, though I think I've done everything by the book (the Debian specific readme included). I've tracked it down to upsd not working as it should: it just won't keep going. :( I.e. checking the process list (or using its reload command) shows that there just isn't a upsd process, at all.
Starting upsd with a few -D's for
2007 Jun 02
1
CGI-BIN for Nut
I'm access nut online via localhost. But I have the following problems.
When I click on Statistics I get cannot open /etc/hosts.conf. When I click
on settings I get: Error: Can't open upsset.conf to verify security
settings.
Refusing to start until this is fixed.
I have .htaccess in cgi-bin with the following:
<Files upsset.cgi>
deny from all
allow from 127.0.0.1
</Files>
2007 Feb 20
3
multiple machines
Hi - I have 5 Linux servers connected to 1 SmartUPS 2200 VA.
The software from APC for Linux requires a Windows machine be
present on the network as a server in order to manage the Linux
machines.
This is a show stopper for us since we don't have access to any
Windows machines.
My first impression of NUT is it can shutdown the machine connected
to the UPS via the serial cable but it
2006 Apr 08
2
Powerware 9120 serial connection via USB/serial dongle
I decided to try this to see if it worked better since
Powerware decided to build in some oddball USB
protocol instead of using a HID UPS profile, but it
doesn't seem to work. The USB/serial dongle is
recognized by Linux and added as /dev/ttyUSB0, owned
by group "dialout", so I had to add the nut user to
the dialout group. In the compatibility list, the
proper driver for the
2008 Feb 02
1
[nut-commits] svn commit r1264 - in trunk: . drivers m4 scripts/hal
On Feb 1, 2008 6:11 PM, Arnaud Quette <aquette at alioth.debian.org> wrote:
> Author: aquette
> Date: Fri Feb 1 23:11:33 2008
> New Revision: 1264
>
> Log:
> fix HAL support installation [Alioth Bug #304156]
Arnaud,
I tried to fix some of the errors that I was seeing in buildbot, but I
still get the following error on "make distcheck", and I don't know
how
1998 Mar 31
3
hide dotfiles not working.
Just started with Samba a few weeks ago so am
still a newbie. Am serving a single W-95 client
reasonably well - it allows users to log on using
their unix id and passwd, and they can all browse
their unix home directories. However ....
I can't seem to get the "hide dotfiles" directive to work.
Nor the "hide files"!
Also, If a user on W-95 saves a file to unix called,
2004 Sep 10
5
1.0 source candidate
I rethought it and it seemed like a bad idea to post
a big file, so you can get it here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/flac/junk/flac-1.0-src-candidate.tar.bz2
Josh
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
2012 Feb 13
3
RFC: new variable battery.status (was: [PATCH] upscode2: Report ABM Status)
2012/2/6 thomas schorpp <thomas.schorpp at googlemail.com>:
> Hi,
Hi Thomas,
> I want the driver report the battery status from ABM charging controllers
> -patch attached- :
thanks for your patch.
since it introduces a new variable (battery.status.abm), I prefer to
step back and think to something useful more widely.
thus, I'm thinking about a generic
2008 Mar 06
1
[nut-commits] svn commit r1358 - in branches/Testing: . clients drivers m4 man scripts/hal server
On Wed, Mar 5, 2008 at 4:44 PM, Arjen de Korte
<adkorte-guest at alioth.debian.org> wrote:
> Author: adkorte-guest
> Date: Wed Mar 5 21:44:41 2008
> New Revision: 1358
>
> Log:
> - fix HAL support [Alioth Bug #304156] (backport from r1294)
> - only include target specific CFLAGS and LDFLAGS only if target is actually used (backport from r1296 and r1297)
> - add