Pavel Potcheptsov (EKTOS)
2013-Jul-29 10:43 UTC
[Nut-upsuser] nut package with Riello UPS support
Hello list, I have explored https://github.com/networkupstools/nut repository and found that Riello UPS added into list of supported UPS. But current package for most distribution it's nut-2.6.5 which doesn't have Riello's models. Do we need to wait next upcoming nut release to get start with Riello? I tried to install from source but stuck: # git clone https://github.com/networkupstools/nut.git # pkg_add python-3.2.3p0 autoconf-2.69p0 automake-1.13.1 libtool asciidoc # ln -s /usr/local/bin/python2.7 /usr/local/bin/python # pwd /root/nut # export AUTOMAKE_VERSION=1.13 # export AUTOCONF_VERSION=2.69 # export CONFIGURE_STYLE=autoconf # ./autogen.sh Calling autoreconf... aclocal-1.13: warning: autoconf input should be named 'configure.ac', not ' configure.in' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal-1.13: warning: autoconf input should be named 'configure.ac', not ' configure.in' automake-1.13: warning: autoconf input should be named 'configure.ac', not ' configure.in' configure.in:11: installing './config.guess' configure.in:11: installing './config.sub' configure.in:15: installing './install-sh' configure.in:15: installing './missing' automake-1.13: warning: autoconf input should be named 'configure.ac', not ' configure.in' clients/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' # ./configure --with-user=_ups --with-group=_ups Configuration summary: =====================build serial drivers: yes build USB drivers: yes build SNMP drivers: no build neon based XML driver: no enable Avahi support: no build Powerman PDU client driver: no build IPMI driver: no build Mac OS X meta-driver: no enable SSL support: yes (OpenSSL) enable libwrap (tcp-wrappers) support: no enable libltdl (Libtool dlopen abstraction) support: no build nut-scanner: no build CGI programs: no enable HAL support: no build and install documentation: no build and install the development files: no # make Making all in include NUT_VERSION: "2.6.5-183-ga074844" test -f nut_version.h || cp _nut_version.h nut_version.h cmp -s _nut_version.h nut_version.h || cp _nut_version.h nut_version.h rm -f _nut_version.h make all-am Making all in common Making all in clients Making all in conf Making all in data Making all in html Making all in tools Making all in . Making all in nut-scanner make all-am Regenerating the SNMP helper files. Regenerating the USB helper files. Making all in docs Making all in . Making all in man Using existing nut.conf.5 manual page, since 'asciidoc' was not found. Using existing ups.conf.5 manual page, since 'asciidoc' was not found. Using existing upsd.conf.5 manual page, since 'asciidoc' was not found. Using existing upsd.users.5 manual page, since 'asciidoc' was not found. Using existing upsmon.conf.5 manual page, since 'asciidoc' was not found. Using existing upssched.conf.5 manual page, since 'asciidoc' was not found. Using existing nutupsdrv.8 manual page, since 'asciidoc' was not found. Using existing upsc.8 manual page, since 'asciidoc' was not found. Using existing upscmd.8 manual page, since 'asciidoc' was not found. Using existing upsd.8 manual page, since 'asciidoc' was not found. Using existing upsdrvctl.8 manual page, since 'asciidoc' was not found. Using existing upslog.8 manual page, since 'asciidoc' was not found. Using existing upsmon.8 manual page, since 'asciidoc' was not found. Using existing upsrw.8 manual page, since 'asciidoc' was not found. Using existing upssched.8 manual page, since 'asciidoc' was not found. Using existing nut-scanner.8 manual page, since 'asciidoc' was not found. Using existing nut-recorder.8 manual page, since 'asciidoc' was not found. Using existing apcsmart.8 manual page, since 'asciidoc' was not found. Using existing apcsmart-old.8 manual page, since 'asciidoc' was not found. Using existing bcmxcp.8 manual page, since 'asciidoc' was not found. Using existing belkin.8 manual page, since 'asciidoc' was not found. Using existing belkinunv.8 manual page, since 'asciidoc' was not found. Using existing bestfortress.8 manual page, since 'asciidoc' was not found. Using existing bestuferrups.8 manual page, since 'asciidoc' was not found. Using existing bestups.8 manual page, since 'asciidoc' was not found. Using existing bestfcom.8 manual page, since 'asciidoc' was not found. Using existing blazer.8 manual page, since 'asciidoc' was not found. make: don't know how to make blazer_ser.8 (prerequisite of: all-am) Stop in docs/man *** Error 1 in docs (Makefile:511 'all-recursive') *** Error 1 in /root/nut (Makefile:499 'all-recursive') -- Best / ? ?????????? ??????????? *Pavel Potcheptsov* LLC EKTOS-Ukraine System administrator 1, Academika Proskury Mobile UA: +38 050 3642391 Home UA: +380 572 931115 61070 Kharkiv www.ektos.com.ua <http://www.ektos.net/> E-mail: ppo at ektos.net Skype: potcheptsov.pavel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20130729/19b34e7b/attachment.html>
On Jul 29, 2013, at 6:43 AM, Pavel Potcheptsov (EKTOS) wrote:> Hello list, > I have explored https://github.com/networkupstools/nut repository > and found that Riello UPS added into list of supported UPS. > But current package for most distribution it's nut-2.6.5 which > doesn't have Riello's models. > Do we need to wait next upcoming nut release to get start with Riello?We're not too far away from a release: https://github.com/networkupstools/nut/issues/37> I tried to install from source but stuck:[...]> Using existing nut.conf.5 manual page, since 'asciidoc' was not found.We don't check the generated man pages into the Git repository, so the easiest way to get around this is probably to just install asciidoc. At some point I will fix the Buildbot step which generates snapshot tarballs with the generated man pages included. -- Charles Lepple clepple at gmail
Pavel Potcheptsov (EKTOS)
2013-Jul-29 12:16 UTC
[Nut-upsuser] nut package with Riello UPS support
Thanks for you reply. I have installed asciidoc with "pkg_add asciidoc" And it returns something: # asciidoc fgh asciidoc: FAILED: input file /root/nut/fgh missing # which asciidoc /usr/local/bin/asciidoc Maybe there is any way to skip building man pages. This is not the such main thing as a new devices support. I also could built the driver that I need # make riello_ser but I don't know is there way to include it in 2.6.5. On Mon, Jul 29, 2013 at 2:56 PM, Charles Lepple <clepple at gmail.com> wrote:> On Jul 29, 2013, at 6:43 AM, Pavel Potcheptsov (EKTOS) wrote: > > > Hello list, > > I have explored https://github.com/networkupstools/nut repository > > and found that Riello UPS added into list of supported UPS. > > But current package for most distribution it's nut-2.6.5 which > > doesn't have Riello's models. > > Do we need to wait next upcoming nut release to get start with Riello? > > We're not too far away from a release: > > https://github.com/networkupstools/nut/issues/37 > > > I tried to install from source but stuck: > [...] > > Using existing nut.conf.5 manual page, since 'asciidoc' was not found. > > We don't check the generated man pages into the Git repository, so the > easiest way to get around this is probably to just install asciidoc. > > At some point I will fix the Buildbot step which generates snapshot > tarballs with the generated man pages included. > > -- > Charles Lepple > clepple at gmail > > > >-- Best / ? ?????????? ??????????? *Pavel Potcheptsov* LLC EKTOS-Ukraine System administrator 1, Academika Proskury Mobile UA: +38 050 3642391 Home UA: +380 572 931115 61070 Kharkiv www.ektos.com.ua <http://www.ektos.net/> E-mail: ppo at ektos.net Skype: potcheptsov.pavel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20130729/d3c192c0/attachment.html>
On Jul 29, 2013, at 7:56 AM, Charles Lepple wrote:> On Jul 29, 2013, at 6:43 AM, Pavel Potcheptsov (EKTOS) wrote: > >> Hello list, >> I have explored https://github.com/networkupstools/nut repository >> and found that Riello UPS added into list of supported UPS. >> But current package for most distribution it's nut-2.6.5 which >> doesn't have Riello's models. >> Do we need to wait next upcoming nut release to get start with Riello? > > We're not too far away from a release: > > https://github.com/networkupstools/nut/issues/37 > >> I tried to install from source but stuck: > [...] >> Using existing nut.conf.5 manual page, since 'asciidoc' was not found. > > We don't check the generated man pages into the Git repository, so the easiest way to get around this is probably to just install asciidoc. > > At some point I will fix the Buildbot step which generates snapshot tarballs with the generated man pages included.http://buildbot.networkupstools.org/public/nut/waterfall?show=Debian-x64-gcc http://buildbot.networkupstools.org/~buildbot/cayman/snapshot/ra074844f88ca352780dd881b5fa3c435832d165e-36/nut-2.7.1-pre1.tar.gz -- Charles Lepple clepple at gmail