Results 1 to 6 of 6

Thread: Quick Hardy Samba question

  1. #1
    Join Date
    Mar 2007
    Location
    Glasgow, Scotland, UK
    Beans
    10
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Quick Hardy Samba question

    I am looking for the "Windows Networking" section of the General tab of the Network Settings tool but it is not there.

    Is this a bug? Why does the Community Documentation claim it is there?

  2. #2
    Join Date
    Mar 2007
    Beans
    Hidden!
    Distro
    Xubuntu 9.10 Karmic Koala

    Re: Quick Hardy Samba question

    I think what you're looking for is under System-->Administration-->Shared Folders, not System-->Administration-->Network. They both have "General Properties" Tabs, but "Shared Folders" has Windows specific stuff while "Network" has your hostname and domain info.

    It might be that "Shared Folders" doesn't show up before you've shared a folder. There's a Hardy specific glitch with this. See post #4 of this thread if there's no "Shared Folders" under Administration and you haven't yet shared a folder.

    The community docs could be incorrect, or you might have misread them. Could you post a link to the specific page that confused you?
    Last edited by jetsam; May 15th, 2008 at 02:12 AM.

  3. #3
    Join Date
    Mar 2007
    Location
    Glasgow, Scotland, UK
    Beans
    10
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Quick Hardy Samba question

    OK. I'm not at home and my work PC has Gutsy so I'll have to wait to discover if rebooting/logging out fixes.

    The offending article is here.

    Many thanks.

  4. #4
    Join Date
    Mar 2007
    Beans
    Hidden!
    Distro
    Xubuntu 9.10 Karmic Koala

    Re: Quick Hardy Samba question

    OK. I think that screenshot and the instructions are for an old version (Edgy?). The text explains a bit later, but I can't blame you for not noticing the line: "On Feisty and Gutsy, these settings are in System -> Administration -> Shared Folders." Hardy too, it should say.

  5. #5
    Join Date
    Apr 2008
    Beans
    21
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Quick Hardy Samba question

    in hardy i cant find any shared folders under administration ..

  6. #6
    Join Date
    Mar 2007
    Beans
    Hidden!
    Distro
    Xubuntu 9.10 Karmic Koala

    Re: Quick Hardy Samba question

    Tarnation! Shows me not to answer a question without testing the solution.

    You're correct. This seems to be missing functionality from Hardy, and I hope they put it back somehow and soon.

    Workarounds:

    The Somewhat Kludgey GUI Way:
    Open a terminal and type:
    Code:
    gksu shares-admin
    The old "shared folders" control panel will come up. Click the "General Properties" tab and hit "unlock" at the bottom. Enter your password, and you can now set your workgroup name.

    I think you shouldn't use this interface to set up individual folder shares. They've changed how all this works, and you should set individual share properties by right clicking on the shared folder itself and selecting "properties" and then the "share" tab.


    Or use The Stable Old Fashioned Way:
    open a terminal and type:
    Code:
    gksu gedit /etc/samba/smb.conf
    Enter your password. Find the line in the file which probably reads:
    Code:
    workgroup = WORKGROUP
    and edit it. Change WORKGROUP to your workgroup name. Save the file.

    ---------------------

    With either method, you probably need to restart Samba after you change the workgroup name. Do this in a terminal with:
    Code:
    sudo /etc/init.d/samba restart

    Sorry about that. I was out of date like the community docs.
    Last edited by jetsam; May 16th, 2008 at 09:47 PM.

Bookmarks

Posting Permissions

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