[Bug 1694922] Re: /etc/cron.monthly/ieee-data fails every month on redirected URLS
Terry Schulte
1694922 at bugs.launchpad.net
Thu Mar 7 21:44:33 UTC 2019
Here is the fix for 16.04 LTS: (Well it's how I fixed it anyhow...)
1. Edit the script /usr/bin/update-oui
2. Change the URLs to the correct ones listed here:
ouiurl="http://standards-oui.ieee.org/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"
3. Profit!!!
--
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/1694922
Title:
/etc/cron.monthly/ieee-data fails every month on redirected URLS
Status in ieee-data package in Ubuntu:
Fix Released
Bug description:
the script fails and mails the following:
run-parts: /etc/cron.monthly/ieee-data exited with return code 1
the following URLS are giving a 302 redirect:
- http://standards.ieee.org/develop/regauth/oui28/mam.txt
- http://standards.ieee.org/develop/regauth/oui36/oui36.txt
1) # lsb_release -rd
Description: Ubuntu 16.04.2 LTS
Release: 16.04
2) # apt-cache policy ieee-data
ieee-data:
Installed: 20150531.1
Candidate: 20150531.1
Version table:
*** 20150531.1 500
500 http://apt.osso.nl/ubuntu xenial/main amd64 Packages
500 http://apt.osso.nl/ubuntu xenial/main i386 Packages
100 /var/lib/dpkg/status
3) it should have grabbed the right urls or it should follow the
redirects by using `curl -L`, but in later ubuntu versions this script
is completely overhauled, so a backport might be more appropriate.
4) it fails with an exit code 1 and mails once for every server you
have.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ieee-data/+bug/1694922/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list