Displaying 20 results from an estimated 24 matches for "libnutclient".
2016 Dec 10
2
2.7.4 make install fails: libnutclient.so.0.0.0 missing
...g install in clients
make[1]: Entering directory '/mnt/home/rprice/nut/nut-2.7.4.dev/clients'
make[2]: Entering directory '/mnt/home/rprice/nut/nut-2.7.4.dev/clients'
/usr/bin/mkdir -p '/usr/lib64'
/bin/sh ../libtool --mode=install /usr/bin/install -c libupsclient.la libnutclient.la '/usr/lib64'
libtool: install: /usr/bin/install -c .libs/libupsclient.so.4.0.0 /usr/lib64/libupsclient.so.4.0.0
libtool: install: (cd /usr/lib64 && { ln -s -f libupsclient.so.4.0.0 libupsclient.so.4 || { rm -f libupsclient.so.4 && ln -s libupsclient.so.4.0.0 libupsclient....
2015 Jul 06
4
Nut-2.7.3 & gcc-3.3.6
Dear developers,
libnutclient has been added as a C++ alternative to libupsclient in 2.7.1.
As a result I can't compile nut 2.7.3 with gcc-3.3.6. There wasn't such a
problem with nut-2.6.5.
Is it possible to add a configuration parameter like
'-without-libnutclient' to provide better compatibility with older gc...
2015 Jul 06
4
Nut-2.7.3 & gcc-3.3.6
Dear developers,
libnutclient has been added as a C++ alternative to libupsclient in 2.7.1.
As a result I can't compile nut 2.7.3 with gcc-3.3.6. There wasn't such a
problem with nut-2.6.5.
Is it possible to add a configuration parameter like
'-without-libnutclient' to provide better compatibility with older gc...
2012 Nov 10
1
libnutclient pull request
Hello all,
I come back to request comments (and merge) on my pull request of the
libnutclient.
https://github.com/clepple/nut/pull/2
All previous comments have been addressed (some fixes and documentation).
For memory, the libnutclient is an high-level C++ and C client library
allowing to dialog with upsd. The addressed model is oriented around
devices, variables and commands; unlike lib...
battery not installed, but battery still 100% and NUT 2.7.2-4 does not catch this and report a error
2017 Apr 10
0
battery not installed, but battery still 100% and NUT 2.7.2-4 does not catch this and report a error
...ady points at this data.
>
> @Jon: would you be able to test this branch and ack? (including the "covers (or
> not) my needs...)
I have some trouble installing it, but I succeeded running it from the build
directory, see below.
[cuuuuut]
libtool: install: /usr/bin/install -c .libs/libnutclient.so.0.0.0
/usr/local/ups/lib/libnutclient.so.0.0.0
/usr/bin/install: cannot stat '.libs/libnutclient.so.0.0.0': No such file or
directory
Makefile:580: recipe for target 'install-libLTLIBRARIES' failed
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory '/u...
2015 Jul 06
0
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
On Jul 6, 2015, at 4:40 AM, Sergey Talchuk wrote:
> Dear developers,
>
> libnutclient has been added as a C++ alternative to libupsclient in 2.7.1. As a result I can't compile nut 2.7.3 with gcc-3.3.6.
What does the error message look like? Does the configure script fail when checking for the C++ compiler, or later on?
> There wasn't such a problem with nut-2.6.5.
>...
2012 Sep 05
2
[nut] High level C and C++ libnutclient (#2)
...e in the patch. It might also be good to have some high-level documentation, and possibly some example code (even if it is just embedded in the comments - but unit tests would be even better).
There are also some references to "NUTD", which I think means "upsd".
> Actually, libnutclient support all features of libupsclient excluding only SSL support. I will develop it soon when integrated in nut trunk.
So should we wait to merge this until the SSL branch is merged?
--
Charles Lepple
clepple at gmail
battery not installed, but battery still 100% and NUT 2.7.2-4 does not catch this and report a error
2017 Apr 04
4
battery not installed, but battery still 100% and NUT 2.7.2-4 does not catch this and report a error
2017-04-04 14:18 GMT+02:00 Jon Bendtsen <jon.bendtsen at jonix.dk>:
> On 04/04/17 14.10, Roger Price wrote:
>
>> On Tue, 4 Apr 2017, Arnaud Quette wrote:
>>
>>
> [cuuuuut]
>
> Hi Arnaud, It seems to me that, looking out into the future, there are
>> three
>> things upsmon needs:
>>
>> 1. A fall-through <notify type> of
2012 Oct 29
1
Nut-upsdev Digest, Vol 88, Issue 22
...erson managing the list at
> nut-upsdev-owner at lists.alioth.debian.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Nut-upsdev digest..."
>
>
> Today's Topics:
>
> 1. Re: [nut] High level C and C++ libnutclient (#2) (Emilien Kia)
> 2. Re: [nut] High level C and C++ libnutclient (#2) (Arnaud Quette)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 26 Oct 2012 14:13:59 +0200
> From: Emilien Kia <kiae.dev at gmail.com>...
2015 Jul 21
0
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
2015-07-06 10:40 GMT+02:00 Sergey Talchuk <tals1975 at gmail.com>:
> Dear developers,
>
> libnutclient has been added as a C++ alternative to libupsclient in 2.7.1.
> As a result I can't compile nut 2.7.3 with gcc-3.3.6. There wasn't such a
> problem with nut-2.6.5.
>
> Is it possible to add a configuration parameter like
> '-without-libnutclient' to provide better com...
2015 Jul 06
2
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
...nt.h:90: error: class `UnknownHostException' does not have any field
named `IOException'
etc...
------
Sergey
On Mon, Jul 6, 2015 at 4:56 PM, Charles Lepple <clepple at gmail.com> wrote:
> On Jul 6, 2015, at 4:40 AM, Sergey Talchuk wrote:
>
> Dear developers,
>
> libnutclient has been added as a C++ alternative to libupsclient in 2.7.1.
> As a result I can't compile nut 2.7.3 with gcc-3.3.6.
>
>
> What does the error message look like? Does the configure script fail when
> checking for the C++ compiler, or later on?
>
> There wasn't such a p...
2015 Feb 13
1
Testing recommend, make Install error Re: Nut-upsuser Digest, Vol 116, Issue 10
...ing install in clients
make[1]: Entering directory `/home/artesano/Downloads/nut-2.7.2.6/clients'
make[2]: Entering directory `/home/artesano/Downloads/nut-2.7.2.6/clients'
/bin/mkdir -p '/usr/local/ups/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libupsclient.la
libnutclient.la '/usr/local/ups/lib'
libtool: install: /usr/bin/install -c .libs/libupsclient.so.4.0.0
/usr/local/ups/lib/libupsclient.so.4.0.0
libtool: install: (cd /usr/local/ups/lib && { ln -s -f
libupsclient.so.4.0.0 libupsclient.so.4 || { rm -f libupsclient.so.4 && ln
-s libupsclien...
2015 Jul 08
1
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
Hi Charles,
Yes, it looks like my g++ does contain STL library which might be just my
specific case...
However, as a temporary solution I disabled nutclient in Makefile (please
find the file attached). And nut-2.7.3 can be compiled now.
Thanks,
Sergey
On Wed, Jul 8, 2015 at 4:13 AM, Charles Lepple <clepple at gmail.com> wrote:
> On Jul 6, 2015, at 10:32 AM, Sergey Talchuk
2015 Feb 14
0
Testing recommend, make Install error Digest, Vol 116, Issue 10
...t; libupsclient.so.4.0.0 libupsclient.so || { rm -f libupsclient.so && ln -s
> libupsclient.so.4.0.0 libupsclient.so; }; })
> > libtool: install: /usr/bin/install -c .libs/libupsclient.lai
> /usr/local/ups/lib/libupsclient.la
> > libtool: install: /usr/bin/install -c .libs/libnutclient.so.0.0.0
> /usr/local/ups/lib/libnutclient.so.0.0.0
> > /usr/bin/install: cannot stat `.libs/libnutclient.so.0.0.0': No such
> file or directory
>
> Can you create a log of the whole configure/build process, and gzip and
> attach it? You should run 'make clean' firs...
2015 Feb 14
0
Fwd: Attc. Testing, make Install Digest, Vol 116, Issue 10
...t; libupsclient.so.4.0.0 libupsclient.so || { rm -f libupsclient.so && ln -s
> libupsclient.so.4.0.0 libupsclient.so; }; })
> > libtool: install: /usr/bin/install -c .libs/libupsclient.lai
> /usr/local/ups/lib/libupsclient.la
> > libtool: install: /usr/bin/install -c .libs/libnutclient.so.0.0.0
> /usr/local/ups/lib/libnutclient.so.0.0.0
> > /usr/bin/install: cannot stat `.libs/libnutclient.so.0.0.0': No such
> file or directory
>
> Can you create a log of the whole configure/build process, and gzip and
> attach it? You should run 'make clean' firs...
2024 Dec 16
1
NUT on FBSD 14-2 fails to shut down UPS - select with socket: Invalid argument
...: off
OPENSSL : on
PDU : on
SERIAL : on
SNMP : on
SSL_OFF : off
USB : on
Shared Libs required:
libpowerman.so.0
libnetsnmp.so.40
libneon.so.27
libmodbus.so.5
libltdl.so.7
libgd.so.6
Shared Libs provided:
libupsclient.so.6
libnutscan.so.2
libnutclientstub.so.1
libnutclient.so.2
Annotations :
FreeBSD_version: 1400097
build_timestamp: 2024-06-11T10:20:37+0000
built_by : poudriere-git-3.4.1-30-g79e3edcd
port_checkout_unclean: no
port_git_hash : b3aa1ea86
ports_top_checkout_unclean: no
ports_top_git_hash: 492f5a54a
repo_type : binary...
2014 Jun 03
2
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
...39;asciidoc' was not found.
Using existing upscli_ssl.3 manual page, since 'asciidoc' was not found.
Using existing upscli_strerror.3 manual page, since 'asciidoc' was not found.
Using existing upscli_upserror.3 manual page, since 'asciidoc' was not found.
Using existing libnutclient.3 manual page, since 'asciidoc' was not found.
Using existing libnutclient_commands.3 manual page, since 'asciidoc' was not found.
Using existing libnutclient_devices.3 manual page, since 'asciidoc' was not found.
Using existing libnutclient_general.3 manual page, since '...
2024 Dec 17
1
NUT on FBSD 14-2 fails to shut down UPS - select with socket: Invalid argument
...on
> SNMP : on
> SSL_OFF : off
> USB : on
> Shared Libs required:
> libpowerman.so.0
> libnetsnmp.so.40
> libneon.so.27
> libmodbus.so.5
> libltdl.so.7
> libgd.so.6
> Shared Libs provided:
> libupsclient.so.6
> libnutscan.so.2
> libnutclientstub.so.1
> libnutclient.so.2
> Annotations :
> FreeBSD_version: 1400097
> build_timestamp: 2024-06-11T10:20:37+0000
> built_by : poudriere-git-3.4.1-30-g79e3edcd
> port_checkout_unclean: no
> port_git_hash : b3aa1ea86
> ports_top_checkout_unclean: no
> ports_top...
2014 Jun 03
0
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
...not found.
> Using existing upscli_ssl.3 manual page, since 'asciidoc' was not found.
> Using existing upscli_strerror.3 manual page, since 'asciidoc' was not found.
> Using existing upscli_upserror.3 manual page, since 'asciidoc' was not found.
> Using existing libnutclient.3 manual page, since 'asciidoc' was not found.
> Using existing libnutclient_commands.3 manual page, since 'asciidoc' was not found.
> Using existing libnutclient_devices.3 manual page, since 'asciidoc' was not found.
> Using existing libnutclient_general.3 manual p...
2022 Sep 16
1
Fwd: [networkupstools/nut] Hide 'Init SSL without certificate database' message for upsc (PR #1662)
On Fri, 16 Sep 2022, Jim Klimov via Nut-upsuser wrote:
> Hello all,
> ? Here's a PR I want to ask community about: should NUT clients like upsc report (log!) or hide the infamous 'Init SSL without certificate
> database' message?
How should upsc be used in order to get SSL/TLS protection? There is no
configuration file with a CERTFILE declaration. Is there some other way