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. Netdot 1.0.2 available for download (Carlos Vicente)
2. Upgrading from 0.9.10 -> 1.0.1 (Michael T. Voity)
3. Re: Upgrading from 0.9.10 -> 1.0.1 (William Bulley)
4. Re: Upgrading from 0.9.10 -> 1.0.1 (Michael T. Voity)
5. Re: Upgrading from 0.9.10 -> 1.0.1 (William Bulley)
6. Re: Upgrading from 0.9.10 -> 1.0.1 (Michael T. Voity)
7. Re: Upgrading from 0.9.10 -> 1.0.1 (William Bulley)
----------------------------------------------------------------------
Message: 1
Date: Mon, 08 Oct 2012 09:53:58 -0400
From: Carlos Vicente <[email protected]>
Subject: [Netdot-users] Netdot 1.0.2 available for download
To: netdot-users <[email protected]>, netdot-devel
<[email protected]>, netdot-announce
<[email protected]>
Cc: "Steven G. Huter" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear Netdot community,
Netdot 1.0.2 has been released:
https://osl.uoregon.edu/redmine/projects/netdot/wiki/Download
This release includes many bug fixes and some important performance
improvements.
A small schema change is necessary. Make sure to read doc/UPGRADE for
specific instructions.
For a complete list of changes since 1.0.1, please refer to:
https://osl.uoregon.edu/redmine/projects/netdot/wiki/102_ChangeLog
Many thanks to all of you who submitted bug reports, patches and
suggestions!
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
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
iD8DBQFQctr1DADXcoYj2ZwRAoRVAJ0YEJwZWuNBkIHXJkt6zCcf2w/fjACfVXTs
1rcNaDvbNhcaHU7ahMa1sG8=
=LhCn
-----END PGP SIGNATURE-----
------------------------------
Message: 2
Date: Mon, 08 Oct 2012 12:09:24 -0400
From: "Michael T. Voity" <[email protected]>
Subject: [Netdot-users] Upgrading from 0.9.10 -> 1.0.1
To: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hello,
Before I posted to this forum I stalked around on the internet looking
for an example of the issue I'm having and I also looked at the users
manual. Please forgive me as this may be a duplicate question.
I ran the "make upgrade"
It errors our and I look at the "error.log" files and it indicates to me
it can not connect to db to run the scripts upgrade db, because of
invalid credentials. I know the credentials.
Where is the file it needs to get the proper credentials to do the db
upgrade?
Thanks,
-Mike
--
Michael T. Voity
Network Engineer
University of Vermont
------------------------------
Message: 3
Date: Mon, 8 Oct 2012 12:16:56 -0400
From: William Bulley <[email protected]>
Subject: Re: [Netdot-users] Upgrading from 0.9.10 -> 1.0.1
To: "Michael T. Voity" <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
According to "Michael T. Voity" <[email protected]> on Mon, 10/08/12 at 12:09:
>
> Before I posted to this forum I stalked around on the internet looking
> for an example of the issue I'm having and I also looked at the users
> manual. Please forgive me as this may be a duplicate question.
>
> I ran the "make upgrade"
> It errors our and I look at the "error.log" files and it indicates to me
> it can not connect to db to run the scripts upgrade db, because of
> invalid credentials. I know the credentials.
>
> Where is the file it needs to get the proper credentials to do the db
> upgrade?
You should have a locally modified copy of etc/Default.conf in your
etc/Site.conf file for running the 0.9.10 version.
If your DB credentials have not changed, the same local modifications
will need to be done against the 1.0.1 version of your etc/Default.conf
file.
Regards,
web...
--
William Bulley Email: [email protected]
72 characters width template ----------------------------------------->|
------------------------------
Message: 4
Date: Mon, 08 Oct 2012 13:18:24 -0400
From: "Michael T. Voity" <[email protected]>
Subject: Re: [Netdot-users] Upgrading from 0.9.10 -> 1.0.1
To: William Bulley <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
William,
Thank you for your pointers on that. It worked and helped.
After following the instructions and download the netdisco mids, I
bounced httpd , need to move "mod_apreq2.so" to a directory that it was
not in. Once that was done and httpd started fine. I get the following
error when i browse to the netdot GUI:
I did look at "ip.html"
and found the Following - $rowsize =>
Netdot->config->get('DEFAULT_IPBLOCK_ROWSIZE')
*error:* Unknown configuration item: DEFAULT_IPBLOCK_ROWSIZE at
/usr/local/netdot/htdocs/management/ip.html line 44.
*context:*
*...*
*96:* local @CARP_NOT = $cgc ? $cgc->() : caller();
*97:* shortmess_heavy(@_);
*98:* }
*99:*
*100:* sub croak { die shortmess @_ }
*101:* sub confess { die longmess @_ }
*102:* sub carp { warn shortmess @_ }
*103:* sub cluck { warn longmess @_ }
*104:*
*...*
*code stack:* /usr/local/share/perl5/Carp.pm:100
/usr/local/netdot/lib/Netdot/Config.pm:46
/usr/local/netdot/htdocs/management/ip.html:44
/usr/local/netdot/htdocs/management/index.html:11
/usr/local/netdot/htdocs/management/autohandler:81
/usr/local/share/perl5/HTML/Mason/Request.pm:951
/usr/local/netdot/htdocs/masondata/obj/1292882063/management/autohandler.obj:21
/usr/local/netdot/htdocs/autohandler:76
Ideas?
-Mike
Michael T. Voity
Network Engineer
University of Vermont
(802) 656-8112
On 10/8/2012 12:16 PM, William Bulley wrote:
> According to "Michael T. Voity" <[email protected]> on Mon, 10/08/12 at 12:09:
>> Before I posted to this forum I stalked around on the internet looking
>> for an example of the issue I'm having and I also looked at the users
>> manual. Please forgive me as this may be a duplicate question.
>>
>> I ran the "make upgrade"
>> It errors our and I look at the "error.log" files and it indicates to me
>> it can not connect to db to run the scripts upgrade db, because of
>> invalid credentials. I know the credentials.
>>
>> Where is the file it needs to get the proper credentials to do the db
>> upgrade?
> You should have a locally modified copy of etc/Default.conf in your
> etc/Site.conf file for running the 0.9.10 version.
>
> If your DB credentials have not changed, the same local modifications
> will need to be done against the 1.0.1 version of your etc/Default.conf
> file.
>
> Regards,
>
> web...
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20121008/1d650acd/attachment-0001.html
------------------------------
Message: 5
Date: Mon, 8 Oct 2012 14:21:00 -0400
From: William Bulley <[email protected]>
Subject: Re: [Netdot-users] Upgrading from 0.9.10 -> 1.0.1
To: "Michael T. Voity" <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
According to "Michael T. Voity" <[email protected]> on Mon, 10/08/12 at 13:18:
>
> I did look at "ip.html"
> and found the Following - $rowsize =>
> Netdot->config->get('DEFAULT_IPBLOCK_ROWSIZE')
Yes, that statement is on line 44 of 1.0.1 version of htdocs/management/ip.html
But in etc/Default.conf on line 83 there is this line:
DEFAULT_IPBLOCK_ROWSIZE => 22,
Did you not also upgrade your etc/Default.conf from 0.9.10 to 1.0.1 ??
Regards,
web...
--
William Bulley Email: [email protected]
72 characters width template ----------------------------------------->|
------------------------------
Message: 6
Date: Mon, 08 Oct 2012 14:32:01 -0400
From: "Michael T. Voity" <[email protected]>
Subject: Re: [Netdot-users] Upgrading from 0.9.10 -> 1.0.1
To: William Bulley <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
That Line is not there. I thought I did the upgrade on my
Default.conf file. Is there a seperate script that does that upgrade?
-Mike
Michael T. Voity
Network Engineer
University of Vermont
(802) 656-8112
On 10/8/2012 2:21 PM, William Bulley wrote:
> According to "Michael T. Voity" <[email protected]> on Mon, 10/08/12 at 13:18:
>> I did look at "ip.html"
>> and found the Following - $rowsize =>
>> Netdot->config->get('DEFAULT_IPBLOCK_ROWSIZE')
> Yes, that statement is on line 44 of 1.0.1 version of
> htdocs/management/ip.html
>
> But in etc/Default.conf on line 83 there is this line:
>
> DEFAULT_IPBLOCK_ROWSIZE => 22,
>
> Did you not also upgrade your etc/Default.conf from 0.9.10 to 1.0.1 ??
>
> Regards,
>
> web...
>
------------------------------
Message: 7
Date: Mon, 8 Oct 2012 14:36:31 -0400
From: William Bulley <[email protected]>
Subject: Re: [Netdot-users] Upgrading from 0.9.10 -> 1.0.1
To: "Michael T. Voity" <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
According to "Michael T. Voity" <[email protected]> on Mon, 10/08/12 at 14:32:
>
> That Line is not there. I thought I did the upgrade on my
> Default.conf file. Is there a seperate script that does that
> upgrade?
That is a Carlos question. :-)
I don't know about the various upgrade scripts.
My only point was that each release "may" contain a modified
etc/Default.conf file for which you should check, and then,
possibly, (re-)add any local modifications. I hope this helps.
Regards,
web...
--
William Bulley Email: [email protected]
72 characters width template ----------------------------------------->|
------------------------------
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
End of Netdot-users Digest, Vol 47, Issue 2
*******************************************