Page 1 of 1

Update 4.9b ** has a bug inside, please update to 4.9c **

Posted: Mon Jan 23, 2012 12:52 am
by admin
Update to Meteohub V4.9b (NSLU2, x86, SheevaPlug, DreamPlug, iConnect) brings these features:
  • Fixes broken display of "rounds" to measure flash wear for SheevaPlug and NSLU2 platforms.
  • Fixes broken USB stick clone support for iConnect platform.
Update Link: ** removed **

Re: Update 4.9b

Posted: Tue Jan 24, 2012 1:09 am
by Vetinari
After the update to 4.9b I get the following errors:

Code: Select all

logger (24.01.2012 00:05:47): data logger stopped.
logger (24.01.2012 00:06:15): data logger (version 4.9b, build 965) started.
logger (24.01.2012 00:06:16): connect station 0 (WMR-200 via USB HID).
logger (24.01.2012 00:06:16): connect station 1 (System Data via Plug-in).
logger (24.01.2012 00:07:18): child process received termination signal (11).
logger (24.01.2012 00:07:18): data logger (version 4.9b, build 965) started.
logger (24.01.2012 00:07:18): error while doing bind (port 5500): Address already in use
logger (24.01.2012 00:07:19): data logger stopped.
Since the update the data logger is in this loop and I cant get any values... :(
A reboot did not solve the problem.

On the "Sensors" page there is the following error:

Code: Select all

error connect socket 127.0.0.1:5555 :Connection refused
Warning: Data logging has been halted.
Sometimes there are some values, but when I refresh the page there is this error:

Code: Select all

error receive data from socket 127.0.0.1:5555: Connection reset by peer
Warning: Data logging has been halted.
And the recomputation of the weather data did not start after this update.

Hoping for a fast solution.

Re: Update 4.9b

Posted: Tue Jan 24, 2012 6:32 pm
by idociko
After upgrade to 4.9b no sensors. "error connect socket 127.0.0.1:5555 :Connection refused"

Please help me out.

Thanks
Jos

Re: Update 4.9b

Posted: Tue Jan 24, 2012 8:39 pm
by MeteoSheeva
Between these typicall checksum errors (that I get for some time after a reboot) I found this:
It is nearly the same error that Vetinari found in his logs.

Code: Select all

logger (24.01.2012 00:13:06): station 0 (WMR-200), wrong checksum (0c01 vs computed 0311) for sensor model d7  in byte sequence: d7 10 0c 00 18 01 0c 00 d1 d2 31 0d 00 18 01 0c
logger (24.01.2012 06:26:01): child process received termination signal (11).
logger (24.01.2012 06:26:01): data logger (version 4.9b, build 965) started.
logger (24.01.2012 06:26:01): error while doing bind (port 5500): Address already in use
logger (24.01.2012 06:26:03): data logger stopped.
logger (24.01.2012 06:26:31): data logger (version 4.9b, build 965) started.
logger (24.01.2012 06:26:32): connect station 0 (WMR-200 via USB HID).
logger (24.01.2012 06:27:45): station 0 (WMR-200), wrong checksum (061b vs computed 210b) for sensor model d3  in byte sequence: d3 d1 d7 10 1a 06 18 01 0c 00 b8 00 2b 3c 00 00 4b 02 d3 10 1a 06 [...]
So in this case the data logger starts again after being stopped.
My Meteohub seems to work fine.

Re: Update 4.9b

Posted: Tue Jan 24, 2012 8:46 pm
by admin
@vetinari: Your logger has been stopped by signal 11 which means the the logger has thrown a program error. As it works fine at my rig, I am highly interested to login to your system to find the root cause. Could you open ports 22 and 7777 on your router and forward these ports to the LAN IP of your Meteohub? Then please email the WAN IP to "info(at)meteohub.de".

Re: Update 4.9b

Posted: Tue Jan 24, 2012 10:43 pm
by TK7227
Hi there

I've the same error messages after done the update to the 4.9b version.

Do you have any news whats the problem is?

Thank you for your help.

Patrick

Re: Update 4.9b

Posted: Tue Jan 24, 2012 11:23 pm
by YJB
admin wrote: Your logger has been stopped by signal 11
Hmm, signal 11 sounds like a segmentation failure: the program tries to allocate more memory, but the system is denying the request. This could be either a system wide tuning, or you are really running out of, most likely, virtual memory.

Re: Update 4.9b

Posted: Tue Jan 24, 2012 11:59 pm
by admin
A classical c language bug, not initialized pointer. Update 4.9c fixes this. I just uploaded it.

Re: Update 4.9b ** has a bug inside, please update to 4.9c *

Posted: Wed Jan 25, 2012 12:18 am
by TK7227
Thank you for your fast help.

Everything works well now.

Thanks a lot

Re: Update 4.9b ** has a bug inside, please update to 4.9c *

Posted: Wed Jan 25, 2012 5:09 am
by idociko
Thanks for your help!

Jos