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: Upgrade to 1.1.1 (Carlos Vicente)
2. (no subject) (Bao Nguyen)
----------------------------------------------------------------------
Message: 1
Date: Tue, 14 Aug 2012 12:34:46 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] Upgrade to 1.1.1
To: Ramon Velazquez <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252
Did you do a 'make install' ? This should have replaced the Default.conf
file.
Make sure that the etc/Default.conf file where the software is installed
is the one from the new package.
cv
On 8/14/12 12:26 PM, Ramon Velazquez wrote:
> Carlos,
>
>
>
> After upgrade, the site doesn't come up. Here is comes up:
>
>
>
> *error:*
>
>
>
> Unknown configuration item: SHOW_ROOT_BLOCKS at
> /usr/local/netdot/htdocs/management/ip.html line 161
------------------------------
Message: 2
Date: Tue, 14 Aug 2012 09:45:21 -0700
From: Bao Nguyen <[email protected]>
Subject: [Netdot-users] (no subject)
To: [email protected]
Message-ID:
<CAArUcOK_qp=LRVEfFGMAQ7wOx-p7CKL6LAYBoF_CG-=7lt6...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hello,
I'm running Netdot 1.0.1-RC3 on Ubuntu (Ubuntu 12.04 LTS (GNU/Linux
3.2.0-27-generic x86_64)) and seemed to work fine for about a few days and
I got this when attempting to restart the server. Commenting out the
loading of "mod_apreq2.so" will allow Apache2 to start properly but
prevents Netdot from working, but enabling it will cause Apache2 process to
segfault. Anyone have any ideas?
/var/log/apache2/error.log
/usr/sbin/apache2: symbol lookup error:
/usr/lib/perl5/auto/APR/Request/Apache2/Apache2.so: undefined symbol:
apreq_handle_apache2
[Tue Aug 14 09:30:14 2012] [error] ses_key_cookie
/usr/sbin/apache2: symbol lookup error:
/usr/lib/perl5/auto/APR/Request/Apache2/Apache2.so: undefined symbol:
apreq_handle_apache2
[Tue Aug 14 09:30:16 2012] [error] ses_key_cookie
/usr/sbin/apache2: symbol lookup error:
/usr/lib/perl5/auto/APR/Request/Apache2/Apache2.so: undefined symbol:
apreq_handle_apache2
[Tue Aug 14 09:30:19 2012] [error] ses_key_cookie
/usr/sbin/apache2: symbol lookup error:
/usr/lib/perl5/auto/APR/Request/Apache2/Apache2.so: undefined symbol:
apreq_handle_apache2
[Tue Aug 14 09:31:33 2012] [notice] Graceful restart requested, doing
restart
/etc/apache2/sites-available/netdot
# Uncomment this next line if you get errors from libapreq2
# about an 'undefined symbol'
LoadModule apreq_module /usr/lib/apache2/modules/mod_apreq2.so
/var/log/syslog
Aug 14 09:31:33 pi kernel: [1615357.275529] /usr/sbin/apach[7774]: segfault
at 6c ip 00007f37ac335e84 sp 00007fffeb2e3ba0 error 4 in libpthread-2.15.so
[7f37ac32c000+18000]
Attempting to remove and reload the packages also failed.
bnguyen@pi:~$ sudo apt-get install libapache2-mod-apreq2
[sudo] password for bnguyen:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libapache2-mod-apreq2 is already the newest version.
libapache2-mod-apreq2 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
bnguyen@pi:~$ sudo apt-get remove libapache2-mod-apreq2
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libapreq2
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
libapache2-mod-apreq2 libapache2-request-perl libapache2-sitecontrol-perl
0 upgraded, 0 newly installed, 3 to remove and 5 not upgraded.
After this operation, 795 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 108454 files and directories currently installed.)
Removing libapache2-sitecontrol-perl ...
Removing libapache2-request-perl ...
Removing libapache2-mod-apreq2 ...
Processing triggers for man-db ...
bnguyen@pi:~$ sudo apt-get install libapache2-mod-apreq2
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libapreq2
The following NEW packages will be installed:
libapache2-mod-apreq2 libapreq2
0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
Need to get 0 B/81.5 kB of archives.
After this operation, 321 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Selecting previously unselected package libapreq2.
(Reading database ... 108361 files and directories currently installed.)
Unpacking libapreq2 (from .../libapreq2_2.13-1build2_amd64.deb) ...
Selecting previously unselected package libapache2-mod-apreq2.
Unpacking libapache2-mod-apreq2 (from
.../libapache2-mod-apreq2_2.13-1build2_amd64.deb) ...
Setting up libapreq2 (2.13-1build2) ...
Setting up libapache2-mod-apreq2 (2.13-1build2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
bnguyen@pi:~$ sudo apt-get install libapache2-request-perl
libapache2-sitecontrol-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libapache2-request-perl libapache2-sitecontrol-perl
0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
Need to get 0 B/120 kB of archives.
After this operation, 580 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libapache2-sitecontrol-perl
Install these packages without verification [y/N]? y
Selecting previously unselected package libapache2-request-perl.
(Reading database ... 108372 files and directories currently installed.)
Unpacking libapache2-request-perl (from
.../libapache2-request-perl_2.13-1build2_amd64.deb) ...
Selecting previously unselected package libapache2-sitecontrol-perl.
Unpacking libapache2-sitecontrol-perl (from
.../libapache2-sitecontrol-perl_1.05-1_all.deb) ...
Processing triggers for man-db ...
Setting up libapache2-request-perl (2.13-1build2) ...
Setting up libapache2-sitecontrol-perl (1.05-1) ...
thanks,
-bn
0216331C
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20120814/08390c3b/attachment-0001.html
------------------------------
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
End of Netdot-users Digest, Vol 45, Issue 11
********************************************