- Fixes broken display of "rounds" to measure flash wear for SheevaPlug and NSLU2 platforms.
- Fixes broken USB stick clone support for iConnect platform.
Update 4.9b ** has a bug inside, please update to 4.9c **
Moderator: Mattk
Update 4.9b ** has a bug inside, please update to 4.9c **
Update to Meteohub V4.9b (NSLU2, x86, SheevaPlug, DreamPlug, iConnect) brings these features:
Re: Update 4.9b
After the update to 4.9b I get the following errors:
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:
Sometimes there are some values, but when I refresh the page there is this error:
And the recomputation of the weather data did not start after this update.
Hoping for a fast solution.
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.

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.
Code: Select all
error receive data from socket 127.0.0.1:5555: Connection reset by peer
Warning: Data logging has been halted.
Hoping for a fast solution.
Re: Update 4.9b
After upgrade to 4.9b no sensors. "error connect socket 127.0.0.1:5555 :Connection refused"
Please help me out.
Thanks
Jos
Please help me out.
Thanks
Jos
-
- Fresh Boarder
- Posts: 11
- Joined: Mon Jan 17, 2011 4:55 pm
- Location: Germany
Re: Update 4.9b
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.
So in this case the data logger starts again after being stopped.
My Meteohub seems to work fine.
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 [...]
My Meteohub seems to work fine.
"The thing about quotes on the internet is you can not confirm their validity"
- Abraham Lincoln
- Abraham Lincoln
Re: Update 4.9b
@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
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
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
- YJB
- Platinum Boarder
- Posts: 387
- Joined: Thu Feb 19, 2009 5:53 pm
- Location: Venhuizen, Netherlands
- Contact:
Re: Update 4.9b
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.admin wrote: Your logger has been stopped by signal 11
Re: Update 4.9b
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 *
Thank you for your fast help.
Everything works well now.
Thanks a lot
Everything works well now.
Thanks a lot
Re: Update 4.9b ** has a bug inside, please update to 4.9c *
Thanks for your help!
Jos
Jos