Results 1 to 4 of 4

Thread: Samba Problem 9.04->9.10

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Beans
    37
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Samba Problem 9.04->9.10

    sudo /etc/init.d/samba status:
    Code:
     * nmbd is running
     * smbd is running
    Furthermore testparm returns:
    Code:
    Load smb config files from /etc/samba/smb.conf
    Processing section "[home]"
    Processing section "[netlogon]"
    Processing section "[profiles]"
    Processing section "[public]"
    Processing section "[backup]"
    Unknown parameter encountered: "create mod"
    Ignoring unknown parameter "create mod"
    Loaded services file OK.
    Server role: ROLE_DOMAIN_PDC
    Press enter to see a dump of your service definitions
    And smbstatus (with changed username/groupname):
    Code:
    Unknown parameter encountered: "create mod"
    Ignoring unknown parameter "create mod"
    
    Samba version 3.4.0
    PID     Username      Group         Machine                        
    -------------------------------------------------------------------
    2815      myuser      mygroup      srvtest      (192.168.111.111)
    2816      myuser      mygroup      srvtest      (192.168.111.111)
    
    Service      pid     machine       Connected at
    -------------------------------------------------------
    home         2815   srvtest       Fri Feb 26 20:41:21 2010
    public       2816   srvtest       Fri Feb 26 20:41:23 2010
    IPC$         2814   srvtest       Fri Feb 26 20:41:14 2010
    Last edited by Sensenseppl; February 27th, 2010 at 11:24 AM.

  2. #2
    Join Date
    Sep 2007
    Beans
    37
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Samba Problem 9.04->9.10

    For any people having the same problem:
    After migrating smbpasswd to tdbsam (see Configuration Changes: http://www.samba.org/samba/history/samba-3.4.0.html), the Windows XP machines can log in again.

    Windows 7 machines join after doing the following:
    Adding the machine:
    sudo useradd -g mysambagroup -d /dev/null -s /bin/false machinename$ (with the '$'!)
    sudo smbpasswd -a -m -i machinename (without the '$'!)

    Setting registry entries according to: http://wiki.samba.org/index.php/Windows7

    EDIT: Thanks to #ubuntu-server and #samba on freenode!
    Last edited by Sensenseppl; February 28th, 2010 at 09:41 PM. Reason: Added Thanks! :)

Tags for this Thread

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
  •