This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 35162b8e19 news: Add entry for openresolv update.
35162b8e19 is described below
commit 35162b8e195ce7f2eeb1e7cc925c2d19e57cb1e6
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Jun 21 14:53:47 2026 +0900
news: Add entry for openresolv update.
* etc/news.scm <86776ccd30bb44eb856fcf3a14a8338f38fe1367>: New entry.
---
etc/news.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/etc/news.scm b/etc/news.scm
index 86bd757cba..acb0ec76ee 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -43,6 +43,22 @@
(channel-news
(version 0)
+ (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367")
+ (title
+ (en "Openresolv update requires restarting NetworkManager"))
+ (body
+ (en "With this update to the @code{openresolv} package,
+@command{openresolv} now expects the @file{/etc/resolv.conf} configuration
+file to contain the header comment @samp{# Generated by resolvconf}. This is
+taken care of by NetworkManager, but may not immediately happen. To
+forcefully refresh the @file{/etc/resolv.conf} file and regain a working DNS,
+you can issue the following commands, as root:
+
+@example
+rm /etc/resolv.conf
+herd restart NetworkManager
+@end example")))
+
(entry (commit "16b1072f661051e6bc20d8dcafdb183960dd188b")
(title
(en "PostgreSQL logs now go to a unified place")