585,975 active members*
4,402 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Tormach Personal CNC Mill > Tormach PathPilot™ > Path Pilot v2.0 Network (Samba) Share Not Accessible
Page 1 of 2 12
Results 1 to 20 of 37

Hybrid View

  1. #1
    Join Date
    Jun 2011
    Posts
    28

    Path Pilot v2.0 Network (Samba) Share Not Accessible

    After upgrading to PathPilot 2.0, I was no longer able to access my gcode folder over the network. The smb.conf settings Tormach uses are not compatible with Samba4 (it looks as though this new version came with the latest Linux Mint Tormach uses with PP). To fix, open a terminal from within PathPilot by pressing ctrl+alt+x and edit the smb.conf.share file in your home directory:

    Code:
    cd ~
    nano smb.conf.share
    The "security = share" setting is the incompatible one. Change the file contents as follows:

    Code:
    [global]
            security = user
            map to guest = Bad Password
    
    # share config
    [gcode]
            comment = Tormach controller gcode folder
            path = /home/operator/gcode
            writeable = yes
            browseable = yes
            guest ok = yes
            force user = operator
            username = operator
    Save the file and reboot. Your network share should re-appear.

  2. #2
    Join Date
    Apr 2017
    Posts
    158

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    When I try to write the edited file out, permission is denied.

  3. #3
    Join Date
    Jun 2011
    Posts
    28

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    Quote Originally Posted by Fenichel View Post
    When I try to write the edited file out, permission is denied.
    Interesting. The smb.conf.share should be owned by you, not sure why you're seeing a permissions error. Try:
    Code:
    sudo nano smb.conf.share

  4. #4
    Join Date
    Apr 2017
    Posts
    158

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    That solved the write=permission problem, but after saving & rebooting, PP 2.0 still can't see the shared file.

  5. #5
    Join Date
    Jun 2011
    Posts
    28

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    Run smbstatus to see if there are any problems:

    Code:
    sudo service samba restart
    sudo smbstatus

  6. #6
    Join Date
    Apr 2017
    Posts
    158

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    Quote Originally Posted by kheston View Post
    Run smbstatus to see if there are any problems:

    Code:
    sudo service samba restart
    sudo smbstatus
    Attached Thumbnails Attached Thumbnails smbstatus.JPG  

  7. #7
    Join Date
    Jun 2016
    Posts
    26

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    Quote Originally Posted by kheston View Post
    After upgrading to PathPilot 2.0, I was no longer able to access my gcode folder over the network. The smb.conf settings Tormach uses are not compatible with Samba4 (it looks as though this new version came with the latest Linux Mint Tormach uses with PP). To fix, open a terminal from within PathPilot by pressing ctrl+alt+x and edit the smb.conf.share file in your home directory:

    Code:
    cd ~
    nano smb.conf.share
    The "security = share" setting is the incompatible one. Change the file contents as follows:

    Code:
    [global]
            security = user
            map to guest = Bad Password
    
    # share config
    [gcode]
            comment = Tormach controller gcode folder
            path = /home/operator/gcode
            writeable = yes
            browseable = yes
            guest ok = yes
            force user = operator
            username = operator
    Save the file and reboot. Your network share should re-appear.
    Thanks a million for this kheston! I was extremely annoyed when I lost connection to my share after upgrading. After following your instruction all is well in the world again!

    G.

  8. #8
    Join Date
    Nov 2011
    Posts
    26

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    Worked perfect for me also... Thanks so much for sharing.

  9. #9
    Join Date
    Feb 2015
    Posts
    34

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    Quote Originally Posted by kheston View Post
    After upgrading to PathPilot 2.0, I was no longer able to access my gcode folder over the network. The smb.conf settings Tormach uses are not compatible with Samba4 (it looks as though this new version came with the latest Linux Mint Tormach uses with PP). To fix, open a terminal from within PathPilot by pressing ctrl+alt+x and edit the smb.conf.share file in your home directory:

    Code:
    cd ~
    nano smb.conf.share
    The "security = share" setting is the incompatible one. Change the file contents as follows:

    Code:
    [global]
            security = user
            map to guest = Bad Password
    
    # share config
    [gcode]
            comment = Tormach controller gcode folder
            path = /home/operator/gcode
            writeable = yes
            browseable = yes
            guest ok = yes
            force user = operator
            username = operator
    Save the file and reboot. Your network share should re-appear.
    Worked for me, No telling how long I would have been down without this post so Thanks

  10. #10

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    Somehow I've lost my network drive and now it asked me for credentials when I remap

  11. #11
    Join Date
    Nov 2011
    Posts
    26

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    If it asks for username and PW try guest and guest

  12. #12

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    That worked, only damn combination I didn't try, thank you so much Doug

  13. #13
    Join Date
    Nov 2011
    Posts
    26

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    Glad it worked. I just setup a new internet service and it asked me and luckily I had it in my notes from the first time...

  14. #14
    Join Date
    Nov 2007
    Posts
    2151

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    Anyone have a trick for setting up a network share in windows 10 with a networked PP controller to move g-code?
    I see everything on my network but the mill. I can see the mill is connected to router and working but no way to connect to any windows 10 system.
    Any pointers would be great.

  15. #15
    Join Date
    Jul 2017
    Posts
    70

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    What version of PathPilot are you running?

  16. #16
    Join Date
    Nov 2007
    Posts
    2151

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    Quote Originally Posted by old-cnc-geek View Post
    What version of PathPilot are you running?
    Current, I keep it updated. I'm thinking its windows 10 problem and some past windows update disabled some network functions. I have no workgroup anymore as mentioned here, or its hidden.

  17. #17
    Join Date
    May 2015
    Posts
    111

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    I would check your SMB settings in Windows 10. If you go to the control panel > Program and Features. Select the turn windows features on and off and then make sure that the SMB functions are checked. .

    I have seen this effect network connections between Windows 10 and other SMB connections (Windows Server 2003 and 2008,etc).

    Chris

  18. #18
    Join Date
    Nov 2007
    Posts
    2151

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    Still found no way to get this working!
    Tormach posted a video on how to do this and it works for them. Perform the same setup on my machine and network and I get no connection and a smb error.
    I check the above setting and they are ok.

    Any Ideas what Im missing? Should be simple to connect a computer to a network. "I have dozens of devices connected- this is only problem one" I see settings for drop box file service under admin, lol, never would use such things.
    But a simple file transfer in my home is not possible?

  19. #19
    Join Date
    Aug 2014
    Posts
    257

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    Make sure both you PP controller and your Win machine are using the same workgroup name. Typically they both default to "workgroup" but if you have changed it on Windows you need to change it on PP also ...

  20. #20
    Join Date
    Nov 2007
    Posts
    2151

    Re: Path Pilot v2.0 Network (Samba) Share Not Accessible

    Quote Originally Posted by rdsi View Post
    Make sure both you PP controller and your Win machine are using the same workgroup name. Typically they both default to "workgroup" but if you have changed it on Windows you need to change it on PP also ...
    Default "workgroup" name is on all devices I have. No documented way to set or change this on pp.

Page 1 of 2 12

Similar Threads

  1. path pilot and fusion
    By toyshop in forum Tormach PathPilot™
    Replies: 20
    Last Post: 12-11-2017, 02:46 PM
  2. Got my Path Pilot
    By BIG IGG in forum Tormach PathPilot™
    Replies: 0
    Last Post: 02-10-2016, 03:06 PM
  3. Path Pilot Thread
    By Steve Seebold in forum Tormach Personal CNC Mill
    Replies: 3
    Last Post: 01-26-2016, 04:37 PM
  4. Path Pilot - Rasberry Pi 2 b
    By tosatool1 in forum Tormach PathPilot™
    Replies: 10
    Last Post: 03-19-2015, 08:07 PM
  5. Pathpilot (1.5) Network Share Access (Mac versus Windows)
    By nickfabb in forum Tormach Personal CNC Mill
    Replies: 7
    Last Post: 03-16-2015, 05:53 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •