Public bug reported: On xenial 16.04.6, ieee-data version 20150531.1, running /usr/bin /update-oui fails with a wget exit code 8 (server issued error response). Updating the script's url variables to the values shown below resolves.
-------------------------------------- --- /usr/bin/update-oui 2015-06-01 11:14:17.000000000 +0000 +++ /root/update-oui 2019-04-01 17:32:55.810041698 +0000 @@ -14,10 +14,10 @@ set -e -ouiurl="http://standards.ieee.org/regauth/oui/oui.txt" -oui28url="http://standards.ieee.org/develop/regauth/oui28/mam.txt" -oui36url="http://standards.ieee.org/develop/regauth/oui36/oui36.txt" -iaburl="http://standards.ieee.org/regauth/oui/iab.txt" +ouiurl="http://standards-oui.ieee.org/oui/oui.txt" +oui28url="http://standards-oui.ieee.org/oui28/mam.txt" +oui36url="http://standards-oui.ieee.org/oui36/oui36.txt" +iaburl="http://standards-oui.ieee.org/iab/iab.txt" tmpf=$(tempfile --mode=0644) Die () { -------------------------------------- ** Affects: ieee-data (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822655 Title: ieee-oui script fails to update To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ieee-data/+bug/1822655/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
