User Tools

Site Tools



en:linux:systemd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:linux:systemd [2023/01/07 11:13] – networkd - set mac of vlan in netdev franken:linux:systemd [2023/10/15 11:10] (current) – [IPv6] frank
Line 8: Line 8:
 ===== network ===== ===== network =====
  
 +disable predictable network names:
 +<code>
 +/etc/systemd/networkd/10-eth0.link:
 +
 +[Match]
 +OriginalName=eth0
 +
 +[Link]
 +NamePolicy=kernel
 +</code>
 ==== dsa ==== ==== dsa ====
  
Line 163: Line 173:
  
 https://wiki.archlinux.org/title/IPv6_tunnel_broker_setup#systemd-networkd https://wiki.archlinux.org/title/IPv6_tunnel_broker_setup#systemd-networkd
 +
 +==== issues ====
 +=== boot hangs on wait-for-online ===
 +
 +https://askubuntu.com/a/1245672/1294721
 +
 +sudo systemctl edit systemd-networkd-wait-online.service
 +
 +  [Service]
 +  ExecStart=
 +  ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --any
 +
en/linux/systemd.1673086419.txt.gz · Last modified: 2023/06/08 17:06 (external edit)