<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Network UPS Tools (NUT) on Ubuntu</title>
	<atom:link href="http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/</link>
	<description>hints and tricks and problems we’ve solved</description>
	<lastBuildDate>Sun, 06 Dec 2009 23:44:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ericcoe</title>
		<link>http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-404</link>
		<dc:creator>ericcoe</dc:creator>
		<pubDate>Wed, 05 Aug 2009 00:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-404</guid>
		<description>the key to nut and BNT-1500AP  is this as your ups.conf file.
[mine]
	driver = powercom
	port = /dev/ttyS0
        type = &quot;BNT-other&quot;

If your read the help page for the driver:
/lib/nut/powercom -h

You will find that:
You must specify type in ups.conf
Type of UPS like &#039;Trust&#039;, &#039;Egys&#039;, &#039;KP625AP&#039;, &#039;IMP&#039;, &#039;KIN&#039; or &#039;BNT&#039; or &#039;BNT-other&#039; (default: &#039;Trust&#039;)
BNT-other - it&#039;s a special type for BNT 100-120V models</description>
		<content:encoded><![CDATA[<p>the key to nut and BNT-1500AP  is this as your ups.conf file.<br />
[mine]<br />
	driver = powercom<br />
	port = /dev/ttyS0<br />
        type = &#8220;BNT-other&#8221;</p>
<p>If your read the help page for the driver:<br />
/lib/nut/powercom -h</p>
<p>You will find that:<br />
You must specify type in ups.conf<br />
Type of UPS like &#8216;Trust&#8217;, &#8216;Egys&#8217;, &#8216;KP625AP&#8217;, &#8216;IMP&#8217;, &#8216;KIN&#8217; or &#8216;BNT&#8217; or &#8216;BNT-other&#8217; (default: &#8216;Trust&#8217;)<br />
BNT-other &#8211; it&#8217;s a special type for BNT 100-120V models</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bahadirtonguc</title>
		<link>http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-399</link>
		<dc:creator>bahadirtonguc</dc:creator>
		<pubDate>Sat, 29 Nov 2008 11:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-399</guid>
		<description>I tried everything but it wont work. is that because of using a regular serial cable with 9 pins both ends?

ttyS0 is showing locked. ttyS1 received data -1 instead of 11 which driving me crazy!

UPS is powercom, OS ubuntu, Server IBM Netfinity 5600

Pleased to hear</description>
		<content:encoded><![CDATA[<p>I tried everything but it wont work. is that because of using a regular serial cable with 9 pins both ends?</p>
<p>ttyS0 is showing locked. ttyS1 received data -1 instead of 11 which driving me crazy!</p>
<p>UPS is powercom, OS ubuntu, Server IBM Netfinity 5600</p>
<p>Pleased to hear</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting NUT working with a Compaq T2400h</title>
		<link>http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-391</link>
		<dc:creator>Getting NUT working with a Compaq T2400h</dc:creator>
		<pubDate>Sun, 06 Apr 2008 19:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-391</guid>
		<description>[...] Network UPS Tools (NUT) on Ubuntu [...]</description>
		<content:encoded><![CDATA[<p>[...] Network UPS Tools (NUT) on Ubuntu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rescdsk</title>
		<link>http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-299</link>
		<dc:creator>rescdsk</dc:creator>
		<pubDate>Wed, 31 Oct 2007 18:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-299</guid>
		<description>Thanks for posting this!

I got stalled at the &quot;upsdrvctl start&quot; step: it would not detect my UPS&#039;s existence.  My UPS is connected over USB, with the parameters:
(ups.conf)
[belkin]
    driver=newhidups
    port=auto

The problem turned out to be that the newhidups driver did not have sufficient permissions to read and write the device node that corresponded to the UPS.  I have a 2.6 kernel, so this just means I needed to write a &lt;a href=&quot;http://reactivated.net/writing_udev_rules.html&quot; rel=&quot;nofollow&quot;&gt;udev rule&lt;/a&gt;.  The Ubuntu nut package automatically adds a file to /etc/udev/rules.d/, but my UPS was not detected by the rules in that file.  So I added the following line to it:

SYSFS{product}==&quot;Belkin UPS&quot;, SYSFS{idProduct}==&quot;0751&quot;, SYSFS{version}==&quot; 1.10&quot;,
 RUN+=&quot;/etc/hotplug/usb/libhidups&quot;

That hotplug script simply changes the ownership of the device node.  Then everything worked, after I unplugged and plugged in the USB cable.

I figured out the SYSFS{..} rules using the lsusb program and the udevinfo program.  The former is pretty self-explanatory, the latter is described in the &quot;writing udev rules&quot; link above.

By the way, another hard to figure out piece of excitement is that the &quot;usbhid-ups&quot; and &quot;newhidups&quot; drivers are really the same thing, and if someone tells you to use one but you only have the other, try the other.

Hope this helps someone!
tgs at dont resc spamme dot net</description>
		<content:encoded><![CDATA[<p>Thanks for posting this!</p>
<p>I got stalled at the &#8220;upsdrvctl start&#8221; step: it would not detect my UPS&#8217;s existence.  My UPS is connected over USB, with the parameters:<br />
(ups.conf)<br />
[belkin]<br />
    driver=newhidups<br />
    port=auto</p>
<p>The problem turned out to be that the newhidups driver did not have sufficient permissions to read and write the device node that corresponded to the UPS.  I have a 2.6 kernel, so this just means I needed to write a <a href="http://reactivated.net/writing_udev_rules.html" rel="nofollow">udev rule</a>.  The Ubuntu nut package automatically adds a file to /etc/udev/rules.d/, but my UPS was not detected by the rules in that file.  So I added the following line to it:</p>
<p>SYSFS{product}==&#8221;Belkin UPS&#8221;, SYSFS{idProduct}==&#8221;0751&#8243;, SYSFS{version}==&#8221; 1.10&#8243;,<br />
 RUN+=&#8221;/etc/hotplug/usb/libhidups&#8221;</p>
<p>That hotplug script simply changes the ownership of the device node.  Then everything worked, after I unplugged and plugged in the USB cable.</p>
<p>I figured out the SYSFS{..} rules using the lsusb program and the udevinfo program.  The former is pretty self-explanatory, the latter is described in the &#8220;writing udev rules&#8221; link above.</p>
<p>By the way, another hard to figure out piece of excitement is that the &#8220;usbhid-ups&#8221; and &#8220;newhidups&#8221; drivers are really the same thing, and if someone tells you to use one but you only have the other, try the other.</p>
<p>Hope this helps someone!<br />
tgs at dont resc spamme dot net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taistor &#187; NUT</title>
		<link>http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-294</link>
		<dc:creator>taistor &#187; NUT</dc:creator>
		<pubDate>Fri, 28 Sep 2007 05:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-294</guid>
		<description>[...] Network UPS Tools (NUT) on Ubuntu [...]</description>
		<content:encoded><![CDATA[<p>[...] Network UPS Tools (NUT) on Ubuntu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skipperthemadpenguin</title>
		<link>http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-207</link>
		<dc:creator>skipperthemadpenguin</dc:creator>
		<pubDate>Thu, 12 Jul 2007 21:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-207</guid>
		<description>hi, very useful tnx you!!!

may ask something?
i have only 1 pc running ubuntu with nut properly configured. if ups switch to battery when my pc is shutdown ? when battery is low? or immediately ?
it&#039;s possible to configure the monitor like that: &quot;after 15 min of battery mode shutdown immediately&quot;

TNX</description>
		<content:encoded><![CDATA[<p>hi, very useful tnx you!!!</p>
<p>may ask something?<br />
i have only 1 pc running ubuntu with nut properly configured. if ups switch to battery when my pc is shutdown ? when battery is low? or immediately ?<br />
it&#8217;s possible to configure the monitor like that: &#8220;after 15 min of battery mode shutdown immediately&#8221;</p>
<p>TNX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StempleLABS Projects &#187; NUT Config</title>
		<link>http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-202</link>
		<dc:creator>StempleLABS Projects &#187; NUT Config</dc:creator>
		<pubDate>Sun, 01 Jul 2007 23:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/#comment-202</guid>
		<description>[...] Examples on Ubuntu [...]</description>
		<content:encoded><![CDATA[<p>[...] Examples on Ubuntu [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
