Send netdisco-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/netdisco-users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of netdisco-users digest..."
Today's Topics:

   1. Re: problem updating from detdisco 1.3.3 (Maxime Baudin)
   2. Re: Netdisco Data Retention (Ben Nelson)
   3. Netdisco 2 fails to install (Panagiotis Papaspyropoulos)
   4. Re: Netdisco 2 fails to install (Oliver Gorwits)
   5. Re: Netdisco 2 fails to install (Panagiotis Papaspyropoulos)
   6. Re: Netdisco 2 fails to install (Jeroen van Ingen)
   7. Re: Netdisco 2 fails to install (Panagiotis Papaspyropoulos)
--- Begin Message ---
Le 13/09/2014 08:40, Oliver Gorwits a écrit :
(for the benefit of the list)

  From chat on the IRC channel (#netdisco on freenode) 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


Hi everyone !

It works much better with this workaround.

thanks a lot,
Maxime

--
Maxime Baudin - Rectorat de Rennes
SERIA-R, 8 rue Jean-Julien Lemordant - 35000 Rennes
Tel : 02 23 42 16 88  Fax : 16 60
E-mail :Maxime.Baudin(at)ac-rennes.fr




--- End Message ---
--- Begin Message ---
Oliver,

Yep, that was exactly what I was looking for.  Thanks!

-Ben

On 9/13/14, 2:45 AM, Oliver Gorwits wrote:
> Hi Ben,
>
> On 2014-09-11 17:59, Ben Nelson wrote:
>> Is there a good way to handle data retention and backups?  We'd like 
>> to
>> keep about a years worth of data on the host itself, but backup and
>> remove any thing longer than that.
> You can use the expire configuration and schedule to control how much 
> data is in the database:
>
> https://metacpan.org/pod/distribution/App-Netdisco/lib/App/Netdisco/Manual/Configuration.pod#expire_devices
> https://metacpan.org/pod/distribution/App-Netdisco/lib/App/Netdisco/Manual/Configuration.pod#schedule
>
> And then for backing up the database, there's a command example here in 
> the docs:
>
> https://metacpan.org/pod/distribution/App-Netdisco/lib/App/Netdisco/Manual/Deployment.pod#Database-Backups
>
> Is that the kind of thing you were after?
>
> regards,
> oliver.
>
>
>> Any suggestions are welcome.
>>
>> Thanks,
>> Ben
>>
>> --
>> Ben Nelson, Systems Engineer
>> Indiana University GlobalNOC
>> <[email protected]>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Want excitement?
>> Manually upgrade your production database.
>> When you want reliability, choose Perforce
>> Perforce version control. Predictably reliable.
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Netdisco mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/netdisco-users
>
> ------------------------------------------------------------------------------
> Want excitement?
> Manually upgrade your production database.
> When you want reliability, choose Perforce
> Perforce version control. Predictably reliable.
> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
> _______________________________________________
> Netdisco mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/netdisco-users

-- 
Ben Nelson, Systems Engineer
Indiana University GlobalNOC
<[email protected]>




--- End Message ---
--- Begin Message ---
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?

--- End Message ---
--- Begin Message ---
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.


On 2014-09-17 11:30, Panagiotis Papaspyropoulos wrote:
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?




--- End Message ---
--- Begin Message ---
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).
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.

>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.


On Wed, Sep 17, 2014 at 1:30 PM, Panagiotis Papaspyropoulos <
[email protected]> wrote:

> 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?
>

--- End Message ---
--- Begin Message ---
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


On 09/22/2014 02:48 PM, Panagiotis Papaspyropoulos wrote:
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).
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.

 >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.


On Wed, Sep 17, 2014 at 1:30 PM, Panagiotis Papaspyropoulos
<[email protected] <mailto:[email protected]>> wrote:

    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?




------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users





--- End Message ---
--- Begin Message ---
Thanks Jeroen, it worked like a charm :)

On Mon, Sep 22, 2014 at 5:27 PM, Jeroen van Ingen <
[email protected]> wrote:

> 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
>
>
> On 09/22/2014 02:48 PM, Panagiotis Papaspyropoulos wrote:
>
>> 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).
>> 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.
>>
>>  >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.
>>
>>
>> On Wed, Sep 17, 2014 at 1:30 PM, Panagiotis Papaspyropoulos
>> <[email protected] <mailto:[email protected]>> wrote:
>>
>>     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?
>>
>>
>>
>>
>> ------------------------------------------------------------
>> ------------------
>> 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
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/netdisco-users
>>
>>
>

--- End Message ---
------------------------------------------------------------------------------
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 - Digest Mode
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to