Displaying 20 results from an estimated 26 matches for "_ups".
2013 Jul 30
3
nut package with Riello UPS support
...start
Network UPS Tools - UPS driver controller 2.6.5
Network UPS Tools - Riello serial driver 0.02 (2.6.5-183-ga074844)
Warning: This is an experimental driver.
Some features may not function correctly.
Connected to UPS GPSER on /dev/tty00 with baudrate 1200
# ps -aux | grep riel | grep -v grep
_ups 15188 0.0 0.0 548 860 ?? Ss 5:30PM 0:00.69
/usr/local/bin/riello_ser -a senpro
# ls -la
/var/state/ups/
total 12
drwxr-xr-x 2 _ups _ups 512 Jul 30 17:32 .
drwxr-xr-x 3 _ups _ups 512 Jul 30 09:53 ..
srw-rw---- 1 _ups _ups 0 Jul 30 17:30 riello_ser-senpro
-rw-r--r-- 1 _...
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 10:05 /dev/tty00
# l...
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 wheel 5 Jul 30 10:22 upsd.pid
# ls -la
/usr/local/bin/riello_ser
-rwxr-xr-x 1 root bin 161978 Jul 30 09:46 /usr/local/bin/riello_ser
On Tue, Jul 30, 2013 at 10:21 AM, Pavel Potcheptsov (EKTOS)
&l...
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 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 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
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 648 1184 ?? S 5:42PM 0:00.06
/usr/local/sbin/upsmon
root 27944 0.0 0.1...
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
#...
2017 May 12
2
TrippLite HID 0.82: libusb_get_interrupt: Function not implemented
...v/usb3
crw-rw---- 1 root wheel 61, 4 May 11 15:45 /dev/usb4
crw-rw---- 1 root wheel 61, 5 May 11 15:45 /dev/usb5
crw-rw---- 1 root wheel 61, 6 May 11 15:45 /dev/usb6
crw-rw---- 1 root wheel 61, 7 May 11 15:45 /dev/usb7
[/dev/ugen* has the same permissions as above]
# grep _ups /etc/group
wheel:*:0:root,_ups
# upsdrvctl -D start
Network UPS Tools - UPS driver controller 2.7.4
0.000000 Starting UPS: usb
Network UPS Tools - Generic HID driver 0.41 (2.7.4)
USB communication driver 0.33
Using subdriver: TrippLite HID 0.82
libusb_get_interrupt: Function not implement...
2011 Jan 21
1
Building nut 2.6.0 on OpenBSD 4.8 - compile issue
Trying to build nut 2.6.0 on OpenBSD 4.8, I get a compiler error.
Here's my configure:
./configure --with-user=_ups --with-group=_ups \
--sysconfdir=/etc/ups --with-usb=no
... and the result:
-e Configuration summary:
======================
build serial drivers: yes
build USB drivers: no
build SNMP drivers: no
build neon based XML driver: no
build Powerman PDU client driver: no
enable SSL developm...
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
2017 May 13
0
TrippLite HID 0.82: libusb_get_interrupt: Function not implemented [3016]
...4 May 11 15:45 /dev/usb4
> crw-rw---- 1 root wheel 61, 5 May 11 15:45 /dev/usb5
> crw-rw---- 1 root wheel 61, 6 May 11 15:45 /dev/usb6
> crw-rw---- 1 root wheel 61, 7 May 11 15:45 /dev/usb7
>
>
> [/dev/ugen* has the same permissions as above]
>
> # grep _ups /etc/group
> wheel:*:0:root,_ups
>
>
>
> # upsdrvctl -D start
> Network UPS Tools - UPS driver controller 2.7.4
> 0.000000 Starting UPS: usb
> Network UPS Tools - Generic HID driver 0.41 (2.7.4)
> USB communication driver 0.33
> Using subdriver: TrippLite HID...
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 Jul 29
3
nut package with Riello UPS support
...nstall-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 supp...
2017 May 13
1
TrippLite HID 0.82: libusb_get_interrupt: Function not implemented [3016]
...;> crw-rw---- 1 root wheel 61, 5 May 11 15:45 /dev/usb5
>> crw-rw---- 1 root wheel 61, 6 May 11 15:45 /dev/usb6
>> crw-rw---- 1 root wheel 61, 7 May 11 15:45 /dev/usb7
>>
>>
>> [/dev/ugen* has the same permissions as above]
>>
>> # grep _ups /etc/group
>> wheel:*:0:root,_ups
>>
>>
>>
>> # upsdrvctl -D start
>> Network UPS Tools - UPS driver controller 2.7.4
>> 0.000000 Starting UPS: usb
>> Network UPS Tools - Generic HID driver 0.41 (2.7.4)
>> USB communication driver 0.33
>...
2014 Jun 19
1
upsd.conf - run as user option
On 6/19/2014 at 9:03 AM Charles Lepple wrote:
|On Jun 18, 2014, at 1:51 PM, Mike. <the.lists at mgm51.com> wrote:
|
|> The upsmon.conf has the option of setting RUN_AS_USER username
|>
|> Might it be possible to add a similar option to the upsd.conf
file?
|>
|> I see the -u command-line option for both upsmon and upsd,
however,
|> upsd doesn't seem to carry that
2010 Jan 03
1
MGE Ellipse 500 USB power failure problem
...re indications have been reported.
I can only assume that there's something irreasonable with the values from
my upsmon.conf, intervals have been tweaked in order to avoid stall
problems. If the UPS is stall the NOTIFYCMD restarts upsdrvctl, upsd,
upsmon.
My upsmon.conf follows :
RUN_AS_USER _ups
MONITOR myups at localhost 1 admin admin master
MINSUPPLIES 1
SHUTDOWNCMD "/sbin/shutdown -h +0"
NOTIFYCMD /usr/local/bin/restart_nut_suite
POLLFREQ 5
POLLFREQALERT 5
HOSTSYNC 15
DEADTIME 20
POWERDOWNFLAG /etc/killpower
NOTIFYFLAG ONLINE SYSLOG
NOTIFYFLAG ONBATT SYSLOG
NOTI...
2016 Jul 14
1
Best practice to shutdown hosts which has not NUT via upssched
Dmitri Stepanov wrote on 7/14/2016 5:18 AM:
> All the hosts are installed together in one rack and have fed from one
> UPS (only I am remote from the system :) and I haven't ability to
> connect to it. Some of hosts haven't NUT for a number of reasons. I
> don't need to inform not-NUT hosts about any UPS events, heartbeat,
> etc... but only shutdown all the hosts
2008 Oct 28
1
Megatec_USB on OpenBSD 4.3 - again...
...iled the
kernel, adding a USB_quirk, this is what I get when I insert the USB
cable:
ugen0 at uhub0 port 2 "UIS_ABLER USB to Serial" rev 1.00/1.00 addr 2
So far, so good (Henning confirmed this).
Trouble is, when I run megatec_usb:
root at puffwall:~/nut-2.2.2 # drivers/megatec_usb -u _ups -a atlantisland
-DDDDDD Network UPS Tools 2.2.2 - Megatec protocol driver 1.5.14
[megatec_usb]
Carlos Rodrigues (c) 2003-2008
Serial-over-USB transport layer for Megatec protocol driver
[megatec_usb]
Andrey Lelikov (c) 2006, Alexander Gordeev (c) 2006-2007, Jon Gough (c)
2007
debug level is '...
2013 Jun 28
2
How to Simulate UPS on battery?
...LOCKFN /var/run/upssched/upssched.lock
AT LOWBATT * START-TIMER lowbattwarn 1
AT ONBATT * START-TIMER onbattwarn 10
AT ONLINE * CANCEL-TIMER onbattwarn
And here is the upsmon.conf on S2:
$ cat /usr/local/etc/nut/upssched.conf
RUN_AS_USER _ups
MONITOR PW5125 at s1.EXAMPLE.COM 1 monuser tHEuNSPOKENpSWD slave
MINSUPPLIES 1
SHUTDOWNCMD "/sbin/shutdown -r now"
NOTIFYCMD /usr/local/sbin/upssched
POLLFREQ 5
POLLFREQALERT 5
HOSTSYNC 15
DEADTIME 15
POWERDOWNFLAG /etc/killp...