Page 51 of 106 FirstFirst ... 41495051525361101 ... LastLast
Results 501 to 510 of 1059

Thread: HOWTO: Setup Samba peer-to-peer with Windows

  1. #501
    Join Date
    Sep 2007
    Location
    Virginia Beach
    Beans
    34
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Setup Samba peer-to-peer with Windows

    Ubuntu server 7.10

    Thanks StormBringer! Your config file and instructions worked Perfect!

    However - for the life of me I cannot find the file smbusers. Following your instructions and using the commands

    "sudo smbpasswd -L -a <username>"
    "sudo smbpasswd -L -e <username>"

    I've granted the appropriate users the ability to map drives via samba ... and they all work great. I just don't know where the user information is being stored. I've searched the entire drive and cannot find file smbusers.

    What am I missing?

    Thanks,
    Terry

  2. #502
    Join Date
    Sep 2005
    Location
    London, UK
    Beans
    42
    Distro
    Hardy Heron (Ubuntu Development)

    Re: HOWTO: Setup Samba peer-to-peer with Windows

    Sorry, but there are 51 pages here and I've not read all of them...

    I'm running Hardy. I believe things were working under Gutsy but I couldn't swear to it.

    I have an fstab entry:
    Code:
    //dell/SharedDocs           /mnt/dell_SharedDocs  cifs  auto,credentials=/etc/security/dell_SharedDocs.cifs,rw,file_mode=0666,dir_mode=0777  0  0
    where the contents of the credentials file is:
    Code:
    username=guest
    password=
    Running
    Code:
    sudo mount -t cifs -a
    at the terminal works fine. However, the share isn't mounted at boot.

    (I've tried with smbfs and the guest option, too, and it's exactly the same.)

    Now... I've scanned through /etc/init.d and I can't see anything that would actually mount this share! I'm guessing this could be part of the problem...

    Is anyone else testing Hardy and having this problem? Or know the solution?
    <= Latest jams! =><= Get jamming =><= Random jam =>
    Gear: AthlonXP2800; Echo MiaMIDI; Edirol UM-1ex; WinXPSP3; Reaper/MU.LAB; Kontakt2/3; FCB-1010; TrapKAT 3.1; NDK drums

  3. #503
    Join Date
    Jan 2007
    Location
    London, UK
    Beans
    3,525
    Distro
    Ubuntu Development Release

    Re: HOWTO: Setup Samba peer-to-peer with Windows

    Quote Originally Posted by pljones View Post
    Sorry, but there are 51 pages here and I've not read all of them...

    I'm running Hardy. I believe things were working under Gutsy but I couldn't swear to it.

    I have an fstab entry:
    Code:
    //dell/SharedDocs           /mnt/dell_SharedDocs  cifs  auto,credentials=/etc/security/dell_SharedDocs.cifs,rw,file_mode=0666,dir_mode=0777  0  0
    where the contents of the credentials file is:
    Code:
    username=guest
    password=
    Running
    Code:
    sudo mount -t cifs -a
    at the terminal works fine. However, the share isn't mounted at boot.

    (I've tried with smbfs and the guest option, too, and it's exactly the same.)

    Now... I've scanned through /etc/init.d and I can't see anything that would actually mount this share! I'm guessing this could be part of the problem...

    Is anyone else testing Hardy and having this problem? Or know the solution?
    Mount share in
    Code:
    /etc/fstab
    not in init.d(which is to run your daemons/services)

    Try this
    Code:
    mount -t smbfs -o username=<name>,password=<passwd> //sambashare /mountpoint
    if it mounts using above then try adding to fstab:
    //Machine name/ukripper /Machine name/ukripper smbfs credentials=/home/ukripper/.smbmount-ukripper,rw
    Last edited by ukripper; December 5th, 2007 at 12:23 PM.
    You came empty handed, that is how you shall leave. Whatever you claim as yours today, belonged to someone else yesterday, will be someone else's tomorrow.

  4. #504
    Join Date
    Sep 2005
    Location
    London, UK
    Beans
    42
    Distro
    Hardy Heron (Ubuntu Development)

    Re: HOWTO: Setup Samba peer-to-peer with Windows

    Sorry, but if you'd understood my message, you'd have realised I'd already tried what you suggest.

    For who knows what reason, today it's working...
    <= Latest jams! =><= Get jamming =><= Random jam =>
    Gear: AthlonXP2800; Echo MiaMIDI; Edirol UM-1ex; WinXPSP3; Reaper/MU.LAB; Kontakt2/3; FCB-1010; TrapKAT 3.1; NDK drums

  5. #505
    Join Date
    Jul 2006
    Beans
    13

    Re: HOWTO: Setup Samba peer-to-peer with Windows

    when i try to access my ubuntu shares from my windows machine (i didnt use the wins setup) windows prompts for the username and password and i have to enter username and password to access it.
    i also tried to access the same shares from the same ubuntu machine and it asks for username and password in it too. how come?

  6. #506
    Join Date
    Nov 2007
    Beans
    120
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: HOWTO: Setup Samba peer-to-peer with Windows

    Do you have any OS X tutorials? I cant see my os x machine under xubuntu but, i can see xubuntu on my mac. I was referred to this thread by other users from the Networking & Wireless category.

    Computers Systems on my network:
    1x - Ubuntu Server 7.10
    with Xfce desktop, LAMP Server, OpenSSH Server, PostgreSQL Database, Print Server and SAMBA
    2x - OS X 10.4
    2x - MS XP Home Edition

    Router:
    Netgear

  7. #507
    Join Date
    Aug 2007
    Location
    San Diego, CA
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: Setup Samba peer-to-peer with Windows

    I got the same here..
    Using samba and smb:cif from the OS X i am able to open my share folder in ubuntu (here i have a problem of permission that i have to solve)

    BUT, i try different ways to connect to OS X share folder from ubuntu and i couldn't get it to work, i try many thing like ip adress, i have the mac appearing is my windows workgroup but cannot acces it

    Any help?

    PS side question, is samba going through the wireless router or can someone intrude in the system via ad-hoc ?

    thanks
    Sony VAIO FS790B / Pentium M740 / Intel915GM graphics / 1G RAM / 100G HD 7200rpm
    Some windows XP diluted in a lot of Hardy Heron (10:90)

  8. #508
    Join Date
    Nov 2007
    Location
    On earth(thankfully so)
    Beans
    194
    Distro
    Xubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Setup Samba peer-to-peer with Windows

    OK. I can Access linux files from windows, but not vice versa.
    Wat Do I do. And BTW, nice guide. It's scary for a semi-boob like me though, I managed nevertheless
    Joeb454 | LOL DONGS

  9. #509
    Join Date
    Nov 2007
    Location
    On earth(thankfully so)
    Beans
    194
    Distro
    Xubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Setup Samba peer-to-peer with Windows

    I can access My Linux Files through windows, but I can't see windows in my Samba Shares

    Computers Systems on my network:
    1x - Kubuntu Gutsy
    2x - MS XP Professional
    Joeb454 | LOL DONGS

  10. #510
    Join Date
    Nov 2007
    Location
    eastern NC
    Beans
    657
    Distro
    Ubuntu 6.10 Edgy

    Re: HOWTO: Setup Samba peer-to-peer with Windows

    sudo /etc/init.d/samba stop
    sudo /etc/init.d/samba stop
    * Stopping Samba daemons... start-stop-daemon: warning: failed to kill 4910: No such process

    What's this critter???
    If you wanna' help, great. But explain as you go. Otherwise, you're just giving away fish, and not the important stuff - pole, bait, net, etc...

    Still a beginnerd, but not absolute...

Page 51 of 106 FirstFirst ... 41495051525361101 ... LastLast

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
  •