Date: Thu, 7 Jan 2016 21:48:04 -0500 (EST) From: Benjamin Kaduk <bjk@freebsd.org> To: grahamperrin <grahamperrin@gmail.com> Cc: freebsd-hackers@freebsd.org Subject: Re: relaunchd: a portable clone of launchd Message-ID: <alpine.GSO.1.10.1601072146400.26829@multics.mit.edu> In-Reply-To: <1452172449792-6065692.post@n5.nabble.com> References: <CAGfo=8nPxY6SW%2B04R4sN_a1udOuVRLEownM4p2Yz5Y8YGvheeA@mail.gmail.com> <F18891B6-5375-46DC-A781-3CA4B1C211DE@jeamland.net> <CAGfo=8=8Np_59AzMwzVS1abm=oJ6VzLuZH1H765s9-fF0SJ2zg@mail.gmail.com> <CAGwOe2ZXBcK2LtoqfjcuXQrOuU8xq9Q5FaHT_tO761r7exzG6g@mail.gmail.com> <8FF83C2F-D8CD-4366-A890-7EF605050456@netgate.com> <CAGfo=8=7ZYvnT4H2ELNCt1ZiUzietGex-X9VrNe9w7NOyvZxpw@mail.gmail.com> <1452172449792-6065692.post@n5.nabble.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 7 Jan 2016, grahamperrin wrote: > nosh caught my eye a couple of months ago. Some attention to PC-BSD was > apparent so I posted highlights under > https://forums.pcbsd.org/thread-20272.html … ending when I found a section > on the nosh project within the FreeBSD 2015Q3 status report. > > Re: the third call for 2015Q4 quarterly status reports > <http://freebsd.1045724.n5.nabble.com/second-call-for-2015Q4-quarterly-status-reports-tp6063452p6064992.html>: > > * the deadline for submissions is today > > – if it's not too late, I wonder whether something submitted *now* could > help the report, when it appears, to put things in context without causing > unnecessary alarm. An explanation of how developments in both project areas > (nosh and relaunchd) may be complementary. A submission on this topic would be welcomed even if it came in on Saturday (the 9th). -Ben (with monthly@ hat) From owner-freebsd-hackers@freebsd.org Fri Jan 8 08:06:56 2016 Return-Path: <owner-freebsd-hackers@freebsd.org> Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2A19A673FB for <freebsd-hackers@mailman.ysv.freebsd.org>; Fri, 8 Jan 2016 08:06:56 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B12061D63 for <freebsd-hackers@freebsd.org>; Fri, 8 Jan 2016 08:06:55 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from chamsa.cs.huji.ac.il ([132.65.80.19]) by kabab.cs.huji.ac.il with esmtp id 1aHS4H-000Eup-Eo for freebsd-hackers@freebsd.org; Fri, 08 Jan 2016 10:06:41 +0200 From: Daniel Braniss <danny@cs.huji.ac.il> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: watchdog not rebooting Message-Id: <95D6F157-70B1-48F3-B512-9A4B7D6F9EA4@cs.huji.ac.il> Date: Fri, 8 Jan 2016 10:06:41 +0200 To: Freebsd hackers list <freebsd-hackers@freebsd.org> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD <freebsd-hackers.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-hackers>, <mailto:freebsd-hackers-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-hackers/> List-Post: <mailto:freebsd-hackers@freebsd.org> List-Help: <mailto:freebsd-hackers-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-hackers>, <mailto:freebsd-hackers-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 08 Jan 2016 08:06:57 -0000 Hi, on real hardware, with hardware watchdog, it does the right thing, panics and reboots, but on vmware, it enters the debugger, and ‘cont’ will resume. the kernel in both cases(it’s the same) has option KDB and ALT_BREAK_TO_DEBUGGER so how can I get the vm to reboot? thanks, danny
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.GSO.1.10.1601072146400.26829>
