From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 9 03:20:52 2006 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C516916A41F; Fri, 9 Jun 2006 03:20:52 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C66043D81; Fri, 9 Jun 2006 03:20:52 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.6/8.13.6) with ESMTP id k593KlUP033975 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 8 Jun 2006 23:20:51 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from [172.21.130.86] (mx-broadway [38.98.68.18]) by corbulon.video-collage.com (8.13.6/8.13.6) with ESMTP id k593Kfso052757 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Jun 2006 23:20:42 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin Organization: Virtual Estates, Inc. To: emulation@freebsd.org, stable@freebsd.org Date: Thu, 8 Jun 2006 23:20:35 -0400 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606082320.35871.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV 0.88/1522/Thu Jun 8 11:54:38 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: kiesel@schlund.de Subject: System reset trying to configure Sybase server (databases/sybase_ase) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 03:20:52 -0000 Hello! I installed the databases/sybase_ase port on the FreeBSD/amd64 system running 6.1-STABLE. The install went fine, and trying to run the su sybase cd ${PREFIX}/sybase-ase install/sybinit progresses fine for some time, until the system resets :-( The last messages out of it are: [...] Running task: boot the Sybase Server. Task succeeded: boot the Sybase Server. Running task: create the sybsystemprocs database. sybsystemprocs database created. Task succeeded: create the sybsystemprocs database. Running task: install system stored procedures. ......................... It does not try to make a kernel dump (dumpdev configured), it does not log anything in the last second (log messages sent to another system). Just a very quick system reset... And I saw it happen 4 times already -- in the same place. The Sybase binaries are 32-bit Linux, but they run as a non-privileged user ``sybase'' (created by the port). How could it possibly be doing such damage? Thanks! -mi