Displaying 20 results from an estimated 4000 matches similar to: "nut package with Riello UPS support"
2013 Jul 29
0
nut package with Riello UPS support
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
2013 Jul 30
1
nut package with Riello UPS support
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
2013 Jul 29
3
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
2013 Jul 30
0
Fwd: nut package with Riello UPS support
Here is what I did:
# cd /root/nut/ # nut here it's checkouted
repository
# ./configure --with-user=_ups --with-group=_ups
# cd drivers/
# make riello_ser
# chgrp bin riello_ser
# cp riello_ser /usr/local/bin # here I copied builder driver to folder
where nut-package will store their files/drivers
# pkg_add nut-2.6.5p1
# ls -la /dev/tty00
crw-rw---- 1 _ups _ups 8, 0 Jul 30
2013 Jul 30
2
nut package with Riello UPS support
another attempt:
# upsd
Network UPS Tools upsd 2.6.5
fopen /var/db/nut/upsd.pid: No such file or directory
listening on 127.0.0.1 port 3493
listening on ::1 port 3493
Can't connect to UPS [senpro] (riello_ser-senpro): No such file or directory
# ls -la
/var/db/nut/
total 12
drwx------ 2 _ups wheel 512 Jul 30 10:22 .
drwxr-xr-x 10 root wheel 512 Jul 29 16:41 ..
-rw-r--r-- 1 _ups
2013 Jul 30
3
nut package with Riello UPS support
# reboot
Connection to 192.168.5.81 closed by remote host.
Connection to 192.168.5.81 closed.
ppo at admin:/tmp$ ssh root at 192.168.5.81
root at 192.168.5.81's password:
Last login: Tue Jul 30 14:10:49 2013 from pc-ppo.kh.ektos
OpenBSD 5.3 (GENERIC.MP) #58: Tue Mar 12 18:43:53 MDT 2013
# ps -aux | grep
ups
root 2254 0.0 0.0 324 700 p0 S+ 5:29PM 0:00.00 grep ups
# ps -aux
2013 Jul 31
2
nut package with Riello UPS support
Thank you very much!!
I have tried configure downloaded source with
# ./configure --with-user=_ups --with-group=_ups
--with-statepath=/var/db/nut/
and then build driver and copy again. but this doesn't help (driver pid
still in the /var/state/ups).
Maybe I must add more arguments to change driver's pid location, but I did
next, I changed this argument in openbsd ports:
# pkg_delete nut
#
2013 Jul 31
2
nut package with Riello UPS support
I'll test it.
I'm a bit confused with cgi-bin. I have made a lot of hosts.conf copies and
didn't understand
where does upsstats trying to find hosts.conf
# ps -aux | grep ups
_ups 13934 0.0 0.0 484 920 ?? Ss 5:41PM 0:01.53
/usr/local/bin/riello_ser -a senpro
_ups 9171 0.0 0.1 532 1168 ?? Ss 5:41PM 0:00.13
/usr/local/sbin/upsd
_ups 16906 0.0 0.1
2013 Jul 30
0
nut package with Riello UPS support
On Jul 30, 2013, at 3:28 AM, Pavel Potcheptsov (EKTOS) wrote:
> another attempt:
> # upsd
> Network UPS Tools upsd 2.6.5
> fopen /var/db/nut/upsd.pid: No such file or directory
> listening on 127.0.0.1 port 3493
> listening on ::1 port 3493
> Can't connect to UPS [senpro] (riello_ser-senpro): No such file or directory
We need to determine whether upsd and the driver are
2013 Jul 31
0
nut package with Riello UPS support
On Jul 31, 2013, at 3:36 AM, Pavel Potcheptsov (EKTOS) wrote:
> Does it looks good?
I think so - 40.8 volts with a nominal of 36 volts is 13.6 V/cell, which agrees with the 100% charge value. Hopefully the line voltages and frequency make sense for your region.
> Another question what does riello experimental driver warning mean?
We add that to all new drivers. This driver was written by
2013 Jul 30
0
nut package with Riello UPS support
On Jul 30, 2013, at 10:39 AM, Pavel Potcheptsov (EKTOS) wrote:
> Is this a trouble? Driver use path /var/state/ups/ but upsd use path /var/db/nut/upsd.pid
Yes, the driver and upsd need to agree on the path to the socket.
From the FreeBSD ports tree:
/usr/ports/sysutils/nut/Makefile:
STATEDIR?= /var/db/nut
[...]
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \
2013 Aug 01
0
nut package with Riello UPS support
You are right.
Before install nut-cgi I have stopped apache and started it again without
chroot.
I have started it again with chroot and cgi is working!
This is best support for open source project I have ever seen.
Good luck!
On Thu, Aug 1, 2013 at 3:03 PM, Charles Lepple <clepple at gmail.com> wrote:
> On Jul 31, 2013, at 11:39 AM, Pavel Potcheptsov (EKTOS) wrote:
>
> >
2013 Aug 01
0
nut package with Riello UPS support
On Jul 31, 2013, at 11:39 AM, Pavel Potcheptsov (EKTOS) wrote:
> I'll test it.
> I'm a bit confused with cgi-bin. I have made a lot of hosts.conf copies and didn't understand
> where does upsstats trying to find hosts.conf
[...]
> # tail /var/www/logs/error_log
> upsstats: Can't open
2013 Nov 21
2
Network UPS Tools version 2.7.1 released
Network UPS Tools version 2.7.1 has been released:
http://www.networkupstools.org/
This release is an interim release, part of the testing series, and the
first release after the transition from Subversion to Git.
The last release (2.6.5) is almost a year old. A lot of work has
been done, but a good amount remains to achieve 2.8.0 goals.
Direct access:
- Download:
2015 Apr 27
3
upssched setup
Hi,
I am unable to get upssched working correctly as my UPS calls low battery too late and there is no way to change it.
I am running Nut 2.7.3 on Ubuntu 14.04
I have made this script, called /sbin/upssched-cmd.sh
#!/bin/sh case $1 in onbatt) /sbin/upsmon -c fsd;; *) echo "shutdown implemented";; esac
I am trying to run the script manually to break down my issues. All that
2016 Mar 23
3
riello idialog 600
Hello. I use nut 2.7.2 and have riello idialog 600
Ups.conf:
[riello]
driver = riello_usb
port = auto
desc = "riello"
and get error
root at server:/home/manu/Desktop# /lib/nut/usbhid-ups -a riello
Network UPS Tools - Generic HID driver 0.38 (2.7.2)
USB communication driver 0.32
Error: UPS [riello] is for driver riello_usb, but I'm usbhid-ups!
When I chnge driver to usbhid-ups
2012 Jan 20
1
[HCL] Riello Netman Plus 102 supported by snmp-ups
Riello Netman Plus 102 Card plugged into a Riello Sentinel SDL 6000-7 and a Riello Sentinel Dual SDH 1000-7
upsc RielloSentinelSDL6000
battery.charge: 100.0
battery.current: 0.0
battery.runtime: 16560.0
battery.runtime.low: 3
battery.voltage: 217.7
driver.name: snmp-ups
driver.parameter.mibs: ietf
driver.parameter.pollinterval: 2
driver.parameter.port: 10.20.30.39
driver.version: 2.2.2
2012 Jan 20
1
[HCL] Riello Netman Plus 102 supported by snmp-ups
Riello Netman Plus 102 Card plugged into a Riello Sentinel SDL 6000-7 and a Riello Sentinel Dual SDH 1000-7
upsc RielloSentinelSDL6000
battery.charge: 100.0
battery.current: 0.0
battery.runtime: 16560.0
battery.runtime.low: 3
battery.voltage: 217.7
driver.name: snmp-ups
driver.parameter.mibs: ietf
driver.parameter.pollinterval: 2
driver.parameter.port: 10.20.30.39
driver.version: 2.2.2
2014 Oct 17
2
New version of riello driver
Hi all,
attached there is a patch for a new version of riello drivers:
Changes:
- small changes in riello_usb.c that solved some problem with managing transmission errors between the raspberry pi and Riello ups (thanks to Fredrik ?berg): introducing timeout in reading ups data in cypress_command; enhanced handling error codes;
- small changes in Riello_ser.c: enhanced handling error
2013 Apr 09
2
Small fixes needed for Riello driver
Elio,
1) The comment block in drivers/riello.h points to the Megatec protocol documentation. Are the links in drivers/riello.c correct? If so, we can change the .h file to match the .c file.
2) clang caught this bug:
drivers/riello.c:984:28: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length?