[Samba] Samba Installation

Ashish Garg Ashish.Garg at sfcsystems.com
Fri May 9 09:15:43 GMT 2003


Hi Guys, 
Can anyone cross check the steps regarding samba installation in Unix
 
1. Download package
2. ./configure from source directory
3.make
4. make install
5. Made following smb.conf file (File I have created)
 
[global]
        workgroup = lansource.sto
        netbios name = GARG
        encrypt passwords=yes
        server string = Ashish Samba
        security = domain
        domain logons = yes
 
        #Debugging Information
        log level = 2
        log file = /export/home/cbank/ashish/logs
        max log size = 50
        debug timestamp = yes

[sources]
        comment = PVCS Check in Directory
        path = /export/home/cbank/ashish
        read only = yes
        guest ok = yes
        domain master = no
 
6.  testparm smb.conf
          loaded successfully
 
7. Stated daemons
 
 /usr/local/samba/smbd -D
 /usr/local/samba/nmbd -D
 
8. smbd testing :
 
/usr/local/samba/bin > smbclient -U% -L localhost
added interface ip=192.168.219.7 bcast=192.168.219.63 nmask=255.255.255.192
Domain=[LANSOURCE.STO] OS=[Unix] Server=[Samba 2.2.8a]
        Sharename      Type      Comment
        ---------      ----      -------
        sources        Disk      PVCS Check in Directory
        IPC$           IPC       IPC Service (Ashish Samba)
        ADMIN$         Disk      IPC Service (Ashish Samba)
        Server               Comment
        ---------            -------
        GARG                 Ashish Samba
        Workgroup            Master
        ---------            -------
        LANSOURCE.STO        GARG
 
9. smbd testing by netstat :
 
# netstat -a | grep 139
      *.41394              *.*                0      0 24576      0 BOUND
#
 
 
10 But when i do same for nmbd port --- i don't get any output 
 
# netstat -a | grep 137
      *.41394              *.*                0      0 24576      0 BOUND
#
 
 
1. Can anyone suggest why it is happening 
2. Neither I am able to see my samba share in windiows clientt
 
First I just wanted to confirmn that at least daemons are OKKK... Please confirm
 
Your inputs are most welcome. I have already spent 3 days on all this. My special Thanks to manjula who has helped me
 
rgds
ashish
 
 
 
 
 
 
 
 
 

	-----Ursprungligt meddelande----- 
	Från: Farkas Levente [mailto:lfarkas at bnap.hu] 
	Skickat: fr 2003-05-09 10:08 
	Till: Samba List 
	Kopia: 
	Ämne: [Samba] oplock error
	
	

	hi,
	my smbd.log file is full of such messages:
	-----------------------------
	[2003/05/09 09:35:42, 0] smbd/oplock_linux.c:linux_init_kernel_oplocks(287)
	   Failed to setup RT_SIGNAL_LEASE handler
	[2003/05/09 09:37:27, 0] smbd/oplock_linux.c:linux_init_kernel_oplocks(287)
	   Failed to setup RT_SIGNAL_LEASE handler
	-----------------------------
	on redhat9 with kernel-2.4.20-9 and samba-2.2.7a-8.9.0.
	it's a real problem or just some kind of debug info?
	is there any solutions not to get these messages?
	thanks in advance.
	
	--
	   Levente                               "Si vis pacem para bellum!"
	
	
	--
	To unsubscribe from this list go to the following URL and read the
	instructions:  http://lists.samba.org/mailman/listinfo/samba
	



More information about the samba mailing list