TeChn4K
Dabbler
- Joined
 - Sep 10, 2016
 
- Messages
 - 16
 
Hi all,
I currently have two issues with my UPS service :
See my debug.log when I start my UPS service.
On this bug report (https://redmine.ixsystems.com/issues/34327), I can read an advice to get ride of the first error in my log. I have to set a new password in my UPS service form. But the issue is still here after...
On this same bug report (and the FreeNAS guide, section UPS), the advice to get ride of the annoying interrupt error is to set a larger pollinterval (pollinterval = 15) in ups.conf of my UPS service form. But guess what... the issue is still here, every 15s !
By the way, my upsd works great in case of power loss or every thing else ...
UPS: Eaton PRO 650
driver: usbhid-ups
Any help ?
Thanks!
	
		
			
		
		
	
			
			I currently have two issues with my UPS service :
See my debug.log when I start my UPS service.
Code:
  File "./freenasUI/services/models.py", line 1354, in __init__
    self.ups_monpwd = notifier().pwenc_decrypt(self.ups_monpwd)
  File "./freenasUI/middleware/notifier.py", line 3284, in pwenc_decrypt
    encrypted = base64.b64decode(encrypted)
  File "/usr/local/lib/python3.6/base64.py", line 87, in b64decode
    return binascii.a2b_base64(s)
binascii.Error: Incorrect padding
Feb  8 15:02:42 freenas usbhid-ups[7992]: libusb_get_interrupt: Unknown error
Feb  8 15:03:04 freenas usbhid-ups[75595]: libusb_get_interrupt: Unknown error
Feb  8 15:03:19 freenas usbhid-ups[75595]: libusb_get_interrupt: Unknown error
On this bug report (https://redmine.ixsystems.com/issues/34327), I can read an advice to get ride of the first error in my log. I have to set a new password in my UPS service form. But the issue is still here after...
On this same bug report (and the FreeNAS guide, section UPS), the advice to get ride of the annoying interrupt error is to set a larger pollinterval (pollinterval = 15) in ups.conf of my UPS service form. But guess what... the issue is still here, every 15s !
By the way, my upsd works great in case of power loss or every thing else ...
UPS: Eaton PRO 650
driver: usbhid-ups
Any help ?
Thanks!