Hakim Graia | 13 Sep 2002 05:23
Picon
Hakim Graia <hakimgraia <at> attbi.com>

[opennms-install] Installation problem

Hi
 
I am trying to install opennms via the web :
 
 
lynx -source http://install.opennms.org | sh
 
but without any success
 
I am running Linux version redhat 7.2
 
any thought , thanks
 
Hakim
==============================================================================
This is the message I am getting  :
- searching for your java path... /usr/java/j2sdk1.4.0_02
- determining platform... linux-i386-redhat-7
- checking for RPM... 4.0.3
- installation method: rpm
.............
..............
 
apt-get install tomcat4 tomcat4-manual tomcat4-webapps rrdtool
Processing File Dependencies... Done
Reading Package Lists... Done      
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
  gated: Obsoletes: zebra but 0.91a-6 is to be installed
  zebra: Obsoletes: gated but 3.6-12 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
 
  ERROR!!!  APT was unable to install your packages.
  Most often this is because of a missing JDK.
 
  Please resolve the issues listed above, and try again.
 
!!! INSTALLATION ABORTED !!!
Tarus Balog | 13 Sep 2002 16:35

Re: Installation problem


Hakim Graia said:

>   gated: Obsoletes: zebra but 0.91a-6 is to be installed
>   zebra: Obsoletes: gated but 3.6-12 is to be installed

Remove either gated or zebra. Redhat will install them but they conflict
and it confuses apt.

-T

--

-- 
Tarus Balog
Consultant
Sortova Consulting Group, http://www.sortova.com
+1-919-696-7625
tarus <at> sortova.com

______________________________________________________________
(install <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/install

Mark Guzzo | 19 Sep 2002 22:44
Picon

tomcat4: Depends: j2sdk (>= 1.4)

I'm trying to install this but I get an error...

Sorry, but the following packages have unmet dependencies:
  tomcat4: Depends: j2sdk (>= 1.4) but it is not installable
E: Sorry, broken packages

  ERROR!!!  APT was unable to install your packages.
  Most often this is because of a missing JDK.

My JAVA_HOME is ..
JAVA_HOME=/usr/local/j2sdk1.4.1/

Any info?

^^^ got Linux ^^^

Mark Guzzo
Citrix Administrator

"Don't Fear The Penguin."
______________________________________________________________
(install <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/install

Ambern, Jeffrey | 20 Sep 2002 20:40

RE: install digest, Vol 1 #201 - 1 msg

check your /etc/tomcat4/conf/tomcat4.conf file to make sure you have 
defined your java_home....

jeff

-----Original Message-----
From: install-request <at> opennms.org [mailto:install-request <at> opennms.org]
Sent: Friday, September 20, 2002 12:00 PM
To: install <at> opennms.org
Subject: install digest, Vol 1 #201 - 1 msg

Send install mailing list submissions to
	install <at> lists.opennms.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.opennms.org/mailman/listinfo/install
or, via email, send a message with subject or body 'help' to
	install-request <at> lists.opennms.org

You can reach the person managing the list at
	install-admin <at> lists.opennms.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of install digest..."

Today's Topics:

   1. tomcat4: Depends: j2sdk (>= 1.4) (Mark Guzzo)

--__--__--

Message: 1
Date: Thu, 19 Sep 2002 15:44:35 -0500
From: Mark Guzzo <marguz <at> ameritech.net>
To: install <at> lists.opennms.org
Subject: [opennms-install] tomcat4: Depends: j2sdk (>= 1.4)
Reply-To: install <at> lists.opennms.org

I'm trying to install this but I get an error...

Sorry, but the following packages have unmet dependencies:
  tomcat4: Depends: j2sdk (>= 1.4) but it is not installable
E: Sorry, broken packages

  ERROR!!!  APT was unable to install your packages.
  Most often this is because of a missing JDK.

My JAVA_HOME is ..
JAVA_HOME=/usr/local/j2sdk1.4.1/

Any info?

^^^ got Linux ^^^

Mark Guzzo
Citrix Administrator

"Don't Fear The Penguin."

--__--__--

_______________________________________________
install mailing list
install <at> lists.opennms.org
http://lists.opennms.org/mailman/listinfo/install

End of install Digest
______________________________________________________________
(install <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/install

Aaron Curtis | 21 Sep 2002 16:41

http 500 internal server error ???

Hi all,

Just finished installing latest release of OpenNMS on RH7.1 and this the
error I get when I try to connect to the server:

http://www.5ive9ines.com/~aaron/opennms/

The original file is a .jsp but I changed it to .htm for formating
purposes.

Any help as to what the heck I'm looking at in this error message is much
appreciated.  Thanks.

Peace, 
   Aaron

------------------------------------------------------------------------
Aaron R. Curtis             |  The real art of conversation is not only
aaron <at> 5ive9ines.com         |  to say the right thing at the right time, 
aaron.curtis <at> jhu.edu        |  but also to leave unsaid the wrong thing
aaron.curtis <at> lmco.com       |  at the tempting moment.
------------------------------------------------------------------------

______________________________________________________________
(install <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/install

Tarus Balog | 21 Sep 2002 16:49

Re: http 500 internal server error ???


Aaron Curtis said:

> Just finished installing latest release of OpenNMS on RH7.1 and this the
> error I get when I try to connect to the server:
>
> http://www.5ive9ines.com/~aaron/opennms/
>
> The original file is a .jsp but I changed it to .htm for formating
> purposes.
>
> Any help as to what the heck I'm looking at in this error message is
> much appreciated.  Thanks.

Uh - you didn't attach the file (grin).

My guess is that postgresql is not running. You should see in the
traceback something about "unable to connect to database".

service postgresql start

By default, postgres does not start on boot, so you may want to run

chkconfig postgresql on

(I think that is the syntax)

-T

--

-- 
Tarus Balog
Consultant
Sortova Consulting Group, http://www.sortova.com
+1-919-696-7625
tarus <at> sortova.com

______________________________________________________________
(install <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/install

Aaron Curtis | 21 Sep 2002 16:54

500 error message

The output of the error messgae is located at this URL:

http://www.5ive9ines.com/~aaron/opennms/

Aaron
------------------------------------------------------------------------
Aaron R. Curtis             |  The real art of conversation is not only
aaron <at> 5ive9ines.com         |  to say the right thing at the right time, 
aaron.curtis <at> jhu.edu        |  but also to leave unsaid the wrong thing
aaron.curtis <at> lmco.com       |  at the tempting moment.
------------------------------------------------------------------------

______________________________________________________________
(install <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/install

Tarus Balog | 21 Sep 2002 17:02

Re: 500 error message


Aaron Curtis said:
> The output of the error messgae is located at this URL:
>
> http://www.5ive9ines.com/~aaron/opennms/

"No pg_hba.conf entry for host 192.168.0.15, user opennms"

http://faq.opennms.org/faq/fom-serve/cache/106.html

-T

--

-- 
Tarus Balog
Consultant
Sortova Consulting Group, http://www.sortova.com
+1-919-696-7625
tarus <at> sortova.com

______________________________________________________________
(install <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/install

Aaron Curtis | 21 Sep 2002 17:19

Re: 500 error message

Tarus--

Thank you!  Not only was that helpful, it solved my problem!

Peace,
Aaron

------------------------------------------------------------------------
Aaron R. Curtis             |  The real art of conversation is not only
aaron <at> 5ive9ines.com         |  to say the right thing at the right time, 
aaron.curtis <at> jhu.edu        |  but also to leave unsaid the wrong thing
aaron.curtis <at> lmco.com       |  at the tempting moment.
------------------------------------------------------------------------

On Sat, 21 Sep 2002, Tarus Balog wrote:

> 
> Aaron Curtis said:
> > The output of the error messgae is located at this URL:
> >
> > http://www.5ive9ines.com/~aaron/opennms/
> 
> "No pg_hba.conf entry for host 192.168.0.15, user opennms"
> 
> http://faq.opennms.org/faq/fom-serve/cache/106.html
> 
> -T
> 
> -- 
> Tarus Balog
> Consultant
> Sortova Consulting Group, http://www.sortova.com
> +1-919-696-7625
> tarus <at> sortova.com
> 
> 
> 
> ______________________________________________________________
> (install <at> lists.opennms.org)
> To subscribe, unsubscribe, or change your list options, go to:
> http://lists.opennms.org/mailman/listinfo/install
> 

______________________________________________________________
(install <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/install

David Porter | 23 Sep 2002 07:04
Picon

Paging Configuration

Hello,

I am new to both OpenNMS and Linux.  I have managed to configure 
sendmail so the email notification works okay.  I would like to 
configure paging but don't know where to start.  Would someone be able 
to point me in the right direction (documents etc)?

Thanks in advance,

Dave

---------------------------------------------------------------------
NEW to mBox, receive faxes to any email address!
Find out more http://www.mbox.com.au/fax
______________________________________________________________
(install <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/install


Gmane