MB Pro suddenly stops uploading data

This section covers the Meteobridge PRO, PRO2, NANO SD, Raspberry Pi and VM platforms exclusively

Moderator: Mattk

Post Reply
frogfoot
Senior Boarder
Senior Boarder
Posts: 43
Joined: Thu Feb 25, 2016 11:06 am

MB Pro suddenly stops uploading data

Post by frogfoot »

This afternoon I noticed that no data has been stored on my remote SQL database for the last few hours. I have a service defined which runs the following SQL every five minutes, in addition I notice that no data has been sent to WUnderground
further investigation shows that the MBPro internal database contains all zeros for this time period.

The log file reported lots of the following entries

logger (03.05.2016 16:50:57): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory

However valid data was displayed on the 'Live Data' tab and all the status messages for the Weather Networks were green and showing 'Success'.


any ideas?
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: MB Pro suddenly stops uploading data

Post by admin »

Is data uploaded fine to the other weather networks? That will help to understand where the problem ir related.
frogfoot
Senior Boarder
Senior Boarder
Posts: 43
Joined: Thu Feb 25, 2016 11:06 am

Re: MB Pro suddenly stops uploading data

Post by frogfoot »

EDIT: This topic should be re-named 'MB-Pro stops LOGGING data' as it successfilly uploads zeros to my database.

My MB Pro failed to log any data again last night. The same error (can't open device /dev/ttyMH:) was repeated over and over.

The only uploads I do are

WUnderground every 10sec

SQL upload to local database on Synology DS412+ every 5 mins

Code: Select all

INSERT INTO meteo.alldata (`DateTime`,`T`,`Tmax`,`Tmin`,`WC`,`wcmax`,`wcmin`,`H`,`D`,`W`,`G`,`B`,`RR`,`R`,`RHr`,`P`,`A`,`HI`,`TSIG`,`WSIG`,`RSIG`) VALUES ('[YYYY]-[MM]-[DD] [hh]:[mm]:[ss]','[th0temp-avg5]','[th0temp-max5]','[th0temp-min5]','[wind0chill-avg5]','[wind0chill-max5]','[wind0chill-min5]','[th0hum-avg5]','[th0dew-avg5]','[wind0wind-avg5=mph]','[wind0wind-max5=mph]','[wind0dir-avg5]','[rain0rate-max5]','[rain0total-sumday]','[rain0total-sum5]','[thb0seapress-avg5]','[th0heatindex-avg5]','[th0heatindex-avg5]','[th0signal-act]','[wind0signal-act]','[rain0signal-act]')
and a HTTP request every 5 seconds to the Synology DS412+

Code: Select all

http://192.168.1.100/weather/plugins/liveGaugesMB/mbLiveCreate.php?T=[th0temp-act]&H=[th0hum-act]&P=[thb0seapress-act]&Ppast=[thb0seapress-val60]&W=[wind0wind-act=kn]&G=[wind0wind-max10=kn]&B=[wind0dir-act]&D=[th0dew-act]&S=[sol0rad-act:0]&Rd=[rain0total-daysum]&Rm=[rain0total-monthsum]&Ry=[rain0total-yearsum]&RR=[rain0rate-act]&UV=[uv0index-act]&WC=[wind0chill-act]&password=*********
It is not failing to upload data but failing to store it on its internal database.

Current data is showing in the 'Live Data' tab correctly and being updated.

I have reverted from the latest firmware to 2.7 to see if that is more stable.
frogfoot
Senior Boarder
Senior Boarder
Posts: 43
Joined: Thu Feb 25, 2016 11:06 am

Re: MB Pro suddenly stops uploading data

Post by frogfoot »

It happened again, this time using version 2.7 (which was previously stable. However it failed with a different error message

Code: Select all

database (11.05.2016 20:47:06): cannot commit (after 0 tries in 2ms): database or disk is full
database (11.05.2016 20:47:06): cannot commit (after 0 tries in 2ms): database or disk is full
database (11.05.2016 20:47:06): cannot commit (after 0 tries in 2ms): database or disk is full
database (11.05.2016 20:47:58): cannot commit (after 0 tries in 2ms): database or disk is full
additionally the 'Status' page of the web interface was missing the 'Storage' statistics.

Is this pointing to a hardware problem?
Attachments
Screenshot (46).png
Screenshot (46).png (124.19 KiB) Viewed 8403 times
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: MB Pro suddenly stops uploading data

Post by admin »

Any chance to have me logging in?
frogfoot
Senior Boarder
Senior Boarder
Posts: 43
Joined: Thu Feb 25, 2016 11:06 am

Re: MB Pro suddenly stops uploading data

Post by frogfoot »

No problem, I have just enabled remote login, I'll PM you my password
Tom
frogfoot
Senior Boarder
Senior Boarder
Posts: 43
Joined: Thu Feb 25, 2016 11:06 am

Re: MB Pro suddenly stops uploading data

Post by frogfoot »

Update on this.

I have found the cause, and it is absolutely repeatable.

If I reboot the router, the MBPro does not automatically reconnect (over Wifi), and then the internal database fails.

Here is the Log recorded during a router reboot. (reboot occurred at 23.05.2016 14:43 ish)

Code: Select all

oled (19.05.2016 19:56:37): process started.
database (22.05.2016 09:25:54): process started.
wnetd (22.05.2016 09:25:54): process started.
logger (22.05.2016 09:25:54): database connected.
logger (22.05.2016 09:25:54): Historical data loaded (0 records).
logger (22.05.2016 09:25:54): data logger (version 5.0p, build 9911) started.
logger (22.05.2016 09:25:56): connect station 0 (Meteostick Vantage via USB serial).
logger (22.05.2016 09:25:56): connect station 9 (System Data via Plug-in).
logger (22.05.2016 09:25:58): transmitter 1 registered as ISS
logger (22.05.2016 09:25:58): Meteostick Version 2.4
logger (22.05.2016 09:25:58): debug off
logger (22.05.2016 09:25:58): verbose off
logger (22.05.2016 09:25:58): output raw (8 bytes)
logger (22.05.2016 09:25:58): output raw (10 bytes)
logger (22.05.2016 09:25:58): filter on
logger (22.05.2016 09:25:58): rx threshold set to -70db
logger (22.05.2016 09:25:58): listening to transmitter 1
logger (22.05.2016 09:25:58): bandwidth narrow
logger (22.05.2016 09:25:58): chip authentication ok: 14
logger (22.05.2016 09:25:58): frequency band 868MHz (EU)
database (23.05.2016 14:43:01): cannot commit (after 0 tries in 385ms): disk I/O error
database (23.05.2016 14:43:01): cannot commit (after 0 tries in 150ms): disk I/O error
database (23.05.2016 14:43:02): cannot commit (after 0 tries in 149ms): disk I/O error
database (23.05.2016 14:43:02): cannot commit (after 0 tries in 149ms): disk I/O error
database (23.05.2016 14:43:02): cannot commit (after 0 tries in 149ms): disk I/O error
database (23.05.2016 14:44:02): cannot insert into thb9temp_min (after 0 tries in 281ms): unable to open database file
database (23.05.2016 14:44:02): rollback on insert forced: thb9temp
database (23.05.2016 14:44:02): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:02): rollback on insert forced: thb9temp
database (23.05.2016 14:44:02): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:02): rollback on insert forced: thb9temp
database (23.05.2016 14:44:02): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:02): rollback on insert forced: thb9temp
database (23.05.2016 14:44:02): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:02): rollback on insert forced: thb9temp
database (23.05.2016 14:44:02): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:02): rollback on insert forced: thb9temp
database (23.05.2016 14:44:02): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:02): rollback on insert forced: thb9temp
database (23.05.2016 14:44:03): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:03): rollback on insert forced: thb9temp
database (23.05.2016 14:44:03): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:03): rollback on insert forced: thb9temp
database (23.05.2016 14:44:03): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:03): rollback on insert forced: thb9temp
database (23.05.2016 14:44:03): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:03): rollback on insert forced: thb9temp
database (23.05.2016 14:44:03): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:03): rollback on insert forced: thb9temp
database (23.05.2016 14:44:03): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:03): rollback on insert forced: thb9temp
database (23.05.2016 14:44:03): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:03): rollback on insert forced: thb9temp
database (23.05.2016 14:44:03): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:03): rollback on insert forced: thb9temp
database (23.05.2016 14:44:04): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:04): rollback on insert forced: thb9temp
database (23.05.2016 14:44:04): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:04): rollback on insert forced: thb9temp
database (23.05.2016 14:44:04): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:04): rollback on insert forced: thb9temp
database (23.05.2016 14:44:04): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:04): rollback on insert forced: thb9temp
database (23.05.2016 14:44:04): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:04): rollback on insert forced: thb9temp
database (23.05.2016 14:44:04): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:04): rollback on insert forced: thb9temp
database (23.05.2016 14:44:04): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:04): rollback on insert forced: thb9temp
database (23.05.2016 14:44:04): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:04): rollback on insert forced: thb9temp
database (23.05.2016 14:44:05): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:05): rollback on insert forced: thb9temp
database (23.05.2016 14:44:05): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:05): rollback on insert forced: thb9temp
database (23.05.2016 14:44:05): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:05): rollback on insert forced: thb9temp
database (23.05.2016 14:44:05): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:05): rollback on insert forced: thb9temp
database (23.05.2016 14:44:05): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:05): rollback on insert forced: thb9temp
database (23.05.2016 14:44:05): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:05): rollback on insert forced: thb9temp
database (23.05.2016 14:44:05): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:05): rollback on insert forced: thb9temp
database (23.05.2016 14:44:05): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:05): rollback on insert forced: thb9temp
database (23.05.2016 14:44:06): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:06): rollback on insert forced: thb9temp
database (23.05.2016 14:44:06): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:06): rollback on insert forced: thb9temp
database (23.05.2016 14:44:06): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:06): rollback on insert forced: thb9temp
database (23.05.2016 14:44:06): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:06): rollback on insert forced: thb9temp
database (23.05.2016 14:44:06): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:06): rollback on insert forced: thb9temp
database (23.05.2016 14:44:06): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:06): rollback on insert forced: thb9temp
database (23.05.2016 14:44:06): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:06): rollback on insert forced: thb9temp
database (23.05.2016 14:44:06): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:06): rollback on insert forced: thb9temp
database (23.05.2016 14:44:07): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:07): rollback on insert forced: thb9temp
database (23.05.2016 14:44:07): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:07): rollback on insert forced: thb9temp
database (23.05.2016 14:44:07): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:07): rollback on insert forced: thb9temp
database (23.05.2016 14:44:07): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:07): rollback on insert forced: thb9temp
database (23.05.2016 14:44:07): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:07): rollback on insert forced: thb9temp
database (23.05.2016 14:44:07): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:07): rollback on insert forced: thb9temp
database (23.05.2016 14:44:07): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:07): rollback on insert forced: thb9temp
database (23.05.2016 14:44:08): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:08): rollback on insert forced: thb9temp
database (23.05.2016 14:44:08): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:08): rollback on insert forced: thb9temp
database (23.05.2016 14:44:08): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:08): rollback on insert forced: thb9temp
database (23.05.2016 14:44:08): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:08): rollback on insert forced: thb9temp
database (23.05.2016 14:44:08): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:08): rollback on insert forced: thb9temp
database (23.05.2016 14:44:08): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:08): rollback on insert forced: thb9temp
database (23.05.2016 14:44:08): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:08): rollback on insert forced: thb9temp
database (23.05.2016 14:44:08): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:08): rollback on insert forced: thb9temp
database (23.05.2016 14:44:09): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:09): rollback on insert forced: thb9temp
database (23.05.2016 14:44:09): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:09): rollback on insert forced: thb9temp
database (23.05.2016 14:44:09): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:09): rollback on insert forced: thb9temp
database (23.05.2016 14:44:09): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:09): rollback on insert forced: thb9temp
database (23.05.2016 14:44:09): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:09): rollback on insert forced: thb9temp
database (23.05.2016 14:44:09): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:09): rollback on insert forced: thb9temp
database (23.05.2016 14:44:09): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:09): rollback on insert forced: thb9temp
database (23.05.2016 14:44:10): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:10): rollback on insert forced: thb9temp
database (23.05.2016 14:44:10): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:10): rollback on insert forced: thb9temp
database (23.05.2016 14:44:10): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:10): rollback on insert forced: thb9temp
database (23.05.2016 14:44:10): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:10): rollback on insert forced: thb9temp
database (23.05.2016 14:44:10): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:10): rollback on insert forced: thb9temp
database (23.05.2016 14:44:11): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:11): rollback on insert forced: thb9temp
database (23.05.2016 14:44:11): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:11): rollback on insert forced: thb9temp
database (23.05.2016 14:44:11): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:11): rollback on insert forced: thb9temp
database (23.05.2016 14:44:11): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:11): rollback on insert forced: thb9temp
database (23.05.2016 14:44:12): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:12): rollback on insert forced: thb9temp
database (23.05.2016 14:44:12): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:12): rollback on insert forced: thb9temp
database (23.05.2016 14:44:12): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:12): rollback on insert forced: thb9temp
database (23.05.2016 14:44:12): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:12): rollback on insert forced: thb9temp
database (23.05.2016 14:44:12): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:12): rollback on insert forced: thb9temp
database (23.05.2016 14:44:13): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:13): rollback on insert forced: thb9temp
database (23.05.2016 14:44:13): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:13): rollback on insert forced: thb9temp
database (23.05.2016 14:44:13): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:13): rollback on insert forced: thb9temp
database (23.05.2016 14:44:13): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:13): rollback on insert forced: thb9temp
database (23.05.2016 14:44:14): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:14): rollback on insert forced: thb9temp
database (23.05.2016 14:44:14): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:14): rollback on insert forced: thb9temp
database (23.05.2016 14:44:14): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:14): rollback on insert forced: thb9temp
database (23.05.2016 14:44:14): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:14): rollback on insert forced: thb9temp
database (23.05.2016 14:44:15): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:15): rollback on insert forced: thb9temp
database (23.05.2016 14:44:15): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:15): rollback on insert forced: thb9temp
database (23.05.2016 14:44:15): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:15): rollback on insert forced: thb9temp
database (23.05.2016 14:44:15): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:15): rollback on insert forced: thb9temp
database (23.05.2016 14:44:15): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:15): rollback on insert forced: thb9temp
database (23.05.2016 14:44:16): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:16): rollback on insert forced: thb9temp
database (23.05.2016 14:44:16): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:16): rollback on insert forced: thb9temp
database (23.05.2016 14:44:16): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:16): rollback on insert forced: thb9temp
database (23.05.2016 14:44:16): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:16): rollback on insert forced: thb9temp
database (23.05.2016 14:44:17): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:17): rollback on insert forced: thb9temp
database (23.05.2016 14:44:17): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:17): rollback on insert forced: thb9temp
database (23.05.2016 14:44:17): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:17): rollback on insert forced: thb9temp
database (23.05.2016 14:44:17): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:17): rollback on insert forced: thb9temp
database (23.05.2016 14:44:17): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:17): rollback on insert forced: thb9temp
database (23.05.2016 14:44:18): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:18): rollback on insert forced: thb9temp
database (23.05.2016 14:44:18): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:18): rollback on insert forced: thb9temp
database (23.05.2016 14:44:18): cannot insert into thb9temp_min (after 0 tries in 1ms): unable to open database file
database (23.05.2016 14:44:18): rollback on insert forced: thb9temp
database (23.05.2016 14:44:18): process stopped.
test5m (23.05.2016 14:45:29): database daemon stalled, will be restarted now.
database (23.05.2016 14:45:29): process started.
database (23.05.2016 14:46:01): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:01): rollback on insert forced: thb9temp
database (23.05.2016 14:46:01): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:01): rollback on insert forced: thb9temp
database (23.05.2016 14:46:01): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:01): rollback on insert forced: thb9temp
database (23.05.2016 14:46:01): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:01): rollback on insert forced: thb9temp
database (23.05.2016 14:46:01): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:01): rollback on insert forced: thb9temp
database (23.05.2016 14:46:02): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:02): rollback on insert forced: thb9temp
database (23.05.2016 14:46:02): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:02): rollback on insert forced: thb9temp
database (23.05.2016 14:46:02): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:02): rollback on insert forced: thb9temp
database (23.05.2016 14:46:02): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:02): rollback on insert forced: thb9temp
database (23.05.2016 14:46:02): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:02): rollback on insert forced: thb9temp
database (23.05.2016 14:46:02): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:02): rollback on insert forced: thb9temp
database (23.05.2016 14:46:02): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:02): rollback on insert forced: thb9temp
database (23.05.2016 14:46:02): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:02): rollback on insert forced: thb9temp
database (23.05.2016 14:46:03): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:03): rollback on insert forced: thb9temp
database (23.05.2016 14:46:03): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:03): rollback on insert forced: thb9temp
database (23.05.2016 14:46:03): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:03): rollback on insert forced: thb9temp
database (23.05.2016 14:46:03): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:03): rollback on insert forced: thb9temp
database (23.05.2016 14:46:03): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:03): rollback on insert forced: thb9temp
database (23.05.2016 14:46:03): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:03): rollback on insert forced: thb9temp
database (23.05.2016 14:46:03): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:03): rollback on insert forced: thb9temp
database (23.05.2016 14:46:03): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:03): rollback on insert forced: thb9temp
database (23.05.2016 14:46:04): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:04): rollback on insert forced: thb9temp
database (23.05.2016 14:46:04): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:04): rollback on insert forced: thb9temp
database (23.05.2016 14:46:04): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:04): rollback on insert forced: thb9temp
database (23.05.2016 14:46:04): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:04): rollback on insert forced: thb9temp
database (23.05.2016 14:46:04): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:04): rollback on insert forced: thb9temp
database (23.05.2016 14:46:04): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:04): rollback on insert forced: thb9temp
database (23.05.2016 14:46:04): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:04): rollback on insert forced: thb9temp
database (23.05.2016 14:46:05): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:05): rollback on insert forced: thb9temp
database (23.05.2016 14:46:05): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:05): rollback on insert forced: thb9temp
database (23.05.2016 14:46:05): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:05): rollback on insert forced: thb9temp
database (23.05.2016 14:46:05): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:05): rollback on insert forced: thb9temp
database (23.05.2016 14:46:05): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:05): rollback on insert forced: thb9temp
database (23.05.2016 14:46:05): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:05): rollback on insert forced: thb9temp
database (23.05.2016 14:46:05): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:05): rollback on insert forced: thb9temp
database (23.05.2016 14:46:05): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:05): rollback on insert forced: thb9temp
database (23.05.2016 14:46:06): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:06): rollback on insert forced: thb9temp
database (23.05.2016 14:46:06): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:06): rollback on insert forced: thb9temp
database (23.05.2016 14:46:06): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:06): rollback on insert forced: thb9temp
database (23.05.2016 14:46:06): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:06): rollback on insert forced: thb9temp
database (23.05.2016 14:46:06): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:06): rollback on insert forced: thb9temp
database (23.05.2016 14:46:06): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:06): rollback on insert forced: thb9temp
database (23.05.2016 14:46:06): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:06): rollback on insert forced: thb9temp
database (23.05.2016 14:46:06): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:06): rollback on insert forced: thb9temp
database (23.05.2016 14:46:07): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:07): rollback on insert forced: thb9temp
database (23.05.2016 14:46:07): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:07): rollback on insert forced: thb9temp
database (23.05.2016 14:46:07): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:07): rollback on insert forced: thb9temp
database (23.05.2016 14:46:07): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:07): rollback on insert forced: thb9temp
database (23.05.2016 14:46:07): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:07): rollback on insert forced: thb9temp
database (23.05.2016 14:46:07): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:07): rollback on insert forced: thb9temp
database (23.05.2016 14:46:07): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:07): rollback on insert forced: thb9temp
database (23.05.2016 14:46:07): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:07): rollback on insert forced: thb9temp
database (23.05.2016 14:46:08): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:08): rollback on insert forced: thb9temp
database (23.05.2016 14:46:08): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:08): rollback on insert forced: thb9temp
database (23.05.2016 14:46:08): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:08): rollback on insert forced: thb9temp
database (23.05.2016 14:46:08): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:08): rollback on insert forced: thb9temp
database (23.05.2016 14:46:08): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:08): rollback on insert forced: thb9temp
database (23.05.2016 14:46:08): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:08): rollback on insert forced: thb9temp
database (23.05.2016 14:46:08): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:08): rollback on insert forced: thb9temp
database (23.05.2016 14:46:08): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:08): rollback on insert forced: thb9temp
database (23.05.2016 14:46:09): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:09): rollback on insert forced: thb9temp
database (23.05.2016 14:46:09): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:09): rollback on insert forced: thb9temp
database (23.05.2016 14:46:09): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:09): rollback on insert forced: thb9temp
database (23.05.2016 14:46:09): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:09): rollback on insert forced: thb9temp
database (23.05.2016 14:46:09): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:09): rollback on insert forced: thb9temp
database (23.05.2016 14:46:10): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:10): rollback on insert forced: thb9temp
database (23.05.2016 14:46:10): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:10): rollback on insert forced: thb9temp
database (23.05.2016 14:46:10): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:10): rollback on insert forced: thb9temp
database (23.05.2016 14:46:10): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:10): rollback on insert forced: thb9temp
database (23.05.2016 14:46:11): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:11): rollback on insert forced: thb9temp
database (23.05.2016 14:46:11): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:11): rollback on insert forced: thb9temp
database (23.05.2016 14:46:11): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:11): rollback on insert forced: thb9temp
database (23.05.2016 14:46:11): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:11): rollback on insert forced: thb9temp
database (23.05.2016 14:46:12): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:12): rollback on insert forced: thb9temp
database (23.05.2016 14:46:12): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:12): rollback on insert forced: thb9temp
database (23.05.2016 14:46:12): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:12): rollback on insert forced: thb9temp
database (23.05.2016 14:46:12): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:12): rollback on insert forced: thb9temp
database (23.05.2016 14:46:12): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:12): rollback on insert forced: thb9temp
database (23.05.2016 14:46:13): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:13): rollback on insert forced: thb9temp
database (23.05.2016 14:46:13): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:13): rollback on insert forced: thb9temp
database (23.05.2016 14:46:13): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:13): rollback on insert forced: thb9temp
database (23.05.2016 14:46:13): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:13): rollback on insert forced: thb9temp
database (23.05.2016 14:46:14): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:14): rollback on insert forced: thb9temp
database (23.05.2016 14:46:14): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:14): rollback on insert forced: thb9temp
database (23.05.2016 14:46:14): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:14): rollback on insert forced: thb9temp
database (23.05.2016 14:46:14): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:14): rollback on insert forced: thb9temp
database (23.05.2016 14:46:14): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:14): rollback on insert forced: thb9temp
database (23.05.2016 14:46:15): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:15): rollback on insert forced: thb9temp
database (23.05.2016 14:46:15): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:15): rollback on insert forced: thb9temp
database (23.05.2016 14:46:15): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:15): rollback on insert forced: thb9temp
database (23.05.2016 14:46:15): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:15): rollback on insert forced: thb9temp
database (23.05.2016 14:46:16): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:16): rollback on insert forced: thb9temp
database (23.05.2016 14:46:16): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:16): rollback on insert forced: thb9temp
database (23.05.2016 14:46:16): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:16): rollback on insert forced: thb9temp
database (23.05.2016 14:46:16): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:16): rollback on insert forced: thb9temp
database (23.05.2016 14:46:17): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:17): rollback on insert forced: thb9temp
database (23.05.2016 14:46:17): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:17): rollback on insert forced: thb9temp
database (23.05.2016 14:46:17): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:17): rollback on insert forced: thb9temp
database (23.05.2016 14:46:17): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:17): rollback on insert forced: thb9temp
database (23.05.2016 14:46:17): cannot insert into thb9temp_min (after 0 tries in 1ms): attempt to write a readonly database
database (23.05.2016 14:46:17): rollback on insert forced: thb9temp
database (23.05.2016 14:46:18): process stopped.
logger (23.05.2016 14:46:58): DB cannot retrieve data10num_min (0 tries, 243ms): disk I/O error
logger (23.05.2016 14:46:58): DB cannot retrieve data10num_min (0 tries, 119ms): disk I/O error
logger (23.05.2016 14:46:58): DB cannot retrieve data10num_min (0 tries, 119ms): disk I/O error
logger (23.05.2016 14:46:58): DB cannot retrieve data10num_min (0 tries, 99ms): disk I/O error
logger (23.05.2016 14:46:58): DB cannot retrieve data10num_min (0 tries, 60ms): disk I/O error
logger (23.05.2016 14:46:59): DB cannot retrieve data14num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:46:59): DB cannot retrieve data14num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:46:59): DB cannot retrieve data14num_min (0 tries, 22ms): disk I/O error
logger (23.05.2016 14:46:59): DB cannot retrieve data14num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:46:59): DB cannot retrieve data14num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:46:59): DB cannot retrieve data16num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:46:59): DB cannot retrieve data16num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:46:59): DB cannot retrieve data16num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:46:59): DB cannot retrieve data16num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:46:59): DB cannot retrieve data16num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:47:00): DB cannot retrieve data17num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:47:00): DB cannot retrieve data17num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:47:00): DB cannot retrieve data17num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:47:00): DB cannot retrieve data17num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:47:00): DB cannot retrieve data17num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:47:00): DB cannot retrieve data18num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:47:00): DB cannot retrieve data18num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:47:00): DB cannot retrieve data18num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:47:00): DB cannot retrieve data18num_min (0 tries, 1ms): disk I/O error
logger (23.05.2016 14:47:00): DB cannot retrieve data18num_min (0 tries, 11ms): disk I/O error
logger (23.05.2016 14:47:01): unexpected 0 bytes.
logger (23.05.2016 14:47:01): station 0 (Meteostick Vantage), can't set attributes of device /dev/ttyMH to former values: Input/output error
logger (23.05.2016 14:47:01): disconnect station 0 (Meteostick Vantage): response without data
logger (23.05.2016 14:47:31): connect station 0 (Meteostick Vantage via USB serial).
logger (23.05.2016 14:47:33): transmitter 1 registered as ISS
logger (23.05.2016 14:50:57): parent process received termination signal (15).
logger (23.05.2016 14:50:57): child process received termination signal (15).
logger (23.05.2016 14:50:57): disconnect station 0 (Meteostick Vantage): exit
logger (23.05.2016 14:50:57): disconnect station 9 (System Data): exit
test5m (23.05.2016 14:50:58): USB storage remounted: /dev/sdb
database (23.05.2016 14:50:58): process started.
logger (23.05.2016 14:50:58): database connected.
logger (23.05.2016 14:50:58): Historical data loaded (0 records).
logger (23.05.2016 14:50:58): data logger (version 5.0p, build 9911) started.
logger (23.05.2016 14:50:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:50:59): connect station 9 (System Data via Plug-in).
logger (23.05.2016 14:51:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:51:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:52:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:52:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:53:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:53:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:54:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:54:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:55:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:55:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:56:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:56:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:57:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:57:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:58:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:58:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:59:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 14:59:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:00:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:00:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:01:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:01:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:02:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:02:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:03:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:03:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:04:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:04:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:05:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:05:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:06:29): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory
logger (23.05.2016 15:06:59): station 0 (Meteostick Vantage), can't open device /dev/ttyMH: No such file or directory


The MBPro was essentially dead after the reboot, with no data stored in its internal database until I powered it off and on again.


Hope this helps narrow down the problem
Tom
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: MB Pro suddenly stops uploading data

Post by admin »

you have PM.
frogfoot
Senior Boarder
Senior Boarder
Posts: 43
Joined: Thu Feb 25, 2016 11:06 am

Re: MB Pro suddenly stops uploading data

Post by frogfoot »

It looks like a hardware failure, It died completely this evening and won't get past the 'landing page'.
Not very encouraging.
peterb
Junior Boarder
Junior Boarder
Posts: 26
Joined: Fri May 20, 2016 5:45 pm

Re: MB Pro suddenly stops uploading data

Post by peterb »

frogfoot wrote:It looks like a hardware failure, It died completely this evening and won't get past the 'landing page'.
Not very encouraging.
The customer service is very good, this is what admin reported about mine: " ...... sorry to say, but the internal storage in your MB PRO has failed.
It will need a repair to replace the storage by a next gen module......" so I've sent it back to Germay postage paid today.
Last edited by peterb on Sat May 28, 2016 6:30 pm, edited 1 time in total.
frogfoot
Senior Boarder
Senior Boarder
Posts: 43
Joined: Thu Feb 25, 2016 11:06 am

Re: MB Pro suddenly stops uploading data

Post by frogfoot »

not what you would expect from a £300 piece of kit though. Now I get a nice gap in my weather data on my database. Not good
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: MB Pro suddenly stops uploading data

Post by admin »

sorry for that. I just sent you an email to get the repair thing done fast.
Kidicarus
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: Thu Dec 01, 2016 11:42 am

Re: MB Pro suddenly stops uploading data

Post by Kidicarus »

I too am now suffering from ''can't open device /dev/ttyMH: No such file or directory". I know my weather station hard-wired sensors are working because it uploads, via 'Weathersnoop' to WU with no problems.

I have factory reset and tried to use previous software versions, but all are unresponsive.
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: MB Pro suddenly stops uploading data

Post by admin »

Can you please give me remote login? Please send credentials (URL and password) to "info(at)meteobridge.com".
Post Reply