Send Netdot-devel mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://osl.uoregon.edu/mailman/listinfo/netdot-devel
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-devel digest..."


Today's Topics:

   1. [Netdot - Bug #1612] improper formatting in "speed"       field of
      Devices -> Interfaces table/screen ([email protected])
   2. [Netdot - Bug #1615] Make necessary syntax changes        for Perl
      5.14 ([email protected])
   3. [Netdot - Bug #1616] System Error when opening
      http://serverIP/netdot/ ([email protected])
   4. [Netdot - Bug #1617] Small fix for reference found        where
      even-sized list expected ([email protected])
   5. [Netdot - Bug #1618] DHCP shared-subnet scope     management too
      simplistic ([email protected])
   6. [Netdot - Bug #1619] Cant add devices ([email protected])
   7. [Netdot - Bug #1620] Juniper Link Detection
      ([email protected])
   8. [Netdot - Bug #1621] IP address description field
      ([email protected])
   9. [Netdot - Feature #1639] Support DHCP pools properly
      ([email protected])
  10. [Netdot - Feature #713] Feature request: description      for DNS
      record ([email protected])
  11. [Netdot - Bug #721] SNMP discovery does not work on       Ubuntu
      10.10 ([email protected])


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

Message: 1
Date: Mon, 8 Oct 2012 00:17:25 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1612] improper formatting in
        "speed" field of Devices -> Interfaces table/screen
To: [email protected], [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1612 has been updated by Fahmi Setiawan.


http://alkian.blogspot.com/2012/10/suarasepakbolacom-tempatnya-prediksi-bola-terakurat.html

http://alkian.blogspot.com/2012/10/fungsi-backlink-dalam-seo.html
----------------------------------------
Bug #1612: improper formatting in "speed" field of Devices -> Interfaces 
table/screen
https://osl.uoregon.edu/redmine/issues/1612#change-2980

Author: William Bulley
Status: Resolved
Priority: Normal
Assignee: Carlos Vicente
Category: 
Target version: 1.0
Resolution: fixed


for device->interfaces table screen:

   "name" field should report exact IOS values  (the code turns the short IOS 
name into a longer, more human readable, name but these longer names crowd 
other columns)

   "speed" field defaults to 10 Mbps for disabled interfaces

this is the real "bug":

   "speed" field shows 2.1 Gbps (0xFFFFFFFF) for 10 GE interfaces

the "speed" field contains all ones (0xFFFFFFFF) in the interface table in the 
database

   


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

Message: 2
Date: Mon, 8 Oct 2012 00:17:59 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1615] Make necessary syntax
        changes for Perl 5.14
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1615 has been updated by Fahmi Setiawan.


http://alkian.blogspot.com/2012/10/suarasepakbolacom-tempatnya-prediksi-bola-terakurat.html

http://alkian.blogspot.com/2012/10/fungsi-backlink-dalam-seo.html
----------------------------------------
Bug #1615: Make necessary syntax changes for Perl 5.14 
https://osl.uoregon.edu/redmine/issues/1615#change-2981

Author: Carlos Vicente
Status: Resolved
Priority: Normal
Assignee: Joe Pletcher
Category: 
Target version: 1.0
Resolution: fixed


See:
http://blogs.perl.org/users/rurban/2010/09/qw-in-list-context-deprecated.html

For example, in header.mhtml:

-% for my $script qw( dynamic_list select jsrsClient toggle datechooser ) {
+% for my $script (qw/dynamic_list select jsrsClient toggle datechooser/) {



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

Message: 3
Date: Mon, 8 Oct 2012 00:18:20 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1616] System Error when opening
        http://serverIP/netdot/
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1616 has been updated by Fahmi Setiawan.


http://alkian.blogspot.com/2012/10/suarasepakbolacom-tempatnya-prediksi-bola-terakurat.html

http://alkian.blogspot.com/2012/10/fungsi-backlink-dalam-seo.html
----------------------------------------
Bug #1616: System Error when opening http://serverIP/netdot/
https://osl.uoregon.edu/redmine/issues/1616#change-2982

Author: Daniel Tumzghi
Status: Resolved
Priority: Normal
Assignee: 
Category: 
Target version: 
Resolution: worksforme


Hi all,I am getting system error when I launch netdot from my browser. This is 
netdot 0.9.10 running on CentOS 5.7.

>From the below output "269:    sub croak { die shortmess @_ }" is highlighted, 
>which I assume, means that is where the issue is. Any idea how to proceed?

Thank you,
/Daniel

error:          mkdir /usr/local/netdot/htdocs/masondata/obj/1249693838: 
Permission denied at 
/usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/Compiler/ToObject.pm line 107
context:        
...     
265:    # whether they should generate a full stack trace (confess() and 
cluck())
266:    # or simply report the caller's package (croak() and carp()), 
respectively.
267:    # confess() and croak() die, carp() and cluck() warn.
268:    
269:    sub croak { die shortmess @_ }
270:    sub confess { die longmess @_ }
271:    sub carp { warn shortmess @_ }
272:    sub cluck { warn longmess @_ }
273:    
...     
code stack:     /usr/lib/perl5/5.8.8/Carp.pm:269
/usr/lib/perl5/5.8.8/File/Path.pm:153
/usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/Compiler/ToObject.pm:107
/usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/Interp.pm:434
/usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/Request.pm:246
/usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/Request.pm:211
/usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/ApacheHandler.pm:97
/usr/lib/perl5/vendor_perl/5.8.8/Class/Container.pm:275
/usr/lib/perl5/vendor_perl/5.8.8/Class/Container.pm:353
/usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/Interp.pm:348
/usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/ApacheHandler.pm:868
/usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/ApacheHandler.pm:822
/usr/local/netdot/lib/Netdot/Mason.pm:36
-e:0
raw error


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

Message: 4
Date: Mon, 8 Oct 2012 00:18:45 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1617] Small fix for reference
        found   where even-sized list expected
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1617 has been updated by Fahmi Setiawan.


http://alkian.blogspot.com/2012/10/suarasepakbolacom-tempatnya-prediksi-bola-terakurat.html

http://alkian.blogspot.com/2012/10/fungsi-backlink-dalam-seo.html
----------------------------------------
Bug #1617: Small fix for reference found where even-sized list expected
https://osl.uoregon.edu/redmine/issues/1617#change-2983

Author: Maciej Kazulak
Status: Resolved
Priority: Normal
Assignee: 
Category: 
Target version: 
Resolution: 


I get a lot of these warnings after last pull from repository:
Reference found where even-sized list expected at 
/usr/local/netdot/lib/Netdot/Model/Ipblock.pm line 3128.

It might be already fixed just not comitted but just in case. Problem is of 
course {} create an anon reference which is assigned to an object - %args.
<pre>
diff --git a/lib/Netdot/Model/Ipblock.pm b/lib/Netdot/Model/Ipblock.pm
index e190a59..cbb0415 100644
--- a/lib/Netdot/Model/Ipblock.pm
+++ b/lib/Netdot/Model/Ipblock.pm
@@ -3125,7 +3125,7 @@ sub _tree_find{
     my $l = ();
 
     if ($argv{address} || $argv{str_address}) {
-      my %args = {};
+      my %args = ();
       if ($argv{address}) {
         $args{iaddress} = $argv{address};
       } else {
</pre>


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

Message: 5
Date: Mon, 8 Oct 2012 00:19:13 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1618] DHCP shared-subnet scope
        management too simplistic
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1618 has been updated by Fahmi Setiawan.


http://alkian.blogspot.com/2012/10/suarasepakbolacom-tempatnya-prediksi-bola-terakurat.html

http://alkian.blogspot.com/2012/10/fungsi-backlink-dalam-seo.html
----------------------------------------
Bug #1618: DHCP shared-subnet scope management too simplistic
https://osl.uoregon.edu/redmine/issues/1618#change-2984

Author: Carlos Vicente
Status: Resolved
Priority: High
Assignee: Carlos Vicente
Category: IPManagement
Target version: 0.9.11
Resolution: fixed


The code as it is is too simplistic. It needs to deal with a number of
possibilities:

a) Subnets assigned to different router interfaces having their subnet
scopes created independently, and then moved to the same interface. 

b) Scopes created when both subnets are new. Right now the code
assumes that one of the subnet scopes exists by itself, then a second
subnet is added to the interface, and the second subnet scope is
created, then both subnet scopes are moved within the new
shared-network scope.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

Message: 6
Date: Mon, 8 Oct 2012 00:19:34 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1619] Cant add devices
To: [email protected], [email protected],
        [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1619 has been updated by Fahmi Setiawan.


http://alkian.blogspot.com/2012/10/suarasepakbolacom-tempatnya-prediksi-bola-terakurat.html

http://alkian.blogspot.com/2012/10/fungsi-backlink-dalam-seo.html
----------------------------------------
Bug #1619: Cant add devices 
https://osl.uoregon.edu/redmine/issues/1619#change-2985

Author: Loke Berne
Status: Closed
Priority: High
Assignee: Carlos Vicente
Category: 
Target version: 
Resolution: worksforme


After a fresh install on RHEL5 I get the following error when trying to add a 
device 


updatedevice.html produced the following error:


Can't locate object method "is_loopback" via package "Ipblock" at 
/usr/local/netdot/lib/Netdot/Model/Device.pm line 987.

Stack:
  [/usr/local/netdot/lib/Netdot/Model/Device.pm:987]
  [/usr/local/netdot/htdocs/management/updatedevice.html:119]
  [/usr/local/netdot/htdocs/management/autohandler:81]
  [/usr/lib/perl5/vendor_perl/5.8.8/HTML/Mason/Request.pm:930]
  
[/usr/local/netdot/htdocs/masondata/obj/1249693838/management/autohandler.obj:21]
  [/usr/local/netdot/htdocs/autohandler:79]

if I try from shell using updatedevice.pl -H router -T -I -F -A -c community -v 
2 I get 


ERROR: Can't locate object method "is_loopback" via package "Ipblock" at 
/usr/local/netdot/lib/Netdot/Model/Device.pm line 987.



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

Message: 7
Date: Mon, 8 Oct 2012 00:19:53 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1620] Juniper Link Detection
To: [email protected], [email protected],
        [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1620 has been updated by Fahmi Setiawan.


http://alkian.blogspot.com/2012/10/suarasepakbolacom-tempatnya-prediksi-bola-terakurat.html

http://alkian.blogspot.com/2012/10/fungsi-backlink-dalam-seo.html
----------------------------------------
Bug #1620: Juniper Link Detection
https://osl.uoregon.edu/redmine/issues/1620#change-2986

Author: Drew G
Status: Resolved
Priority: Normal
Assignee: Carlos Vicente
Category: DeviceManagement
Target version: 1.0.1-RC3
Resolution: fixed


We're in the process of testing out a new JunOS router. With it, when 
you configure an IP on an interface, even in routed mode it sets that IP 
on a sub/virtual interface:

ge-0/0/1 - physical link
ge-0/0/1.0 - Where the IP resides

Because of this, Netdot sees the interface with the IP as a propVirtual 
interface and doesn't automatically link them. Obviously I can't just 
patch my copy to allow it to accept virtuals as there are plenty more 
across the network. But is there some other way to determine this link 
is valid and have it be considered?

The IP subnet is a /30, it is the only one on the interface, but it's 
JunOS' configuration and it sets everything up as a virtual interface.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

Message: 8
Date: Mon, 8 Oct 2012 00:20:18 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1621] IP address description
        field
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1621 has been updated by Fahmi Setiawan.


http://alkian.blogspot.com/2012/10/suarasepakbolacom-tempatnya-prediksi-bola-terakurat.html

http://alkian.blogspot.com/2012/10/fungsi-backlink-dalam-seo.html
----------------------------------------
Bug #1621: IP address description field
https://osl.uoregon.edu/redmine/issues/1621#change-2987

Author: David Teach
Status: Closed
Priority: Normal
Assignee: 
Category: 
Target version: 
Resolution: duplicate


The description for the IP address is not editable in the user GUI.  It would 
be nice to be able to edit this field for a description, notes, other info, etc.

 - David


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

Message: 9
Date: Mon, 8 Oct 2012 00:34:06 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Feature #1639] Support DHCP pools
        properly
To: [email protected], [email protected]
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1639 has been updated by Fahmi Setiawan.


http://alkian.blogspot.com/2012/10/suarasepakbolacom-tempatnya-prediksi-bola-terakurat.html

http://alkian.blogspot.com/2012/10/fungsi-backlink-dalam-seo.html
----------------------------------------
Feature #1639: Support DHCP pools properly
https://osl.uoregon.edu/redmine/issues/1639#change-2988

Author: Carlos Vicente
Status: New
Priority: Normal
Assignee: 
Category: DHCP
Target version: 1.0
Resolution: 


At export time, the range statements are printed inside pool declarations, and 
only if the global scope has failover enabled. That's a limitation, as it does 
not allow the user to assign attributes to those pools (because they're not 
objects in the database).

When the user creates an address range, they should be given the option to 
create it inside a pool. Users also must be able to assign attributes to those 
pools.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

Message: 10
Date: Mon, 8 Oct 2012 00:37:48 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Feature #713] Feature request:
        description     for DNS record
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #713 has been updated by Fahmi Setiawan.


http://alkian.blogspot.com/2012/10/suarasepakbolacom-tempatnya-prediksi-bola-terakurat.html

http://alkian.blogspot.com/2012/10/fungsi-backlink-dalam-seo.html
----------------------------------------
Feature #713: Feature request: description for DNS record
https://osl.uoregon.edu/redmine/issues/713#change-2989

Author: Anonymous
Status: Closed
Priority: Normal
Assignee: Carlos Vicente
Category: 
Target version: 1.0
Resolution: fixed


I'd like to request a feature to add to [[NetDot]]: a description field for a 
DNS record. In our site, requested user, location and update date are required 
to maintain. We may use TXT records for other use, so it is not good if we 
record these info in TXT. And while we can have these information somewhere 
else, it would be better if [[NetDot]] can provide a description text field in 
database, so these information can be kept and viewed. Also, it would be much 
better if a change history can be kept for an IP, such as history of DNS name 
change with description etc. 


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

Message: 11
Date: Mon, 8 Oct 2012 00:39:08 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #721] SNMP discovery does not
        work on Ubuntu 10.10
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #721 has been updated by Fahmi Setiawan.


http://alkian.blogspot.com/2012/10/suarasepakbolacom-tempatnya-prediksi-bola-terakurat.html

http://alkian.blogspot.com/2012/10/fungsi-backlink-dalam-seo.html
----------------------------------------
Bug #721: SNMP discovery does not work on Ubuntu 10.10
https://osl.uoregon.edu/redmine/issues/721#change-2990

Author: me-gley-net -
Status: Closed
Priority: Normal
Assignee: me-gley-net -
Category: 
Target version: 0.9.8
Resolution: duplicate


Running Ubuntu 10.10, Apache 2.2.17, mod_perl-2.0.4, all dependencies installed 
regarding to testdeps, netdot 0.9.7.

Netdot installation worked so far, I can login and add devices manually. 
However, the SNMP discovery does not seem to work at all. When trying to add a 
new device via SNMP discovery, netdot just returns "Device::_get_snmp_session: 
Cannot connect to xxx.xxx.xxx.xxx.  Tried communities: xxx" (Removed IP and 
Community).

The thing is that netdot does not even try to connect to the device. It is a 
Cisco Catalyst with SNMP enabled - and I am running an snmp debug on it, which 
shows other devices connecting without problems, just the netdot packets don't 
seem to get there at all. My guess is that they are not even being sent. The 
Cisco SNMP configuration is correct. snmpwalk does work as well.

The log does not show anything of interest regarding this topic, it does add a 
lot of entries during this one request though.


[Thu Oct 21 14:10:08 2010] [error] ses_key_cookie 
c7ff6053835dc66e47343301b515d57a
[Thu Oct 21 14:10:08 2010] [error] Attempting auth using session key 
c7ff6053835dc66e47343301b515d57a
[Thu Oct 21 14:10:08 2010] [error] encryption engine using key: Netdot gets the 
last laugh
[Thu Oct 21 14:10:08 2010] [error] Restored user: $VAR1 = bless( {\n            
     'attributes' => {\n                                   'SHOW_TASKS' => 
'show',\n                                   'session_removed' => 0,\n           
                        'USER_TYPE' => 'Admin',\n                               
    'MANAGEMENT_PAGE' => 'DEVICE'\n                                 },\n        
         'sessionid' => 'c7ff6053835dc66e47343301b515d57a',\n                 
'manager' => 'Apache2::SiteControl::UserFactory',\n                 'username' 
=> 'admin'\n               }, 'Apache2::SiteControl::User' );\n
[Thu Oct 21 14:10:08 2010] [error] user authenticated as admin
[Thu Oct 21 14:10:08 2010] [error] Session cookie: 
c7ff6053835dc66e47343301b515d57a
[Thu Oct 21 14:10:08 2010] [error] Loading module 
Apache2::SiteControl::UserFactory
[Thu Oct 21 14:10:08 2010] [error] Using user factory 
Apache2::SiteControl::UserFactory
[Thu Oct 21 14:10:08 2010] [error] user name is admin
[Thu Oct 21 14:10:08 2010] [error] Evaluating: $user = 
Apache2::SiteControl::UserFactory->findUser($r, $ses_key)
[Thu Oct 21 14:10:08 2010] [error] encryption engine using key: Netdot gets the 
last laugh
[Thu Oct 21 14:10:08 2010] [error] Restored user: $VAR1 = bless( {\n            
     'attributes' => {\n                                   'SHOW_TASKS' => 
'show',\n                                   'session_removed' => 0,\n           
                        'USER_TYPE' => 'Admin',\n                               
    'MANAGEMENT_PAGE' => 'DEVICE'\n                                 },\n        
         'sessionid' => 'c7ff6053835dc66e47343301b515d57a',\n                 
'manager' => 'Apache2::SiteControl::UserFactory',\n                 'username' 
=> 'admin'\n               }, 'Apache2::SiteControl::User' );\n
[Thu Oct 21 14:10:08 2010] [error] Got user object: 
Apache2::SiteControl::User=HASH(0xb971b0b8)
[Thu Oct 21 14:10:08 2010] [error] Building manager
[Thu Oct 21 14:10:08 2010] [error] Loading module 
Netdot::NetdotPermissionFactory
[Thu Oct 21 14:10:08 2010] [error] Building a manager using: $managers{$name} = 
Netdot::NetdotPermissionFactory->getPermissionManager()
[Thu Oct 21 14:10:08 2010] [error] Session cookie: 
c7ff6053835dc66e47343301b515d57a
[Thu Oct 21 14:10:08 2010] [error] Loading module 
Apache2::SiteControl::UserFactory
[Thu Oct 21 14:10:08 2010] [error] Using user factory 
Apache2::SiteControl::UserFactory
[Thu Oct 21 14:10:08 2010] [error] user name is admin
[Thu Oct 21 14:10:08 2010] [error] Evaluating: $user = 
Apache2::SiteControl::UserFactory->findUser($r, $ses_key)
[Thu Oct 21 14:10:08 2010] [error] encryption engine using key: Netdot gets the 
last laugh
[Thu Oct 21 14:10:08 2010] [error] Restored user: $VAR1 = bless( {\n            
     'attributes' => {\n                                   'SHOW_TASKS' => 
'show',\n                                   'session_removed' => 0,\n           
                        'USER_TYPE' => 'Admin',\n                               
    'MANAGEMENT_PAGE' => 'DEVICE'\n                                 },\n        
         'sessionid' => 'c7ff6053835dc66e47343301b515d57a',\n                 
'manager' => 'Apache2::SiteControl::UserFactory',\n                 'username' 
=> 'admin'\n               }, 'Apache2::SiteControl::User' );\n
[Thu Oct 21 14:10:08 2010] [error] Got user object: 
Apache2::SiteControl::User=HASH(0xb9719188)
[Thu Oct 21 14:10:08 2010] [error] Session cookie: 
c7ff6053835dc66e47343301b515d57a
[Thu Oct 21 14:10:08 2010] [error] Loading module 
Apache2::SiteControl::UserFactory
[Thu Oct 21 14:10:08 2010] [error] Using user factory 
Apache2::SiteControl::UserFactory
[Thu Oct 21 14:10:08 2010] [error] user name is admin
[Thu Oct 21 14:10:08 2010] [error] Evaluating: $user = 
Apache2::SiteControl::UserFactory->findUser($r, $ses_key)
[Thu Oct 21 14:10:08 2010] [error] encryption engine using key: Netdot gets the 
last laugh
[Thu Oct 21 14:10:08 2010] [error] Restored user: $VAR1 = bless( {\n            
     'attributes' => {\n                                   'SHOW_TASKS' => 
'show',\n                                   'session_removed' => 0,\n           
                        'USER_TYPE' => 'Admin',\n                               
    'MANAGEMENT_PAGE' => 'DEVICE'\n                                 },\n        
         'sessionid' => 'c7ff6053835dc66e47343301b515d57a',\n                 
'manager' => 'Apache2::SiteControl::UserFactory',\n                 'username' 
=> 'admin'\n               }, 'Apache2::SiteControl::User' );\n
[Thu Oct 21 14:10:08 2010] [error] Got user object: 
Apache2::SiteControl::User=HASH(0xb98203a8)
[Thu Oct 21 14:10:08 2010] [error] ses_key_cookie 
c7ff6053835dc66e47343301b515d57a
[Thu Oct 21 14:10:08 2010] [error] Attempting auth using session key 
c7ff6053835dc66e47343301b515d57a
[Thu Oct 21 14:10:08 2010] [error] encryption engine using key: Netdot gets the 
last laugh
[Thu Oct 21 14:10:08 2010] [error] Restored user: $VAR1 = bless( {\n            
     'attributes' => {\n                                   'SHOW_TASKS' => 
'show',\n                                   'session_removed' => 0,\n           
                        'USER_TYPE' => 'Admin',\n                               
    'MANAGEMENT_PAGE' => 'DEVICE'\n                                 },\n        
         'sessionid' => 'c7ff6053835dc66e47343301b515d57a',\n                 
'manager' => 'Apache2::SiteControl::UserFactory',\n                 'username' 
=> 'admin'\n               }, 'Apache2::SiteControl::User' );\n
[Thu Oct 21 14:10:08 2010] [error] user authenticated as admin
[Thu Oct 21 14:10:08 2010] [error] ses_key_cookie 
c7ff6053835dc66e47343301b515d57a
[Thu Oct 21 14:10:08 2010] [error] ses_key_cookie 
c7ff6053835dc66e47343301b515d57a
[Thu Oct 21 14:10:08 2010] [error] ses_key_cookie 
c7ff6053835dc66e47343301b515d57a
[Thu Oct 21 14:10:08 2010] [error] Attempting auth using session key 
c7ff6053835dc66e47343301b515d57a
[Thu Oct 21 14:10:08 2010] [error] encryption engine using key: Netdot gets the 
last laugh
[Thu Oct 21 14:10:08 2010] [error] Restored user: $VAR1 = bless( {\n            
     'attributes' => {\n                                   'SHOW_TASKS' => 
'show',\n                                   'session_removed' => 0,\n           
                        'USER_TYPE' => 'Admin',\n                               
    'MANAGEMENT_PAGE' => 'DEVICE'\n                                 },\n        
         'sessionid' => 'c7ff6053835dc66e47343301b515d57a',\n                 
'manager' => 'Apache2::SiteControl::UserFactory',\n                 'username' 
=> 'admin'\n               }, 'Apache2::SiteControl::User' );\n
[Thu Oct 21 14:10:08 2010] [error] Attempting auth using session key 
c7ff6053835dc66e47343301b515d57a
[Thu Oct 21 14:10:08 2010] [error] encryption engine using key: Netdot gets the 
last laugh
[Thu Oct 21 14:10:08 2010] [error] Restored user: $VAR1 = bless( {\n            
     'attributes' => {\n                                   'SHOW_TASKS' => 
'show',\n                                   'session_removed' => 0,\n           
                        'USER_TYPE' => 'Admin',\n                               
    'MANAGEMENT_PAGE' => 'DEVICE'\n                                 },\n        
         'sessionid' => 'c7ff6053835dc66e47343301b515d57a',\n                 
'manager' => 'Apache2::SiteControl::UserFactory',\n                 'username' 
=> 'admin'\n               }, 'Apache2::SiteControl::User' );\n
[Thu Oct 21 14:10:08 2010] [error] Attempting auth using session key 
c7ff6053835dc66e47343301b515d57a
[Thu Oct 21 14:10:08 2010] [error] encryption engine using key: Netdot gets the 
last laugh
[Thu Oct 21 14:10:08 2010] [error] Restored user: $VAR1 = bless( {\n            
     'attributes' => {\n                                   'SHOW_TASKS' => 
'show',\n                                   'session_removed' => 0,\n           
                        'USER_TYPE' => 'Admin',\n                               
    'MANAGEMENT_PAGE' => 'DEVICE'\n                                 },\n        
         'sessionid' => 'c7ff6053835dc66e47343301b515d57a',\n                 
'manager' => 'Apache2::SiteControl::UserFactory',\n                 'username' 
=> 'admin'\n               }, 'Apache2::SiteControl::User' );\n




-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

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


End of Netdot-devel Digest, Vol 67, Issue 8
*******************************************

Reply via email to