Jamuel Starkey | 4 Aug 2008 23:20

Admin can't Change User Password

Hi,

I'm running ONS (opennms-1.5.93-0.9408.snapshot) on CentOS 5.2.  I
followed the default installation how-to.  I've tried changing a user's
password from Home / Admin / Users and Groups / User List / Modify User
-- Reset Password but the password does not seem to change and no error
message is generated in the WebUI nor do I see anything peculiar in
eventd.log

A user can change his own password fine, just that the Admin can not
change another user's password

Any idea what might be wrong?  I can't imagine it's a fill perms issue
since the user can change his own password ...

Is this a bug?

Thanks!

JPS

ATTENTION: The information contained in this message may be legally privileged and confidential.  It is
intended to be read only by the individual or entity to whom it is addressed or by their designee.  If the
reader of this message is not the intended recipient, you are on notice that any distribution of this
message, in any form, is strictly prohibited.  If you have received this message in error, please
immediately notify the sender by telephone at (415) 318-7500 and delete or destroy any copy of this message

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
(Continue reading)

Ronny Trommer | 5 Aug 2008 00:35

Re: problem installing opennms


Hi

i had the same problem and the following solved the issue:

edit the following in pg_hba.conf with:

	vi /etc/postgresql/≤your-pgsql-version-number>/main/pg_hba.conf

To allow the „postgres“ user to connect, you will need to edit your  
database's pg_hba.conf file, which is usually created on
installation or the first startup of PostgreSQL, depending on your  
distribution: By default, it will have something like this at the  
bottom:

local	all	all					ident sameuser
host		all	all	127.0.0.1/32		ident sameuser
host		all	all	::1/128			ident sameuser

You will need to change „ident sameuser“ to „trust“:

local	all	all					trust
host		all	all	127.0.0.1/32		trust
host		all	all	::1/128			trust

Add your internal network if you will have native SQL-Access to your  
OpenNMS Database
example:

host		all	all	172.16.4.0/24	trust
(Continue reading)

David Hustace | 5 Aug 2008 00:39
Favicon

Re: Debian etch unstable install unmet dependencies


On Jul 17, 2008, at 6:35 AM, Wayne Lee wrote:

Hi

I've been playing with the vmware image of OpenNMS and liked what I
saw so I have tried to install it on my Debian Etch server.
I'm getting unmet dependencies when running the following, apt-get
install opennms-*

Can you tell us how you configured your apt sources.list.  Did you try installing:


David

David Hustace
The OpenNMS Group, Inc.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install
Wayne Lee | 5 Aug 2008 02:20

Re: Debian etch unstable install unmet dependencies

Hi David

first, apologies if my posts sounded pissey I did not realize you guys
were away. Thanks for replying.

Yes I do have unstable configured in apt.

### for opennms
deb http://debian.opennms.org unstable main
deb-src http://debian.opennms.org unstable main

Wayne

On Mon, Aug 4, 2008 at 11:39 PM, David Hustace <david <at> opennms.com> wrote:
>
> On Jul 17, 2008, at 6:35 AM, Wayne Lee wrote:
>
> Hi
>
> I've been playing with the vmware image of OpenNMS and liked what I
> saw so I have tried to install it on my Debian Etch server.
> I'm getting unmet dependencies when running the following, apt-get
> install opennms-*
>
> Can you tell us how you configured your apt sources.list.  Did you try
> installing:
> http://www.opennms.org/index.php/Installation:Debian
> David
> David Hustace
> The OpenNMS Group, Inc.
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Please read the OpenNMS Mailing List FAQ:
> http://www.opennms.org/index.php/Mailing_List_FAQ
>
> opennms-install mailing list
>
> To *unsubscribe* or change your subscription options, see the bottom of this
> page:
> https://lists.sourceforge.net/lists/listinfo/opennms-install
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install

Wayne Lee | 5 Aug 2008 02:21

Re: Debian etch unstable install unmet dependencies

And yes I did follow your Debian install guide

On Tue, Aug 5, 2008 at 1:20 AM, Wayne Lee <linkconnect <at> googlemail.com> wrote:
> Hi David
>
>
> first, apologies if my posts sounded pissey I did not realize you guys
> were away. Thanks for replying.
>
>
> Yes I do have unstable configured in apt.
>
>
> ### for opennms
> deb http://debian.opennms.org unstable main
> deb-src http://debian.opennms.org unstable main
>
> Wayne
>
>
> On Mon, Aug 4, 2008 at 11:39 PM, David Hustace <david <at> opennms.com> wrote:
>>
>> On Jul 17, 2008, at 6:35 AM, Wayne Lee wrote:
>>
>> Hi
>>
>> I've been playing with the vmware image of OpenNMS and liked what I
>> saw so I have tried to install it on my Debian Etch server.
>> I'm getting unmet dependencies when running the following, apt-get
>> install opennms-*
>>
>> Can you tell us how you configured your apt sources.list.  Did you try
>> installing:
>> http://www.opennms.org/index.php/Installation:Debian
>> David
>> David Hustace
>> The OpenNMS Group, Inc.
>>
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Please read the OpenNMS Mailing List FAQ:
>> http://www.opennms.org/index.php/Mailing_List_FAQ
>>
>> opennms-install mailing list
>>
>> To *unsubscribe* or change your subscription options, see the bottom of this
>> page:
>> https://lists.sourceforge.net/lists/listinfo/opennms-install
>>
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install

Tarus Balog | 5 Aug 2008 14:55
Favicon

Re: Admin can't Change User Password


On Aug 4, 2008, at 5:20 PM, Jamuel Starkey wrote:

> Any idea what might be wrong?  I can't imagine it's a fill perms issue
> since the user can change his own password ...
>
> Is this a bug?

When you edit the password, you click on the "change password" button,  
a dialog box appears, and you type in the new password and hit okay.  
You must also click "Finish" at the bottom of the user page (there is  
even a note to that effect on the dialog box).

Gotta ask - are you clicking "Finish"?

-T

_______________________________________________________________________
Tarus Balog, OpenNMS Maintainer             Main:   +1 919 533 0160
The OpenNMS Group, Inc.                     Fax:    +1 503 961 7746
Email: tarus <at> opennms.org                    URL: http://www.opennms.org
PGP Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install

Jamuel Starkey | 5 Aug 2008 23:22

RESOLVED: Admin can't Change User Password

Nope--wasn't clicking finish--doh!  Thank you for the help!

> -----Original Message-----
> From: opennms-install-bounces <at> lists.sourceforge.net [mailto:opennms-
> install-bounces <at> lists.sourceforge.net] On Behalf Of Tarus Balog
> Sent: Tuesday, August 05, 2008 5:56 AM
> To: Installation questions and help
> Subject: Re: [opennms-install] Admin can't Change User Password
> 
> 
> On Aug 4, 2008, at 5:20 PM, Jamuel Starkey wrote:
> 
> > Any idea what might be wrong?  I can't imagine it's a fill perms
> issue
> > since the user can change his own password ...
> >
> > Is this a bug?
> 
> When you edit the password, you click on the "change password" button,
> a dialog box appears, and you type in the new password and hit okay.
> You must also click "Finish" at the bottom of the user page (there is
> even a note to that effect on the dialog box).
> 
> Gotta ask - are you clicking "Finish"?
> 
> -T
> 
>
_______________________________________________________________________
> Tarus Balog, OpenNMS Maintainer             Main:   +1 919 533 0160
> The OpenNMS Group, Inc.                     Fax:    +1 503 961 7746
> Email: tarus <at> opennms.org                    URL:
http://www.opennms.org
> PGP Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82
B45C
> 
> 
>
-----------------------------------------------------------------------
> --
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Please read the OpenNMS Mailing List FAQ:
> http://www.opennms.org/index.php/Mailing_List_FAQ
> 
> opennms-install mailing list
> 
> To *unsubscribe* or change your subscription options, see the bottom
of
> this page:
> https://lists.sourceforge.net/lists/listinfo/opennms-install

ATTENTION: The information contained in this message may be legally privileged and confidential.  It is
intended to be read only by the individual or entity to whom it is addressed or by their designee.  If the
reader of this message is not the intended recipient, you are on notice that any distribution of this
message, in any form, is strictly prohibited.  If you have received this message in error, please
immediately notify the sender by telephone at (415) 318-7500 and delete or destroy any copy of this message

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install

Jamuel Starkey | 5 Aug 2008 23:54

Pollerd Lock Unavailable

Hi,

Can someone guide me with respect to the following error that I'm seeing
in poller.log:

2008-08-05 12:09:52,187 DEBUG [PollerScheduler-30 Pool-fiber2]
PollableService: Start Scheduled Poll of service 114:10.250.1.121:ICMP
2008-08-05 12:09:52,187 DEBUG [PollerScheduler-30 Pool-fiber2]
PollableNode$Lock: Trying to obtain lock for 114
2008-08-05 12:09:52,187 DEBUG [PollerScheduler-30 Pool-fiber3]
BasicScheduleUtils: isTimeInOutage: checking for time 'Tue Aug 05
12:09:52 PDT 2008' in schedule 'NS Move'
2008-08-05 12:09:52,187 DEBUG [PollerScheduler-30 Pool-fiber3]
BasicScheduleUtils: isTimeInOutage: checking begin/end time...
 current: Tue Aug 05 12:09:52 PDT 2008
 begin: Fri Jul 04 00:00:00 PDT 2008
 end: Fri Jul 04 23:59:59 PDT 2008
2008-08-05 12:09:52,187 DEBUG [PollerScheduler-30 Pool-fiber3]
BasicScheduleUtils: isTimeInOutage: checking for time 'Tue Aug 05
12:09:52 PDT 2008' in schedule 'Mobi Rel 1.3 Build 1'
2008-08-05 12:09:52,187 DEBUG [PollerScheduler-30 Pool-fiber3]
BasicScheduleUtils: isTimeInOutage: checking begin/end time...
 current: Tue Aug 05 12:09:52 PDT 2008
 begin: Mon Jul 07 18:00:00 PDT 2008
 end: Mon Jul 07 21:59:59 PDT 2008
2008-08-05 12:09:52,187 DEBUG [PollerScheduler-30 Pool-fiber3]
BasicScheduleUtils: isTimeInOutage: checking for time 'Tue Aug 05
12:09:52 PDT 2008' in schedule 'Mobi Rel 1.3 Build 4'
2008-08-05 12:09:52,187 DEBUG [PollerScheduler-30 Pool-fiber3]
BasicScheduleUtils: isTimeInOutage: checking begin/end time...
 current: Tue Aug 05 12:09:52 PDT 2008
 begin: Tue Jul 08 14:37:00 PDT 2008
 end: Tue Jul 08 18:00:00 PDT 2008
2008-08-05 12:09:52,187 DEBUG [PollerScheduler-30 Pool-fiber3]
PollableService: Start Scheduled Poll of service
36:10.250.4.121:VMCLogin
2008-08-05 12:09:52,187 DEBUG [PollerScheduler-30 Pool-fiber3]
PollableNode$Lock: Trying to obtain lock for 36
2008-08-05 12:09:52,187 DEBUG [PollerScheduler-30 Pool-fiber3]
PollableNode$Lock: Obtained lock for 36
2008-08-05 12:09:52,187 DEBUG [PollerScheduler-30 Pool-fiber3]
PollableServiceConfig: Polling 36:10.250.4.121:VMCLogin using pkg
Visage_Generic
2008-08-05 12:09:52,697 INFO  [PollerScheduler-30 Pool-fiber2]
PollableService: Postponing poll for 114:10.250.1.121:ICMP because
org.opennms.netmgt.poller.pollables.LockUnavailable: Unable to obtain
lock for 114 before timeout
2008-08-05 12:09:52,697 DEBUG [PollerScheduler-30 Pool-fiber2]
LegacyScheduler: schedule: Adding ready runnable
ScheduleEntry[expCode=1] for 114:10.250.1.121:ICMP (ready in 11000ms) at
interval 11000
2008-08-05 12:09:52,697 DEBUG [PollerScheduler-30 Pool-fiber2]
LegacyScheduler: schedule: queue element added, notification not
performed
2008-08-05 12:09:52,757 INFO  [PollerScheduler-30 Pool-fiber1]
HttpsMonitor: checkStatus: did not connect to host with timeout: 5000ms
retry: 3 of 3
2008-08-05 12:09:52,757 DEBUG [PollerScheduler-30 Pool-fiber1]
PollableServiceConfig: Finish polling 114:10.250.1.121:HTTPS using pkg
Visage_Generic result =Unresponsive
2008-08-05 12:09:52,758 DEBUG [PollerScheduler-30 Pool-fiber1]
PollableNode$Lock: Releasing lock for 114
2008-08-05 12:09:52,758 DEBUG [PollerScheduler-30 Pool-fiber1]
PollableService: Finish Scheduled Poll of service
114:10.250.1.121:HTTPS, started at Tue Aug 05 12:09:32 PDT 2008

It looks like the poller is unable to obtain a lock for node 114?  Any
reason why or some config option that I can twiddle?  This seems to have
bubbled up into the WebUI as an outage for an HTTPS monitor.  From the
ONS command line I can connect to the node in question (i.e. with Lynx
or openssl/s_client).

I'm running ONS v1.5.93-0.9408.snapshot on Linux CentOS 5.2

Thanks in advance,

JPS

ATTENTION: The information contained in this message may be legally privileged and confidential.  It is
intended to be read only by the individual or entity to whom it is addressed or by their designee.  If the
reader of this message is not the intended recipient, you are on notice that any distribution of this
message, in any form, is strictly prohibited.  If you have received this message in error, please
immediately notify the sender by telephone at (415) 318-7500 and delete or destroy any copy of this message

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install

Kevin Roberts | 15 Aug 2008 07:36
Favicon

will not start

Please can some help me with fixing this?

Thanks Kevin
------------------------------------------------------------------------------
Thu Aug 14 22:33:47 PDT 2008
begin ulimit settings:
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 30334
max locked memory       (kbytes, -l) 32
max memory size         (kbytes, -m) unlimited
open files                      (-n) 10240
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 30334
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
end ulimit settings
Executing command: /opt/opennms/bin/runjava -r  --   -Dopennms.home=/opt/opennms -Xmx256m -jar
/opt/opennms/lib/opennms_bootstrap.jar  start
[DEBUG] System property 'opennms.library.jicmp' set to '/usr/lib/libjicmp.so.  Attempting to load
jicmp library from this location.
[INFO] Successfully loaded jicmp library.
An error occurred while attempting to start the "OpenNMS:Name=TestLoadLibraries" service (class
org.opennms.netmgt.vmmgr.Manager).  Shutting down and exiting.
javax.management.RuntimeMBeanException: RuntimeException thrown in operation doTestLoadLibraries
        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.wrapRuntimeException(StandardMetaDataImpl.java:994)
        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:430)
        at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
        at org.opennms.netmgt.vmmgr.Invoker.invoke(Invoker.java:313)
        at org.opennms.netmgt.vmmgr.Invoker.invokeMethods(Invoker.java:236)
        at org.opennms.netmgt.vmmgr.Starter.start(Starter.java:247)
        at org.opennms.netmgt.vmmgr.Starter.startDaemon(Starter.java:127)
        at org.opennms.netmgt.vmmgr.Controller.start(Controller.java:197)
        at org.opennms.netmgt.vmmgr.Controller.main(Controller.java:169)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.opennms.bootstrap.Bootstrap$3.run(Bootstrap.java:368)
        at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.reflect.UndeclaredThrowableException: Could not initialize RRD subsystem: org/opennms/netmgt/rrd/rrdtool/Interface
        at org.opennms.netmgt.vmmgr.Manager.testRrdInitialize(Manager.java:248)
        at org.opennms.netmgt.vmmgr.Manager.doTestLoadLibraries(Manager.java:222)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
        ... 15 more
Caused by: java.lang.NoClassDefFoundError: org/opennms/netmgt/rrd/rrdtool/Interface
        at org.opennms.netmgt.rrd.rrdtool.JniRrdStrategy.initialize(JniRrdStrategy.java:187)
        at org.opennms.netmgt.rrd.QueuingRrdStrategy.initialize(QueuingRrdStrategy.java:756)
        at org.opennms.netmgt.rrd.RrdUtils.initialize(RrdUtils.java:105)
        at org.opennms.netmgt.vmmgr.Manager.testRrdInitialize(Manager.java:246)
        ... 21 more

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install

Ben Biggie | 15 Aug 2008 11:01
Picon

AUTO: Ben Biggie is out of the office. (returning Tue 26/08/2008)


I am out of the office from Fri 08/08/2008 until Tue 26/08/2008.

I will respond to your message when I return. Please contact Bob Dew if the
matter requires urgent attention.

Note: This is an automated response to your message  "[opennms-install]
will not start" sent on 15/8/08 6:36:24.

This is the only notification you will receive while this person is away.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install


Gmane