search for: baggesen

Displaying 20 results from an estimated 26 matches for "baggesen".

Did you mean: agesen
2007 Jan 17
3
Re: [nut-commits] svn commit r746 - trunk/packaging/RedHat
...g the extra nut.spec file in SVN; however, it needs to be added to configure.in's AC_OUTPUT section in order to be generated from nut.spec.in. I will commit that change shortly. Can you test the generated file? If it works, we'll assume the same change works for mandriva. On 1/16/07, Niels Baggesen <nba-guest@alioth.debian.org> wrote: > Author: nba-guest > Date: Tue Jan 16 19:31:39 2007 > New Revision: 746 > > Removed: > trunk/packaging/RedHat/nut.spec > Log: > > > _______________________________________________ > nut-commits mailing list > nut-com...
2006 Apr 08
2
Powerware 9120 serial connection via USB/serial dongle
...r driver for the Powerware is supposedly upscode2, but it doesn't seem to work: $ sudo upsdrvctl start Network UPS Tools - UPS driver controller 2.0.3 Network UPS Tools - UPScode II UPS driver 0.84 (2.0.3) Copyright (C) 2001-2002 H??vard Lygre, <hklygre@online.no> Copyright (C) 2004 Niels Baggesen <niels@baggesen.net> Warning: This is an experimental driver. Some features may not function correctly. Bad response to UPTP "": Bad response to UPTP "": Bad response to UPSN 0: Missing UPCL after UPCL Communications with UPS lost: Empty string from UPS for UPDS! I thou...
2006 Apr 25
2
Re: [nut-commits] svn commit r414 - in trunk: . drivers
...g issue, since we would have seen many more complaints about this. Arjen ============================================================================== > --- trunk/CHANGES (original) > +++ trunk/CHANGES Mon Apr 24 20:45:39 2006 > @@ -1,3 +1,7 @@ > +Mon Apr 24 20:45:37 UTC 2006 / Niels Baggesen <nba@users.sourceforge.net> > + > + - drivers/cpsups.c: Fix C++ style declarations between statements > + > Mon Apr 24 20:44:51 UTC 2006 / Niels Baggesen <nba@users.sourceforge.net> > > - man/upscode2.8: Fix speling in man page > > Modified: trunk/drivers/cpsu...
2014 Mar 15
0
Creating a new NUT USB HID subdriver
...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 http://www.networkupstools.org/docs/developer-guide.chunked/apas01.html /Niels -- Niels Baggesen - @home - ?rhus - Denmark - nba at users.sourceforge.net The purpose of computing is insight, not numbers --- R W Hamming
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
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
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
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
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 f...
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
2014 Nov 03
0
RFC: new variable battery.status (was: [PATCH] upscode2: Report ABM Status)
...fine DRIVER_NAME "UPScode II UPS driver" -#define DRIVER_VERSION "0.88" +#define DRIVER_VERSION "0.89abm" /* driver description structure */ upsdrv_info_t upsdrv_info = { @@ -54,7 +54,7 @@ "H K Lygre, <hklygre at online.no>\n" \ "Niels Baggesen <niels at baggesen.net>\n" \ "Niklas Edmundsson <nikke at acc.umu.se>", - DRV_EXPERIMENTAL, + DRV_BETA, { NULL } }; @@ -262,7 +262,7 @@ { "STAT", t_list, NULL, 0, 0, att }, { "STBO", t_status, NULL, UPSC_STAT_ONBATT }, { "STB...
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
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,
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
2007 Jan 19
1
Re: [nut-commits] svn commit r755 - in trunk: . clients
...* docs/developers.txt: added section on repository etiquette. > @@ -27,7 +35,6 @@ > * clients/upsclient.c: disable previous patch for upsclient (something is > broken somehow, but I don't have the time now to check it out) > > - > Mon Jan 15 20:20:36 UTC 2007 / Niels Baggesen <nba@users.sourceforge.net> > * drivers/upscode2.[ch]: > - major rework to support the new 3-phase variable set > > Modified: trunk/clients/upsclient.c > ============================================================================== > --- trunk/clients/upsclient.c (or...
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 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
2007 Feb 13
1
Upscode II driver
...ems slow to start and to spite the message of giving up it does work. Any thoughts on why it is having trouble synchronizing? ---------8<--------- Starting upscode2: Network UPS Tools - UPScode II UPS driver 0.84 (2.0.3) Copyright (C) 2001-2002 H&#9618;vard Lygre, Copyright (C) 2004 Niels Baggesen Warning: This is an experimental driver. Some features may not function correctly. [ OK ] Starting upsd: Network UPS Tools upsd 2.0.3 Connected to UPS [ups]: upscode2-ttyS0 Synchronizing........ giving up...
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
2006 Feb 10
1
Character-encoding in code and docs
Hi fellows, are there any policy on character-encoding in this project? The upscode2 driver did originally contain some nordic letters encoded in latin-1 (?, ?), but these have now transformed into garbage. I would like to restore these, but in what encoding? UTF-8? /Niels -- Niels Baggesen - @home - ?rhus - Denmark - nba@users.sourceforge.net The purpose of computing is insight, not numbers --- R W Hamming