User Tools

Site Tools


build-nut

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
build-nut [2011/08/20 13:00] mspallaccibuild-nut [2011/08/20 15:52] mspallacci
Line 1: Line 1:
 ==== installation notes ==== ==== installation notes ====
 +
 +=== External YUM repos needed === 
 +  * geekery
 +  * epel
 +
 +=== Packages === 
 +  * nut
 +  * nut-cgi 
 +  * nut-client
 +  * nut-xml
 +  * nut-hal
 +
 +=== Installation commands === 
  
 == CentOS 5 == == CentOS 5 ==
 +
 +  * i386: <code>yum install nut nut-cgi nut-client</code>
 +  * x86_64: <code>yum install nut.x86_64 nut-cgi.x86_64 nut-client.x86_64</code>
  
 == CentOS 6 == == CentOS 6 ==
 +
 +  * i686: <code>yum install nut nut-cgi nut-client</code>
 +  * x86_64: <code>yum install nut.x86_64 nut-cgi.x86_64 nut-client.x86_64</code>
 +
 +=== UDEV RULES installation instructions for USB UPSes ===
 +<code>
 +ln -s /lib/udev/rules.d/62-nut-usbups.rules /etc/udev/rules.d/62-nut-usbups.rules
 +udevcontrol reload_rules
 +udevtrigger
 +/etc/init.d/ups restart
 +</code>
 +
  
  
build-nut.txt · Last modified: 2012/07/22 23:26 by mspallacci