zx5000
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Import Tool FTP connection problemFound the problem. WordPress had the server FTP to itself and most DSL modems do not allow loopback. The server could not reach itself by domain name or external IP.
Solution: add the domain name to the /etc/hosts with the LAN IP address. Now it does not need to exit the LAN to FTP to itself.
Forum: Fixing WordPress
In reply to: Import Tool FTP connection problemI’d believe that if I couldn’t log into the FTP server from a remote and a local PC using the same credentials. It not the FTP server. The wordpress importer isn’t even trying to connect to my server. There would be a log entry if it had. Now I have a new entry, a hacker from India trying to get in.
We’re now wasting our time trying to debug the importer’s downloader. Is there any way to install the imported manually?
Wed Sep 14 08:46:33 2016 [pid 3924] CONNECT: Client "192.168.1.109" Wed Sep 14 08:47:42 2016 [pid 3982] CONNECT: Client "65.64.61.70" Wed Sep 14 08:47:48 2016 [pid 3981] [jpowell] OK LOGIN: Client "65.64.61.70" Wed Sep 14 08:49:00 2016 [pid 4053] CONNECT: Client "65.64.61.70" Wed Sep 14 08:49:08 2016 [pid 4052] [jpowell] OK LOGIN: Client "65.64.61.70" Wed Sep 14 11:11:55 2016 [pid 11779] CONNECT: Client "103.199.98.42" Wed Sep 14 11:11:57 2016 [pid 11778] [www-data] FAIL LOGIN: Client "103.199.98.42" inetnum: 103.199.98.0 - 103.199.99.255 netname: AJAYM descr: SISTOMIC INTERWEBS PVT LTD admin-c: AM872-AP tech-c: NA353-AP country: IN mnt-by: MAINT-IN-IRINN mnt-irt: IRT-AJAYM-IN mnt-routes: MAINT-IN-AJAYM status: ASSIGNED PORTABLE changed: [email protected] 20151026 source: APNICForum: Fixing WordPress
In reply to: Import Tool FTP connection problemThanks but while that got rid of the login credentials popup, the result was the same and there is still no entry in the vsftp.log file where a server tried to connect.
I don’t think it’s DNS related since on one attempt I put the server’s static IP address in the hostname box.
Forum: Plugins
In reply to: [Folder Gallery] Thumbnail folders empty.Update: I could manually generate them to get the site up but this is no solution. I would like this to be automatic so I can add/remove/rename photos.
From each cache_160x0 run this command.
ls ../*.jpg | sed 's|../||g' | while read file; do sudo convert ../$file -resize 160x-1 $(echo $file | tr A-Z a-z); done