Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

samba + solaris 10 + unable to login + strange problem

807557May 20 2005 — edited May 21 2005
i am unable to configure samba, iam trying to connect solaris 10 to windows machine. my windowes machine is in domain and also my solaris . when iam trying to map i get an error network cannot be found. i have added one of the domain user id to to my solaris using smbpassswd ido i need to add the local windows account to the smbpasswd. i getting errors, the result of testparm i am writing below. i have shared the tmp folder by chmod 777 tmp and i have created a file which ima trying to share


Can't find include file /usr/sfw/smb.conf.
Processing section "[homes]"
Processing section "[printers]"
Failed to load /usr/sfw/lib/upcase.dat - No such file or directory
Failed to load /usr/sfw/lib/lowcase.dat - No such file or directory
creating lame upcase table
creating lame lowcase table
Failed to load /usr/sfw/lib/valid.dat - No such file or directory
creating default valid table
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

# Global parameters
[global]
workgroup = LD.DOMAIN.LOCAL
server string = Samba Server
log file = /usr/local/samba/var/log.%m
max log size = 50
hosts allow = 172.16.1., 172.16.80., 127.
include = /usr/sfw/smb.conf.

[homes]
comment = Home Directories
read only = No
browseable = No

[printers]
comment = All Printers
path = /tmp
read only = No
guest ok = Yes
printable = Yes
browseable = No
^A^C
# Load smb config files from /etc/sfw/smb.conf
Load: not found
# Can't find include file /usr/sfw/smb.conf.
Processing section "[homes]"
Processing section "[printers]"
Failed to load /usr/sfw/lib/upcase.dat - No such file or directory
Failed to load /usr/sfw/lib/lowcase.dat - No such file or directory
creating lame upcase table
creating lame lowcase table
Failed to load /usr/sfw/lib/valid.dat - No such file or directory
creating default valid table
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

# Global parameters
[global]
workgroup =LD.DOMAIN.LOCAL
server string = Samba Server
log file = /usr/local/samba/var/log.%m
max log size = 50
hosts allow = 172.16.1., 172.16.80., 127.
include = /usr/sfw/smb.conf.

[homes]
comment = Home Directories
read only = No
browseable = No
[printers]
comment = All Printers
path = /tmp
read only = No
guest ok = Yes
printable = Yes
browseable = No
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 18 2005
Added on May 20 2005
1 comment
231 views