Re: QEMU/KVM/Windows and Samba+NFS

2017-04-03 Thread Gordon Messmer
On 04/03/2017 11:47 AM, Tom Horsley wrote: Gah! I meant /etc/nsswitch.conf (too many network related config files I know. But we're also talking about nslookup and ping on Windows. :) ___ users mailing list -- users@lists.fedoraproject.org To

Re: QEMU/KVM/Windows and Samba+NFS (SOLVED)

2017-04-03 Thread Patrick O'Callaghan
On Mon, 2017-04-03 at 11:29 -0700, Gordon Messmer wrote: > On 04/03/2017 10:49 AM, Patrick O'Callaghan wrote: > > I meant no specific configuration on W. The /etc/hosts file on D has > > existed for a long time with no alteration. > > The /etc/hosts file on D won't help W resolve the name to an

Re: QEMU/KVM/Windows and Samba+NFS

2017-04-03 Thread Tom Horsley
On Mon, 3 Apr 2017 14:37:24 -0400 Tom Horsley wrote: > A good thing to check when this happens is /etc/resolv.conf on the > system doing the lookups. nslookup just always uses DNS, but other > lookups done by the C library only use the info specified in /etc/resolv.conf. Gah! I meant

Re: QEMU/KVM/Windows and Samba+NFS

2017-04-03 Thread Tom Horsley
On Mon, 3 Apr 2017 11:29:08 -0700 Gordon Messmer wrote: > I'm at a loss to explain how nslookup (which is DNS-only) is able to > resolve the name "storage" but ping (which can use DNS and the hosts > file) cannot. That's just bizarre. A good thing to check when this happens is

Re: QEMU/KVM/Windows and Samba+NFS

2017-04-03 Thread Gordon Messmer
On 04/03/2017 10:49 AM, Patrick O'Callaghan wrote: I meant no specific configuration on W. The /etc/hosts file on D has existed for a long time with no alteration. The /etc/hosts file on D won't help W resolve the name to an IP address. C:\Users\poc>nslookup storage ... Name: storage

Re: QEMU/KVM/Windows and Samba+NFS

2017-04-03 Thread Patrick O'Callaghan
On Mon, 2017-04-03 at 10:39 -0700, Samuel Sieb wrote: > On 04/02/2017 09:01 AM, Patrick O'Callaghan wrote: > > This is clunky but works *as long as SElinux is in Permissive mode*. > > Otherwise it complains of permissions. Note that running smbclient on D > > does see the same share (i.e. the

Re: QEMU/KVM/Windows and Samba+NFS

2017-04-03 Thread Patrick O'Callaghan
On Mon, 2017-04-03 at 09:25 -0700, Gordon Messmer wrote: > On 04/03/2017 08:14 AM, Patrick O'Callaghan wrote: > > > > It's true that I didn't change the default. However note that W is > > showing STORAGE in its network tab without me doing any specific > > configuration (i.e. this is a new

Re: QEMU/KVM/Windows and Samba+NFS

2017-04-03 Thread Samuel Sieb
On 04/02/2017 09:01 AM, Patrick O'Callaghan wrote: This is clunky but works *as long as SElinux is in Permissive mode*. Otherwise it complains of permissions. Note that running smbclient on D does see the same share (i.e. the NFS-mounted folder) with no issues, but of course that's running as

Re: QEMU/KVM/Windows and Samba+NFS

2017-04-03 Thread Gordon Messmer
On 04/03/2017 08:14 AM, Patrick O'Callaghan wrote: It's true that I didn't change the default. However note that W is showing STORAGE in its network tab without me doing any specific configuration (i.e. this is a new install of Windows 10) so it must be getting it from somewhere. You later

Re: QEMU/KVM/Windows and Samba+NFS

2017-04-03 Thread Patrick O'Callaghan
On Mon, 2017-04-03 at 07:51 -0700, Gordon Messmer wrote: > On 04/03/2017 03:18 AM, Patrick O'Callaghan wrote: > > Using the Windows file manager on W to open the Network tab, I see > > several entries, including the Samba service on D and the NAS (called > > STORAGE). Opening the D entry shows me

Re: QEMU/KVM/Windows and Samba+NFS

2017-04-03 Thread Gordon Messmer
On 04/03/2017 03:18 AM, Patrick O'Callaghan wrote: Using the Windows file manager on W to open the Network tab, I see several entries, including the Samba service on D and the NAS (called STORAGE). Opening the D entry shows me the shares from D. Trying to open the STORAGE tab gets an error:

Re: QEMU/KVM/Windows and Samba+NFS

2017-04-03 Thread Patrick O'Callaghan
On Mon, 2017-04-03 at 13:26 +0200, Jon Ingason wrote: > Den 2017-04-03 kl. 12:18, skrev Patrick O'Callaghan: > > On Sun, 2017-04-02 at 15:11 -0700, Gordon Messmer wrote: > > > On 04/02/2017 09:01 AM, Patrick O'Callaghan wrote: > > > > I want to use N as a backup server for W, however W cannot see

Re: QEMU/KVM/Windows and Samba+NFS

2017-04-03 Thread Jon Ingason
Den 2017-04-03 kl. 12:18, skrev Patrick O'Callaghan: > On Sun, 2017-04-02 at 15:11 -0700, Gordon Messmer wrote: >> On 04/02/2017 09:01 AM, Patrick O'Callaghan wrote: >>> I want to use N as a backup server for W, however W cannot see shares >>> on N. It complains about permissions. ... > Note

Re: QEMU/KVM/Windows and Samba+NFS

2017-04-03 Thread Patrick O'Callaghan
On Sun, 2017-04-02 at 15:11 -0700, Gordon Messmer wrote: > On 04/02/2017 09:01 AM, Patrick O'Callaghan wrote: > > I want to use N as a backup server for W, however W cannot see shares > > on N. It complains about permissions. > > > It seems to me that from both a performance and reliability

Re: QEMU/KVM/Windows and Samba+NFS

2017-04-02 Thread Gordon Messmer
On 04/02/2017 09:01 AM, Patrick O'Callaghan wrote: I want to use N as a backup server for W, however W cannot see shares on N. It complains about permissions. It seems to me that from both a performance and reliability perspective, this is the problem you should solve. Specifically what

QEMU/KVM/Windows and Samba+NFS

2017-04-02 Thread Patrick O'Callaghan
I have: - An NAS (Iomega) which supports both NFS and CIFS. Call it N. - A Fedora 25 desktop running Samba. Call it D. - A Windows 10 VM (QEMU/KVM) running on D. Call it W. I want to use N as a backup server for W, however W cannot see shares on N. It complains about permissions. N runs a pretty