Comment 14 for bug 1099947

Revision history for this message
Simon Déziel (sdeziel) wrote :

For some reason I cannot get the package from xenial-proposed but before doing that I tried to reproduce on Xenial with 2.7.2-4ubuntu1. Turns out that I cannot reproduce so I'm not sure this SRU is worth pursuing. That said, if I somehow get the -proposed package eventually, I'll make sure to test it out.

Here's my current test setup (*without* the -proposed package) unable to repro the original issue:

# tail -n 5 /etc/nut/ups.conf
[cyberpower]
        driver = usbhid-ups
        port = auto
        desc = "CyberPower CP685AVR-G"
        vendorid = 0764

# lsusb | grep Cyber
Bus 003 Device 003: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS

# ll /dev/bus/usb/003/003
crw-rw-r-- 1 root nut 189, 258 Aug 23 10:23 /dev/bus/usb/003/003

Yet, I don't seem to have manually mv'ed the udev file:

# find /lib/udev/rules.d/ -name '*nut*'
/lib/udev/rules.d/52-nut-usbups.rules

So maybe it was fixed in a different way at some point after I reported the problem on Lucid?