Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#40830 - systemd post-install script fails to create /run/systemd/resolve
Attached to Project:
Arch Linux
Opened by Tom Killian (tomk) - Friday, 13 June 2014, 10:41 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 14 June 2014, 13:03 GMT
Opened by Tom Killian (tomk) - Friday, 13 June 2014, 10:41 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 14 June 2014, 13:03 GMT
|
DetailsDescription:
The upgrade from systemd 213-9 to 214-1 should move resolv.conf from /run/systemd/network/ to /run/systemd/resolve/ and create the necessary symlink from there to /etc/resolv.conf. This fails because of a typo in the post-install script - it creates /run/systemd/resolv/, so the mv fails and /etc/resolv.conf is linked to nothing. Patch attached. |
This task depends upon
Closed by Dave Reisner (falconindy)
Saturday, 14 June 2014, 13:03 GMT
Reason for closing: Fixed
Additional comments about closing: systemd-214-2
Saturday, 14 June 2014, 13:03 GMT
Reason for closing: Fixed
Additional comments about closing: systemd-214-2

Yup, I've got this change staged in SVN -- didn't have time to do a release yesterday.