From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cbgku-0008Ro-Mh for qemu-devel@nongnu.org; Tue, 07 Dec 2004 09:55:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cbgku-0008Rb-4l for qemu-devel@nongnu.org; Tue, 07 Dec 2004 09:55:56 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cbgku-0008RY-0j for qemu-devel@nongnu.org; Tue, 07 Dec 2004 09:55:56 -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 1Cbgaz-0004Nk-B7 for qemu-devel@nongnu.org; Tue, 07 Dec 2004 09:45:41 -0500 Message-ID: <41B5C20A.6010807@kadu.net> Date: Tue, 07 Dec 2004 15:45:30 +0100 From: Adrian Smarzewski MIME-Version: 1.0 Subject: Re: [Qemu-devel] SAMBA support in QEMU References: <413BA018.60601@bellard.org> In-Reply-To: <413BA018.60601@bellard.org> 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 Fabrice Bellard wrote: > I just commited a simple solution to enable direct access to host files > from Windows guests with user mode networking and with almost no set up. > It is currently very experimental but it works, at least for Windows 98 > with the Samba server from Red Hat 9. Any suggestion is welcome. 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?