Thanks for your help. I followed your suggestions and I'm getting basically the same thing. I used your suggested smb.conf and created /home/pishare: <mypi>:/ $ ls -l -d /home/pishare drwxrwsr-x 2 root root 4096 Jul 7 12:17 /home/pishare "pi" is a Unix and a Samba user. Attempting to logon from Win 10 gives the same error messages. Testing the connection as suggested in the wiki.samba reference you mentioned produces: <mypi>:/ $ smbclient -U pi //home/pishare Enter pi's password: Connection to home failed (Error NT_STATUS_IO_TIMEOUT)> Try this smb.conf: > > [global] > workgroup = WORKGROUP > log file = /var/log/samba/log.%m > max log size = 1000 > log level = 2 > panic action = /usr/share/samba/panic-action %d > > bind interfaces only = yes > interfaces = lo wlan0 > unix password sync = yes > > server role = standalone server > obey pam restrictions = yes > pam password change = yes > #map to guest = bad user > > [homes] > comment = Home Directories > browseable = no > read only = no > create mask = 0700 > directory mask = 0700 > valid users = %S > > [pishare] > comment=pi home > path=/home/pishare/ > read only = no > browsable = yes > create mask = 0775 > directory mask = 0775 > > Create the /home/pishare directory and users on the rpi, the users must > be Unix and Samba users, see here for more info: > https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Standalone_Server > > Rowland > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
On 07/07/2019 20:46, J Romans wrote:> Thanks for your help. > I followed your suggestions and I'm getting basically the same thing. > > I used your suggested smb.conf and created /home/pishare: > > <mypi>:/ $ ls -l -d /home/pishare > drwxrwsr-x 2 root root 4096 Jul ?7 12:17 /home/pishare > > > "pi" is a Unix and a Samba user. > > Attempting to logon from Win 10 gives the same error messages. > > Testing the connection as suggested in the wiki.samba reference you > mentioned produces: > > <mypi>:/ $ smbclient -U pi //home/pishare > Enter pi's password: > Connection to home failed (Error NT_STATUS_IO_TIMEOUT) > > >What rpi is this ? and what OS are you running ? Rowland
On 07/07/2019 21:01, J Romans wrote:> Pi 3 B+ > PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" > NAME="Raspbian GNU/Linux" > VERSION_ID="9" > VERSION="9 (stretch)" > ID=raspbian > ID_LIKE=debian > HOME_URL="http://www.raspbian.org/" > SUPPORT_URL="http://www.raspbian.org/RaspbianForums" > BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" > >OK, I can test this, I take it the ethernet cable isn't plugged in and you just want to use the builtin wifi. I cannot do this today (it is just after 9.00PM here), but I will try it tommorow. Rowland
I don't have an ethernet cable plugged in because it will eventually be deployed that way. I was thinking about plugging it in for troubleshooting tomorrow. I would be happy to get this going that way for now and move on. On Sun, Jul 7, 2019 at 1:10 PM Rowland penny via samba < samba at lists.samba.org> wrote:> On 07/07/2019 21:01, J Romans wrote: > > Pi 3 B+ > > PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" > > NAME="Raspbian GNU/Linux" > > VERSION_ID="9" > > VERSION="9 (stretch)" > > ID=raspbian > > ID_LIKE=debian > > HOME_URL="http://www.raspbian.org/" > > SUPPORT_URL="http://www.raspbian.org/RaspbianForums" > > BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" > > > > > OK, I can test this, I take it the ethernet cable isn't plugged in and > you just want to use the builtin wifi. > > I cannot do this today (it is just after 9.00PM here), but I will try it > tommorow. > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
Hi Rowland- I can connect to and read from this share on my office computer without any modifications at all. I would like to write, access sub directories if possible and eventually get it working from home, but I can piddle around with this on my own if you have more pressing issues. Thanks, Hal On Sun, Jul 7, 2019 at 1:10 PM Rowland penny via samba < samba at lists.samba.org> wrote:> On 07/07/2019 21:01, J Romans wrote: > > Pi 3 B+ > > PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" > > NAME="Raspbian GNU/Linux" > > VERSION_ID="9" > > VERSION="9 (stretch)" > > ID=raspbian > > ID_LIKE=debian > > HOME_URL="http://www.raspbian.org/" > > SUPPORT_URL="http://www.raspbian.org/RaspbianForums" > > BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" > > > > > OK, I can test this, I take it the ethernet cable isn't plugged in and > you just want to use the builtin wifi. > > I cannot do this today (it is just after 9.00PM here), but I will try it > tommorow. > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >