Bug #4886
CONFIGURE_INTERFACES=no in /etc/default/networking at Debian 8.5.0(?)
Status: | Closed | Start date: | 10/31/2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Context | |||
Target version: | - | |||
Resolution: | worksforme | Pull request: | ||
Affected Versions: | OpenNebula 5.2 |
Description
the opennebula contextualization package didn't do the job of network interface settings and the eth0 was DOWN. it turned out that the line of 'CONFIGURE_INTERFACES=no' in /etc/default/networking was the culprit. anyone have any idea why this happened?
what all I did on the fresh new debian 8.5.0:
echo '
deb http://ftp.kr.debian.org/debian/ jessie main non-free contrib
deb-src http://ftp.kr.debian.org/debian/ jessie main non-free contribdeb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
- jessie-updates, previously known as 'volatile'
deb http://ftp.kr.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.kr.debian.org/debian/ jessie-updates main contrib non-freedeb http://ftp.debian.org/debian jessie-backports main
' > /etc/apt/sources.list
apt-get update
apt-get install -y curl vim
cd /tmp; curl -LOJ https://github.com/OpenNebula/addon-context-linux/releases/download/v5.0.1/one-context_5.0.1.deb && dpkg -i one-context*deb
apt-get install -y ruby cloud-utils qemu-guest-agent
History
#1 Updated by Javi Fontan over 4 years ago
- Category set to Context
- Assignee set to Javi Fontan
#2 Updated by Javi Fontan over 4 years ago
Enabling interface configuration in networking made Ubuntu and Debian very slow to start. These changes are tested in Debian 8.2 and it configures the network without problems. Maybe this is no longer true in 8.5.0.
#3 Updated by Javi Fontan over 4 years ago
Added an issue here:
https://github.com/OpenNebula/addon-context-linux/issues/56
Have you tried with latest packages?
https://github.com/OpenNebula/addon-context-linux/releases/download/v5.0.2/one-context_5.0.2.deb
#4 Updated by Gunwoo Gim over 4 years ago
I just did and it worked with no problem. Thank you so much Javi for the swift fix.
Best Wishes
From South Korea
#5 Updated by Gunwoo Gim over 4 years ago
Oh it was already released on Aug 24. Thanks a lot anyway
#6 Updated by Ruben S. Montero over 4 years ago
- Status changed from Pending to Closed
- Resolution set to worksforme