FAQ
I would like to incorporate the shadowcat installer into my soon-to-be
google project hosted PimpMyCat, which intends a "one shot" install of
a sane catalyst environment, including as many demo sites as possible
-- slick marketing intended to be appeal to the masses :)

But I had bad luck with shadowcat install today.

Does this seem to be something wrong with CPAN ftp server? Or a
problem with the shadowcat install script?

On a fresh locally-installed perl with cpan updated and module build installed:

********************************************************

[email protected]:~/nbarter/install$ which perl
/home/thartman/whyou_external_dependencies/current/localperl/bin/perl
tha[email protected]:~/nbarter/install$ cat install-catalyst.sh
#!/bin/bash
[[ ! -f cat-install ]] && wget
http://www.shadowcatsystems.co.uk/static/cat-install && chmod u+x
cat-install

echo running cat-install using `which perl`
FTP_PASSIVE=1
perl cat-install
[email protected]:~/nbarter/install$



t[email protected]:~/nbarter/install$ ./install-catalyst.sh
running cat-install using
/home/thartman/whyou_external_dependencies/current/localperl/bin/perl
CPAN: Storable loaded ok
Going to read /home/thartman/.cpan/Metadata
Database was generated on Thu, 24 Nov 2005 14:54:20 GMT
Running install for module Catalyst
Running make for A/AG/AGRUNDMA/Catalyst-5.57.tar.gz
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz
Couldn't fetch Catalyst-5.57.tar.gz from ftp.perl.org

Trying with "/usr/bin/lynx -source" to get
ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz

Looking up ftp.perl.org
Making FTP connection to ftp.perl.org
Looking up 195.219.14.24:59283
Making FTP data connection to 195.219.14.24:59283
Looking up ftp.perl.org
Making FTP connection to ftp.perl.org
Can't Access `ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz'
Alert!: Unable to access document.

lynx: Can't access startfile

System call "/usr/bin/lynx -source
"ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz"
/home/thartman/.cpan/sources/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar"
returned status 1 (wstat 256)
Warning: expected file
[/home/thartman/.cpan/sources/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz]
doesn't exist

Trying with "/usr/bin/wget -O -" to get
ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz
--13:32:31-- ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz
=> `-'
Resolving ftp.perl.org... 195.219.14.24, 64.186.240.114
Connecting to ftp.perl.org|195.219.14.24|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub/CPAN/authors/id/A/AG/AGRUNDMA ... done.
==> PASV ... done. ==> RETR Catalyst-5.57.tar.gz ...
No such file `Catalyst-5.57.tar.gz'.


System call "/usr/bin/wget -O -
"ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz"
/home/thartman/.cpan/sources/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar"
returned status 1 (wstat 256)
Warning: expected file
[/home/thartman/.cpan/sources/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz]
doesn't exist
Issuing "/usr/bin/ftp -n"
Local directory now /home/thartman/.cpan/sources/authors/id/A/AG/AGRUNDMA
Catalyst-5.57.tar.gz: No such file or directory
Bad luck... Still failed!
Can't access URL
ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz.

Please check, if the URLs I found in your configuration file () are valid.
The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/'

Could not fetch authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz
Giving up on '/home/thartman/.cpan/sources/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz'
Note: Current database in memory was generated on Thu, 24 Nov 2005 14:54:20 GMT

*********************************

Search Discussions

  • Jonathan Rockway at Dec 11, 2006 at 9:22 pm
    Looks like you got a bad mirror. Try http://cpan.uchicago.edu/CPAN (or
    another known-good mirror) and let us know how it goes. Catalyst 5.5 is
    pretty old; we're up to 5.7006 now.

    Regards,
    Jonathan Rockway

    Thomas Hartman wrote:
    I would like to incorporate the shadowcat installer into my soon-to-be
    google project hosted PimpMyCat, which intends a "one shot" install of
    a sane catalyst environment, including as many demo sites as possible
    -- slick marketing intended to be appeal to the masses :)

    But I had bad luck with shadowcat install today.

    Does this seem to be something wrong with CPAN ftp server? Or a
    problem with the shadowcat install script?

    On a fresh locally-installed perl with cpan updated and module build
    installed:

    ********************************************************

    [email protected]:~/nbarter/install$ which perl
    /home/thartman/whyou_external_dependencies/current/localperl/bin/perl
    tha[email protected]:~/nbarter/install$ cat install-catalyst.sh
    #!/bin/bash
    [[ ! -f cat-install ]] && wget
    http://www.shadowcatsystems.co.uk/static/cat-install && chmod u+x
    cat-install

    echo running cat-install using `which perl`
    FTP_PASSIVE=1
    perl cat-install
    [email protected]:~/nbarter/install$



    t[email protected]:~/nbarter/install$ ./install-catalyst.sh
    running cat-install using
    /home/thartman/whyou_external_dependencies/current/localperl/bin/perl
    CPAN: Storable loaded ok
    Going to read /home/thartman/.cpan/Metadata
    Database was generated on Thu, 24 Nov 2005 14:54:20 GMT
    Running install for module Catalyst
    Running make for A/AG/AGRUNDMA/Catalyst-5.57.tar.gz
    LWP not available
    CPAN: Net::FTP loaded ok
    Fetching with Net::FTP:
    ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz
    Couldn't fetch Catalyst-5.57.tar.gz from ftp.perl.org

    Trying with "/usr/bin/lynx -source" to get

    ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz

    Looking up ftp.perl.org
    Making FTP connection to ftp.perl.org
    Looking up 195.219.14.24:59283
    Making FTP data connection to 195.219.14.24:59283
    Looking up ftp.perl.org
    Making FTP connection to ftp.perl.org
    Can't Access
    `ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz'
    Alert!: Unable to access document.

    lynx: Can't access startfile

    System call "/usr/bin/lynx -source
    "ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz"
    /home/thartman/.cpan/sources/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar"
    returned status 1 (wstat 256)
    Warning: expected file
    [/home/thartman/.cpan/sources/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz]

    doesn't exist

    Trying with "/usr/bin/wget -O -" to get

    ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz
    --13:32:31--
    ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz
    => `-'
    Resolving ftp.perl.org... 195.219.14.24, 64.186.240.114
    Connecting to ftp.perl.org|195.219.14.24|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD /pub/CPAN/authors/id/A/AG/AGRUNDMA ... done.
    ==> PASV ... done. ==> RETR Catalyst-5.57.tar.gz ...
    No such file `Catalyst-5.57.tar.gz'.


    System call "/usr/bin/wget -O -
    "ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz"
    /home/thartman/.cpan/sources/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar"
    returned status 1 (wstat 256)
    Warning: expected file
    [/home/thartman/.cpan/sources/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz]

    doesn't exist
    Issuing "/usr/bin/ftp -n"
    Local directory now /home/thartman/.cpan/sources/authors/id/A/AG/AGRUNDMA
    Catalyst-5.57.tar.gz: No such file or directory
    Bad luck... Still failed!
    Can't access URL
    ftp://ftp.perl.org/pub/CPAN/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz.

    Please check, if the URLs I found in your configuration file () are valid.
    The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/'

    Could not fetch authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz
    Giving up on
    '/home/thartman/.cpan/sources/authors/id/A/AG/AGRUNDMA/Catalyst-5.57.tar.gz'

    Note: Current database in memory was generated on Thu, 24 Nov 2005
    14:54:20 GMT

    *********************************

    _______________________________________________
    List: [email protected]
    Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
    Searchable archive: http://www.mail-archive.com/[email protected]/
    Dev site: http://dev.catalyst.perl.org/
    --
    package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
    $,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
    ";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
  • Jon Warbrick at Dec 12, 2006 at 8:02 am

    On Mon, 11 Dec 2006, Jonathan Rockway wrote:

    Looks like you got a bad mirror.
    Quite so - look at the database generation date!!
    t[email protected]:~/nbarter/install$ ./install-catalyst.sh
    running cat-install using
    /home/thartman/whyou_external_dependencies/current/localperl/bin/perl
    CPAN: Storable loaded ok
    Going to read /home/thartman/.cpan/Metadata
    Database was generated on Thu, 24 Nov 2005 14:54:20 GMT
    !!!!

    I've seen this effect with ftp.perl.org occasionally in the past, but
    never understood why.

    Jon.

    --
    Jon Warbrick
    Web/News Development, Computing Service, University of Cambridge
  • Matt S Trout at Dec 12, 2006 at 11:42 am

    On 11 Dec 2006, at 18:41, Thomas Hartman wrote:

    I would like to incorporate the shadowcat installer into my soon-to-be
    google project hosted PimpMyCat, which intends a "one shot" install of
    a sane catalyst environment, including as many demo sites as possible
    -- slick marketing intended to be appeal to the masses :)

    But I had bad luck with shadowcat install today.

    Does this seem to be something wrong with CPAN ftp server? Or a
    problem with the shadowcat install script?
    Duff CPAN mirror. Try http://cpan.shadowcatprojects.net/

    --
    Matt S Trout, Technical Director, Shadowcat Systems Ltd.
    Offering custom development, consultancy and support contracts for
    Catalyst,
    DBIx::Class and BAST. Contact mst (at) shadowcatsystems.co.uk for
    details.
    + Help us build a better perl ORM: http://dbix-
    class.shadowcatsystems.co.uk/ +

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupcatalyst @
categoriescatalyst, perl
postedDec 11, '06 at 6:41p
activeDec 12, '06 at 11:42a
posts4
users4
websitecatalystframework.org
irc#catalyst

People

Translate

site design / logo © 2023 Grokbase