Displaying 10 results from an estimated 10 matches for "apcusb".
Did you mean:
  apcusbd
  
2014 Sep 12
0
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
...USB Interrupt In transfers properly. Otherwise, it will take up to 30 seconds (pollfreq) to re-fetch all of the variables that the UPS should provide through the Interrupt In pipe.
I would try starting the driver with "-DDD", and capture that to a log:
/usr/local/bin/usbhid-ups -DDD -a apcusb 2>&1 | tee /tmp/apcusb.log
Let it run for about two minutes, then ^C, compress the log and mail it back to the list.
You can also try reducing "pollfreq", although the reason for this was to prevent the UPS from tripping over itself by sending too much data. The "ups.status&...
2014 Sep 12
2
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
...ATI(0x1002), rev 1.00
   uhub5
  port 1 powered
  port 2 powered
  port 3 powered
Controller /dev/usb6:
addr 1: full speed, self powered, config 1, OHCI root hub(0x0000),
ATI(0x1002), rev 1.00
   uhub6
  port 1 powered
  port 2 powered
Here's the output of upsc with the UPS plugged in
# upsc apcusb at localhost
battery.charge: 93
battery.charge.low: 10
battery.charge.warning: 50
battery.mfr.date: 2006/04/01
battery.runtime: 2220
battery.runtime.low: 120
battery.temperature: 30.6
battery.type: PbAc
battery.voltage: 27.4
battery.voltage.nominal: 24.0
device.mfr: American Power Conversion
device...
2010 Jul 28
1
APC SmartUPS 2200XL + UDEV + USB = tcgetattr : Invalid argument
...s being created =====
# cat /etc/udev/rules.d/90-local-udev.rules
#/dev/smartups UPS
SUBSYSTEMS=="usb", ATTRS{manufacturer}=="American Power Conversion", 
ATTRS{product}=="Smart-UPS 2200 XL FW:690.19.D USB FW:7.4", 
ATTRS{serial}=="JS1005032730", NAME="apcusb", SYMLINK+="smartups", 
MODE="0660", GROUP="nut"
===== ups.conf =====
# cat /etc/nut/ups.conf
[2200XL]
        driver = apcsmart
        port = /dev/apcusb
        desc = "Main 2200 XP with battery pack"
===== This is what happens when apcsmart is...
2014 Sep 12
2
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
...fetch all of the variables that the UPS should provide through the Interrupt In pipe.
I see a libusb_get_interrupt message in the log. Could that be the problem?
>
> I would try starting the driver with "-DDD", and capture that to a log:
>
> /usr/local/bin/usbhid-ups -DDD -a apcusb 2>&1 | tee /tmp/apcusb.log
>
> Let it run for about two minutes, then ^C, compress the log and mail it back to the list.
>
> You can also try reducing "pollfreq", although the reason for this was to prevent the UPS from tripping over itself by sending too much data. The...
2010 Dec 15
1
Things seem to be working but upscmd does nothing
...e returns an authentication failure and that is 
the only clue I  have.  I believe I have everything setup correctly but 
it's not working.  Can someone review this and give me clues as to what 
I should research next?
<ups.conf>
[Hagrid]
         driver = usbhid-ups
         port = /dev/apcusb
         product = "Smart-UPS 2200 XL FW:690.19.D USB FW:7.4"
         serial = JS1005032730
         desc = "Primary 2200XL with huge battery pack - the big guy"
<upsmon.conf>
MONITOR Hagrid at localhost 1 nutmon easy  master
<upsd.users>
[nutmon]
         passwo...
2014 Nov 08
4
Master Works, Slave Does Not
...: https://github.com/networkupstools/nut/blob/master/UPGRADING
Some drivers (apcsmart) have had under-the-hood changes that should be more beneficial than problematic.
Also, Stan mentioned the following off-list, and it holds true:
> upsmon.conf should have a line like this
> 
> MONITOR apcusb at 192.168.1.235 1 upsmon pass slave
> 
> upsd.users should have a matching statement like this
> 
>        [upsmon]
>                password  = pass
> #               upsmon master
> # or
>                upsmon slave
The only configuration files that a slave needs are u...
2014 Nov 07
0
Master Works, Slave Does Not
On Nov 6, 2014, at 12:48 PM, Steve Read <sd_read at hotmail.com> wrote:
> I am presently upgrading my servers. The old ones are running Suse 10.1 and I am upgrading to the most  recent Debian.
What version of NUT on the new systems?
There are a few changes to the configuration files, mostly related to the ACL lines.
-- 
Charles Lepple
clepple at gmail
-------------- next part
2014 Nov 08
0
Master Works, Slave Does Not
...UPGRADING document: https://github.com/networkupstools/nut/blob/master/UPGRADING
Some drivers (apcsmart) have had under-the-hood changes that should be more beneficial than problematic.
Also, Stan mentioned the following off-list, and it holds true:
upsmon.conf should have a line like this
MONITOR apcusb at 192.168.1.235 1 upsmon pass slave
upsd.users should have a matching statement like this
       [upsmon]
               password  = pass
#               upsmon master
# or
               upsmon slave
The only configuration files that a slave needs are upsmon.conf, nut.conf to tell the init.sys...
2014 Nov 08
0
Master Works, Slave Does Not
...UPGRADING document: https://github.com/networkupstools/nut/blob/master/UPGRADING
Some drivers (apcsmart) have had under-the-hood changes that should be more beneficial than problematic.
Also, Stan mentioned the following off-list, and it holds true:
upsmon.conf should have a line like this
MONITOR apcusb at 192.168.1.235 1 upsmon pass slave
upsd.users should have a matching statement like this
       [upsmon]
               password  = pass
#               upsmon master
# or
               upsmon slave
The only configuration files that a slave needs are upsmon.conf, nut.conf to tell the init.sys...
2014 Nov 06
3
Master Works, Slave Does Not
Hello,
I am presently upgrading my servers. The old ones are running Suse 10.1 and I am upgrading to the most  recent Debian.
Oh, and I am not an IT guy rather a hacker who loves Linux and seems to enjoy getting myself confused.
Presently I am trying to get the Nut running and am having problems. 
I have the master server working but it does not inform the slave server to shut down.
For the most