Displaying 20 results from an estimated 1000 matches similar to: "CPQPOWER-MIB contribution"
2010 Jan 27
1
CPQPOWER-MIB - nearly there
I have attempted to create cpqpowermib.h for the snmp-ups driver. We use
HP UPSs and version 2 of the firmware for their AF401A management cards
use the CPQPOWER-MIB.
I have attached my current attempt (which builds and almost works
against nut 2.4.1). Once all is working I'll send in the finished
article for consideration. This file is based on ietfmib.h.
There are a couple of issues
2010 Feb 04
1
cpqpowermib tweak
Hi,
I've been asked to add upsBatteryAbmStatus to the cpqpower mib. We use
it purely for the CGI display. Here are the patches for data/cmdvartab
and drivers/cpqpowermib.h
-
Philip Ward
Unix Systems Administrator
Ext 7274
--
The Sunday Times Scottish University of the Year 2009/2010
The University of Stirling is a charity registered in Scotland,
number SC 011159.
-------------- next
2009 Aug 31
3
SNMP on HP UPS
Hi,
I would like to contribute code to make the SNMP driver compatible with
HP's AF401A UPS module. It is also compatible with HP's older SNMP
modules.
It's just a new mib specification plus the necessary changes to
snmp-ups.c
Several sources have told me that these UPSs use the cpqpower.mib, but
comparing that mib at http://www.snmplink.org/cgi-bin/nd/m/Ent/H/Hewlett
2013 Aug 26
2
snmp-ups on debian
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The snmp-ups driver 2.6.4 as packaged with Debian wheezy crashes when
talking to a UPS that uses the CPQPOWER MIB. I have built 2.6.5 from
source and found the same problem.
On July 29th I grabbed the latest source from svn, built it and now
have a working snmp-ups driver.
Would it be possible to update the debian package? I'd be happy to
help
2012 Jan 05
1
Re old message CPQPOWER-MIB - nearly there (using snmp-ups with HP AH401A management card)
Hi,
This appears to be related to a thread from January 2010:
http://lists.alioth.debian.org/pipermail/nut-upsdev/2010-January/004470.html
NB: This is on an HP-UX 11.31 box, using a self compiled and packaged version of NUT 2.6.3, and net-snmp v5.7.1.
Therefore some of the search paths and things like that may well be wrong because I've done something dumb. I'm also
only just getting
2012 Jan 12
0
Bug#655581: solution
Apologies, there is a slight change required to the solution. replace
the do_ifup line as follows:
if [ -n "${slaves}" ]; then
ip link set dev $bridge up
[ -n "$gateway" ] && ip route add default via ${gateway}
else
do_ifup ${bridge}
fi
--
Philip Ward
Unix Systems Administrator
01786 467274 (ext 7274)
--
The Sunday Times
2009 Mar 18
1
SNMP on HP UPS
We use HP R5500XR UPS, and they all have SNMP cards. These devices
supposedly use the IETF MIB, but in order to get the SNMP driver to talk
to them I have had to hack it slightly.
I'd like to see these UPS proplerly supported in the official nut
release (mostly so I don't have to faff around patching and repackaging
when a new version comes out) and would be more than happy to provide
2012 Jan 12
3
Bug#655581: xen-utils-common: network-bridge breaks the network setup when using ethernet bonding.
Package: xen-utils-common
Version: 4.0.0-1
Severity: important
If using ethernet bonding and network-bridge with xen the network-bridge scripts breaks the network.
I have run through the commands manually in irder to establish the culprit.
In the op_start function (Starting on line 214) everything is fine up until line 251.
At this point the bridge has been created, devices renamed and the
2010 Feb 07
2
NUT release plans (post-2.4.1): ChangeLog format
What follows is a sample of the output of svn2cl for the trunk. I
added the username-to-email mapping file, enabled revision numbers,
and told it to group commits on a single day by the same author:
$ svn2cl --group-by-day --include-rev --authors=../../svn2cl.authors
Arjen: I used your main email address that you typically list in the
ChangeLog entries.
Arnaud: I wasn't sure which address
2006 Nov 29
2
External Devices
Hi,
I'm new to the list, and would like to make a contribution to nut.
Nut does a superb job of monitoring the UPS(s) that power servers, but your
server may want to monitor other UPSs as well. You may have a SAN attached
disk array and want to monitor its UPS(s) in order to shutdown yourself
before the disk dies and you lose data. There may be other devices as well
that would cause you
2014 Apr 07
0
snmp-ups sends status "OL OB" on HP R3000 UPS with AF465A management card [UPDATE]
Hello Arnaud,
On 05/04/14 22:01, Arnaud Quette wrote:
> Philippe, Ivan,
>
> please see https://github.com/networkupstools/nut/issues/118
> and send back your data.
I've pasted the requested files in github, but the auto-formatting may
have damaged them, so here they are.
Also, when I ran gen-snmp-subdriver.sh, it gave me the following message:
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
It has been observed that binaries contents
are depending on the order of linked objects.
This order is caused by GNU make's wildcard function
and the position of sources on filesystem.
This change tries to prevent this kind of randomness.
Also consider building using -j1 flag
to make it even more reproductible.
Change-Id: Ie8eee7f336e6f1fa2863c4150d967afd15519f1d
Bug:
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
W dniu 21.06.2017 o?17:46, Macka pisze:
> W dniu 20.06.2017 o?21:25, Timo Sirainen pisze:
>> On 20 Jun 2017, at 15.49, Macka<dovecot at macka.pl> wrote:
>>> Hi,
>>>
>>> I have problem with quota storage information in dovecot-2.2.29 (and
>>> newer versions, too - 2.2.30.2).
>>> I use FS quota backend.
>> .
>>> After
2012 May 01
1
error bars for a barchart
Hi
I have the following barchart to which I want to add error bars.
library(lattice)
barchart(Change~fTreat,groups=Process,change,
auto.key=list(points=FALSE,rectangles=TRUE),
panel=function(x, y,...){
panel.barchart(x,y,origin = 0,...);
panel.abline(h=0,col="black",...);
}
)
I have tried
2012 May 03
1
braking a label in two lines when using expression()
I making an xyplot and the y label is too long and needs to be in two rows, but when I brake it there is a huge gap between the last text string and the expression, and I can't get rid of it. Any ideas?
Data:
structure(list(Temp = c(8L, 8L, 8L, 8L, 8L, 8L, 12L, 12L, 12L,
12L, 12L, 12L), CO2 = c(380L, 380L, 380L, 750L, 750L, 750L, 380L,
380L, 380L, 750L, 750L, 750L), Treat = structure(c(3L,
2005 Jun 30
0
[fdo] libtransset
Hi!
I'm fledging transset into a tiny library to allow applications to
make themselves (or parts of them) transparent. This will probably be
obsolete by GDK 2.8, but I sort of need it now for a Tomboy plugin I'm
doing.
So here's the thing: It's doesn't work! *gasp*
I almost copy-pasted the code from transset CVS, I get no errors, the
window ID's are correct, the property
2006 Jan 09
0
Unitek UPS driver/Rewrite of energizerups using libhid
Hello,
I've rewritten the energizer ups to use libhid like tripplite_usb does
and to add support for my Unitek UPS.
This driver needs hotplug scripts to set permission to the nut group
with idVendor : 0x0F03 and idProduct : 0x0001
This is my first _real_ participation in an Open Source project, I hope
I'm doing things the right way.
Any ideas and comments are welcomed.
2010 Jun 28
0
ROSH attachments
Here's the two files.
--
-Gene
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rosh.c
Type: text/x-c
Size: 27913 bytes
Desc: not available
URL: <http://www.zytor.com/pipermail/syslinux/attachments/20100627/df26979e/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rosh.h
Type: text/x-chdr
Size: 6027
2017 Sep 05
0
Suggest exposing VAD info. from opus frame
Hi.
I would like to contribute to the project regarding exposing VAD
information from opus frame.
I think VAD flag is very useful in jitter buffer management.
And it can be used at end-point detection for voice recognition, too.
As you know, there isn't VAD flag in CELT mode. So, in my proposal all
frames are assumed active signal in CELT mode.
It works on only single packet.
In multiple
2006 Nov 28
1
[LLVMdev] more ARM bits
Hi,
It looks like the attached files from my previous patch were not "svn
added". Could someone add them to gcc/config/arm?
Thanks,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: linux-eabi.h
Type: text/x-chdr
Size: 2513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061128/99c4bc77/attachment.h>