Send Netdot-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-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 Netdot-users digest..."
Today's Topics:
1. Re: Stuck at logout (Carlos Vicente)
2. Re: errors from updatedevices.pl (Carlos Vicente)
3. Re: errors from updatedevices.pl (Carlos Vicente)
----------------------------------------------------------------------
Message: 1
Date: Wed, 11 Jul 2012 16:58:14 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] Stuck at logout
To: Alex <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
Hi Alex,
That's a very weird one. The error indicates that Apache2::SiteControl
is not getting the Apache request object which is passed by the
logout.html page.
I'm running on 12.04 here and I can't replicate it.
Did you do anything special with your mod_perl installation?
Perhaps grabbing the error output from the Apache logs when you click on
the logout button would help.
cv
On 7/10/12 3:56 AM, Alex wrote:
> Hey list,
>
> It seems netdot is stuck at logging out a user (admin). When I tried
> to log out I got this error:
>
> - - -
> System error
>
> 60: 61: if(!defined($this) || !defined($r)) {62: croak "INVALID CALL
> TO LOGOUT. You forgot to use OO syntax, or you forgot to pass the
> request object.";63: }64: 65: if($@) {66: $r->log_error("Logout
> failed: $@");67: }68: }...
> error: Insecure dependency in eval while running with -T switch at
> /usr/local/share/perl/5.14.2/Apache2/SiteControl/User.pm line 64.
> context: ... eval("$this->{manager}" . '->invalidate($r, $this)');
> code stack: /usr/local/share/perl/5.14.2/Apache2/SiteControl/User.pm:64
> /usr/local/netdot/htdocs/autohandler:52
> - - -
>
> If I cleat the cookies I can get to the log-in screen again but when
> I do log in I immediately get this error again.
>
> Running Netdot 1.0.1-RC2 on Ubuntu 12.04.
>
> Any clues?
>
> --
> Cheers, Alex.
> _______________________________________________
> Netdot-users mailing list
> [email protected]
> https://osl.uoregon.edu/mailman/listinfo/netdot-users
>
--
cv
------------------------------
Message: 2
Date: Wed, 11 Jul 2012 17:05:57 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] errors from updatedevices.pl
To: Vincent Magnin <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
Thank you Vincent.
Patch applied.
On 7/3/12 6:08 AM, Vincent Magnin wrote:
> Hi Markus,
>
> I've found the reason why _find_by_ip was handlind ip addresses with ';':
> - There is a typo error in Topology.pm.
>
> Look at attached patch
>
> Regards,
>
> Vincent
>
>
>
>
> _______________________________________________
> Netdot-users mailing list
> [email protected]
> https://osl.uoregon.edu/mailman/listinfo/netdot-users
>
--
cv
------------------------------
Message: 3
Date: Wed, 11 Jul 2012 17:08:38 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] errors from updatedevices.pl
To: Markus Wigge <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
On 7/2/12 6:13 AM, Markus Wigge wrote:
> INFO - fws648-05: ARP cache fetched. 0 entries in 0 sec
> Use of uninitialized value $name in pattern match (m//) at
> /opt/netdot/lib/Netdot/Model/Plugins/DeviceIpNamesByInt.pm line 103.
Apparently some devices are not returning ifDescr values.
Fixing to avoid this warning as well.
Thanks for reporting.
--
cv
------------------------------
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
End of Netdot-users Digest, Vol 44, Issue 5
*******************************************