FS#70646 - pacstrap change permission of /var/run/systemd/netif on the system who invoke pacstrap
Attached to Project:
Arch Linux
Opened by Cuba Jashi (cubajashi) - Thursday, 29 April 2021, 21:31 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 30 April 2021, 02:20 GMT
Opened by Cuba Jashi (cubajashi) - Thursday, 29 April 2021, 21:31 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 30 April 2021, 02:20 GMT
|
Details
Description:
Setup archlinux with pacstrap change permission of '/var/run/systemd/netif' on the system who invoke pacstrap to 'system-resolv' instead of 'system-network'. I add a simple script to reproduce. See also: https://github.com/systemd/systemd/issues/19465 Additional info: * arch-install-scripts 24-1 |
This task depends upon
Closed by Doug Newgard (Scimmia)
Friday, 30 April 2021, 02:20 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#61808
Friday, 30 April 2021, 02:20 GMT
Reason for closing: Duplicate
Additional comments about closing:
FS#61808?"systemd-networkd[X]: Failed to update state file /run/systemd/netif/state, ignoring: Permission denied" because of wrong ownership.
This issue spam journal.
You can do a "chown -R systemd-network.systemd-network /var/run/systemd/netif" of course, every time you run pacstrap, but pacstrap deserves more.