Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2006 02:10:00 -0800 (PST)
From:      spen <renas13@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   smb startup
Message-ID:  <20060322101000.33930.qmail@web31113.mail.mud.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hello to all here. I have been in the list for quite a while and I must thank you all for your precious help to me and other fBSD users.

I have recently setted up fBSD 6.0 stable and installed + configured samba 3, which works fine...up to the point of a restart. 
the samba.sh does not start up when i reboot.

This is my smb.conf 

[global]

        workgroup = e-global
        netbios name = avid
        security = share
        hosts allow = 10.10.10.200/255.255.255.128
        load printers = no
        user = nobody
        log file = /var/log/samba/log/%m
        max log size = 10
        socket options = TCP_NODELAY
        dns proxy = no
        force directory mode = 777
        null passwords = yes
        encrypt passwords = yes
        public = no
        security = share

#============================ Share Definitions ==============================
[homes]
   comment = Home Directories
   browseable = no
   writable = yes
   read only = no
   guest ok = no
  

[shared]
        path = /SHARED
        force directory mode = 0777
        force create mode = 0777
        write list = nobody,@nobody
        force group = nobody
        force user = nobody
        valid users = nobody,@nobody
        guest only = yes
        user = nobody,@nobody
        browseable = yes
        guest ok = yes
        writeable = yes
        case sensitive = no


and this is my rc.conf 

# -- sysinstall generated deltas -- # Thu Mar 16 18:21:31 2006
# Created: Thu Mar 16 18:21:31 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter="10.10.10.1"
hostname="avid.e-global.gr"
ifconfig_xl0="inet 10.10.10.10  netmask 255.255.255.240"
sshd_enable="YES"
usbd_enable="YES"


###samba start###
samba_enable="YES"

should I be adding something  else to my rc.conf?
Thank you in advance



--spen--
		
---------------------------------
Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060322101000.33930.qmail>