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 - Feature #1756] (In Progress) Migration to Pg
([email protected])
2. oddness in v1.0.6 source code (William Bulley)
----------------------------------------------------------------------
Message: 1
Date: Thu, 7 Aug 2014 06:26:11 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Feature #1756] (In Progress)
Migration to Pg
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
Issue #1756 has been updated by Carlos Vicente.
Status changed from New to In Progress
Target version changed from 1.0.6 to 1.1.0
----------------------------------------
Feature #1756: Migration to Pg
https://osl.uoregon.edu/redmine/issues/1756#change-3240
Author: Carlos Vicente
Status: In Progress
Priority: Normal
Assignee: Anton Berezin
Category: Netdot
Target version: 1.1.0
Resolution:
As discussed previously, we would like to start supporting PostgresQL only.
This ticket will track the migration tasks, which include:
* Using Pg's native support for IPv4 and IPv6 addresses
* Using table partitions to keep forwarding and ARP tables for longer
* Remove MySQL-specific pieces of code
* Write script to migrate the data
--
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: Thu, 7 Aug 2014 14:53:42 -0400
From: William Bulley <[email protected]>
Subject: [Netdot-devel] oddness in v1.0.6 source code
To: Carlos Vicente <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
Not sure whether this is a typo or a bug or what, so rather than
create a Redmine issue, I thought I'd check here first.
unix% pwd
/usr/local/Netdot
unix% grep -l -r 'APR::Base64' *
lib/Netdot/Model/Picture.pm
lib/Netdot/Model/DataCache.pm
unix% grep 'APR::Base64' lib/Netdot/Model/Picture.pm
use APR::Base64;
unix% grep 'APR::Base64' lib/Netdot/Model/DataCache.pm
my $encoded = APR::Base64::encode($data);
my $decoded = APR::Base64::decode($encoded);
So unless DataCache.pm "use"es Picture.pm, this doesn't make a whole
lot of sense to me. Does any one care to advise me what I should do?
I have no problem adding an issue to Redmine, just unsure what to do.
I found this by running import/import_ip_bulk.pl when I got a Perl
error or warning at line 37 of lib/Netdot/Model/DataCache.pm:
my $encoded = APR::Base64::encode($data);
Regards,
web...
--
/"\ ASCII RIBBON / William Bulley
\ / CAMPAIGN AGAINST /
X HTML E-MAIL AND / E-MAIL: [email protected]
/ \ LISTSERV POSTINGS /
72 characters width template ----------------------------------------->|
------------------------------
_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
End of Netdot-devel Digest, Vol 89, Issue 2
*******************************************