2011-07-09, 09:37 PM
(This post was last modified: 2011-07-09, 09:38 PM by Shock Diamond.)
I have recently replaced Slackware Linux 10.1 with 13.1 and I am experiencing a local remote networking issue over FTP. When I am transfering data over a local route, whether it is to or from the server, the connection stops - all data transfer drops to 0.0k/sec, and even SSH locks out remote access when this occurs. I can still use the local machine in all its functions, but I cannot reconnect via FTP or SSH until I reboot the server.
I have tried to find a reason why this is occuring and I cannot. Transfer speeds are relatively healthy - 50-65 megabytes per second writing to the server and 60-90 megabytes per second reading data from it. If I throttle the transfer speed, it still times out regardless.
My local backup dumps over FTP to the server without locking up. I can retrieve from the FTP through the backup software as well without an issue. Yet still, direct FTP transfer using FlashFXP to ProFTP drops and locks out remote connections.
The only error I can find is in the ProFTPD log:
Jul 09 18:10:32 raven proftpd[1911] localhost (192.168.x.x[192.168.x.x]): USER <hiddenuser>: Login successful.
Jul 09 18:29:00 raven proftpd[1911] localhost (192.168.x.x[192.168.x.x]): sendfile transmission aborted
Jul 09 18:29:31 raven proftpd[1911] localhost (192.168.x.x[192.168.x.x]): notice: user <hiddenuser>: aborting transfer: Unknown error 4294967295
Jul 09 18:31:29 raven proftpd[1911] localhost (192.168.x.x[192.168.x.x]): Client session idle timeout, disconnected
Jul 09 18:31:29 raven proftpd[1911] localhost (192.168.x.x[192.168.x.x]): FTP session closed.
This error appears in the logs prior to locking out remote access, but I have yet to find out what the flux is causing it!
Any help would be greatly appreciated.
-Shock Diamond