[Bug 1850009] Re: Issue with detecting new state in dhclient-enter-hooks.d/resolved

2019-11-08 Thread Steve Langasek
*** This bug is a duplicate of bug 1805183 ***
https://bugs.launchpad.net/bugs/1805183

** This bug is no longer a duplicate of bug 1849608
   systemd resolv should separate the output of stdout and stderr
** This bug has been marked a duplicate of bug 1805183
   systemd-resolved constantly restarts on Bionic upgraded from Xenial

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

Title:
  Issue with detecting new state in dhclient-enter-hooks.d/resolved

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

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

[Bug 1850009] Re: Issue with detecting new state in dhclient-enter-hooks.d/resolved

2019-11-04 Thread Balint Reczey
*** This bug is a duplicate of bug 1849608 ***
https://bugs.launchpad.net/bugs/1849608

** This bug has been marked a duplicate of bug 1849608
   systemd resolv should separate the output of stdout and stderr

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

Title:
  Issue with detecting new state in dhclient-enter-hooks.d/resolved

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

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

[Bug 1850009] Re: Issue with detecting new state in dhclient-enter-hooks.d/resolved

2019-10-29 Thread Ivan Brawley
This bug is also being handled in #1805183. Comment #9 has a much better
patch (along the same lines as mine but also captures STDERR from
md5sum). Though it doesn't have Eoan included in the list of affected
versions.

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

Title:
  Issue with detecting new state in dhclient-enter-hooks.d/resolved

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

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

[Bug 1850009] Re: Issue with detecting new state in dhclient-enter-hooks.d/resolved

2019-10-29 Thread Peteris Dzenis
Hello,

I can confirm this issue: name resolution was not working after
upgrading to Ubuntu 19.10. It was possible to fix it until the next
reboot (or next networking service restart) by restarting systemd-
resolved service. Located the same issue and temporary resolved it by
commenting out `if' condition, forcing systemd-resolved service to
always reload/restart as it was in previous Ubuntu versions.

These are the changes to /etc/dhcp/dhclient-enter-hooks/resolved file:

--- resolved.original2019-10-29 15:43:51.940561949 +0200
+++ resolved2019-10-29 15:44:24.804941675 +0200
@@ -56,9 +56,9 @@

   newstate="$(mktemp)"
   md5sum $statedir/isc-dhcp-v4-$interface.conf 
$statedir/isc-dhcp-v6-$interface.conf &> $newstate
-  if ! cmp $oldstate $newstate; then
+  #if ! cmp $oldstate $newstate; then
   systemctl try-reload-or-restart systemd-resolved.service
-  fi
+  #fi

   rm $oldstate
   }


Best regards,
Peteris

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

Title:
  Issue with detecting new state in dhclient-enter-hooks.d/resolved

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

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

[Bug 1850009] Re: Issue with detecting new state in dhclient-enter-hooks.d/resolved

2019-10-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: systemd (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/1850009

Title:
  Issue with detecting new state in dhclient-enter-hooks.d/resolved

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

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