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 (Alex)
   2. Netdot 1.0.1-RC3 available for download (Carlos Vicente)
   3. Re: Stuck at logout (Carlos Vicente)
   4. [Fwd: Re:  Reinicio de apache tras instalaci?n de
      dependencias NETDOT] (Jhonatan)


----------------------------------------------------------------------

Message: 1
Date: Fri, 13 Jul 2012 21:00:36 +0200
From: Alex <[email protected]>
Subject: Re: [Netdot-users] Stuck at logout
To: Carlos Vicente <[email protected]>
Cc: [email protected]
Message-ID:
        <canyk1dccy3rm0g3mri3rtqva6tkdfqyrqa5zkftpxz0oeqj...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Hi again,

You were right, Apache2::SiteControl wasn't getting all the
information because of another site enabled on apache that was
overriding the netdot configuration. I disabled it and everything got
back to normal.

Thanks for your response.

On 11 July 2012 22:58, Carlos Vicente <[email protected]> wrote:
> 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
>
>



-- 
Cheers, Alex.


------------------------------

Message: 2
Date: Fri, 13 Jul 2012 15:01:24 -0400
From: Carlos Vicente <[email protected]>
Subject: [Netdot-users] Netdot 1.0.1-RC3 available for download
To: netdot-users <[email protected]>,        netdot-devel
        <[email protected]>, netdot-announce
        <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

The third release candidate of Netdot 1.0.1 is available for download:

https://osl.uoregon.edu/redmine/projects/netdot/wiki/Download

*THIS IS NOT A PRODUCTION RELEASE*

== Changes since 1.0.1-RC2 ==

* Fix for #1620 (Juniper link detection)
* Fix incorrect handling of module numbers in Device class
* Fix for #1654 (Cannot use 'use lib' in Apache configuration)
* Fix for #1655 (First login after Apache restart fails)
* Feature #1652 (Add support for LDAP over TLS)
* Fix for #1653 (unable to enable dhcp on ip block)
* Fix for #1648 (Error when adding backbone cable strand)
* Fix for #1650 build_topo_graph.pl - missing default variable
* Avoid Perl warnings
* Fix for #1647 (Database upgrade failure). Script needs to retrieve
existing products before inserting new ones
* Correction in ARP/FWT collection logic
* Correction in SQL query
* Added Mysql commands to speed up upgrade
* Deal with interfaces without a name when generating DNS records
* Fixed typo in Topology.pm
* Disable RRMX validation when importing a zone
* Allow underscore also after a dot in RR label
* Deal with CIDR addresses properly when calling Ipblock->insert
* Added missing colons in host page
* Ignore values with non-ascii characters when retrieving module info


Many thanks to all of you who submitted bug reports and patches!

Please report any bugs via the Redmine interface (e-mail registration
required):

https://osl.uoregon.edu/redmine/projects/netdot/issues

Thank you,

The Netdot Team

-- 
cv



------------------------------

Message: 3
Date: Fri, 13 Jul 2012 15:02:58 -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=UTF-8

Hi Alex,

Glad to know it's working!

cv

On 7/13/12 3:00 PM, Alex wrote:
> Hi again,
> 
> You were right, Apache2::SiteControl wasn't getting all the
> information because of another site enabled on apache that was
> overriding the netdot configuration. I disabled it and everything got
> back to normal.
> 
> Thanks for your response.
> 
> On 11 July 2012 22:58, Carlos Vicente <[email protected]> wrote:
>> 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
>>
>>
> 
> 
> 


-- 
cv




------------------------------

Message: 4
Date: Fri, 13 Jul 2012 15:25:39 -0430
From: Jhonatan <[email protected]>
Subject: [Netdot-users] [Fwd: Re:  Reinicio de apache tras instalaci?n
        de dependencias NETDOT]
To: [email protected]
Message-ID: <1342209339.2845.8.camel@jramirez>
Content-Type: text/plain; charset="utf-8"

Buenas tardes. 

Logre finalizar la instalaci?n del netdot, el archivo Site.conf estaba
en la ruta indicada (/usr/local/netdot/etc/) pero no tenia ninguna
informaci?n (archivo en blanco), solo lo elimine, realice la copia del
Default.conf y listo.

Muchas gracias.

Ahora se me presenta otro problema, intento ingresar con el usuario y la
contrase?a "admin" pero no es posible. ?Como puedo ingresar a la
aplicaci?n?


-- 
Atentamente,
Jhonatan Ram?rez
Direcci?n de Operaciones y Red Acad?mica
Telf. 0212-5558297
CENIT / REACCIUN
-------------- next part --------------
An embedded message was scrubbed...
From: Carlos Vicente <[email protected]>
Subject: =?ISO-8859-1?Q?Re=3A_=5BNetdot-users=5D_Reinicio_de_apac?=
        =?ISO-8859-1?Q?he_tras_instalaci=F3n_de_dependencias_NETDOT?=
Date: Thu, 12 Jul 2012 17:27:51 -0400
Size: 4295
Url: 
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20120713/5b6c1023/attachment-0001.mht
 

------------------------------

_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users


End of Netdot-users Digest, Vol 44, Issue 7
*******************************************

Reply via email to