|
From: Ivan B. <iv...@cs...> - 2007-11-10 04:54:47
|
Hi Yang, Thanks for trying VFER. Unfortunately, as you might have noticed from the lack of project activity, VFER is in a dormant state. I haven't found the time to hack on it since I've started graduate school and new projects have been taking up my all of my time. From the debug output you've included it looks like you might be running VFER on an OS that does not support the way VFER calls the local socket layer connect function. The code should work between two Linux hosts. OS X has also been tested. That's my guess from the output. If you dig deeper and find another diagnosis or perhaps resolve the problem, let the list know. thanks, ivan. On Nov 5, 2007, at 7:40 PM, Yang wrote: > I've been trying to use vfer_rcp to see how fast files transfer > between two Internet-connected hosts. > > [root@harvard vfer-0.98]# bin/vfer_rcpd -vv -P 9876 start > VFER_RCPD [ main ] starting vferd > DEBUG_API [ vfer_socket ] Entered > DEBUG_PMTUD [ Control_Initialize_PMTUD ] Unable to create ICMP > socket. Continuing anyways > DEBUG_API [ vfer_bind ] Entered > DEBUG_PMTUD [ vfer_bind ] Unable to bind ICMP socket. > Continuing without ICMP. > DEBUG_API [ vfer_bind ] Trying to set SO_RCVBUF to > 3150000 > DEBUG_API [ vfer_bind ] Trying to set SO_SNDBUF to > 3150000 > DEBUG_API [ vfer_listen ] Entered > DEBUG_CTL [ Control_Register_Socket ] Starting ControlT thread, > num_active = 1 > VFER_RCPD [ main ] started with authenticating > username: root, home_dir: /root > DEBUG_API [ vfer_accept ] Entered > DEBUG_CTL [ Control_Accept ] Entered with listening sock- > >fd[3] > DEBUG_CTL [ ControlT ] Entered with num_active[1] > DEBUG_PMTUD [ Control_Initialize_PMTUD ] Unable to create ICMP > socket. Continuing anyways > DEBUG_CTL [ Control_Accept ] New port socket: 0.0.0.0.47174 > > However, on the other host: > > $ sudo ./vfer_rcp -vv -P 9876 ya...@ha...:/tmp/seq . > [sudo] password for yang: > VFER_RCP [ main ] parsed: from_remote[0] lpath[.] > uname[yang] host[harvard.csail.mit.edu] port[9876] rpath[/tmp/seq] > VFER_RCP [ rcp_connect ] remote (harvard.csail.mit.edu : > 128.30.76.131) > VFER_RCP [ rcp_connect ] local (yang-xps410 : > 127.0.1.1) > DEBUG_API [ vfer_socket ] Entered > DEBUG_PMTUD [ Control_Initialize_PMTUD ] Unable to create ICMP > socket. Continuing anyways > DEBUG_API [ vfer_bind ] Entered > DEBUG_PMTUD [ vfer_bind ] Unable to bind ICMP socket. > Continuing without ICMP. > DEBUG_API [ vfer_bind ] Trying to set SO_RCVBUF to > 3150000 > DEBUG_API [ vfer_bind ] Trying to set SO_SNDBUF to > 3150000 > DEBUG_API [ vfer_connect ] Entered > DEBUG_CTL [ Control_Connect ] Entered sock->fd[3] > Control_Connect :: connect: Invalid argument > DEBUG_CTL [ Control_Connect ] connect failed > VFER_RCP [ rcp_connect ] DEBUG_API [ vfer_errortext > ] Entered > vfer_connect failed [not able to connect on a socket] > > I wasn't able to find documentation on these two apps. Thanks in > advance for any hints. > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > http://vfer.sf.net > vfer-users mailing list > vfe...@li... > https://lists.sourceforge.net/lists/listinfo/vfer-users |