http://www.perlmonks.org?node_id=759421


in reply to [error] (26)Text file busy

I had the same arror but under different circumstances. My script would work fine on the CLI but in a browswer it would fail with a blank page. The entire response was empty, the server would simply close the connection. I was editing the scripts on my local machine and then FTPing the files to the server. Restarting the FTP service on the remote box solved it for me.

Replies are listed 'Best First'.
Re^2: [error] (26)Text file busy
by Anonymous Monk on Feb 16, 2013 at 21:02 UTC
    thank you it works. ps aux to see which are FTP processes kill process_number of FTP server then reconnect...