Hey, here's another glitch
i tried installing modules using the dependency resolver (after trying search), but no matter what config i put in, it just keeps failing:
* No ftp server could be found.
* Unable to install getid3
it does download them to the /plugin_manager_cache directory.
the directory /plugin_manager_extraction remains empty.
tried with , :
(ie, 123.456.768.100:21), and :
, and all failed. (note, filtered addresses)
i also tried setting the directory to the correct path visible through the FTP login (which does work) and also leave it blank. i did not forget the ftp user name & password.
the FTP belongs to a GoDaddy shared hosting account. they are supposedly running PureFTPd with TLS.
maybe the problem here is this module does not support TLS (AUTH TLS)?
or Passive Mode (PASV)?
perhaps both?
If so, there's two issues on those matters:
ftps and sftp - http://drupal.org/node/584416
Working but not installing modules - http://drupal.org/node/360956
Drupal 6.19
Plugin Manager 1.10
29-08-2010 @ 07:03 GMT +00:00, Lisbon time
Here's a filtered log from the server:
Estado: A resolver o endereço de ***.**********.***
Estado: A ligar a xxx.xxx.xxx.xxx:21 ...
Estado: Ligação estabelecida, à espera da mensagem de boas-vindas ...
Resposta: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Resposta: 220-You are user number 12 of 500 allowed.
Resposta: 220-Local time is now 23:01. Server port: 21.
Resposta: 220-This is a private system - No anonymous login
Resposta: 220 You will be disconnected after 3 minutes of inactivity.
Comando: USER **********
Resposta: 331 User ********** OK. Password required
Comando: PASS **********
Resposta: 230-User ********** has group access to: **********
Resposta: 230 OK. Current restricted directory is /
Estado: Ligado
Estado: A obter a lista de pastas ...
Comando: PWD
Resposta: 257 "/" is your current location
Estado: Listagem de pastas bem sucedida
Estado: A obter a lista de pastas ...
Comando: CWD /**********/pub
Resposta: 250 OK. Current directory is /**********/pub
Comando: TYPE I
Resposta: 200 TYPE is now 8-bit binary
Comando: PASV
Resposta: 227 Entering Passive Mode (**********)
Comando: MLSD
Resposta: 150 Accepted data connection
Resposta: 226-ASCII
Resposta: 226-Options: -a -l
Resposta: 226 23 matches total
Estado: Listagem de pastas bem sucedida
Comments
Comment #1
lpalgarvio commentedtags were filtered, so i'm typing again:
"tried with ip_address, ip_address:port (ie, 123.456.768.100:21), hostname, and hostname:port, and all failed. (note, filtered addresses)"
Comment #2
gvdvenis commentedSame problem here, had no issues until some weeks ago this problem suddenly pops up.
It does download the packages in the right folders, but doesn't extract them. However it throws an error at me that it can't find the ftp server! Strange and very annoying problem. I'll dive into the code when i find the time...
Exact errormessage i get (as stated above): "* No ftp server could be found."
Comment #3
SammMoney commentedHas anyone been able to rectify this problem with the Godaddy grid hosting? I understand it is still working on regular shared hosting.
Comment #4
lpalgarvio commentedmight test again later, this time in a VPS with debian 5.x