Hello, I have Mustek Powermust 2000VA USB And installed latest nut. Problem is that I cannot get info from UPS: http://pastebin.com/BtpE2Be1 I got contact with UPS via blazer_usb driver http://pastebin.com/38BZteFC Ups.conf: http://pastebin.com/KwRrz5rf Upsd.conf: http://pastebin.com/i3jNHpVj Upsd.users: http://pastebin.com/TRJ5ahWR Lsusb: http://pastebin.com/WsEbkPqG Dmesg: http://pastebin.com/mAz5sRYk Can I got small help here? J Thank you! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20120516/32de36a0/attachment.html>
On May 15, 2012, at 6:07 PM, Vladimir Micovic wrote:> Problem is that I cannot get info from UPS: http://pastebin.com/BtpE2Be1 > I got contact with UPS via blazer_usb driver http://pastebin.com/38BZteFC> # /usr/local/ups/bin/upsc mustek at localhost > Error: Connection failure: Connection refusedIs upsd running? -- Charles Lepple clepple at gmail
U mean on: http://pastebin.com/s1bZRPay ? p.s: I change conf. file upsd.users, add line "allowfrom = localhost" and this is now upsd.conf: "ACL all 0.0.0.0/0 ACL localhost 127.0.0.1/32 ACCEPT localhost REJECT all" -----Original Message----- From: Charles Lepple [mailto:clepple at gmail.com] Sent: Wednesday, May 16, 2012 2:01 AM To: Vladimir Micovic Cc: nut-upsuser at lists.alioth.debian.org Subject: Re: [Nut-upsuser] i am stuck with setup :) On May 15, 2012, at 6:07 PM, Vladimir Micovic wrote:> Problem is that I cannot get info from UPS: > http://pastebin.com/BtpE2Be1 I got contact with UPS via blazer_usb > driver http://pastebin.com/38BZteFC> # /usr/local/ups/bin/upsc mustek at localhost > Error: Connection failure: Connection refusedIs upsd running? -- Charles Lepple clepple at gmail
On May 16, 2012, at 3:47 AM, Vladimir Micovic wrote:> U mean on: http://pastebin.com/s1bZRPay ? >> # cd /usr/local/ups/ >> [root at optimus ups]# bin/upsdrvctl start >> Network UPS Tools - UPS driver controller 2.6.3 >> Network UPS Tools - Megatec/Q1 protocol USB driver 0.04 (2.6.3) >> Supported UPS detected with megatec protocol >> Vendor information unavailable >> Battery runtime will not be calculated (runtimecal not set)upsdrvctl starts the device-specific driver(s), and upsd is the daemon which listens to the network connection (and communicates with the drivers).> p.s: I change conf. file upsd.users, add line "allowfrom = localhost" > > and this is now upsd.conf: > "ACL all 0.0.0.0/0 > ACL localhost 127.0.0.1/32 > ACCEPT localhost > REJECT all"Which version of NUT are you using? (The ACCEPT/REJECT lines are not used in current versions, and there is a LISTEN directive to control which interface upsd should listen to) -- Charles Lepple clepple at gmail