From owner-freebsd-stable@FreeBSD.ORG Tue Jun 7 07:48:08 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 592A716A41F for ; Tue, 7 Jun 2005 07:48:08 +0000 (GMT) (envelope-from roger@gwch.net) Received: from mail.gwch.net (80-219-201-207.dclient.hispeed.ch [80.219.201.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC37443D48 for ; Tue, 7 Jun 2005 07:48:07 +0000 (GMT) (envelope-from roger@gwch.net) Received: from localhost (link [127.0.0.1]) by mail.gwch.net (Postfix) with ESMTP id 3B7AC4089D for ; Tue, 7 Jun 2005 09:48:06 +0200 (CEST) Received: from mail.gwch.net ([127.0.0.1]) by localhost (mail.gwch.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31777-07 for ; Tue, 7 Jun 2005 09:48:01 +0200 (CEST) Received: from www.gwch.net (unknown [192.168.2.100]) by mail.gwch.net (Postfix) with ESMTP id CBC614089C for ; Tue, 7 Jun 2005 09:48:01 +0200 (CEST) Received: from 62.2.21.164 (SquirrelMail authenticated user rogerg) by www.gwch.net with HTTP; Tue, 7 Jun 2005 09:48:01 +0200 (CEST) Message-ID: <35460.62.2.21.164.1118130481.squirrel@www.gwch.net> Date: Tue, 7 Jun 2005 09:48:01 +0200 (CEST) From: "Roger Grosswiler" To: freebsd-stable@freebsd.org User-Agent: SquirrelMail/1.4.4-1.FC3 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at gwch.net Subject: mysqld_safe does not end after start of mysqld X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2005 07:48:08 -0000 hi, If i launch mysqld_safe, i expect it goes in background, but it doesn't. even statring /usr/local/bin/mysqld_safe& just puts out the pid. root@freebsd# /usr/local/bin/mysqld_safe& [1] 5433 root@freebsd# Starting mysqld daemon with databases from /var/db/mysql ...and that's all. usually, i expect it goes in background and i could close that shell. did i miss something? it's just a fresh install from ports, initing with mysql_install_db and mysql_create_system_tables. Thanks for any help Roger