Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-04 Thread Dale Schroeder
Being a Debian user, I don't have to deal with selinux; I've got a whole different set of problems. That being said, the 1st topic under troubleshooting in the Samba wiki is selinux. https://wiki.samba.org/index.php/Samba_Troubleshooting Hopefully, you'll find something in there to help you.

Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-03 Thread Ricky Nance
You just did, there are rules there ' unconfined_u:object_r:user_home_dir_t' this leads me to think selinux is your issue, however, I can't say that I have messed around with selinux at all, so maybe someone else can chime in and help you out. You should be able to disable it temporarly just to che

Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-03 Thread Mark Galeck
how do I check this? On Wed, Jul 3, 2013 at 7:18 AM, Dale Schroeder < d...@briannassaladdressing.com> wrote: > This being a Red Hat derivative, is selinux configured to allow this? > > > > On 07/02/2013 2:54 PM, Mark Galeck wrote: > >> Fedora release 17 (Beefy Miracle) >> >> >> On Tue, Jul 2, 20

Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-03 Thread Mark Galeck
[root@v64-sw-dev003-mark /]# ls -alhZ /home | grep mark drwx--. mark mark unconfined_u:object_r:user_home_dir_t:s0 mark On Wed, Jul 3, 2013 at 6:26 AM, Ricky Nance wrote: > So what is the output of `ls -alhZ /home | grep mark` ? > > Ricky > -- To unsubscribe from this list go to the foll

Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-03 Thread Dale Schroeder
This being a Red Hat derivative, is selinux configured to allow this? On 07/02/2013 2:54 PM, Mark Galeck wrote: Fedora release 17 (Beefy Miracle) On Tue, Jul 2, 2013 at 12:16 PM, Ricky Nance wrote: Mark, which distro are you running? On Tue, Jul 2, 2013 at 2:00 PM, Mark Galeck wrote:

Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-03 Thread Ricky Nance
So what is the output of `ls -alhZ /home | grep mark` ? Ricky -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-02 Thread Mark Galeck
>Also, does it work from windows 8 if you do a start -> run -> \\ 192.168.221.32\homes instead of \\192.168.221.32\mark ? No. Same error. The output from smbclient which I now installed, that you requested, is below. Thank you very much Ricky. [root@v64-sw-dev003-mark /]# smbclient //localhost/

Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-02 Thread Ricky Nance
Try yum install samba-client as root, then see if that command will work. If smbclient works then, it would probably be best to see if we can get a packet capture of when you try to access the share from the windows 8 machine (btw, which version of windows 8 are you running?). Also, does it work fr

Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-02 Thread Mark Galeck
Fedora release 17 (Beefy Miracle) On Tue, Jul 2, 2013 at 12:16 PM, Ricky Nance wrote: > Mark, which distro are you running? > > > On Tue, Jul 2, 2013 at 2:00 PM, Mark Galeck wrote: > >> >Can you log into the linux machine with the user mark and write files to >> /home/mark without issue? >> >>

Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-02 Thread Ricky Nance
Mark, which distro are you running? On Tue, Jul 2, 2013 at 2:00 PM, Mark Galeck wrote: > >Can you log into the linux machine with the user mark and write files to > /home/mark without issue? > > Certainly. I don't know Samba, but I do know Unix/Linux and as far as I > can tell, everything on Li

Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-02 Thread Mark Galeck
>Can you log into the linux machine with the user mark and write files to /home/mark without issue? Certainly. I don't know Samba, but I do know Unix/Linux and as far as I can tell, everything on Linux is working fine, as well as on the Windows 8 side. >What is the output of smbclient //localhost

Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-02 Thread Ricky Nance
Can you log into the linux machine with the user mark and write files to /home/mark without issue? What is the output of smbclient //localhost/homes -Umark -d5 (then at a smb:\> do ls). Just a couple of things I would look at\try. Ricky -- To unsubscribe from this list go to the following URL and

Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-02 Thread Mark Galeck
Dale, thank you for your help! However... I had already checked all the things you are asking. Permissions are good, I tried without this parameter, and there is not any error indication in the logs. Still the same problem. On Mon, Jul 1, 2013 at 9:11 AM, Dale Schroeder < d...@briannassaladdr

Re: [Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-07-01 Thread Dale Schroeder
Mark, First verify that the posix permissions are good for your home directory: ls -lA /home/mark If those are good, then I would try removing the hosts allow parameter in [global]. If that doesn't work, checking the Samba logs is always a good idea. Dale On 06/28/2013 6:03 PM, Mark Galeck w

[Samba] Win8 account sees its home share, but "does not have permissions to access"

2013-06-28 Thread Mark Galeck
Hello, I am a beginner to Samba and I RTFMd carefully but cannot get started. I want to access my user account "mark" home directory on Linux, with the same account name on Windows 8. The user "mark" has the same password on Linux and Windows 8. In addition I did this on Linux >smbpasswd -a ma