4
« on: April 09, 2007, 02:26:22 am »
so im having some serious samba trouble. the linux mce machine appears on the windows network from a windows machine but the message "The Server service has not started" comes up and i cant pint the linux machine from the doze. now on the other side when i enter into the network neighborhood not even the workgroup comes up but i can ping the doze machine from the linux. at this point i have a mega headache.
here is a dump of my smb.conf file maybe you guys can see something im missing?
[global]
workgroup = WIREDHOME
server string = DCERouter
security = SHARE
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
username map = /etc/samba/usermap.txt
log level = 2
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
smb ports = 139
dns proxy = No
invalid users = root
[public]
comment = public files
path = /home/public/data
read only = No
create mask = 0777
directory mask = 0777
guest ok = Yes
[home]
comment = shared home files
path = /home
force user = root
force group = root
read only = No
guest ok = Yes
[alexander]
comment = alexander's private files
path = /home/user_1
read only = No
create mask = 0770
directory mask = 0770