[Bug 1134077] New: Leap 15.1 Vagrant boxes no longer acquire a DHCP lease
http://bugzilla.suse.com/show_bug.cgi?id=1134077 Bug ID: 1134077 Summary: Leap 15.1 Vagrant boxes no longer acquire a DHCP lease Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.1 Hardware: x86-64 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Network Assignee: bnc-team-screening@forge.provo.novell.com Reporter: dcermak@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Roughly during the weekend my Leap 15.1 libvirt vagrant box broke: it no longer acquires a DHCP lease. I didn't change anything in it's configuration for the last month and there is also nothing Leap 15.1 specific, thus I guess that this is due to some package getting updated? (Note that the Leap 15.0 and Tumbleweed boxes that are created from similar configs continue to work.) I've managed to "fix" this issue by masking wickedd-dhcp6.service, which results in the box booting again. However that isn't a proper solution. The box takes a while to boot (without masking wickedd-dhcp6) due to it hanging for a while at: (1 of 3) A start job is running for wicked DHCPv6 supplicant service (2 of 3) A start job is running for wicked AutoIPv4 supplicant service (3 of 3) A start job is running for wicked DHCPv4 supplicant service once it gives up, it hangs at: A start job is running for wicked managed network service The system log doesn't show anything pointing to the origin of the issue, beside logging that wickedd-dhcp4/6/auto4 service failed. I've tried to sniff the network traffic with wireshark and got no DHCP/BOOTP packages coming out of the vagrant box. How to reproduce: - Install vagrant & the vagrant-libvirt plugin (via vagrant plugin install vagrant-libvirt or from the Virtualization:vagrant repository) - create a file called `Vagrantfile` with the following contents: Vagrant.configure("2") do |config| config.vm.define "testing-15.1" do |leap_15_1| leap_15_1.vm.box = "openSUSE-Leap-15.1-Vagrant.x86_64" leap_15_1.vm.box_url = "https://download.opensuse.org/repositories/Virtualization:/Appliances:/Image..." end end - in the directory where the `Vagrantfile is, run: `vagrant up testing-15.1 --provider libvirt` The box will fail to acquire a lease and will be stopped & deleted by vagrant after >~10 mins. You can connect to it for via virt-manager or with virt-viewer. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1134077 Dan Čermák <dcermak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcermak@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1134077 Jiachen Zhang <jiachen.zhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bnc-team-screening@forge.pr |dcermak@suse.com |ovo.novell.com | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1134077 Dan Čermák <dcermak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|dcermak@suse.com |bnc-team-screening@forge.pr | |ovo.novell.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1134077 http://bugzilla.suse.com/show_bug.cgi?id=1134077#c1 Rubén Torrero Marijnissen <rtorreromarijnissen@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rtorreromarijnissen@suse.co | |m --- Comment #1 from Rubén Torrero Marijnissen <rtorreromarijnissen@suse.com> --- Hi Dan, could this be a duplicate of -> http://bugzilla.suse.com/show_bug.cgi?id=1131369 ? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1134077 http://bugzilla.suse.com/show_bug.cgi?id=1134077#c2 Dan Čermák <dcermak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Dan Čermák <dcermak@suse.com> --- (In reply to Rubén Torrero Marijnissen from comment #1)
Hi Dan,
could this be a duplicate of -> http://bugzilla.suse.com/show_bug.cgi?id=1131369 ?
It is the same issue indeed! *** This bug has been marked as a duplicate of bug 1131369 *** -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com