Displaying 18 results from an estimated 18 matches for "qnapup".
Did you mean:
qnapups
2013 Sep 12
3
UPS repeater configuration using localhost
Hello,
I'm trying to setup a UPS configuration whereas I have one physical UPS but
two UPS entities loaded by the system used by different network slaves.
In my ups.conf configuration I have
...
[ups]
driver = apcsmart
port = /dev/ttyS0
desc = "APC UPS"
[qnapups]
driver = dummy-ups
port = ups at localhost
desc = "APC UPS for QNAP"
...
This use of the repeater mode of the dummy-ups UPS driver doesn't seem to
work though, as I get errors
Sep 12 15:50:07 upsd[19170]: listening on 0.0.0.0 port 3493
Sep 12 15:50:07 upsd[...
2013 Sep 16
0
UPS repeater configuration using localhost
...oes seem to change the order in which they're loaded (at least according to the system logs) however the error remains.
I don't have any experience using the dummy-ups driver on the same host as the real UPS driver, so this is a shot in the dark.
Can you manually run "upsdrvctl start qnapups"? If it works that way, we may have a race condition in dummy-ups.
2013 Sep 17
0
UPS repeater configuration using localhost
...h they're loaded (at least according to the system logs) however the error remains.
>>
>> I don't have any experience using the dummy-ups driver on the same host as the real UPS driver, so this is a shot in the dark.
>>
>> Can you manually run "upsdrvctl start qnapups"? If it works that way, we may have a race condition in dummy-ups.
>
> Hi Charles,
>
> It appears that if I re-run the command above after the main ups driver is running, that the qnapups dummy-ups driver seems to come up, and the target slave seems to be able to connect to it:...
2018 Jul 01
2
No run cmd /usbhid-ups -k !
...nia (TO)
NUT version: 2.7.4-5
Installation method: from package
UPS device: EATON UPS 5SC 500i , 230V, 350W, 500VA, USB bought in jun 2018
If you connect to TO UPS via USB, the /dev/hidraw0 device will be created.
No any programs from NUT package is not running.
When I run:
/lib/nut/usbhid-ups -a qnapups
Network UPS Tools - Generic HID driver 0.41 (3.10-76-gd2caa7d)
USB communication driver 0.33
kill: No such process
Using subdriver: MGE HID 1.39
device /dev /hidraw0 is deleted.
Now I'm ordering to shut down UPS:
/lib/nut/usbhid-ups -a qnapups -k
Network UPS Tools - Generic HID driver 0.41...
2023 Jan 12
1
NUT & UPS, how to shut down client after 2 min on battery?
Now I have this in /etc/nut/upsmon.conf (my QNAP NAS wants admin and 123456 or not working)
RUN_AS_USER root
MONITOR qnapups at localhost 1 admin 123456 master
MONITOR qnapups at 192.168.222.252 3493 admin 123456 slave
MINSUPPLIES 1
SHUTDOWNCMD "/sbin/shutdown -h +0"
POLLFREQ 5
POLLFREQALERT 5
HOSTSYNC 15
DEADTIME 15
POWERDOWNFLAG /etc/killpower
NOTIFYFLAG ONLINE SYSLOG+EXEC
NOTIFYFLAG ONBATT SYSLOG+EXEC
NOTI...
2018 Jul 02
4
No run cmd /usbhid-ups -k !
...ource busy)
ioctl(12, USBDEVFS_GETDRIVER, 0xbecf9024) = 0
writev(2, [{"Can't claim USB device [0463:fff"..., 62}, {NULL, 0}], 2Can't
claim USB device [0463:ffff]: No such file or directory
) = 62
exit_group(1) = ?
+++ exited with 1 +++
Why?
My ups is:
[qnapups]
driver = usbhid-ups
port = auto
desc = Eaton 5SC 500i
vendorid = 0463*
serial = G131F50027
synchronous = no
pollonly
pollfreq = 10
nolock
-----Original Message-----
From: icingaj at gmail.com <icingaj at gmail.com>
Sent: Monday, July 2, 2018 8:40 AM
To: 'nut-upsuser at aliot...
2018 Jul 03
2
No run cmd /usbhid-ups -k !
Hi all.
UPS is Eaton 5SC 500i.
I tested three solutions:
1. swap "usbhid-ups -a qnapups" with "usbhid-ups -a qnapups -k"
Result: server shutdown, but ups does not shut off!
2. run prog with params "upsmon -c fsd"
Result: server shutdown, but ups does not shut off!
3. run prog "upscmd -u name -p passwd qnapups shutdown.return"
and next "shutd...
2022 Dec 22
3
NUT & UPS, how to shut down client after 2 min on battery?
...etc/nut/upsmon.conf on client change to this
NOTIFYCMD "/etc/nut/shutdown_script.sh"
NOTIFYFLAG ONBATT EXEC
And then in /etc/nut/shutdown_script.sh have something like this
#!/bin/bash
poll_interval=5
wait_time=120
counter=0
no_wait_time=60
no_counter=0
while true
do
output=$(upsc qnapups at 192.168.222.252 ups.status)
if echo "$output" | grep -q "OB"
then
counter=$((counter + poll_interval))
no_counter=0
else
counter=0
no_counter=$((no_counter + poll_interval))
fi
if [ $counter -ge $wait_time ]
then
echo "Still outoput OB =...
2016 Oct 25
2
setting up CYBERPOWER CP1500PFCLCD
...hat to do next.
I work on Win10, WinNUT-2.0.0.4a UPS: CYBERPOWER CP1500PFCLCD
I have no idea how to config monitoring. This part: MONITOR <system>
<powervalue> <username> <password> ("master"|"slave")
I found somewhere that I should add a line:
MONITOR qnapups@<IP ADDRESS OF MY COMPUTER>:3493 1 admin 123456 slave
After starting Winnut I got a message: "fatal error: insufficient power
configured! edit your configuration and change the values"
I guess there is sth wrong with "MONITOR" part. Should I change
username/pass? Where...
2018 Jul 01
0
No run cmd /usbhid-ups -k !
...llation method: from package
> UPS device: EATON UPS 5SC 500i , 230V, 350W, 500VA, USB bought in jun 2018
>
> If you connect to TO UPS via USB, the /dev/hidraw0 device will be created.
> No any programs from NUT package is not running.
>
> When I run:
> /lib/nut/usbhid-ups -a qnapups
> Network UPS Tools - Generic HID driver 0.41 (3.10-76-gd2caa7d)
> USB communication driver 0.33
> kill: No such process
> Using subdriver: MGE HID 1.39
>
> device /dev /hidraw0 is deleted.
>
> Now I'm ordering to shut down UPS:
>
> /lib/nut/usbhid-ups -a qnapu...
2021 Nov 16
1
nut proxy setup?
...nfig files manually does not work either,
because the service won't come up anymore. (One has to love QNAP at this point.)
Thus I wanted to setup a nut server + client on a separate machine X.
On X the nut client should read the UPS info via network. It works when
accessing it on X with: upsc qnapups at qnap-ip
Using upsmon also works.
Now I want to provide this info to other clients via the nut server on X.
But I wasn't able to set it up so that X is basically a proxy for the UPS on
the NAS.
Is this even possible? I really could need some help here. And no,
unfortunaetly I currently ca...
2010 Nov 07
3
Support of "shutdown.return" on a APC Back-UPS CS 500
Hi all,
I am trying to get a APC Back-UPS CS 500 running on my QNAP 419P Nas.
Since on all my work I figure out the following:
from Network UPS Tools upscmd 2.4.1
[~] # upscmd -l qnapups
Instant commands supported on UPS [qnapups]:
beeper.disable - Disable the UPS beeper
beeper.enable - Enable the UPS beeper
beeper.mute - Temporarily mute the UPS beeper
beeper.off - Obsolete (use beeper.disable or beeper.mute)
beeper.on - Obsolete (use beeper.enable)
load.off - Turn off the load...
2011 Jan 14
6
Plexus UPS on a QNAP NAS
...r controller 2.4.1
Network UPS Tools - Megatec protocol driver 1.6 (2.4.1)
Serial-over-USB transport layer 0.10
Can't claim USB device [0001:0000]: could not detach kernel driver from
interface 0: Operation not permitted
Driver failed to start (exit status=1)
My ups.conf looks like this
[qnapups]
driver = usbhid-ups
port = auto
mfr = "Plexus"
model = "Plexus 500VA UPS"
desc = "Workstation"
pollinterval=1
ignoreoff
lsusb shows before the UPS is plugged in
[~] # lsusb
Bus 001 Device 003: ID 04a9:10b0...
2016 Oct 26
0
setting up CYBERPOWER CP1500PFCLCD
...ork on Win10, WinNUT-2.0.0.4a UPS: CYBERPOWER CP1500PFCLCD
> I have no idea how to config monitoring. This part: MONITOR <system> <powervalue> <username> <password> ("master"|"slave")
>
> I found somewhere that I should add a line:
> MONITOR qnapups@<IP ADDRESS OF MY COMPUTER>:3493 1 admin 123456 slave
>
Does this help? http://www.snbforums.com/threads/using-qnap-ups-server-to-signal-other-devices.17551/
It mentions that you should use the Admin password for QNAP.
Also, just to clarify, it sounds like <IP ADDRESS OF MY COMPUTER...
2018 Jul 02
0
No run cmd /usbhid-ups -k !
Sorry i forgot send info from:
# /lib/nut/usbhid-ups -DD -x explore -a qnapups &> usbhid-ups.debug.log
Thx Jan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: usbhid-ups.debug.log
Type: application/octet-stream
Size: 23064 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20180702/...
2009 Oct 06
1
Powerware USB issue solved (bcmxcp_usb)
Hi Greg, Thomas and the list,
I've not forgotten you nor your issue.
It just took some time to gather a "faulty" unit and a bit of time to
reproduce your issue.
The good news is that I've commited a fix to the NUT development branch (aka
Subversion), in the release r2015.
The bad news is that your test and feedback is welcome ;-)
For more info on getting and compiling the
2017 Jan 09
2
NUT Client shuts down when performing runtime calibration on APC UPS
...OW
traphandle .1.3.6.1.4.1.318.0.1 /sbin/ups_snmptrap_handler COMM_LOST
traphandle .1.3.6.1.4.1.318.0.8 /sbin/ups_snmptrap_handler COMM_RESTORED
-----------------------------------------------------------------------------------------------------------
[/mnt/HDA_ROOT/.config/ups] # more ups.conf
[qnapups]
driver = snmp-ups
port = /dev/ttyS1
desc = "Workstation"
pollinterval=1
-----------------------------------------------------------------------------------------------------------
[/mnt/HDA_ROOT/.config/ups] # more upsd.conf
# Network UPS Tools: example upsd co...
2016 Oct 26
2
setting up CYBERPOWER CP1500PFCLCD
...0.0.4a UPS: CYBERPOWER CP1500PFCLCD
> > I have no idea how to config monitoring. This part: MONITOR <system>
> <powervalue> <username> <password> ("master"|"slave")
> >
> > I found somewhere that I should add a line:
> > MONITOR qnapups@<IP ADDRESS OF MY COMPUTER>:3493 1 admin 123456 slave
> >
> Does this help? http://www.snbforums.com/threads/using-qnap-ups-server-
> to-signal-other-devices.17551/
>
> It mentions that you should use the Admin password for QNAP.
>
> Also, just to clarify, it sounds l...