[Kernel-packages] [Bug 1674629] Re: virtio guest nics doesn't have network connectivity

2017-03-21 Thread Eliezer Croitoru
@joseph, I found out the coulprit after getting to the same possition with a CentOS system and trying couple kernels. The issue is being caused by a docker package from the "official" repository. The issue was resolved with the 4.6 kernel since it didn't had the aufs module and there for the dock

[Kernel-packages] [Bug 1674629] Re: virtio guest nics doesn't have network connectivity

2017-03-21 Thread Eliezer Croitoru
When I am adding the next rule to iptables it all works magically iptables -I FORWARD -j ACCEPT But it's a bridge... -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1674629 Title: virtio

[Kernel-packages] [Bug 1674629] [NEW] virtio guest nics doesn't have network connectivity

2017-03-21 Thread Eliezer Croitoru
Public bug reported: Before the update to this version of the kernel the VM's could recieve DHCP and contact the network. Once I updated the server to 4.4.0-66 my guest VM's cannot communicate with the network. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-66-generic 4

[Kernel-packages] [Bug 1551747] Re: ubuntu-fan causes issues during network configuration

2016-07-15 Thread Eliezer Croitoru
@Uli, these users needs to test so when they will have any trouble they would probably bump this or another bug report. I do not like the concept but this is what we have now. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to ubuntu-fan in

[Kernel-packages] [Bug 1551747] Re: ubuntu-fan causes issues during network configuration

2016-07-13 Thread Eliezer Croitoru
@Mark, @Uli: Testing the problematic state would be to install docker.io and enable it ie: apt install docker.io systemctl enable docker To test: reboot ifdown ens3 && echo "OK" ifup ens3 && echo "OK" The test commands will result in two lines with OK at the end if everything is right. On ubuntu

[Kernel-packages] [Bug 1551747] Re: ubuntu-fan causes issues during network configuration

2016-07-13 Thread Eliezer Croitoru
@Uli, It's an automated dependency. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to ubuntu-fan in Ubuntu. https://bugs.launchpad.net/bugs/1551747 Title: ubuntu-fan causes issues during network configuration Status in cloud-init: New

[Kernel-packages] [Bug 1551747] Re: ubuntu-fan causes issues during network configuration

2016-07-11 Thread Eliezer Croitoru
A simple docker.io installation can verify if the fix works or not. Install an ubuntu 16.04 then install docker.io and reboot the system. In my case it's a 16.04 with docker and kvm on the machine but I will be able to test it only next week. If until then no one will test I will spin up a vm for