[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Bug#728876: qemu: smbd forked by qemu uses global direc
From: |
Michael Tokarev |
Subject: |
Re: [Qemu-devel] Bug#728876: qemu: smbd forked by qemu uses global directory /var/run/samba/ncalrpc |
Date: |
Fri, 29 Nov 2013 00:15:46 +0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 |
Jan, there's one more samba-related fix for slirp, also from Michael Büsch.
Add my
Signed-off-By: Michael Tokarev <address@hidden>
if needed.
Thanks,
/mjt
06.11.2013 17:01, Michael Büsch 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 such 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.
move-ncalrpc-dir-to-tmp.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-devel] Bug#728876: qemu: smbd forked by qemu uses global directory /var/run/samba/ncalrpc,
Michael Tokarev <=