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: /etc/rc: WARNING: failed to start netdisco_web
(?????? ????? ?????????????)
2. Re: NetDisco - ssh-collector issues with Palo Alto (Daniel Bird)
3. Re: /etc/rc: WARNING: failed to start netdisco_web
(Mark Boolootian)
4. Re: Problem updating to version on CentOS 6, release 6.9
(Final) (Nikolaos Milas)
5. Re: NetDisco - ssh-collector issues with Palo Alto
(Christian Ramseyer)
6. Re: NetDisco - ssh-collector issues with Palo Alto
(Oliver Gorwits)
--- Begin Message ---
Hello friends.
No answer?
Спасибо.
-
С Уважением,
| Кауров Борис Александрович | Начальник участка | Участок автоматизации и
связи прииска «Кондер»| АО «Артель старателей Амур» | вн: 1-55 | сот:
+7-909-855-01-21 | e-mail: [email protected] | УКВ Позывной: Акация 77 |
site: http://www.artel-amur.ru |
-----Original Message-----
From: Oliver Gorwits [mailto:[email protected]]
Sent: Friday, March 31, 2017 4:55 PM
To: [email protected]
Subject: Re: [Netdisco] /etc/rc: WARNING: failed to start netdisco_web
Hi list
I know we have a few FreeBSD users here. Can anyone help Kaurov with this?
thanks,
oliver.
On 2017-03-31 01:39, Кауров Борис Александрович wrote:
> Hello.
>
> FreeBSD freebsd 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420:
> Thu Sep 29 01:43:23 UTC 2016
> [email protected]:/usr/obj/usr/src/sys/GENERIC amd64
>
> Netdisco was install from ports.
>
> Not start on boot:
>
> Mar 31 10:32:37 freebsd root: /etc/rc: WARNING: failed to start
> netdisco_web
>
> Mar 31 10:32:37 freebsd root: /etc/rc: WARNING: failed to start
> netdisco_daemon
>
> NETDISCO_HOME is not setting.
>
> Спасибо.
>
> -
>
> С Уважением,
>
> | Кауров Борис Александрович |
> Начальник участка | Участок
> автоматизации и связи прииска
> «Кондер»| АО «Артель старателей Амур»
> | вн: 1-55 | сот: +7-909-855-01-21 | e-mail:
> [email protected] | УКВ Позывной: Акация 77 |
> site: http://www.artel-amur.ru [1] |
>
>
>
> Links:
> ------
> [1] http://www.artel-amur.ru/
>
> ----------------------------------------------------------------------
> -------- 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/netdisco-users
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users
--- End Message ---
--- Begin Message ---
Hi Christian,
It appears I have the same issue, so just a follow up with some more info.
[netdisco2@netmanage ~]$ ~/bin/netdisco-sshcollector -DQ
[12105] 2017-04-30 11:03:28 debug paloalto-host 12105 arpnip()
[12105] 2017-04-30 11:03:29 warn WARNING: no entries received from
<paloalto-host>
Can't use string ("1") as an ARRAY ref while "strict refs" in use at
/home/netdisco2/bin/netdisco-sshcollector line 114, <$__ANONIO__> line 3.
The output of
> set cli pager off
> show arp all
Is somewhat different than you describe
show arp all
maximum of entries supported : 5000
default timeout: 1800 seconds
total ARP entries in table : 1204
total ARP entries shown : 1204
status: s - static, c - complete, e - expiring, i - incomplete
interface ip address hw address port status
ttl
--------------------------------------------------------------------------------
vlan.100 IP_ADDRESS MAC_ADDRESS ae1.100 c
1765
vlan.100 IP_ADDRESS MAC_ADDRESS ae1.100 c
1765
vlan.100 IP_ADDRESS MAC_ADDRESS ae1.100 c
1762
vlan.101 IP_ADDRESS MAC_ADDRESS ae1.101 c
3
vlan.101 IP_ADDRESS MAC_ADDRESS ae1.101 c
1754
vlan.101 IP_ADDRESS MAC_ADDRESS ae1.101 c
1752
vlan.101 IP_ADDRESS MAC_ADDRESS ae1.101 c
1789
vlan.101 IP_ADDRESS MAC_ADDRESS ae1.101 c
1762
vlan.666 IP_ADDRESS MAC_ADDRESS ae1.666 c
1735
vlan.666 IP_ADDRESS MAC_ADDRESS ae1.666 c
1661
vlan.666 IP_ADDRESS MAC_ADDRESS ae1.666 c
392
vlan.666 IP_ADDRESS MAC_ADDRESS ae1.666 c
1761
vlan.666 IP_ADDRESS MAC_ADDRESS ae1.666 c
1750
vlan.666 IP_ADDRESS MAC_ADDRESS ae1.666 c
1359
This is on PanOS 7.1.9
ATB
Dan
> -----Original Message-----
> From: Christian Ramseyer [mailto:[email protected]]
> Sent: 06 March 2017 21:57
> To: [email protected]; [email protected]
> Subject: Re: [Netdisco] NetDisco - ssh-collector issues with Palo Alto
>
> Hi Jonathan
>
>
>
> On 01/03/17 22:30, Jonathan Hunt wrote:
>
> > [14722] 2017-03-01 21:11:03 warn WARNING: no entries received from
> > <10.128.16.20> Can't use string ("1") as an ARRAY ref while "strict
> > refs" in use at /home/netdisco/bin/netdisco-sshcollector line 114,
> > <__ANONIO__> line 3.
> >
>
> Apparently the commands sent to the device do not find any arp entires.
> The ARRAY error message is probably just triggered by $host->[1] being
> empty (in this variable, the Mac/IP pairs would be returned).
>
>
> In lib/App/Netdisco/SSHCollector/Platform/PaloAlto.pm, the following
> commands are executed:
>
> set cli pager off
> show arp all
>
> And then there should be output that looks like
>
> <some text, no spaces> ip mac
> <some text, no spaces> ip mac
> ...
>
> Maybe you can try these commands manually and check if they return the
> expected output?
>
> For further debugging, you can also add some debug statements* to the
> code in PaloAlto.pm, maybe that could show where it goes wrong.
>
> I'm not sure if I have access to any Palo Alto devices to try it myself, but
> I'll
> check next time I'm logged into a network where we might have some.
>
> Cheers
> Christian
>
>
> *Like the one on line 38 here:
> https://github.com/netdisco/netdisco/blob/master/Netdisco/lib/App/Netdi
> sco/SSHCollector/Platform/PaloAlto.pm
>
> ------------------------------------------------------------------------------
> Announcing the Oxford Dictionaries API! The API offers world-renowned
> dictionary content that is easy and intuitive to access. Sign up for an
> account
> today to start using our lexical data to power your apps and projects. Get
> started today and enter our developer competition.
> http://sdm.link/oxford
> _______________________________________________
> Netdisco mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/netdisco-users
--- End Message ---
--- Begin Message ---
>> Netdisco was install from ports.
Why are you installing from ports rather than
just following Oliver's default install instructions?
We run under FreeBSD, but I build according to
the Install doc, which installs Netdisco and all
its associated software together in the home
directory of the netdisco user.
This has worked flawlessly for us ever since
migrating to NDv2.
Sorry that this isn't any help in answering the
specific question.
best regards,
mark
--- End Message ---
--- Begin Message ---
On 29/4/2017 11:23 πμ, Oliver Gorwits wrote:
This should fix it:
# yum install openssl-devel
Thanks Oliver,
It worked fine after installing openssl-devel!
All the best!
Nick
--- End Message ---
--- Begin Message ---
Hi guys
After Jonathan's message, I was checking our network for a device to try
this, but unfortunately we seem to only own every networking product
except Palo Alto :)
But I looked at it again now, the regex to capture the stuff still seems
fine with the output both of you sent, so it either is the prompt
matching that fails or the split on the newline (which is fixed to
Windows-style \r\n).
So one simple thing to try would be to change
lib/App/Netdisco/SSHCollector/Platform/PaloAlto.pm line 52 to this:
for (split(/\R/, $before)){
This would work with most weird things any common system might consider
a line break.
If this doesn't work, I'm afraid I can't help more and we need to find
someone that has such a device and also can fiddle around with the code
a bit.
Christian
On 30.04.17 13:26, Daniel Bird wrote:
> Hi Christian,
>
> It appears I have the same issue, so just a follow up with some more info.
>
> [netdisco2@netmanage ~]$ ~/bin/netdisco-sshcollector -DQ
> [12105] 2017-04-30 11:03:28 debug paloalto-host 12105 arpnip()
> [12105] 2017-04-30 11:03:29 warn WARNING: no entries received from
> <paloalto-host>
> Can't use string ("1") as an ARRAY ref while "strict refs" in use at
> /home/netdisco2/bin/netdisco-sshcollector line 114, <$__ANONIO__> line 3.
--- End Message ---
--- Begin Message ---
Hi all
This is not directly helpful in this case, but if anyone has the time to
try connecting using Net::Appliance::Session (or Net::CLI::Interact) I
would appreciate the feedback.
NAS doesn't have a Palo Alto phrasebook but one of the others might
work. I am considering making a NAS-based collector for Netdisco to take
away some of the pain exprienced in this thread.
regards,
oliver.
On 2017-05-03 14:03, Christian Ramseyer wrote:
Hi guys
After Jonathan's message, I was checking our network for a device to
try
this, but unfortunately we seem to only own every networking product
except Palo Alto :)
But I looked at it again now, the regex to capture the stuff still
seems
fine with the output both of you sent, so it either is the prompt
matching that fails or the split on the newline (which is fixed to
Windows-style \r\n).
So one simple thing to try would be to change
lib/App/Netdisco/SSHCollector/Platform/PaloAlto.pm line 52 to this:
for (split(/\R/, $before)){
This would work with most weird things any common system might consider
a line break.
If this doesn't work, I'm afraid I can't help more and we need to find
someone that has such a device and also can fiddle around with the code
a bit.
Christian
On 30.04.17 13:26, Daniel Bird wrote:
Hi Christian,
It appears I have the same issue, so just a follow up with some more
info.
[netdisco2@netmanage ~]$ ~/bin/netdisco-sshcollector -DQ
[12105] 2017-04-30 11:03:28 debug paloalto-host 12105 arpnip()
[12105] 2017-04-30 11:03:29 warn WARNING: no entries received from
<paloalto-host>
Can't use string ("1") as an ARRAY ref while "strict refs" in use at
/home/netdisco2/bin/netdisco-sshcollector line 114, <$__ANONIO__> line
3.
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users
--- 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users