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 #1771] (New) Apache Error after Reboot
([email protected])
2. [Netdot - Bug #1771] (Closed) Apache Error after Reboot
([email protected])
3. Re: [Netdot - Support #1769] (New) Error when running make
installdb with PostgresQL 9.2 (David Belenky)
----------------------------------------------------------------------
Message: 1
Date: Tue, 6 Aug 2013 04:38:38 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1771] (New) Apache Error after
Reboot
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
Issue #1771 has been reported by Veith Hummel.
----------------------------------------
Bug #1771: Apache Error after Reboot
https://osl.uoregon.edu/redmine/issues/1771
Author: Veith Hummel
Status: New
Priority: High
Assignee:
Category:
Target version:
Resolution:
Hi,
i just wanted to reboot the NETDOT Machine, after that my Apache didn't answer
on his http:// Adress! i started to restart Apache2 manually but i get this
error..
netdot@(none):/$ /etc/apache2$ sudo service apache2 graceful
-bash: /etc/apache2$: No such file or directory
netdot@(none):/$ sudo service apache2 graceful
Syntax error on line 31 of /etc/apache2/sites-enabled/netdot:
DBI connect('database=netdot;host=localhost;port=','netdot_user',...) failed:
Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2) at /usr/share/perl5/Ima/DBI.pm line
328\nBEGIN failed--compilation aborted at /usr/local/netdot/lib/Netdot/Model.pm
line 418.\nCompilation failed in require at /usr/local/netdot/lib/Netdot/UI.pm
line 5.\nBEGIN failed--compilation aborted at
/usr/local/netdot/lib/Netdot/UI.pm line 5.\nCompilation failed in require at
/usr/local/netdot/lib/Netdot/Mason.pm line 21.\nBEGIN failed--compilation
aborted at /usr/local/netdot/lib/Netdot/Mason.pm line 21.\nCompilation failed
in require at /etc/apache2/sites-enabled/netdot line 32.\nBEGIN
failed--compilation aborted
Action 'configtest' failed.
The Apache error log may have more information.
...fail!
Also checked mysqld to restart.. but didnt worked either
--
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: Tue, 6 Aug 2013 07:44:57 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1771] (Closed) Apache Error
after Reboot
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
Issue #1771 has been updated by Carlos Vicente.
Status changed from New to Closed
Resolution set to invalid
Well, if MySQL doesn't start properly, then check that.
This is hardly a Netdot bug, so I will close this ticket.
----------------------------------------
Bug #1771: Apache Error after Reboot
https://osl.uoregon.edu/redmine/issues/1771#change-3107
Author: Veith Hummel
Status: Closed
Priority: High
Assignee:
Category:
Target version:
Resolution: invalid
Hi,
i just wanted to reboot the NETDOT Machine, after that my Apache didn't answer
on his http:// Adress! i started to restart Apache2 manually but i get this
error..
netdot@(none):/$ /etc/apache2$ sudo service apache2 graceful
-bash: /etc/apache2$: No such file or directory
netdot@(none):/$ sudo service apache2 graceful
Syntax error on line 31 of /etc/apache2/sites-enabled/netdot:
DBI connect('database=netdot;host=localhost;port=','netdot_user',...) failed:
Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2) at /usr/share/perl5/Ima/DBI.pm line
328\nBEGIN failed--compilation aborted at /usr/local/netdot/lib/Netdot/Model.pm
line 418.\nCompilation failed in require at /usr/local/netdot/lib/Netdot/UI.pm
line 5.\nBEGIN failed--compilation aborted at
/usr/local/netdot/lib/Netdot/UI.pm line 5.\nCompilation failed in require at
/usr/local/netdot/lib/Netdot/Mason.pm line 21.\nBEGIN failed--compilation
aborted at /usr/local/netdot/lib/Netdot/Mason.pm line 21.\nCompilation failed
in require at /etc/apache2/sites-enabled/netdot line 32.\nBEGIN
failed--compilation aborted
Action 'configtest' failed.
The Apache error log may have more information.
...fail!
Also checked mysqld to restart.. but didnt worked either
--
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: Tue, 6 Aug 2013 11:22:05 -0400
From: David Belenky <[email protected]>
Subject: Re: [Netdot-devel] [Netdot - Support #1769] (New) Error when
running make installdb with PostgresQL 9.2
To: Anton Berezin <[email protected]>
Cc: [email protected], [email protected],
[email protected]
Message-ID:
<CADx=do4KcO=srahypds6dojukwz9f_dfuog94sm_ja1flrc...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
We solved this problem by replacing
SQL:: Translator from most recent version 0.11016
to old version 0.11010.
It worked ...
Regards,
David Belenky (University of Michigan)
On Tue, Jul 23, 2013 at 5:18 PM, Anton Berezin <[email protected]> wrote:
> On Mon, Jul 22, 2013 at 11:46:23AM -0700, [email protected] wrote:
> > ----------------------------------------
> > Support #1769: Error when running make installdb with PostgresQL 9.2
> >
> > When running make installdb on a 64 bit CentOS 6 machine with PG 9.2 and
> Netdot 1.0.4, I run into this error:
> >
> > Creating Pg database netdot.
> > translate: Error with producer 'SQL::Translator::Producer::PostgreSQL':
> Can't use an undefined value as an ARRAY reference at
> /usr/local/share/perl5/SQL/Translator/Producer/PostgreSQL.pm line 340.
> > at ../lib/DBUTIL.pm line 267.
>
> What is the version of SQL::Translator?
>
> $ perl -MSQL::Translator -MSQL::Translator::Producer::PostgreSQL -le
> 'print $SQL::Translator::VERSION; print
> $SQL::Translator::Producer::PostgreSQL::VERSION'
>
> \Anton.
> --
> Our society can survive even a large amount of irrational regulation.
> -- John McCarthy
> _______________________________________________
> Netdot-devel mailing list
> [email protected]
> https://osl.uoregon.edu/mailman/listinfo/netdot-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-devel/attachments/20130806/72ca2faf/attachment-0001.html
------------------------------
_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
End of Netdot-devel Digest, Vol 77, Issue 3
*******************************************