[Bug 1448924] Re: watchdogd doesn't start on boot
Ryan Harper
1448924 at bugs.launchpad.net
Thu May 4 12:23:22 UTC 2017
It's not been released. I've just started the SRU process for getting it
into xenial-updates.
If you want to test, you can try out the package from the PPA:
ppa:raharper/bugfixes
On Thu, May 4, 2017 at 4:27 AM, Алексей <mail at arsalex.ru> wrote:
> Ryan, but I couldnt find this version in repos:
> # cat /etc/apt/sources.list
> deb http://mirror.yandex.ru/ubuntu xenial main restricted universe
> multiverse
> deb http://mirror.yandex.ru/ubuntu xenial-security main restricted
> universe multiverse
> deb http://mirror.yandex.ru/ubuntu xenial-updates main restricted
> universe multiverse
> deb http://archive.ubuntu.com/ubuntu xenial-backports main restricted
> universe multiverse
>
> # apt-get -qq update
>
> # apt-cache policy watchdog
> watchdog:
> Installed: 5.14-3ubuntu0.16.04.1
> Candidate: 5.14-3ubuntu0.16.04.1
> Version table:
> *** 5.14-3ubuntu0.16.04.1 500
> 500 http://mirror.yandex.ru/ubuntu xenial-updates/universe amd64
> Packages
> 100 /var/lib/dpkg/status
> 5.14-3 500
> 500 http://mirror.yandex.ru/ubuntu xenial/universe amd64 Packages
>
> where is it?
> Thank you
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1448924
>
> Title:
> watchdogd doesn't start on boot
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/watchdog/+bug/
> 1448924/+subscriptions
>
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to watchdog in Ubuntu.
https://bugs.launchpad.net/bugs/1448924
Title:
watchdogd doesn't start on boot
Status in watchdog package in Ubuntu:
Fix Released
Bug description:
[Impact]
* The watchdog service in Xenial does not start automatically even after
being configured. This makes the service not function reliably.
This affects the 5.14 release in Xenial only and is already fixed in
5.15 included in the developement release.
[Test Case]
* On a Xenial 16.04 system
- lxc launch ubuntu-daily:xenial x1
- lxc exec x1 /bin/bash
# inside the container x1
- apt-get update && apt-get install watchdog
# display status after installing (returns inactive)
- systemctl is-active watchdog
# reboot (this exits the container)
- reboot
- lxc exec x1 /bin/bash
# inside the container x1, check the status of the service
- systemctl is-active watchdog (returns active)
# With current version of watchdog (5.14-3ubuntu0.16.04.1)
# the service does not start automatically;
# With the updated version (5.14-3ubuntu0.16.04.2)
# the service will be started automatically after a reboot
[Regression Potential]
* Users of watchdog service which previously did not start automatically
may encounter watchdog triggering actions at unexpected times.
[Original Description]
Description: Ubuntu 15.04
Release: 15.04
watchdog:
Installed: 5.14-3
Candidate: 5.14-3
Version table:
*** 5.14-3 0
500 http://de.archive.ubuntu.com/ubuntu/ vivid/universe amd64 Packages
100 /var/lib/dpkg/status
Expected:
Watchdog daemon starts on system boot.
Current:
After updating from Utopic to Vivid the watchdog daemon doesn't start. A manual service watchdog start after boot up starts the daemon normally.
There seems to be a problem with the transition of the init scripts from Upstart to SystemD.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/watchdog/+bug/1448924/+subscriptions
More information about the foundations-bugs
mailing list