Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and rename 2024-08-27-addressing-network-stack.md to 2024-08-28-tumbleweed-faces-regression-with-wicked.md #266

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 0 additions & 48 deletions _posts/2024/2024-08-27-addressing-network-stack.md

This file was deleted.

37 changes: 37 additions & 0 deletions _posts/2024/2024-08-28-tumbleweed-faces-regression-with-wicked.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---

author: Fabian Vogt and Douglas DeMaio
date: 2024-08-28 15:33:59+02:00
layout: post
image: /wp-content/uploads/2024/08/back.png
license: CC-BY-SA-3.0
title: Tumbleweed Faces Regression with Wicked as Network Stack
categories:
- Announcements
- openSUSE
- Tumbleweed
tags:
- openSUSE
- Contribution
- wicked
- networkmanager
- snapper
- rollback
- systemd
- Tumbleweed

---

With the switch to dbus-broker as [D-Bus](https://www.freedesktop.org/wiki/Software/dbus/) implementation in [Tumbleweed Snapshot 20240825](https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/GUIJNW45DGP25M7RS4EPAKTEP7IXEHWU/), a [regression was introduced](https://bugzilla.opensuse.org/show_bug.cgi?id=1229745): When using [Wicked](https://en.opensuse.org/Portal:Wicked) for network configuration, the system boots up without network connectivity. Systems which use [NetworkManager](https://networkmanager.dev) are not affected.

NetworkManager is the default for all new installations since 2022 and desktop installations since 2018, so this mostly affects systems which have been installed before, or have been switched to Wicked manually.

Users are advised to postpone system updates for now if they use Wicked or are unsure. Users which have updated already can use [Snapper to rollback to an earlier snapshot](https://youtu.be/AeU_orsOCNI?si=KccmfqlcPl1iBP-q).

The root cause appears to be a race condition between Wicked and the [D-Bus](https://www.freedesktop.org/wiki/Software/dbus/) system, which results in the network stack failing to initialize properly. When Wicked is launched, it struggles to interact with D-Bus, leading to the failure of various dependent network services. This sequence of events will leave the rolling release’s network stack inoperative, often requiring a manual restart to restore network functionality.

To address this problem, initial efforts are focusing on modifying the service dependencies in the [systemd](https://freedesktop.org/wiki/Software/systemd/) service files.

<sub><sup>(Image made with DALL-E)</sup></sub>

<meta name="openSUSE, Tumbleweed, Developers, sysadmin, user, Open Source, rolling release, networkmanager, wicked, systemd" content="HTML,CSS,XML,JavaScript">
Loading