Results 1 to 3 of 3

Thread: Samba issues

  1. #1
    Like a Lightning Bolt in Your Cheerios! Drum Thumper's Avatar
    Join Date
    Jan 2007
    Location
    Montana
    Posts
    4,522

    Default Samba issues

    I've installed Ubuntu 7.10 on my server and have set my smb.conf file up like this:

    Code:
    [global]
    panic action = /usr/share/samba/panic-action %d
    workgroup = HOME
    netbios name = Server
    invalid users = root
    security = user
    wins support = no
    log file = /var/log/samba.log
    log level = 3 
    max log size = 1000
    syslog = 1
    encrypt passwords = true
    passdb backend = smbpasswd
    socket options = TCP_NODELAY
    dns proxy = no
    passwd program = /usr/bin/passwd %u
    passwd chat =*Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
    obey pam restrictions = yes
    pam password change = no
    null passwords = no
    
    #Share Definitions
    
    [homes]
            comment = Home Directories
            browseable = yes
            writable = yes
            security mask = 0700
            create mask = 0700
    So here's the problems, as there are three of them: I try to set passwords for the two other machines on my network with the smbpasswd -a command and it asks for the password (which is right), verification (again, working as intended) and then it tells me that it failed to update the password for the username I have selected. And yes, I am in root when I try this.

    Problem #2: Right now, I'm connecting to my home network on my linux box via wireless, as I haven't found my long assed cat5e cables. My linux box is not showing up on my client table when I look at my router. I'm posting this because I think it might be the culprit with #3...

    Problem #3: I can ping my linux box, I can ftp to my linux box, I can telnet to my linux box from the c prompt on my gaming machine. But if I try to connect to it thru firefox, I get the 'server is taking too long' message. Like I said, once I find my 100' cat5, I'll just run a cable from the router right to the back of the box. Would this be due to running wireless atm?

    Thanks in advance guys!
    Quote Originally Posted by artoodeeto View Post
    aw heck guys. We're modders. Let's just build our own, shall we?

    DrumThumper.net || The Brewing Art ||
    My Flickr Stream

  2. #2
    Administrator OvRiDe's Avatar
    Join Date
    Dec 2005
    Location
    Tulsa, OK
    Posts
    4,586

    Default Re: Samba issues

    One thing to check is that the Samba server is actually running. You can see it by doing
    Quote Originally Posted by CODE
    ps -aux
    See if you see anything has the word Samba or smb in it.

    Also you can try telnetting to port 445 from another host to see if you get a response. Also are you running IPTables (Firewall) on the server?

  3. #3
    Like a Lightning Bolt in Your Cheerios! Drum Thumper's Avatar
    Join Date
    Jan 2007
    Location
    Montana
    Posts
    4,522

    Default Re: Samba issues

    I figured it out. Went in through the GUI interface and got it to work. Thanks, and a +rep to ya as well for your assistance!
    Quote Originally Posted by artoodeeto View Post
    aw heck guys. We're modders. Let's just build our own, shall we?

    DrumThumper.net || The Brewing Art ||
    My Flickr Stream

Posting Permissions

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