It also looks like on 24.04, the if-up.d scripts aren't run at all when
resuming from sleep.

Before 24.04:
- Boot
- My if-up.d script that triggers for "IFACE=wlp0s20f3" gets properly triggered 
(it adds an IP alias to this interface using "ip addr add").
- Put ubuntu to sleep
- Resume ubuntu
- My if-up.d script that triggers for "IFACE=wlp0s20f3" gets properly triggered.

After 24.04:
- Boot
- My if-up.d script that triggers for "IFACE=wlp0s20f3" gets properly triggered 
(it adds an IP alias to this interface using "ip addr add"). Apparently I could 
fix this by triggering this script with "IFACE=-all". For now I manually run 
the "ip addr add" command.
- Put ubuntu to sleep
- Resume ubuntu
- My if-up.d script that triggers for "IFACE=wlp0s20f3" is not called (not even 
with "IFACE=-all"). The IP alias disappeared, so the interface did go down and 
get back up, but the script wasn't called at all. For this I don't think I have 
a fix?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064093

Title:
  if-up.d files do not have effect on ubuntu 24.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/2064093/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to