Discussion:
[Netdisco] Netdisco 2 fails to install
Panagiotis Papaspyropoulos
2014-09-17 10:30:46 UTC
Permalink
Hello,
I'm trying to install Netdisco 2 on a second machine for some testing/demo
purposes. After running the installation script on both a Debian and a
Ubuntu Server machine, I get the following:

"! Installing the dependencies failed: Module 'DBIx::Class::Helpers' is not
installed, Module 'Dancer::Plugin::Passphrase' is not installed, Module
'Dancer::Plugin::Auth::Extensible' is not installed, Module
'Dancer::Plugin::DBIC' is not installed, Module 'Dancer' is not installed
! Bailing out the installation for App-Netdisco-2.029007."

Is something missing from the installation script or the download servers
or am I doing something wrong?
Oliver Gorwits
2014-09-22 06:03:46 UTC
Permalink
Hi,

I'm not sure what you mean by "installation script".

Are you following the instructions at:

https://metacpan.org/pod/App::Netdisco

regards,
oliver.
Post by Panagiotis Papaspyropoulos
Hello,
I'm trying to install Netdisco 2 on a second machine for some
testing/demo purposes. After running the installation script on both
a
"! Installing the dependencies failed: Module 'DBIx::Class::Helpers'
is not installed, Module 'Dancer::Plugin::Passphrase' is not
installed, Module 'Dancer::Plugin::Auth::Extensible' is not
installed,
Module 'Dancer::Plugin::DBIC' is not installed, Module 'Dancer' is
not
installed
! Bailing out the installation for App-Netdisco-2.029007."
Is something missing from the installation script or the download
servers or am I doing something wrong?
Panagiotis Papaspyropoulos
2014-09-22 12:48:47 UTC
Permalink
Oliver,
I meant running the "curl -L http://cpanmin.us/ | perl - --notest
--local-lib ~/perl5 App::Netdisco" command in your tutorial. I tried again
today and everything was installed properly. The problem now is that after
running *~/bin/netdisco-deploy *I get the following error:

*Modification of a read-only value attempted at
/home/netdisco/perl5/lib/perl5/Dancer/Config.pm line 237.*

I'm linking a screenshot I took comparing the Config.pm from the current
installation (2.029007 - right side) with my working one (2.029005 - left
side).
Loading Image...

Panos

P.S. Sorry for not replying properly but I'm getting the list digest and
haven't yet received your reply - I read it from sourceforge.
Post by Oliver Gorwits
Hi,
I'm not sure what you mean by "installation script".
https://metacpan.org/pod/App::Netdisco
regards,
oliver.
On Wed, Sep 17, 2014 at 1:30 PM, Panagiotis Papaspyropoulos <
Post by Oliver Gorwits
Hello,
I'm trying to install Netdisco 2 on a second machine for some testing/demo
purposes. After running the installation script on both a Debian and a
"! Installing the dependencies failed: Module 'DBIx::Class::Helpers' is
not installed, Module 'Dancer::Plugin::Passphrase' is not installed, Module
'Dancer::Plugin::Auth::Extensible' is not installed, Module
'Dancer::Plugin::DBIC' is not installed, Module 'Dancer' is not installed
! Bailing out the installation for App-Netdisco-2.029007."
Is something missing from the installation script or the download servers
or am I doing something wrong?
Jeroen van Ingen
2014-09-22 14:27:47 UTC
Permalink
Hi Panos,

This is a known issue, just appeared recently.

Quoting part of an earlier reply from Oliver:

it seems to be a regression in Dancer (one of the Perl libraries we
use). Force installing version 1.3126 would fix it, apparently:

~/bin/localenv cpanm --force
https://cpan.metacpan.org/authors/id/Y/YA/YANICK/Dancer-1.3126.tar.gz


Regards,

Jeroen van Ingen
ICT Service Centre
University of Twente, P.O.Box 217, 7500 AE Enschede, The Netherlands
Post by Panagiotis Papaspyropoulos
Oliver,
I meant running the "curl -L http://cpanmin.us/ | perl - --notest
--local-lib ~/perl5 App::Netdisco" command in your tutorial. I tried
again today and everything was installed properly. The problem now is
*Modification of a read-only value attempted at
/home/netdisco/perl5/lib/perl5/Dancer/Config.pm line 237.*
I'm linking a screenshot I took comparing the Config.pm from the current
installation (2.029007 - right side) with my working one (2.029005 -
left side).
http://i.imgur.com/u6jQOcK.png
Panos
P.S. Sorry for not replying properly but I'm getting the list digest and
haven't yet received your reply - I read it from sourceforge.
Post by Oliver Gorwits
Hi,
I'm not sure what you mean by "installation script".
https://metacpan.org/pod/App::Netdisco
regards,
oliver.
On Wed, Sep 17, 2014 at 1:30 PM, Panagiotis Papaspyropoulos
Hello,
I'm trying to install Netdisco 2 on a second machine for some
testing/demo purposes. After running the installation script on both
"! Installing the dependencies failed: Module 'DBIx::Class::Helpers'
is not installed, Module 'Dancer::Plugin::Passphrase' is not
installed, Module 'Dancer::Plugin::Auth::Extensible' is not
installed, Module 'Dancer::Plugin::DBIC' is not installed, Module
'Dancer' is not installed
! Bailing out the installation for App-Netdisco-2.029007."
Is something missing from the installation script or the download
servers or am I doing something wrong?
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Netdisco mailing list
https://lists.sourceforge.net/lists/listinfo/netdisco-users
Panagiotis Papaspyropoulos
2014-09-23 09:44:56 UTC
Permalink
Thanks Jeroen, it worked like a charm :)

On Mon, Sep 22, 2014 at 5:27 PM, Jeroen van Ingen <
Post by Jeroen van Ingen
Hi Panos,
This is a known issue, just appeared recently.
it seems to be a regression in Dancer (one of the Perl libraries we use).
~/bin/localenv cpanm --force
https://cpan.metacpan.org/authors/id/Y/YA/YANICK/Dancer-1.3126.tar.gz
Regards,
Jeroen van Ingen
ICT Service Centre
University of Twente, P.O.Box 217, 7500 AE Enschede, The Netherlands
Post by Panagiotis Papaspyropoulos
Oliver,
I meant running the "curl -L http://cpanmin.us/ | perl - --notest
--local-lib ~/perl5 App::Netdisco" command in your tutorial. I tried
again today and everything was installed properly. The problem now is
*Modification of a read-only value attempted at
/home/netdisco/perl5/lib/perl5/Dancer/Config.pm line 237.*
I'm linking a screenshot I took comparing the Config.pm from the current
installation (2.029007 - right side) with my working one (2.029005 -
left side).
http://i.imgur.com/u6jQOcK.png
Panos
P.S. Sorry for not replying properly but I'm getting the list digest and
haven't yet received your reply - I read it from sourceforge.
Post by Oliver Gorwits
Hi,
I'm not sure what you mean by "installation script".
https://metacpan.org/pod/App::Netdisco
regards,
oliver.
On Wed, Sep 17, 2014 at 1:30 PM, Panagiotis Papaspyropoulos
Hello,
I'm trying to install Netdisco 2 on a second machine for some
testing/demo purposes. After running the installation script on both
"! Installing the dependencies failed: Module 'DBIx::Class::Helpers'
is not installed, Module 'Dancer::Plugin::Passphrase' is not
installed, Module 'Dancer::Plugin::Auth::Extensible' is not
installed, Module 'Dancer::Plugin::DBIC' is not installed, Module
'Dancer' is not installed
! Bailing out the installation for App-Netdisco-2.029007."
Is something missing from the installation script or the download
servers or am I doing something wrong?
------------------------------------------------------------
------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&
iu=/4140/ostg.clktrk
_______________________________________________
Netdisco mailing list
https://lists.sourceforge.net/lists/listinfo/netdisco-users
Loading...