[Bug 1822655] [NEW] ieee-oui script fails to update

PetiePooo 1822655 at bugs.launchpad.net
Mon Apr 1 17:36:08 UTC 2019


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
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:
  New

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