Send netdisco-users mailing list submissions to
        netdisco-users@lists.sourceforge.net

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
        netdisco-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
        netdisco-users-ow...@lists.sourceforge.net

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

   1. Netgear Switch name too long (Weidner,Andre)
   2. IPv6 device support (Dan Augustine)
   3. Github for code and tickets (Oliver Gorwits)
   4. Netdisco Web daemon not starting any longer (Tobias Gerlach)
   5. Re: Netdisco Web daemon not starting any longer (Oliver Gorwits)
   6. Re: Netdisco Web daemon not starting any longer (Tobias Gerlach)
   7. IOS static Ports (Oliver B?hrig)
--- Begin Message ---
We recently acquired some new Netgear switches, named 'GS724Tv4 ProSafe 24-port 
Gigabit Ethernet Smart Switch'. They are shown like this in Netdisco. If you 
click on that name in the inventory, Netdisco reports 'No matching records'. 
However, you can show the switch by clicking 'vendor' first in the inventory 
and then choosing the FQDN you would like to show. 

Older Netgear switches named 'GS724TS 00.00.01' in Netdisco work fine, however. 
Looks like a small bug.

App::Netdisco   2.034001
DB Schema       v41
Dancer  1.3134
Bootstrap       2.3.1
PostgreSQL      PostgreSQL 9.2.15 on x86_64-redhat-linux-gnu, compiled by gcc 
(GCC) 4.8.5 20150623 (Red Hat 4.8.5-4), 64-bit.
 DBI 1.633, DBD::Pg 2.19.3
SNMP::Info      3.34
Perl    5.016003

Kind regards,
André Weidner



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

What is the status for gathering IPv6 interface and neighbor information
from Cisco switches and routers? I've searched the list and it looks like
its not currently supported.

Netdisco is indispensable in providing a window into our network's current
and historical state, however I'm feeling a bit blind on the IPv6 side.

Regards,
Dan

--- End Message ---
--- Begin Message ---
Hi all,

From time to time we discuss the hosting of the projects (Netdisco and SNMP-Info). I believe there are some good reasons for considering a move from Sourceforge to Github:

* Better user interface for admins and users
* More well-known workflow
* Better uptime
* Github Pages for a homepage

In particular I'll pick out that the fork and merge request process in Sourceforge is clunky and presents quite a hurdle to new or drive-by users. Personally speaking, the outages at Sourceforge hosting have been a real pain, and the git repo is slow.

The only feature that sf.net uniquely has is the mail lists, so they will remain.

Right now I'm planning my activities for the upcoming holidays and I would be happy to migrate Netdisco and SNMP-Info to Github, leaving the mail list(s) at sf.net and updating up web links and documentation.

Please let me know by 24 Dec if you're aware of any show-stopper to the move, or if you think it's a really bad idea for any reason. We recently discussed this on the IRC channel #netdisco and there were no objections from the several devs present.

Feel free to reply to this email or drop by #netdisco if you have questions, and thank you for your attention!

regards,
Oliver Gorwits.



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

I'm currently stuck with a problem that Netdisco stopped working overnight.
No change was done on the application or server.

Invoking of

~/bin/localenv starman /usr/local/netdisco/perl5/bin/netdisco-web-fg
--workers=1 --disable-keepalive

turn out into the following error on my productive system:

# su - netdisco
netdisco@netdisco:~> ~/bin/localenv starman
/usr/local/netdisco/perl5/bin/netdisco-web-fg --workers=1
--disable-keepalive
2016/12/14-14:22:48 Starman::Server (type Net::Server::PreFork)
starting! pid(31122)
Resolved [*]:5000 to [::]:5000, IPv6
Not including resolved host [0.0.0.0] IPv4 because it will be handled
by [::] IPv6
Binding to TCP port 5000 on host :: with IPv6
Setting gid to "100 100 16 33 100"
Error while loading /usr/local/netdisco/perl5/bin/netdisco-web-fg: The
setting session_cookie_key must be defined at
/usr/local/netdisco/perl5/lib/perl5/Dancer/Session/Cookie.pm line 37.
Compilation failed in require at
/usr/local/netdisco/perl5/bin/netdisco-web-fg line 51.
BEGIN failed--compilation aborted at
/usr/local/netdisco/perl5/bin/netdisco-web-fg line 51.
Error while loading /usr/local/netdisco/perl5/bin/netdisco-web-fg: The
setting session_cookie_key must be defined at
/usr/local/netdisco/perl5/lib/perl5/Dancer/Session/Cookie.pm line 37.
Compilation failed in require at
/usr/local/netdisco/perl5/bin/netdisco-web-fg line 51.
BEGIN failed--compilation aborted at
/usr/local/netdisco/perl5/bin/netdisco-web-fg line 51.
...

netdisco-web.log is also full of this messages.

My developing system looks fine:

# su - netdisco
netdisco@netdisco:~> ~/bin/localenv starman
/usr/local/netdisco/perl5/bin/netdisco-web-fg --workers=1
--disable-keepalive
2016/12/14-14:21:46 Starman::Server (type Net::Server::PreFork)
starting! pid(4243)
Resolved [*]:5000 to [::]:5000, IPv6
Not including resolved host [0.0.0.0] IPv4 because it will be handled
by [::] IPv6
Binding to TCP port 5000 on host :: with IPv6
Setting gid to "100 100 16 33 100"
[4244] 2016-12-14 13:21:47  warn App::Netdisco 2.034001 web

Any idea how to continue troubleshooting?

Thanks in advance.

Tobias



--- End Message ---
--- Begin Message ---
Hi Tobias

Please run the deploy script (netdisco-deploy) again and let us know if this 
fixes the issue. 

Oliver. 



Sent from the moon.
> On 14 Dec 2016, at 13:52, Tobias Gerlach <tobi...@gmail.com> wrote:
> 
> Hello,
> 
> I'm currently stuck with a problem that Netdisco stopped working overnight.
> No change was done on the application or server.
> 
> Invoking of
> 
> ~/bin/localenv starman /usr/local/netdisco/perl5/bin/netdisco-web-fg
> --workers=1 --disable-keepalive
> 
> turn out into the following error on my productive system:
> 
> # su - netdisco
> netdisco@netdisco:~> ~/bin/localenv starman
> /usr/local/netdisco/perl5/bin/netdisco-web-fg --workers=1
> --disable-keepalive
> 2016/12/14-14:22:48 Starman::Server (type Net::Server::PreFork)
> starting! pid(31122)
> Resolved [*]:5000 to [::]:5000, IPv6
> Not including resolved host [0.0.0.0] IPv4 because it will be handled
> by [::] IPv6
> Binding to TCP port 5000 on host :: with IPv6
> Setting gid to "100 100 16 33 100"
> Error while loading /usr/local/netdisco/perl5/bin/netdisco-web-fg: The
> setting session_cookie_key must be defined at
> /usr/local/netdisco/perl5/lib/perl5/Dancer/Session/Cookie.pm line 37.
> Compilation failed in require at
> /usr/local/netdisco/perl5/bin/netdisco-web-fg line 51.
> BEGIN failed--compilation aborted at
> /usr/local/netdisco/perl5/bin/netdisco-web-fg line 51.
> Error while loading /usr/local/netdisco/perl5/bin/netdisco-web-fg: The
> setting session_cookie_key must be defined at
> /usr/local/netdisco/perl5/lib/perl5/Dancer/Session/Cookie.pm line 37.
> Compilation failed in require at
> /usr/local/netdisco/perl5/bin/netdisco-web-fg line 51.
> BEGIN failed--compilation aborted at
> /usr/local/netdisco/perl5/bin/netdisco-web-fg line 51.
> ...
> 
> netdisco-web.log is also full of this messages.
> 
> My developing system looks fine:
> 
> # su - netdisco
> netdisco@netdisco:~> ~/bin/localenv starman
> /usr/local/netdisco/perl5/bin/netdisco-web-fg --workers=1
> --disable-keepalive
> 2016/12/14-14:21:46 Starman::Server (type Net::Server::PreFork)
> starting! pid(4243)
> Resolved [*]:5000 to [::]:5000, IPv6
> Not including resolved host [0.0.0.0] IPv4 because it will be handled
> by [::] IPv6
> Binding to TCP port 5000 on host :: with IPv6
> Setting gid to "100 100 16 33 100"
> [4244] 2016-12-14 13:21:47  warn App::Netdisco 2.034001 web
> 
> Any idea how to continue troubleshooting?
> 
> Thanks in advance.
> 
> Tobias
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most 
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Netdisco mailing list
> netdisco-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/netdisco-users




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

thanks for your quick response.
Running the deployment script solved the problem :)
I actually didn't try it, because I always thought it's only necessary
after installtion/update.
Thanks for your help and for the great tool!

Regards Tobias

2016-12-14 16:14 GMT+01:00 Oliver Gorwits <oli...@cpan.org>:
> Hi Tobias
>
> Please run the deploy script (netdisco-deploy) again and let us know if this 
> fixes the issue.
>
> Oliver.
>
>
>
> Sent from the moon.
>> On 14 Dec 2016, at 13:52, Tobias Gerlach <tobi...@gmail.com> wrote:
>>
>> Hello,
>>
>> I'm currently stuck with a problem that Netdisco stopped working overnight.
>> No change was done on the application or server.
>>
>> Invoking of
>>
>> ~/bin/localenv starman /usr/local/netdisco/perl5/bin/netdisco-web-fg
>> --workers=1 --disable-keepalive
>>
>> turn out into the following error on my productive system:
>>
>> # su - netdisco
>> netdisco@netdisco:~> ~/bin/localenv starman
>> /usr/local/netdisco/perl5/bin/netdisco-web-fg --workers=1
>> --disable-keepalive
>> 2016/12/14-14:22:48 Starman::Server (type Net::Server::PreFork)
>> starting! pid(31122)
>> Resolved [*]:5000 to [::]:5000, IPv6
>> Not including resolved host [0.0.0.0] IPv4 because it will be handled
>> by [::] IPv6
>> Binding to TCP port 5000 on host :: with IPv6
>> Setting gid to "100 100 16 33 100"
>> Error while loading /usr/local/netdisco/perl5/bin/netdisco-web-fg: The
>> setting session_cookie_key must be defined at
>> /usr/local/netdisco/perl5/lib/perl5/Dancer/Session/Cookie.pm line 37.
>> Compilation failed in require at
>> /usr/local/netdisco/perl5/bin/netdisco-web-fg line 51.
>> BEGIN failed--compilation aborted at
>> /usr/local/netdisco/perl5/bin/netdisco-web-fg line 51.
>> Error while loading /usr/local/netdisco/perl5/bin/netdisco-web-fg: The
>> setting session_cookie_key must be defined at
>> /usr/local/netdisco/perl5/lib/perl5/Dancer/Session/Cookie.pm line 37.
>> Compilation failed in require at
>> /usr/local/netdisco/perl5/bin/netdisco-web-fg line 51.
>> BEGIN failed--compilation aborted at
>> /usr/local/netdisco/perl5/bin/netdisco-web-fg line 51.
>> ...
>>
>> netdisco-web.log is also full of this messages.
>>
>> My developing system looks fine:
>>
>> # su - netdisco
>> netdisco@netdisco:~> ~/bin/localenv starman
>> /usr/local/netdisco/perl5/bin/netdisco-web-fg --workers=1
>> --disable-keepalive
>> 2016/12/14-14:21:46 Starman::Server (type Net::Server::PreFork)
>> starting! pid(4243)
>> Resolved [*]:5000 to [::]:5000, IPv6
>> Not including resolved host [0.0.0.0] IPv4 because it will be handled
>> by [::] IPv6
>> Binding to TCP port 5000 on host :: with IPv6
>> Setting gid to "100 100 16 33 100"
>> [4244] 2016-12-14 13:21:47  warn App::Netdisco 2.034001 web
>>
>> Any idea how to continue troubleshooting?
>>
>> Thanks in advance.
>>
>> Tobias
>>
>> ------------------------------------------------------------------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Netdisco mailing list
>> netdisco-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/netdisco-users
>



--- End Message ---
--- Begin Message ---
Hi all,

I running Netdisco Version 2.033006 and discovered a problem with Cisco
IOS 12.x and 15.x with 802.1x config on the switch ports. All ports with
802.1x config will be stored as 'static' in the Netdisco database. The
IOS switches  with VMPS config is able to separate between static and
dynamic via SNMP.
CATOS and ios-xe / 03.06.03.E show the correct settings for vlantype in
the netdisco DB. If there is a change to get the right setting from
those devices with Netdisco ?

All C6500, C3750, C3750x, C3560 are affected, C3850 and C4500 run
without any problems.

Regards,

Oliver Buehrig


--- End Message ---
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Netdisco mailing list - Digest Mode
netdisco-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to