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: Mac addresses on "IP Inventory" report? (Clements, James)
   2. Error after OS & Netdisco upgrade (Laurens Vets)
   3. Re: Error after OS & Netdisco upgrade (Michael Butash)
   4. Re: Error after OS & Netdisco upgrade (Natxo Asenjo)
   5. Re: Error after OS & Netdisco upgrade (Laurens Vets)
   6. Re: Error after OS & Netdisco upgrade (Laurens Vets)
--- Begin Message ---
+1 for that suggestion!

We were expecting to have to write a custom report for it, but if last seen mac 
address and date it was seen could be added into the standard IP inventory 
report, that would be even better.

Cheers,

James.

From: Andreas Falk [mailto:[email protected]]
Sent: 23 September 2014 14:19
To: [email protected]
Subject: [Netdisco] Mac addresses on "IP Inventory" report?

Hi,

Is there some way to get a mac-address report on a vlan or per CIDR like the IP 
inventory report?

--
Regards Falk

--- End Message ---
--- Begin Message ---
Hello list,

I've upgraded both my OS (Ubuntu 14.04.1 LTS) and netdisco to the latest version. When I try to run Netdisco, I get the following errors:

netdisco@server:~$ ~/bin/netdisco-daemon status
Perl API version v5.14.0 of YAML::XS::LibYAML does not match v5.18.0 at /usr/share/perl/5.18/XSLoader.pm line 92. Compilation failed in require at /home/netdisco/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/YAML/XS.pm line 19. BEGIN failed--compilation aborted at /home/netdisco/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/YAML/XS.pm line 19. Compilation failed in require at /home/netdisco/perl5/lib/perl5/App/Netdisco/Environment.pm line 40. BEGIN failed--compilation aborted at /home/netdisco/perl5/lib/perl5/App/Netdisco/Environment.pm line 40. Compilation failed in require at /home/netdisco/bin/netdisco-daemon line 45. BEGIN failed--compilation aborted at /home/netdisco/bin/netdisco-daemon line 45.
netdisco@server:~$

Any idea what might be going on?



--- End Message ---
--- Begin Message --- Looks like a conflicting package - did your system slide in a local package for libyaml? Just remove it and stay with the cpan version netdisco pulls down.

dpkg -l | grep yaml

-mb


On 09/25/2014 11:51 AM, Laurens Vets wrote:
Hello list,

I've upgraded both my OS (Ubuntu 14.04.1 LTS) and netdisco to the
latest version. When I try to run Netdisco, I get the following errors:

netdisco@server:~$ ~/bin/netdisco-daemon status
Perl API version v5.14.0 of YAML::XS::LibYAML does not match v5.18.0 at
/usr/share/perl/5.18/XSLoader.pm line 92.
Compilation failed in require at
/home/netdisco/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/YAML/XS.pm
line 19.
BEGIN failed--compilation aborted at
/home/netdisco/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/YAML/XS.pm
line 19.
Compilation failed in require at
/home/netdisco/perl5/lib/perl5/App/Netdisco/Environment.pm line 40.
BEGIN failed--compilation aborted at
/home/netdisco/perl5/lib/perl5/App/Netdisco/Environment.pm line 40.
Compilation failed in require at /home/netdisco/bin/netdisco-daemon
line 45.
BEGIN failed--compilation aborted at /home/netdisco/bin/netdisco-daemon
line 45.
netdisco@server:~$

Any idea what might be going on?

------------------------------------------------------------------------------
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 ---
Hi Laurens

On Thu, Sep 25, 2014 at 5:51 PM, Laurens Vets <[email protected]> wrote:

> Hello list,
>
> I've upgraded both my OS (Ubuntu 14.04.1 LTS) and netdisco to the
> latest version. When I try to run Netdisco, I get the following errors:
>
> netdisco@server:~$ ~/bin/netdisco-daemon status
> Perl API version v5.14.0 of YAML::XS::LibYAML does not match v5.18.0 at
> /usr/share/perl/5.18/XSLoader.pm line 92.
> Compilation failed in require at
> /home/netdisco/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/YAML/XS.pm
> line 19.
> BEGIN failed--compilation aborted at
> /home/netdisco/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/YAML/XS.pm
> line 19.
> Compilation failed in require at
> /home/netdisco/perl5/lib/perl5/App/Netdisco/Environment.pm line 40.
> BEGIN failed--compilation aborted at
> /home/netdisco/perl5/lib/perl5/App/Netdisco/Environment.pm line 40.
> Compilation failed in require at /home/netdisco/bin/netdisco-daemon
> line 45.
> BEGIN failed--compilation aborted at /home/netdisco/bin/netdisco-daemon
> line 45.
> netdisco@server:~$
>
> Any idea what might be going on?


It looks like you have two different perls out there (5.14 vs 5.18). Are
you using perlbrew by any chance and forgot to select the right perl when
starting netdisco?

-- 
groet,
Natxo

--- End Message ---
--- Begin Message ---
To answer both replies:

netdisco@DC01SRVMM01:~$ dpkg -l | grep yaml
netdisco@DC01SRVMM01:~$ perl -v

This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-gnu-thread-multi
(with 41 registered patches, see perl -V for more detail)

Copyright 1987-2013, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page.

netdisco@DC01SRVMM01:~$

And no, I'm not using perlbrew...


On 2014-09-25 18:26, Michael Butash wrote:
Looks like a conflicting package - did your system slide in a local
package for libyaml?  Just remove it and stay with the cpan version
netdisco pulls down.

dpkg -l | grep yaml

-mb


On 09/25/2014 11:51 AM, Laurens Vets wrote:
Hello list,

I've upgraded both my OS (Ubuntu 14.04.1 LTS) and netdisco to the
latest version. When I try to run Netdisco, I get the following errors:

netdisco@server:~$ ~/bin/netdisco-daemon status
Perl API version v5.14.0 of YAML::XS::LibYAML does not match v5.18.0 at
/usr/share/perl/5.18/XSLoader.pm line 92.
Compilation failed in require at
/home/netdisco/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/YAML/XS.pm
line 19.
BEGIN failed--compilation aborted at
/home/netdisco/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/YAML/XS.pm
line 19.
Compilation failed in require at
/home/netdisco/perl5/lib/perl5/App/Netdisco/Environment.pm line 40.
BEGIN failed--compilation aborted at
/home/netdisco/perl5/lib/perl5/App/Netdisco/Environment.pm line 40.
Compilation failed in require at /home/netdisco/bin/netdisco-daemon
line 45.
BEGIN failed--compilation aborted at /home/netdisco/bin/netdisco-daemon
line 45.
netdisco@server:~$

Any idea what might be going on?




--- End Message ---
--- Begin Message ---
In addition, I tried reinstalling Netdisco and saw following error:

netdisco@server:~$ ~/bin/localenv cpanm --force https://cpan.metacpan.org/authors/id/Y/YA/YANICK/Dancer-1.3126.tar.gz --> Working on https://cpan.metacpan.org/authors/id/Y/YA/YANICK/Dancer-1.3126.tar.gz Fetching https://cpan.metacpan.org/authors/id/Y/YA/YANICK/Dancer-1.3126.tar.gz ... OK
Configuring Dancer-1.3126 ... OK
Building and testing Dancer-1.3126 ... FAIL
! Testing Dancer-1.3126 failed but installing it anyway.
Successfully installed Dancer-1.3126
1 distribution installed
netdisco@server:~$

Can this be related somehow?

On 2014-09-26 10:55, Laurens Vets wrote:
To answer both replies:

netdisco@DC01SRVMM01:~$ dpkg -l | grep yaml
netdisco@DC01SRVMM01:~$ perl -v

This is perl 5, version 18, subversion 2 (v5.18.2) built for
x86_64-linux-gnu-thread-multi
(with 41 registered patches, see perl -V for more detail)

Copyright 1987-2013, Larry Wall

Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source
kit.

Complete documentation for Perl, including FAQ lists, should be found
on
this system using "man perl" or "perldoc perl".  If you have access to
the
Internet, point your browser at http://www.perl.org/, the Perl Home
Page.

netdisco@DC01SRVMM01:~$

And no, I'm not using perlbrew...


On 2014-09-25 18:26, Michael Butash wrote:
Looks like a conflicting package - did your system slide in a local
package for libyaml?  Just remove it and stay with the cpan version
netdisco pulls down.

dpkg -l | grep yaml

-mb


On 09/25/2014 11:51 AM, Laurens Vets wrote:
Hello list,

I've upgraded both my OS (Ubuntu 14.04.1 LTS) and netdisco to the
latest version. When I try to run Netdisco, I get the following
errors:

netdisco@server:~$ ~/bin/netdisco-daemon status
Perl API version v5.14.0 of YAML::XS::LibYAML does not match v5.18.0
at
/usr/share/perl/5.18/XSLoader.pm line 92.
Compilation failed in require at
/home/netdisco/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/YAML/XS.pm
line 19.
BEGIN failed--compilation aborted at
/home/netdisco/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/YAML/XS.pm
line 19.
Compilation failed in require at
/home/netdisco/perl5/lib/perl5/App/Netdisco/Environment.pm line 40.
BEGIN failed--compilation aborted at
/home/netdisco/perl5/lib/perl5/App/Netdisco/Environment.pm line 40.
Compilation failed in require at /home/netdisco/bin/netdisco-daemon
line 45.
BEGIN failed--compilation aborted at
/home/netdisco/bin/netdisco-daemon
line 45.
netdisco@server:~$

Any idea what might be going on?



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