Hi, Samba world:
 
It is my first time to use samba to share a folder from a solaris 7 to our
windows 2000 clients. After I have the following, I could not see the unix
share point. Your help is highly appreciated!
 
1) Install samba 2.0.5.
2) done the following:
 
        Edit /etc/services and make the following changes.
        Immediately after the line which reads:
	sunrpc		111/tcp		rpcbind
        insert the two lines:
	netbios-ns      137/udp		# Samba nmbd
	netbios-ssn     139/tcp		# Samba smbd
        and, after the line which reads:
	ldaps		636/udp		# LDAP protocol over TLS/SSL (was
sldap)
        insert the line:
	swat 		901/tcp		# Samba swat
        Now edit /etc/inetd.conf and add the following three lines to the
end of the file:
	netbios-ssn	stream	tcp	nowait	root
/usr/local/samba/bin/smbd smbd
	netbios-ns	dgram	udp	wait	root
/usr/local/samba/bin/nmbd nmbd
	swat		stream	tcp	nowait.400	root
/usr/local/samba/bin/swat swat
 
3)      pkill -HUP inetd
 
4)     launch http://localhost:901 <http://localhost:901> 
 
5)     make the configuration as the following:
 
# Global parameters
[global]
        workgroup = CHAIN-US
        netbios name = PVCSSHARE
        wins server = 10.4.34.20
        wins support = Yes
        hosts allow = All
 
[root]
        comment = Solaris root
        path = /
        guest ok = Yes
 
[share]
        comment = Solaris share for PVCS
        path = /opt/pvcs
        read only = No
        guest ok = Yes
 
[SCCS]
        comment = PVCS database
        path = /opt/pvcs
        read only = No
 
6)     # pkill -HUP smbd
        # pkill -HUP nmbd
 
AFter all, I still could not see SCCS share from windows 2000
thanks, 
Jerry
"We can't solve problems by using the same kind of thinking we used
when we
created them."  --- Albert Einstein 
 
-------------------------------------------------------------------------- 
Note:  The information contained in this message may be privileged and
confidential and protected from disclosure. If the reader of this message is
not the intended recipient, or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this communication is
strictly prohibited. If you have received this communication in error,
please notify us immediately by replying to the message and deleting it from
your computer. Thank you. 
--------------------------------------------------------------------------
-------------- next part --------------
HTML attachment scrubbed and removed
Have you walked through DIAGNOSIS.txt in docs/textdocs? Joel On Thu, Jun 20, 2002 at 05:26:47PM -0700, Li, Jerry wrote:> Hi, Samba world: > > It is my first time to use samba to share a folder from a solaris 7 to our > windows 2000 clients. After I have the following, I could not see the unix > share point. Your help is highly appreciated! > > 1) Install samba 2.0.5. > 2) done the following: > > Edit /etc/services and make the following changes. > > Immediately after the line which reads: > > sunrpc 111/tcp rpcbind > > insert the two lines: > > netbios-ns 137/udp # Samba nmbd > > netbios-ssn 139/tcp # Samba smbd > > and, after the line which reads: > > ldaps 636/udp # LDAP protocol over TLS/SSL (was > sldap) > > insert the line: > > swat 901/tcp # Samba swat > > Now edit /etc/inetd.conf and add the following three lines to the > end of the file: > > netbios-ssn stream tcp nowait root > /usr/local/samba/bin/smbd smbd > > netbios-ns dgram udp wait root > /usr/local/samba/bin/nmbd nmbd > > swat stream tcp nowait.400 root > /usr/local/samba/bin/swat swat > > 3) pkill -HUP inetd > > 4) launch http://localhost:901 <http://localhost:901> > > 5) make the configuration as the following: > > # Global parameters > [global] > workgroup = CHAIN-US > netbios name = PVCSSHARE > wins server = 10.4.34.20 > wins support = Yes > hosts allow = All > > [root] > comment = Solaris root > path = / > guest ok = Yes > > [share] > comment = Solaris share for PVCS > path = /opt/pvcs > read only = No > guest ok = Yes > > [SCCS] > comment = PVCS database > path = /opt/pvcs > read only = No > > 6) # pkill -HUP smbd > > # pkill -HUP nmbd > > AFter all, I still could not see SCCS share from windows 2000 > > thanks, > Jerry > > "We can't solve problems by using the same kind of thinking we used when we > created them." --- Albert Einstein > > > > > -------------------------------------------------------------------------- > Note: The information contained in this message may be privileged and > confidential and protected from disclosure. If the reader of this message is > not the intended recipient, or an employee or agent responsible for > delivering this message to the intended recipient, you are hereby notified > that any dissemination, distribution or copying of this communication is > strictly prohibited. If you have received this communication in error, > please notify us immediately by replying to the message and deleting it from > your computer. Thank you. > --------------------------------------------------------------------------
It will be in the source directory, not in the working directory. If it is not there, I would visit the samba.org page and look around for a trouble shooting document and work through it. Joel On Thu, Jun 20, 2002 at 06:35:35PM -0700, Li, Jerry wrote:> Hi, Joel: > > I do not see any docs folder under /usr/local/samba. > > thanks, > Jerry > > "We can't solve problems by using the same kind of thinking we used when we > created them." --- Albert Einstein > > > -----Original Message----- > From: Joel Hammer [mailto:Joel@HammersHome.com] > Sent: Thursday, June 20, 2002 6:34 PM > To: Li, Jerry; samba@lists.samba.org > Subject: Re: [Samba] Could see the share > > > Have you walked through DIAGNOSIS.txt in docs/textdocs? > Joel > > On Thu, Jun 20, 2002 at 05:26:47PM -0700, Li, Jerry wrote: > > > Hi, Samba world: > > > > It is my first time to use samba to share a folder from a solaris 7 to our > > windows 2000 clients. After I have the following, I could not see the unix > > share point. Your help is highly appreciated! > > > > 1) Install samba 2.0.5. > > 2) done the following: > > > > Edit /etc/services and make the following changes. > > > > Immediately after the line which reads: > > > > sunrpc 111/tcp rpcbind > > > > insert the two lines: > > > > netbios-ns 137/udp # Samba nmbd > > > > netbios-ssn 139/tcp # Samba smbd > > > > and, after the line which reads: > > > > ldaps 636/udp # LDAP protocol over TLS/SSL (was > > sldap) > > > > insert the line: > > > > swat 901/tcp # Samba swat > > > > Now edit /etc/inetd.conf and add the following three lines to the > > end of the file: > > > > netbios-ssn stream tcp nowait root > > /usr/local/samba/bin/smbd smbd > > > > netbios-ns dgram udp wait root > > /usr/local/samba/bin/nmbd nmbd > > > > swat stream tcp nowait.400 root > > /usr/local/samba/bin/swat swat > > > > 3) pkill -HUP inetd > > > > 4) launch http://localhost:901 <http://localhost:901> > > > > 5) make the configuration as the following: > > > > # Global parameters > > [global] > > workgroup = CHAIN-US > > netbios name = PVCSSHARE > > wins server = 10.4.34.20 > > wins support = Yes > > hosts allow = All > > > > [root] > > comment = Solaris root > > path = / > > guest ok = Yes > > > > [share] > > comment = Solaris share for PVCS > > path = /opt/pvcs > > read only = No > > guest ok = Yes > > > > [SCCS] > > comment = PVCS database > > path = /opt/pvcs > > read only = No > > > > 6) # pkill -HUP smbd > > > > # pkill -HUP nmbd > > > > AFter all, I still could not see SCCS share from windows 2000 > > > > thanks, > > Jerry > > > > "We can't solve problems by using the same kind of thinking we used when > we > > created them." --- Albert Einstein > > > > > > > > > > -------------------------------------------------------------------------- > > > Note: The information contained in this message may be privileged and > > confidential and protected from disclosure. If the reader of this message > is > > not the intended recipient, or an employee or agent responsible for > > delivering this message to the intended recipient, you are hereby notified > > that any dissemination, distribution or copying of this communication is > > strictly prohibited. If you have received this communication in error, > > please notify us immediately by replying to the message and deleting it > from > > your computer. Thank you. > > -------------------------------------------------------------------------- > > -------------------------------------------------------------------------- > Note: The information contained in this message may be privileged and > confidential and protected from disclosure. If the reader of this message is > not the intended recipient, or an employee or agent responsible for > delivering this message to the intended recipient, you are hereby notified > that any dissemination, distribution or copying of this communication is > strictly prohibited. If you have received this communication in error, > please notify us immediately by replying to the message and deleting it from > your computer. Thank you. > --------------------------------------------------------------------------
Apparently Analagous Threads
- hosts allow option is not applaying without restart smbd
- Proper way to start multiple icecast services through bash script?
- hosts allow option is not applaying without restart smbd
- error starting client-server protocol (code 5)
- Re: Samba problems with Sco Openserver