From owner-freebsd-stable@freebsd.org Tue Oct 4 11:24:49 2016 Return-Path: Delivered-To: freebsd-stable@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 9B5B4AF533E for ; Tue, 4 Oct 2016 11:24:49 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CC5926C for ; Tue, 4 Oct 2016 11:24:48 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id u94BOhxi044842 (version=TLSv1 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 4 Oct 2016 14:24:43 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua u94BOhxi044842 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id u94BOhA4044841; Tue, 4 Oct 2016 14:24:43 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 4 Oct 2016 14:24:43 +0300 From: Konstantin Belousov To: Andy Farkas Cc: freebsd-stable@freebsd.org Subject: Re: Reproducible panic - Going nowhere without my init! Message-ID: <20161004112443.GX38409@kib.kiev.ua> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 11:24:49 -0000 On Tue, Oct 04, 2016 at 11:14:38AM +1000, Andy Farkas wrote: > Is it just me or.... > > Step 1: boot > Step 2: login as root > Step 3: type "w" * > Step 4: type "shutdown now; logout" > Step 5: press at the 'Enter full pathname of shell or RETURN for > /bin/sh:' prompt > Step 6: type "reboot" > Step 7: get a Panic: "Going nowhere without my init!" This means that init process (pid 1) exited for some reason. Show exact console log of the events. > > * The panic will not happen if you skip step 3. > > The panic will not happen if you type "sync; sync; sync" after step 5. > > The panic will not happen if you wait (an unknown amount of) some time > after step 5. > > # uname -a > FreeBSD deepthink 11.0-PRERELEASE FreeBSD 11.0-PRERELEASE #6 r306656: Tue > Oct 4 09:03:05 AEST 2016 root@deepthink:/usr/obj/usr/src/sys/GENERIC amd64 > > -andyf > > ps. apologies, forced to send from a gmail account. > reply-to: andyf@andyit.com.au > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"