[Bug 1907878] Re: wrong var declaration in if-up.d/resolved (nm-dispatcher[54417]: /etc/network/if-up.d/resolved: 12: mystatedir: not found)

2022-05-30 Thread Andrea C G Mennucci
as ~larsoner mentioned, those scripts contain some `return` but not in functions, so they may fail in some cases; you should change all `return` to `exit 0` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1907878] Re: wrong var declaration in if-up.d/resolved (nm-dispatcher[54417]: /etc/network/if-up.d/resolved: 12: mystatedir: not found)

2022-05-18 Thread Launchpad Bug Tracker
This bug was fixed in the package ifupdown - 0.8.36+nmu1ubuntu4 --- ifupdown (0.8.36+nmu1ubuntu4) kinetic; urgency=medium * Remove invalid lines from resolved integration scripts (LP: #1907878) -- Heinrich Schuchardt Sun, 15 May 2022 15:35:51 +0200 ** Changed in: ifupdown

[Bug 1907878] Re: wrong var declaration in if-up.d/resolved (nm-dispatcher[54417]: /etc/network/if-up.d/resolved: 12: mystatedir: not found)

2022-05-17 Thread Sebastien Bacher
** Changed in: ifupdown (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: ifupdown (Ubuntu) Assignee: (unassigned) => Heinrich Schuchardt (xypron) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1907878] Re: wrong var declaration in if-up.d/resolved (nm-dispatcher[54417]: /etc/network/if-up.d/resolved: 12: mystatedir: not found)

2022-05-15 Thread Heinrich Schuchardt
** Patch added: "ifupdown-0.8.36+nmu1ubuntu4.debdiff" https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1907878/+attachment/5589837/+files/ifupdown-0.8.36+nmu1ubuntu4.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1907878] Re: wrong var declaration in if-up.d/resolved (nm-dispatcher[54417]: /etc/network/if-up.d/resolved: 12: mystatedir: not found)

2022-03-25 Thread Wladimir J. van der Laan
FWIW this is still a problem as of Ubuntu 22.04. I'm aware that using /etc/network is deprecated in favor of netplan, I guess that's why the script can stay in a broken state for so long. I'll be looking at porting my configuration to that. -- You received this bug notification because you are a

[Bug 1907878] Re: wrong var declaration in if-up.d/resolved (nm-dispatcher[54417]: /etc/network/if-up.d/resolved: 12: mystatedir: not found)

2021-06-09 Thread Thomas
I just commended out the line "mystatedir statedir ifindex interface" on both files /etc/network/if-up.d/resolved and /etc/network/if- down.d/resolved works without issues. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1907878] Re: wrong var declaration in if-up.d/resolved (nm-dispatcher[54417]: /etc/network/if-up.d/resolved: 12: mystatedir: not found)

2021-06-07 Thread larson.eri...@gmail.com
For what it's worth, I commented out the `mystatedir statedir ifindex interface` line, and changed the three `return` lines to be `exit 0` and now I no longer get the angry red FAILED line during boot, `systemctl status networking.service` looks okay, and my internet continues to function just

[Bug 1907878] Re: wrong var declaration in if-up.d/resolved (nm-dispatcher[54417]: /etc/network/if-up.d/resolved: 12: mystatedir: not found)

2021-01-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ifupdown (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1907878 Title:

[Bug 1907878] Re: wrong var declaration in if-up.d/resolved (nm-dispatcher[54417]: /etc/network/if-up.d/resolved: 12: mystatedir: not found)

2020-12-12 Thread Jacopo Corbetta
I gotta say, removing the line causes DNS resolution to fail on my machine... perhaps this integration is not really working. In case it matters, I have openresolv installed and set 'rc- manager=resolvconf' in NetworkManager's config. (My use case is picking up DNS settings from WireGuard.) --

[Bug 1907878] Re: wrong var declaration in if-up.d/resolved (nm-dispatcher[54417]: /etc/network/if-up.d/resolved: 12: mystatedir: not found)

2020-12-12 Thread Jacopo Corbetta
The same applies for if-down.d/resolved -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1907878 Title: wrong var declaration in if-up.d/resolved (nm-dispatcher[54417]: