Looking for Powerware Prestige 9 Series 6000VA. If you know where I can buy one please respond. thanks!
Question: I just uploaded the git development repository, and upon building it, I note that on the bcmxcp driver, it would appear that the git tree is actually older than what is in the 2.7.1 release: Git: Network UPS Tools - BCMXCP UPS driver 0.28 (2.7.1) RS-232 communication subdriver 0.20 2.7.1: Network UPS Tools - BCMXCP UPS driver 0.26 (2.6.5-3857M) RS-232 communication subdriver 0.20 I'm not so much noting the "2.6.5" in the dev, but the 0.28 vs 0.26 bcmxcp version skew . . . (and yes, I don't have these reversed!). Am I pulling the wrong git tree, or ? ? ? I pulled with: git clone git://github.com/networkupstools/nut.git as per the nut web paged for dev code . . . I would at least have expected the repository to be at 2.7.1, since that was the last release before current development. ? ? ? ? Thanks, - Tim -- ===============================================================================Tim Dawson (tadawson at tpcsvc.com) Owner/Engineer TPC Services Bellnet: (972)-221-7385 Lewisville, Texas 75067 "Gaff Tape can't fix 'Stupid', but it can muffle the sound..."
Are you looking to add a unit, or to replace a unit with a problem? If the latter, I have done some basic repairs on these, and might be able to offer some insights. If not, then sorry for consuming the bandwidth . . . - Tim On 02/26/2014 05:11 PM, Gretchen Touchette wrote:> Looking for Powerware Prestige 9 Series 6000VA. If you know where I can > buy one please respond. thanks! > > > > > _______________________________________________ > Nut-upsuser mailing list > Nut-upsuser at lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser >-- ===============================================================================Tim Dawson (tadawson at tpcsvc.com) Owner/Engineer TPC Services Bellnet: (972)-221-7385 Lewisville, Texas 75067 "Gaff Tape can't fix 'Stupid', but it can muffle the sound..."
On Feb 28, 2014, at 1:05 PM, Tim Dawson wrote:> Git: > > Network UPS Tools - BCMXCP UPS driver 0.28 (2.7.1) > RS-232 communication subdriver 0.20 > > > 2.7.1: > > Network UPS Tools - BCMXCP UPS driver 0.26 (2.6.5-3857M) > RS-232 communication subdriver 0.20 > > > I'm not so much noting the "2.6.5" in the dev, but the 0.28 vs 0.26 bcmxcp version skew . . . (and yes, I don't have these reversed!).Aside from the 2.6.5 part, everything else is as expected. The 0.28/0.26 part refers to the version of the main source file for the driver. In this case, the BCMXCP core has a RS-232 subdriver and a USB subdriver. The change from 0.26 to 0.28 means that the core code had two minor revisions between the 2.6.5 release and the current Git master, and the RS-232-specific portion of the code did not change. (At least, that's the idea - we have not automated the assignment of version numbers.) -- Charles Lepple clepple at gmail