View previous topic :: View next topic |
Author |
Message |
IslandLife
Joined: 30 Jul 2005 Posts: 58 Location: Guam (USA)
|
Posted: Thu Sep 15, 2005 2:48 pm Post subject: |
|
|
mteel wrote: |
This is your first clue - wview did not like your config file - 0 rules added. Based on your file it should say "4 rules added" - but it is probably unhappy with your changes to the file keywords "user" and "pass". |
I explained a bunch of posts ago that I was getting the following error messages in Terminal with wwview running:
G5-Tower:~ paul$ ftp: No address associated with nodename
ftp: Can't connect or login to host `ftp.myhost'
ftp: No address associated with nodename
ftp: Can't connect or login to host `ftp. myhost'
ftp: No address associated with nodename
ftp: Can't connect or login to host `ftp. myhost'
When I mannually logged on, it asked for name and Password:, so when I changed those, the error messages went away, and all looked fine. I changed it back and it does say "4 rules added" at startup, but it gives me the nodename errors again.[/i] |
|
Back to top |
|
|
mteel
Joined: 30 Jun 2005 Posts: 435 Location: Collinsville, TX
|
Posted: Thu Sep 15, 2005 3:36 pm Post subject: |
|
|
All looked fine because changing those causes it to not parse the config file properly (0 rules added)...
Have you tried using the IP address instead of the hostname?
I really can't tell anything else because you won't post even the hostname - all you need to protect is your password... |
|
Back to top |
|
|
IslandLife
Joined: 30 Jul 2005 Posts: 58 Location: Guam (USA)
|
Posted: Thu Sep 15, 2005 3:49 pm Post subject: |
|
|
mteel wrote: | All looked fine because changing those causes it to not parse the config file properly (0 rules added)...
Have you tried using the IP address instead of the hostname?
I really can't tell anything else because you won't post even the hostname - all you need to protect is your password... |
ftp.cedar.forest.net |
|
Back to top |
|
|
mteel
Joined: 30 Jun 2005 Posts: 435 Location: Collinsville, TX
|
Posted: Thu Sep 15, 2005 3:53 pm Post subject: |
|
|
That doesn't resolve to an IP address from my DNS... the link does not resolve in the web browser either...
Find the IP address and use that instead of the hostname. |
|
Back to top |
|
|
mteel
Joined: 30 Jun 2005 Posts: 435 Location: Collinsville, TX
|
Posted: Thu Sep 15, 2005 3:57 pm Post subject: |
|
|
I was able to get an IP resolution on cedar.forest.net (216.168.37.167) - is that it?
Lose the "ftp." |
|
Back to top |
|
|
IslandLife
Joined: 30 Jul 2005 Posts: 58 Location: Guam (USA)
|
Posted: Thu Sep 15, 2005 4:17 pm Post subject: |
|
|
mteel wrote: |
Lose the "ftp." |
I get:
Command "EPRT |1|202.151.69.191|51631|" unrecognized.
Command "EPRT |1|202.151.69.191|51693|" unrecognized.
Command "EPRT |1|202.151.69.191|51725|" unrecognized.
Command "EPRT |1|202.151.69.191|51729|" unrecognized.
where 202.151.69.191 the IP Address is |
|
Back to top |
|
|
IslandLife
Joined: 30 Jul 2005 Posts: 58 Location: Guam (USA)
|
Posted: Thu Sep 15, 2005 4:34 pm Post subject: |
|
|
When I manually login I get this:
ftp> ftp
(to) cedar.forest.net
Connected to cedar.forest.net.
220 FTP server ready.
Name (cedar.forest.net:paul): myname
331 User name OK, need password.
Password:
230 User logged in.
Remote system type is MACOS.
ftp> ls
500 Command "EPSV" unrecognized.
227 Entering Passive Mode (216,168,37,167,35,53).
150 Transfer starting.
drwx------ folder 2 Jun 06 15:42 clients
drwx------ folder 2 Jun 06 15:55 contact
drwx------ folder 6 Dec 02 20:47 corp_info
drwx------ folder 1 Jun 06 15:53 home
drwx------ folder 102 Sep 15 09:19 img
-rwx------ 14566 0 14720 Sep 11 01:20 index.htm
drwx------ folder 5 Jun 06 15:43 links
drwx------ folder 23 Jun 06 15:52 menu
drwx------ folder 9 Jul 17 11:02 noise
drwx------ folder 25 Apr 21 17:32 press_releases
drwx------ folder 8 Jun 06 15:47 projects
drwx------ folder 2 Jun 06 15:46 services
drwx------ folder 40 Jan 22 20:13 sound
-rwx------ 43 0 256 Jun 06 15:43 transparent.gif
drwx------ folder 5 Sep 10 18:06 updates
226 Transfer complete.
Notice the "EPSV" comment? It will only appear once. The "A" in the code forces the connection to be Active, correct? Does it maybe want to be Passive?[/b][/i] |
|
Back to top |
|
|
IslandLife
Joined: 30 Jul 2005 Posts: 58 Location: Guam (USA)
|
Posted: Thu Sep 15, 2005 9:50 pm Post subject: |
|
|
[quote="IslandLife"] mteel wrote: |
Lose the "ftp." |
I think that losing the ftp did the trick. It appears that our website is auto-updating!!!! At least the graph files are updated, but the header and "current conditions" are still lagging, which may be htmlgen.conf-related, which I will focus on next. I do still get the EPRT error each time it ries to update and I've asked my ISP if they can explain that error code.
Paul |
|
Back to top |
|
|
IslandLife
Joined: 30 Jul 2005 Posts: 58 Location: Guam (USA)
|
Posted: Fri Sep 16, 2005 2:17 pm Post subject: |
|
|
From my ISP:
Note: EPRT
Short for Extended PoRT, an enhanced version of the PORT command that can handle IPv6 addresses.
Cedar is an OS9 server, and the software predates the conception IPv6 -- so looks like your app is using a relatively new ftp command that the older ftp server simply doesn't recognize.
You'll either need to change the command it uses on the app end (if possible), or move off of cedar to a newer (Apache-based) web server. If you want to go the latter route, let me know and I can get you to your account manager so you can go over what that would involve.
|
|
Back to top |
|
|
|