Feed update jumping/inconsistent

Hi,

I periodically update my standalone emoncms install from the master branch on GitHub. Since March 15th my feeds haven’t been updating correctly. I’ve checked logs and there are no errors. Any ideas what to check?

If I run power_to_kwh.php from useful scripts it builds a new feed perfectly.

Emoncms Version 9.8.2 | 2017.03.03
Modules admin app dashboard eventp feed input notify process report schedule time user vis
Server OS Linux 2.6.32-696.el6.x86_64
Host emoncms emoncms (192.168.5.101)
Date 2017-04-10 09:29:45 BST
Uptime 09:29:45 up 13:06, 1 user, load average: 0.00, 0.02, 0.00
HTTP Server Apache HTTP/1.1 CGI/1.1 443
Database Version MySQL 5.1.73
Host localhost (127.0.0.1)
Date 2017-04-10 09:29:45 (UTC 01:00‌​)
Stats Uptime: 47193 Threads: 1 Questions: 26295 Slow queries: 0 Opens: 29 Flush tables: 1 Open tables: 22 Queries per second avg: 0.557
Redis Version 2.4.10
Host localhost:6379 (127.0.0.1)
Size 18 keys (712.64K)Flush
Uptime 0 days
PHP Version 5.6.30 (Zend Version 2.6.0)
Modules Core date ereg libxml openssl pcre zlib filter hash Reflection SPL session standard apache2handler bz2 calendar ctype curl dom exif fileinfo ftp gettext gmp iconv igbinary json mcrypt mysql mysqli PDO pdo_mysql pdo_sqlite Phar posix redis shmop SimpleXML sockets sqlite3 sysvmsg sysvsem sysvshm tokenizer xml wddx xmlreader xmlwriter xsl zip mhash

Thanks,
Kev

I fixed the issue. As I was using an old CentOS 6 OS I used this as an excuse to upgrade to a new Ubuntu 16.10 machine.

I copied my existing data manually by copying the files from /var/lib/phpfina onto the new server. I manually created my feeds then replaced the files in /var/lib/phpfina with the backups from my old servers. I stopped apache while copying the files and flushed reddis before starting it again. I rebuilt my kwh using the useful script power_to_kwh.php.

So far so good!