LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   WordPress issue - could not copy file (https://www.linuxquestions.org/questions/linux-server-73/wordpress-issue-could-not-copy-file-4175528883/)

punt 01-04-2015 10:13 AM

Bumping as it's been a few days and I'm still clueless.

punt 01-15-2015 10:44 PM

I solved my own problem.

I finally was able to get server-status running, straced the PID, found out that it was throwing a 425 Bad IP connecting error, and went into my FTP server (vsftpd) to add a pasv_promiscuous=YES to the file. Started vsftpd up and it worked.

That was fun.

astrogeek 01-15-2015 11:00 PM

Quote:

Originally Posted by punt (Post 5301675)
I solved my own problem.

I finally was able to get server-status running, straced the PID, found out that it was throwing a 425 Bad IP connecting error, and went into my FTP server (vsftpd) to add a pasv_promiscuous=YES to the file. Started vsftpd up and it worked.

That was fun.

Glad you finally figured it out! So it was an FTP config problem and not WordPress at all, if I am understanding your solution.

Glad you at least had fun! ;)

punt 01-16-2015 10:03 AM

Quote:

Originally Posted by astrogeek (Post 5301684)
Glad you finally figured it out! So it was an FTP config problem and not WordPress at all, if I am understanding your solution.

Glad you at least had fun! ;)

It was a big pain in the ass but I like solving things. LOL

Yeah, so the way it works is that an update goes through FTP and then to WordPress. Now, strangely the files were copying via FTP, I assume, to the WordPress tmp folder, apparently, but not copying over to the final destination (plugins directory). It's still strange and I think WordPress would do right by its users to actually communicate the errors that result in files not being copied, but I'm just happy it finally works. I doubt anyone will be able to strace the right PID to replicate. It was hard finding the right one!


All times are GMT -5. The time now is 09:11 PM.