From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAz7K-0007gp-Ek for Qemu-devel@nongnu.org; Wed, 05 Feb 2014 04:50:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAz7A-00027f-Sz for Qemu-devel@nongnu.org; Wed, 05 Feb 2014 04:50:02 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:45106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAz7A-00027Z-MH for Qemu-devel@nongnu.org; Wed, 05 Feb 2014 04:49:52 -0500 Message-ID: <52F2093E.9050004@msgid.tls.msk.ru> Date: Wed, 05 Feb 2014 13:49:50 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <20131106130127.31489.30934.reportbug@localhost> <5297A472.6040002@msgid.tls.msk.ru> In-Reply-To: <5297A472.6040002@msgid.tls.msk.ru> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Bug#728876: qemu: smbd forked by qemu uses global directory /var/run/samba/ncalrpc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 728876@bugs.debian.org Cc: Jan Kiszka , Qemu Development List Ping? Again, more than 2 months passed since initial submission. Thanks, /mjt 29.11.2013 00:15, Michael Tokarev wrote: > Jan, there's one more samba-related fix for slirp, also from Michael B=FC= sch. >=20 > Add my >=20 > Signed-off-By: Michael Tokarev >=20 > if needed. >=20 > Thanks, >=20 > /mjt >=20 > 06.11.2013 17:01, Michael B=FCsch wrote: >> Package: qemu >> Version: 1.6.0+dfsg-2 >> Severity: normal >> Tags: patch >> >> The smbd forked by qemu still uses the default ncalrpc directory >> in /var/run/samba. This may lead to problems, if the directory >> does not exist (for example if /var/run is a tmpfs and the host >> smbd was not started). >> >> This leads to the following error message from samba >> and an unworkable smbd: >> Failed to create pipe directory /var/run/samba/ncalrpc - No su= ch file >> or directory >> >> The attached patch fixes this by pointing smbd to /tmp/qemu-smb.%d.%d/= ncalrpc >> as ncalrpc directory. >> Smbd will create the actual ncalrpc subdirectory on its own. >> >> Using a private directory also avoids possible clashes with the system= -smbd. >=20