All of lore.kernel.org
 help / color / mirror / Atom feed
From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Baoquan He <bhe-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: Does dracut need start watchdog?
Date: Tue, 10 Dec 2013 12:43:53 +0100	[thread overview]
Message-ID: <52A6FE79.3050000@redhat.com> (raw)
In-Reply-To: <52A6CF1C.50206-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

On 12/10/2013 09:21 AM, Baoquan He wrote:
> On 08/09/2013 03:20 PM, Harald Hoyer wrote:
>> On 08/05/2013 12:19 PM, Baoquan He wrote:
>>> Hi Harald,
>>>
>>> Since some drivers do the soft kicking. That is if BIOS has enabled
>>> watchdog, then kernel driver kicks the hardware till user space watchdog
>>> daemon comes along. This can help sove the problem in kdump which kdump
>>> kernel reboot before vmcore saving is finished. That problem is
>>> triggered because watchdog started in 1st kernel and timeout because of
>>> stopping being kicked.
>>>
>>> I noticed in 04watchdog the watchdog.sh will start watchdog if
>>> /dev/watchdog exists. I am just wondering if it's needed to start
>>> watchdog by accessing /dev/watchdog. If starting watchdog is not needed,
>>> I want to make some code change of watchdog.sh.
>>>
>>> What's your suggestion?
>>>
>>> Baoquan
>>> Thanks a lot
>>
>> Basically the 04watchdog module was used only in the testsuite. You might
>> consider to use the systemd watchdog feature instead.
>>
>> http://0pointer.de/blog/projects/watchdog.html
>>
>> or, if 0pointer is down again:
>>
>> http://webcache.googleusercontent.com/search?q=cache:jYfJU_fFZy8J:0pointer.de/blog/projects/watchdog.html
> 
> Hi,
> 
> I tried your suggestion, systemd can't help.
> 
> In /etc/systemd/system.conf, there are 2 options to control watchdog,
> however it need watchdog hardware to be present. That means watchdog
> driver need be loaded during startup.
> 
> Baoquan
> Thanks

Why can't systemd help?

dracut also uses the hardware watchdog. There is even a software watchdog device
driver (softdog).

Just load the module and systemd should start to make use of "/dev/watchdog".
With udevd in the initramfs, module loading should happen automatically, you
just have to add the watchdog modules to the initramfs.

$ echo; echo -n "instmods"; modinfo char-major-10-130 | while read a b; do [[ $a
== filename: ]] && (b=${b##*/}; echo -n " ${b%.ko}");done;echo

instmods pcwd_pci wdt_pci pcwd_usb alim1535_wdt alim7101_wdt sp5100_tco
sbc_fitpc2_wdt ib700wdt ibmasr i6300esb ie6xx_wdt iTCO_wdt it8712f_wdt it87_wdt
hpwdt nv_tco sch311x_wdt w83627hf_wdt w83697hf_wdt w83697ug_wdt w83877f_wdt
w83977f_wdt machzwd xen_wdt softdog

  parent reply	other threads:[~2013-12-10 11:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-05 10:19 Does dracut need start watchdog? Baoquan He
     [not found] ` <20130805101929.GA26184-je1gSBvt1Td8jiCoVU1BWR/sF2h8X+2i0E9HWUfgJXw@public.gmane.org>
2013-08-09  7:20   ` Harald Hoyer
     [not found]     ` <52049855.6050308-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-12-10  8:21       ` Baoquan He
     [not found]         ` <52A6CF1C.50206-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-12-10 11:43           ` Harald Hoyer [this message]
     [not found]             ` <52A6FE79.3050000-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-12-11  7:58               ` Baoquan He
     [not found]                 ` <20131211075800.GD8495-je1gSBvt1TeLcxizHhUEZR/sF2h8X+2i0E9HWUfgJXw@public.gmane.org>
2013-12-16  2:53                   ` Baoquan He

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52A6FE79.3050000@redhat.com \
    --to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=bhe-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.