Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [DE] (gelöst) watchdog did not stop!  (Read 8204 times)

Offline hsp

  • User
  • Posts: 625
[DE] (gelöst) watchdog did not stop!
« on: 2018/04/30, 18:20:41 »
Neuerdings hängt meine Kiste beim runterfahren mit dieser Meldung 'ne kleine Ewigkeit.
Code: [Select]
watchdog watchdog0: watchdog did not stop!

Ich weiß das ich das in der /etc/systemd/system.conf beeinflussen kann. Würde aber gern wissen warum das neuerdings so ist, bewusst hab ich jedenfalls nix rumgefrickelt.

danke...
« Last Edit: 2018/05/23, 19:04:30 by piper »

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: watchdog did not stop!
« Reply #1 on: 2018/05/01, 13:20:38 »
https://stackoverflow.com/questions/44502737/how-to-prevent-watchdog-messages-flooding-dmesg

https://codesearch.debian.net/search?q=watchdog+did+not+stop

Google foo explains all

Edit /etc/systemd/system.conf, and

uncomment 2 lines:


leave RuntimeWatchdogSec at 0

set ShutdownWatchdogSec to 0

reboot


Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline hsp

  • User
  • Posts: 625
Re: watchdog did not stop!
« Reply #2 on: 2018/05/01, 13:41:59 »
@piper
ich hatte geschrieben das ich es weiß das ich es da beeinflussen kann. Aber warum ist das neuerdings so. Geändert habe ich jedenfalls nix.

...
« Last Edit: 2018/05/01, 13:46:37 by hsp »

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: watchdog did not stop!
« Reply #3 on: 2018/05/01, 14:57:53 »
https://bbs.archlinux.org/viewtopic.php?pid=1608201#p1608201

I would start at post #13

A google foo, would have lead you to this url
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: watchdog did not stop!
« Reply #4 on: 2018/05/01, 15:13:54 »
You could also try

Code: [Select]
systemctl reboot -i
or add  to the   "GRUB_CMDLINE_LINUX" line (/etc/default/grub)

Code: [Select]
GRUB_CMDLINE_LINUX="reboot=bios" or reboot=acpi

then run

Code: [Select]
update-grub
reboot

This was in my notes, (pen & paper)  so I have no links where this came from :(
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline hsp

  • User
  • Posts: 625
Re: watchdog did not stop!
« Reply #5 on: 2018/05/08, 09:14:50 »
Ich habe jetzt ausgiebig mit den Vorschlägen rumgetestet, aber wirklich helfen tut nix davon :(

...

Offline hsp

  • User
  • Posts: 625
Re: watchdog did not stop!
« Reply #6 on: 2018/05/11, 17:14:30 »
Hat noch jemand 'ne Idee, so ein nervendes Problem hatte ich noch nie?
...

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: watchdog did not stop!
« Reply #7 on: 2018/05/11, 17:49:04 »
apt purge watchdog
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

Offline hsp

  • User
  • Posts: 625
Re: watchdog did not stop!
« Reply #8 on: 2018/05/11, 17:51:39 »
Ja ne is klar, das ist der Watchdog von systemd, denn kannste nicht kicken.
Code: [Select]
holgi@hsp1~ $ pol watchdog
watchdog:
  Installiert:           (keine)
  Installationskandidat: 5.15-2
  Versionstabelle:
     5.15-2 500
        500 http://ftp.de.debian.org/debian sid/main amd64 Packages

...

Offline hsp

  • User
  • Posts: 625
Re: watchdog did not stop!
« Reply #9 on: 2018/05/23, 11:14:30 »
Kaum zu glauben aber der laufende vdr verursacht das hier. Wenn ich den vor dem runterfahren mit systemctl ausknipse wird sauber runtergefahren wie sich das gehört. Das kann ich hier endlos oft reproduzieren. Endlich gelöst ... sachen gibts....

böser vdr :)