Displaying 20 results from an estimated 300 matches similar to: "nut-scanner support dummy-ups"
2012 Apr 27
1
hardware compatibility list
Hi,
i dont have technical information about ups so much. so i send hardware compatibility list to my friend who worked at ups manufacturer factory.
his commet :
"ups at the list are, one phase support,not 3 phase. there are 3 phase support ups at market" and "ups in the list are not very big, maximum 6 kva. there are bigger ups at market."
are there any limitation about 3
2012 May 18
1
nut-scanner serial port
Hi,
i have a ups which is tescom xt10 and i want nut with it.it has rs 232 port, and bundle softwar T-mon works with serial port.
in ups.conf,
i add following lines,
[serial-ups]driver = genericupsport = /dev/ttyS0upstype = 1
when i start driver, it says input/output error..i try for all upstype values, but i dont work.
i want to use nut-scanner but it dont find any ups.
how can i install serial
2013 Apr 03
1
snmp definitions problem
Hi,
? have a necron snmp ups.
nut-scanner cant find it. i tried to add with these definition but it fails..
[test5-ups] driver = snmp-ups port = 10.9.40.19 community = asdf12 desc ="test"
i run driver with debugging , result is ,
root at upsviewer-debian:/usr/local/ups/bin# ./snmp-ups -DDDDDDD -a test5-upsNetwork UPS Tools - Generic SNMP UPS driver 0.68 (2.6.5) 0.000000
2015 Jul 06
2
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
Hi Charles,
Thanks for the prompt reply!
Errors occur when execute make:
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../include -MT nutclient.lo -MD -MP -MF $depbase.Tpo -c -o
nutclient.lo nutclient.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -MT nutclient.lo
-MD -MP -MF .deps/nutclient.Tpo -c
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 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 gcc
versions please (since libnutclient is an alternative to
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 gcc
versions please (since libnutclient is an alternative to
2015 Sep 01
2
functional bug in code /clients/nutclient.cpp
Hi nut users, (this is a re-send from the correct account)
With pleasure, I have been using the code provided. Managed to get all
working properly, except for the nutclient lib in C.
Both functions stringset_to_strarr and stringvector_to_strarr have a similar
bug in play. Although trivial in code, the coded function does not operate
as intended.
The pointer increment is missing (see added
2011 Jul 08
2
Where can I download centos 6
Where can I download centos 6. where to find the current version of the iso
link. please help......
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110708/32e009c1/attachment-0002.html>
2023 Nov 04
2
EPYC Quantum 1500va
Good Evening, I recently purchased an EPYC quantum UPS. I installed
NUT on the home assistant by connecting the UPS via USB and tried all
the various drivers in the list, the only one that seems to work is:
usbhid-ups
with this log:
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service base-addon-banner: starting
2013 Feb 27
1
[wmware][release] VMware ESXi Nut client 1.1.0 released
Hi,
VMware nut client package has been updated to version 1.1.0
Change are :
- upsmon and upsc updated to nut-2.6.5
- ups events are now on sent to vmware syslog
New URL for package is : http://rene.margar.fr/downloads/NutClient-ESXi500-1.1.0.tar.gz
Link on package from NUT website should be changed.
Previous version (1.0.2) was downloaded 1334 times since 28/05/2012.
Best regards,
Ren?
2013 Apr 01
1
UPS nut and ESXi 5.0.0 UserVars not showing up
Hello nut-upsuser,
I'm trying to configure nut to be used with esxi 5.0.0. I have a APC
Back-ups xs1300 which im assuming is plugged into /dev/usb0205 but i could
easily be wrong.
lsusb gives me:
Bus 02 Device 05: ID 051d:0002 American Power Conversion Uninterruptible
Power Supply
I am following the french blog post posted on the nut website under the
vmware section. I downloaded the
2023 Jun 14
1
[Nut-upsuser] Upssched 100% CPU after updating Debian 12
Jim Klimov via Nut-upsuser writes:
> So... determining that FD is to be reaped proved hard. Internet lore suggests
> fcntl() and poll() on the FD, but it just seems valid to them. The errno is
> also usually not raised (once I saw a "111: Connection refused" though).
> So the best dumb idea so far is to bail out if we spent the whole loop (128
> attempts) and only
2015 Jul 08
0
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
On Jul 6, 2015, at 10:32 AM, Sergey Talchuk <tals1975 at gmail.com> wrote:
> /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -MT nutclient.lo -MD -MP -MF $depbase.Tpo -c -o nutclient.lo nutclient.cpp &&\
> mv -f $depbase.Tpo $depbase.Plo
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -MT nutclient.lo -MD -MP -MF
2015 Sep 03
0
functional bug in code /clients/nutclient.cpp
On Sep 1, 2015, at 4:26 AM, Paul Vermeer <paul at elspaulnz.com> wrote:
>
> Hi nut users, (this is a re-send from the correct account)
>
> With pleasure, I have been using the code provided. Managed to get all working properly, except for the nutclient lib in C.
As you have noticed, nutclient has a few rough edges. The original upsclient library has had a lot more testing,
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
2011 Jun 28
1
[nut-commits] svn commit r3060 - branches/nut-scanner/tools/nut-scanner
2011/6/27 Frederic BOHE <fbohe-guest at alioth.debian.org>
> Author: fbohe-guest
> Date: Mon Jun 27 13:56:51 2011
> New Revision: 3060
> URL: http://trac.networkupstools.org/projects/nut/changeset/3060
>
> Log:
> Add NUT server scan.
>
> (...)
> device_t * scan_snmp(char * start_ip, char * stop_ip,long usec_timeout,
> snmp_security_t * sec);
>
>
2011 Jun 21
1
[nut-commits] svn commit r3048 - branches/nut-scanner/tools/nut-scanner
Citeren Frederic BOHE <fbohe-guest at alioth.debian.org>:
> Modified: branches/nut-scanner/tools/nut-scanner/scan_snmp.c
> ==============================================================================
> --- branches/nut-scanner/tools/nut-scanner/scan_snmp.c Fri Jun 17
> 08:12:00 2011 (r3047)
> +++ branches/nut-scanner/tools/nut-scanner/scan_snmp.c Tue Jun 21
>
2011 Apr 19
1
DNS-SD (was Re: [nut-commits] svn commit r2974 - branches/nut-scanner/tools/nut-scanner)
On Apr 19, 2011, at 7:44 AM, Arnaud Quette wrote:
> Author: aquette
> Date: Tue Apr 19 11:43:46 2011
> New Revision: 2974
> URL: http://trac.networkupstools.org/projects/nut/changeset/2974
>
...
> +void scan_nut_avahi()
> +{
> + printf("Scanning NUT bus (DNS-SD method):\n");
> +
> + /* Check avahi-browse code:
> + *
2006 Mar 14
1
html-scanner in controller?
Rails'' docs state for strip_tags:
"Strips all HTML tags from the input, including comments. This uses the
html-scanner tokenizer and so it?s HTML parsing ability is limited by
that of html-scanner.Returns the tag free text."
What''s "html-scanner" (some brief Googling didn''t find anything
definitive) and can I use it in a controller?
Joe
--