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: perl script "INSTALLDIRS=site" error while installing
Apache2::Request through cpan utility of Netdot (Gaurav Kansal)
2. Error in DNS stuff in Netdot (Gaurav Kansal)
3. Re: Error in DNS stuff in Netdot (Carlos Vicente)
----------------------------------------------------------------------
Message: 1
Date: Mon, 07 Apr 2014 21:44:33 +0530
From: Gaurav Kansal <[email protected]>
Subject: Re: [Netdot-users] perl script "INSTALLDIRS=site" error while
installing Apache2::Request through cpan utility of Netdot
To: "'Carlos Vicente'" <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
Hi Carlos,
Thanks for prompt response.
I was trying to install the libapreq2 package through "Yum repository" only
but somehow it was not able to find the required package.
Later I install libapreq2 package from EPEL repository and things start
working.
I am eager to participate and contribute in the NetDot project.
How can I do the same?
Regards,
Gaurav Kansal
-----Original Message-----
From: Carlos Vicente [mailto:[email protected]]
Sent: Monday, April 07, 2014 6:05 PM
To: Gaurav Kansal
Cc: [email protected]
Subject: Re: [Netdot-users] perl script "INSTALLDIRS=site" error while
installing Apache2::Request through cpan utility of Netdot
Hello Gaurav,
I recommend using the appropriate distribution packages when possible. In
the case of RPM-based distros like CentOS, the three packages are:
# rpm -Uvh libapreq2 libapreq2-devel perl-libapreq2
What exact problem did you find when installing the libapreq2 package?
cv
On Apr 7, 2014, at 4:59 AM, Gaurav Kansal < <mailto:[email protected]>
[email protected]> wrote:
> Hi Folks,
>
> I am trying to install Netdot 1.0.4 in CentOS 6.
>
> While installing Apache2::Request through cpan utility, I am getting the
following error.
> I had tried to google it and do lot of troubleshooting but didn't get the
success L.
>
> checking whether ln -s works... yes
> checking whether to enable maintainer-specific portions of
> Makefiles... no
> ./configure: line 20252: -q: command not found
> ./configure: line 20266: -q: command not found
> ./configure: line 20270: -q: command not found
> ./configure: line 20274: -q: command not found
> ./configure: line 20274: -q: command not found Can't open perl script
> "INSTALLDIRS=site": No such file or directory
> configure: error: Bad apache2 binary (/)
> Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
> ISAAC/libapreq2-2.13.tar.gz
> /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK Running make
> test
> Make had some problems, won't test
> Running make install
> Make had some problems, won't install Failed during this command:
> ISAAC/libapreq2-2.13.tar.gz : writemakefile NO
'/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 256
>
> I had installed the libapreq2-2.13 package separately but didn't get any
success.
> I had also try to install Netdot 1.0.5 but facing same issue.
>
> Pl. guide me what should I do ??
>
>
> Regards,
> Gaurav Kansal
>
>
> _______________________________________________
> Netdot-users mailing list
> <mailto:[email protected]> [email protected]
> <https://osl.uoregon.edu/mailman/listinfo/netdot-users>
https://osl.uoregon.edu/mailman/listinfo/netdot-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20140407/0795666e/attachment-0001.html
------------------------------
Message: 2
Date: Mon, 07 Apr 2014 22:24:52 +0530
From: Gaurav Kansal <[email protected]>
Subject: [Netdot-users] Error in DNS stuff in Netdot
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
Dear Team,
While trying to create Zone in Netdot, I am getting the following error.
Everything else is working fine apart from DNS stuff.
error: DBD::mysql::db selectall_arrayref failed: Table 'netdot.rrloc'
doesn't exist [for Statement "SELECT COUNT(DISTINCT rrtxt.id),
COUNT(DISTINCT rrhinfo.id), COUNT(DISTINCT rrptr.id), COUNT(DISTINCT
rrns.id),
COUNT(DISTINCT rrds.id), COUNT(DISTINCT rrmx.id), COUNT(DISTINCT
rrcname.id),
COUNT(DISTINCT rrloc.id), COUNT(DISTINCT rrsrv.id), COUNT(DISTINCT
rrnaptr.id)
FROM zone z, rr rr
LEFT OUTER JOIN rrptr ON rr.id=rrptr.rr
LEFT OUTER JOIN rrtxt ON rr.id=rrtxt.rr
LEFT OUTER JOIN rrhinfo ON rr.id=rrhinfo.rr
LEFT OUTER JOIN rrns ON rr.id=rrns.rr
LEFT OUTER JOIN rrds ON rr.id=rrds.rr
LEFT OUTER JOIN rrmx ON rr.id=rrmx.rr
LEFT OUTER JOIN rrcname ON rr.id=rrcname.rr
LEFT OUTER JOIN rrnaptr ON rr.id=rrnaptr.rr
LEFT OUTER JOIN rrsrv ON rr.id=rrsrv.rr
LEFT OUTER JOIN rrloc ON rr.id=rrloc.rr
WHERE rr.zone=z.id AND z.id=5"] at
/usr/local/netdot/lib/Netdot/Model/Zone.pm line 611.
context:
...
607: ON (rr.id=rraddr.rr AND ipv6.id=rraddr.ipblock AND
ipv6.version=6)
608: WHERE rr.zone=z.id AND z.id=$id";
609:
610: my $dbh = $self->db_Main;
611: my $r1 = $dbh->selectall_arrayref($q1);
612: my $r2 = $dbh->selectall_arrayref($q2);
613: my $r3 = $dbh->selectall_arrayref($q3);
614: my %count;
615: ($count{txt}, $count{hinfo}, $count{ptr}, $count{ns},
$count{ds}, $count{mx},
...
code stack: /usr/local/netdot/lib/Netdot/Model/Zone.pm:611
/usr/local/netdot/htdocs/management/zone.html:89
/usr/local/netdot/htdocs/management/zone_tasks.html:135
/usr/local/netdot/htdocs/management/autohandler:81
/usr/local/share/perl5/HTML/Mason/Request.pm:951
/usr/local/netdot/htdocs/masondata/obj/1784076917/management/autohandler.obj
:21
/usr/local/netdot/htdocs/autohandler:76
raw error
Kindly advise what should I do ?
Regards,
Gaurav Kansal
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20140407/15d563ee/attachment-0001.html
------------------------------
Message: 3
Date: Mon, 7 Apr 2014 13:24:24 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] Error in DNS stuff in Netdot
To: Gaurav Kansal <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
I believe you are hitting this bug:
https://osl.uoregon.edu/redmine/issues/1735
cv
On Apr 7, 2014, at 12:54 PM, Gaurav Kansal <[email protected]> wrote:
> Dear Team,
>
> While trying to create Zone in Netdot, I am getting the following error.
> Everything else is working fine apart from DNS stuff.
>
>
> error: DBD::mysql::db selectall_arrayref failed: Table 'netdot.rrloc'
> doesn't exist [for Statement "SELECT COUNT(DISTINCT rrtxt.id),
> COUNT(DISTINCT rrhinfo.id), COUNT(DISTINCT rrptr.id), COUNT(DISTINCT rrns.id),
> COUNT(DISTINCT rrds.id), COUNT(DISTINCT rrmx.id), COUNT(DISTINCT rrcname.id),
> COUNT(DISTINCT rrloc.id), COUNT(DISTINCT rrsrv.id), COUNT(DISTINCT rrnaptr.id)
> FROM zone z, rr rr
> LEFT OUTER JOIN rrptr ON rr.id=rrptr.rr
> LEFT OUTER JOIN rrtxt ON rr.id=rrtxt.rr
> LEFT OUTER JOIN rrhinfo ON rr.id=rrhinfo.rr
> LEFT OUTER JOIN rrns ON rr.id=rrns.rr
> LEFT OUTER JOIN rrds ON rr.id=rrds.rr
> LEFT OUTER JOIN rrmx ON rr.id=rrmx.rr
> LEFT OUTER JOIN rrcname ON rr.id=rrcname.rr
> LEFT OUTER JOIN rrnaptr ON rr.id=rrnaptr.rr
> LEFT OUTER JOIN rrsrv ON rr.id=rrsrv.rr
> LEFT OUTER JOIN rrloc ON rr.id=rrloc.rr
> WHERE rr.zone=z.id AND z.id=5"] at /usr/local/netdot/lib/Netdot/Model/Zone.pm
> line 611.
> context:
> ...
> 607: ON (rr.id=rraddr.rr AND ipv6.id=rraddr.ipblock AND
> ipv6.version=6)
> 608: WHERE rr.zone=z.id AND z.id=$id";
> 609:
> 610: my $dbh = $self->db_Main;
> 611: my $r1 = $dbh->selectall_arrayref($q1);
> 612: my $r2 = $dbh->selectall_arrayref($q2);
> 613: my $r3 = $dbh->selectall_arrayref($q3);
> 614: my %count;
> 615: ($count{txt}, $count{hinfo}, $count{ptr}, $count{ns},
> $count{ds}, $count{mx},
> ...
> code stack: /usr/local/netdot/lib/Netdot/Model/Zone.pm:611
> /usr/local/netdot/htdocs/management/zone.html:89
> /usr/local/netdot/htdocs/management/zone_tasks.html:135
> /usr/local/netdot/htdocs/management/autohandler:81
> /usr/local/share/perl5/HTML/Mason/Request.pm:951
> /usr/local/netdot/htdocs/masondata/obj/1784076917/management/autohandler.obj:21
> /usr/local/netdot/htdocs/autohandler:76
> raw error
>
> Kindly advise what should I do ?
>
>
> Regards,
> Gaurav Kansal
> _______________________________________________
> Netdot-users mailing list
> [email protected]
> https://osl.uoregon.edu/mailman/listinfo/netdot-users
------------------------------
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
End of Netdot-users Digest, Vol 65, Issue 4
*******************************************