From: <pt...@co...> - 2007-09-24 23:47:00
|
It's working , I just install jdk1.6.0_02. Tanis Patrick > Yes just a note, I did find my answer earlier, just not from the mailing > list archives :| > > I've tried searching the mailing list archives, but everytime I do I get > a response page telling me the server had timed out (or something to > that effect). Right now it's working fine though -_- > > DJ Gregor wrote: >> Hey Justin, >> >> Did you search the archives? In particular, there's this post to >> opennms-install from yours truly: >> >> http://article.gmane.org/gmane.network.opennms.install/3621 >> >> I just added this to the troubleshooting FAQ, as well: >> >> http://www.opennms.org/index.php/FAQ- >> Troubleshooting#Q:_Why_is_the_time_zone_wrong_in_OpenNMS.3F >> >> >> - djg >> >> >> On Sep 20, 2007, at 3:30 PM, justind wrote: >> >> >>> I can't find how to fix this anywhere. The operating system knows what >>> time it is. But the times stored in the database and in the >>> strings.properties file are way off. >>> >>> I've been looking through the source code, haven't found anything yet. >>> Any help would be greatly appreciated. >>> >>> Here's some stuff from the command line to show what I have going on. >>> >>> >>> root@darkstar:/usr/local/opennms/share/rrd/snmp/1# ls -l >>> total 572 >>> -rw-rw-r-- 1 root root 283360 2007-09-20 14:23 ipInDelivers.rrd >>> -rw-rw-r-- 1 root root 283360 2007-09-20 14:23 ipOutRequests.rrd >>> -rw-rw-r-- 1 root root 801 *2007-09-20 14:23* strings.properties >>> >>> root@darkstar:# cat strings.properties >>> #*Thu Sep 20 13:23:19 GMT-06:00 2007* >>> system_uptime=77297796 >>> ac_power_status=1 >>> door_status=2 >>> battery_status=1 >>> >>> >>> root@darkstar:# psql opennms -U opennms >>> Welcome to psql 8.2.4, the PostgreSQL interactive terminal. >>> >>> Type: \copyright for distribution terms >>> \h for help with SQL commands >>> \? for help with psql commands >>> \g or terminate with semicolon to execute query >>> \q to quit >>> >>> opennms=# select eventtime from events order by eventtime desc >>> limit 1; >>> eventtime >>> --------------------- >>> *2007-09-20 13:28:01* >>> (1 row) >>> >>> opennms=# select current_timestamp; >>> now >>> ------------------------------- >>> *2007-09-20 14:28:07.262002-05* >>> (1 row) >>> >>> opennms=# \q >>> root@darkstar:# date >>> *Thu Sep 20 14:28:08 CDT 2007* >>> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Please read the OpenNMS Mailing List FAQ: >> http://www.opennms.org/index.php/Mailing_List_FAQ >> >> opennms-discuss mailing list >> >> To *unsubscribe* or change your subscription options, see the bottom of >> this page: >> https://lists.sourceforge.net/lists/listinfo/opennms-discuss >> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Please read the OpenNMS Mailing List FAQ: > http://www.opennms.org/index.php/Mailing_List_FAQ > > opennms-discuss mailing list > > To *unsubscribe* or change your subscription options, see the bottom of > this page: > https://lists.sourceforge.net/lists/listinfo/opennms-discuss > |