From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CbyGY-0003rm-1T for qemu-devel@nongnu.org; Wed, 08 Dec 2004 04:37:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CbyGV-0003qn-Vy for qemu-devel@nongnu.org; Wed, 08 Dec 2004 04:37:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbyGV-0003q4-FA for qemu-devel@nongnu.org; Wed, 08 Dec 2004 04:37:43 -0500 Received: from [83.175.144.121] (helo=chilan.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Cby6U-0002fG-Ep for qemu-devel@nongnu.org; Wed, 08 Dec 2004 04:27:22 -0500 Message-ID: <41B6C8D9.4090400@kadu.net> Date: Wed, 08 Dec 2004 10:26:49 +0100 From: Adrian Smarzewski MIME-Version: 1.0 Subject: Re: [Qemu-devel] SAMBA support in QEMU References: <413BA018.60601@bellard.org> <41B5C20A.6010807@kadu.net> In-Reply-To: <41B5C20A.6010807@kadu.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Adrian Smarzewski wrote: > It's not working :( And "ps -A | grep smbd" gives me nothing. > "/usr/sbin/smbd -i" (-i - interactive) prints something like that: > > bash-2.05b$ /usr/sbin/smbd -i > smbd version 3.0.8 started. > Copyright Andrew Tridgell and the Samba Team 1992-2004 > file_init: Information only: requested 10000 open files, 1004 are > available. > ERROR: Failed to initialise messages database > > Is there some method to see what happened? log file? I can run it as root only. What files must be writable for user to run smbd via qemu?