LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Files Upload fails due to "Failure reading network stream" error. (https://www.linuxquestions.org/questions/red-hat-31/files-upload-fails-due-to-failure-reading-network-stream-error-886468/)

vikaskadam 06-15-2011 06:50 AM

Files Upload fails due to "Failure reading network stream" error.
 
Hi All,

We had configured Vsftpd on RHEL 5.6 64bit.
Normally this works fine but whenever the clients tried to upload bulk files the uploading gets failed.
The vsftpd.log file shows following error -
"426 Failure reading network stream."

We have searched the solution and got workaround -
use_sendfile=NO

But still the issue doesn't get resolved yet.

Here I'm attaching the content of vsftpd.conf file.

<snip>
anonymous_enable=NO
local_enable=YES
chroot_local_user=YES
write_enable=YES
local_umask=022
xferlog_enable=YES
vsftpd_log_file=/var/log/vsftpd.log
xferlog_std_format=NO
log_ftp_protocol=YES
connect_from_port_20=YES
idle_session_timeout=1800
data_connection_timeout=1800
connect_timeout=1800
listen=YES
pam_service_name=vsftpd
userlist_enable=YES
tcp_wrappers=NO
use_localtime=YES
use_sendfile=NO
setproctitle_enable=YES
</snip>

So It would be great if someone have solution for such issue.

Thanks
Vikas

Andy Alt 07-07-2011 03:45 PM

Uploading a single file works? On bulk uploads, do any files upload before it errors out? Does it fail right away?

vikaskadam 07-09-2011 12:31 AM

Hi Andy,
Thanks for respond.

We are able to upload single file.
For bulk uploading, it does not fail right away, few files gets upload before the error occurred.


All times are GMT -5. The time now is 07:49 AM.