[openib-general] FTP over SDP is not working fine-[newbie]

Grant Grundler iod00d at hp.com
Tue May 16 09:44:25 PDT 2006


On Tue, May 16, 2006 at 08:15:31AM +0100, keshetti mahesh wrote:
> my lisdp.conf file is:
> 
> match listen *:*
> match destination *:*
> match program *
> 
> so that all services can be allowed both on the client and server sides

Both client and server have a libsdp.conf file.
Do they both have the above content?

(It should, but your comment above suggests only one libsdp.conf
file is being used.)

> 
> after exporting that file and LD_PRELOAD=/usr/lib/lib64/libsdp.so, i   have restarted all services (vsftpd, xinetd etc....) 
> 
> again the same problem with FTP .....network unreachable

I'll assume "ping" does work.

My next suggestion is to top the FTP server and manually invoke
it to listen on a different port (proftpd takes -p <PORT> parameter):
	/etc/init.d/proftpd stop
	LD_PRELOAD=/usr/lib/lib64/libsdp.so proftpd -p 20022

Using another login, confirm the ftp server is listening on 
port 20022 (netstat -a) and is using SDP (cat /proc/<PID>/maps 
or something like that).

Then from the client, try to talk to that server with
	LD_PRELOAD=/usr/lib/lib64/libsdp.so ftp 192.168.2.99 20022

> but the i can't understand y only this is giving problem (the other applications are not giving any problem)

Sorry - I don't understand that either.
If my above suggestion doesn't work, perhaps try a different
ftp server or different ftp client?


grant



More information about the general mailing list