[Bug 1822655] Re: ieee-oui script fails to update
Launchpad Bug Tracker
1822655 at bugs.launchpad.net
Thu Aug 1 18:26:20 UTC 2019
*** This bug is a duplicate of bug 1796047 ***
https://bugs.launchpad.net/bugs/1796047
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: ieee-data (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to ieee-data in Ubuntu.
https://bugs.launchpad.net/bugs/1822655
Title:
ieee-oui script fails to update
Status in ieee-data package in Ubuntu:
Confirmed
Bug description:
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 () {
--------------------------------------
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ieee-data/+bug/1822655/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list