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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

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 
Comment by loqs (loqs) - Thursday, 29 April 2021, 22:07 GMT
 FS#61808  ?
Comment by Cuba Jashi (cubajashi) - Thursday, 29 April 2021, 23:45 GMT
run pacstrap result (on host who invoke it) into the issue every time a network device started by systemd-networkd?

"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.

Loading...