ieee-oui script fails to update
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ieee-data (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
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://
-oui28url="http://
-oui36url="http://
-iaburl="http://
+ouiurl="http://
+oui28url="http://
+oui36url="http://
+iaburl="http://
tmpf=$(tempfile --mode=0644)
Die () {
-------
Status changed to 'Confirmed' because the bug affects multiple users.