From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhl0Y-0001yD-QS for qemu-devel@nongnu.org; Fri, 24 Oct 2014 15:58:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xhl0S-0000VJ-Lg for qemu-devel@nongnu.org; Fri, 24 Oct 2014 15:58:46 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:56092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhl0S-0000TH-E7 for qemu-devel@nongnu.org; Fri, 24 Oct 2014 15:58:40 -0400 Message-ID: <544AAF6D.2060101@msgid.tls.msk.ru> Date: Fri, 24 Oct 2014 23:58:37 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <544A846B.3040309@siemens.com> <544A9A6E.9080700@msgid.tls.msk.ru> In-Reply-To: <544A9A6E.9080700@msgid.tls.msk.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] slirp-smb broken with Samba 4.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel On 10/24/2014 10:29 PM, Michael Tokarev wrote: > On 10/24/2014 08:55 PM, Jan Kiszka wrote: >> Hi Michael, >> >> writing to you as you provided a fix for the last related issue: >> >> I just noticed that the samba-based share is broken again with smbd >> version 4.1.11. Tried to look briefly at it, realized that it is a >> permission thing (different error when qemu runs as root) but also some >> more nasty problem with configuring r/w guest access to a share. If you >> have experience in that area, maybe you have an idea. > > Oh well. > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747636#15 -- note the > date. I don't know if that my old analisys is correct and whenever > anything has changed since that time... Actually it seems wrong. My 4.1.11 version tries to open /var/log/samba/log.smbd.bin file and gives up. After I created that file and chowned it to me it works. I'm trying to find out what tells smbd to use that .bin file... What error are you getting when run it as root? /mjt