From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 29 18:10:24 2006 Return-Path: X-Original-To: freebsd-emulation@hub.freebsd.org Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 301E516A400 for ; Sat, 29 Apr 2006 18:10:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BCB743D53 for ; Sat, 29 Apr 2006 18:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3TIAME7058827 for ; Sat, 29 Apr 2006 18:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3TIAMBv058826; Sat, 29 Apr 2006 18:10:22 GMT (envelope-from gnats) Date: Sat, 29 Apr 2006 18:10:22 GMT Message-Id: <200604291810.k3TIAMBv058826@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: kern/96438: Executeing a linux binary within jail causes reboot. X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2006 18:10:24 -0000 The following reply was made to PR kern/96438; it has been noted by GNATS. From: Maxim Konovalov To: Peter Cc: bug-followup@freebsd.org Subject: Re: kern/96438: Executeing a linux binary within jail causes reboot. Date: Sat, 29 Apr 2006 22:06:00 +0400 (MSD) Hi Peter, > >Description: > Launching a linux binary like tcsh as the initial command from > jail(8) seem to cause system reboot. Second occurence is that in > some circumstances _within_ jail(8) executeing linux binary cause > the system to reboot in the same way. Because the machine in > question is a remote. I have not watched console while this > happends. Can't reproduce on my 6.0-STABLE box and todat HEAD: shy# uname -a FreeBSD shy.macomnet.ru 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 29 11:21:40 MSK 2006 maxim@shy.macomnet.ru:/usr/obj/usr/src/sys/GENERIC i386 shy# jail / test 127.0.0.1 /compat/linux/bin/bash bash-2.05b# uname -a Linux test 2.4.2 FreeBSD 6.0-STABLE #0: Sun Jan 29 11:21:40 MSK 2006 i586 i586 i386 GNU/Linux bash-2.05b# exit Could you verify that with the latest RELENG_6? -- Maxim Konovalov