aramsay

Registered
May 1, 2006
1
0
151
Hi all,

I have a problem trying to run the DNS only installer (cpanel-universal-dnsonly-install.sea)

When running "sh ./cpanel-universal-dnsonly-install.sea" all starts OK, but then I get a problem when it's trying to download a CPAN library

Below is an extract from the log file, it appears that it should be downloading Compress-Zlib-1.42.tar.gz, but somehow it's got spaces and square brackets in it.

Host OS is Fedora Core 5;

Code:
Running get for module Compress::Zlib
Fetching with LWP:
  http://cpan.m.flirble.org/authors/id/P/PM/PMQS/Compress-Zlib [-] 1.42 [.] tar.gz


LWP failed with code[404] message[Not Found]


Fetching with LWP:
  http://cpan.teleglobe.net/authors/id/P/PM/PMQS/Compress-Zlib [-] 1.42 [.] tar.gz


LWP failed with code[404] message[Not Found]


Fetching with LWP:
  http://hurricane.hinasu.net/CPAN/authors/id/P/PM/PMQS/Compress-Zlib [-] 1.42 [.] tar.gz


LWP failed with code[404] message[Not Found]


Fetching with LWP:
  http://www.perl.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib [-] 1.42 [.] tar.gz


LWP failed with code[404] message[Not Found]


Fetching with LWP:
  ftp://ftp.perl.org/pub/CPAN/authors/id/P/PM/PMQS/Compress-Zlib [-] 1.42 [.] tar.gz


LWP failed with code[404] message[File 'Compress-Zlib [-] 1.42 [.] tar.gz' not found]
Fetching with Net::FTP:
  ftp://ftp.perl.org/pub/CPAN/authors/id/P/PM/PMQS/Compress-Zlib [-] 1.42 [.] tar.gz


  Couldn't fetch Compress-Zlib [-] 1.42 [.] tar.gz from ftp.perl.org: Compress-Zlib [-] 1.42 [.] tar.gz: No such file or directory



Trying with "/usr/bin/wget -O /home/.cpan/sources/authors/id/P/PM/PMQS/Compress-Zlib [-] 1.42 [.] tar" to get
    http://cpan.m.flirble.org/authors/id/P/PM/PMQS/Compress-Zlib [-] 1.42 [.] tar.gz


http://[-]: Invalid IPv6 numeric address.
--20:51:05--  http://1.42/
           => `/home/.cpan/sources/authors/id/P/PM/PMQS/Compress-Zlib'
Resolving 1.42... 1.0.0.42
Connecting to 1.42|1.0.0.42|:80...
[email protected] [/var/log]#
[email protected] [/var/log]# failed: Connection timed out.
Retrying.

--20:54:15--  http://1.42/
  (try: 2) => `/home/.cpan/sources/authors/id/P/PM/PMQS/Compress-Zlib'
Connecting to 1.42|1.0.0.42|:80...

failed: Connection timed out.
Retrying.

--20:57:26--  http://1.42/
  (try: 3) => `/home/.cpan/sources/authors/id/P/PM/PMQS/Compress-Zlib'
Connecting to 1.42|1.0.0.42|:80...
This causes the installer to hang....

Has anyone come across this before, or have any ideas how to get around it.

Many thanks

Alan
 

plexihosting

Member
Dec 16, 2006
12
0
151
are you sure your server is able to get out and resolve domains? check your dns setup on the box itself (do an nslookup or something similar) and see wht you get. Or just lynx http://www.google.com or something.

Had this issue but it was because the machine didn't have the dns setup correctly - D'OH!