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
Next revision
Previous revision
build-nut [2011/08/13 13:18] mspallaccibuild-nut [2012/07/22 23:26] (current) – [nut build config] mspallacci
Line 1: Line 1:
 +==== installation notes ====
 +
 +=== External YUM repos needed === 
 +  * geekery
 +  * epel
 +
 +=== Packages === 
 +  * nut
 +  * nut-cgi 
 +  * nut-client
 +  * nut-xml
 +  * nut-hal
 +
 +=== Installation commands === 
 +
 +== 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 ==
 +
 +  * 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>
 +
 +
 +
 +
 +
 ==== nut build config ==== ==== nut build config ====
  
Line 20: Line 57:
 build and install documentation: no build and install documentation: no
 build and install the development files: yes build and install the development files: yes
 +
 +</code>
 +
 +Configuration for 2.64 version:
 +
 +<code>
 +
 +Configuration summary:
 +======================
 +build serial drivers: yes 
 +build USB drivers: yes 
 +build SNMP drivers: yes 
 +build neon based XML driver: yes 
 +enable Avahi support: yes 
 +build Powerman PDU client driver: yes 
 +build IPMI driver: no 
 +enable SSL development code: yes 
 +enable libwrap (tcp-wrappers) support: yes 
 +enable libltdl (Libtool dlopen abstraction) support: yes 
 +build CGI programs: yes 
 +enable HAL support: yes 
 +build and install documentation: no 
 +build and install the development files: no
  
 </code> </code>
Line 41: Line 101:
 build and install documentation: no build and install documentation: no
 build and install the development files: yes build and install the development files: yes
 +
 +</code>
 +
 +Configuration for 2.64 version:
 +
 +<code>
 +Configuration summary:
 +======================
 +build serial drivers: yes 
 +build USB drivers: yes 
 +build SNMP drivers: yes 
 +build neon based XML driver: yes 
 +enable Avahi support: yes 
 +build Powerman PDU client driver: yes 
 +build IPMI driver: no 
 +enable SSL development code: yes 
 +enable libwrap (tcp-wrappers) support: yes 
 +enable libltdl (Libtool dlopen abstraction) support: yes 
 +build CGI programs: yes 
 +enable HAL support: yes 
 +build and install documentation: no 
 +build and install the development files: no
  
 </code> </code>
build-nut.1313234325.txt.gz · Last modified: 2011/08/13 13:18 by mspallacci