rmhatch wrote:I tried the upgrade. Had 2 do it 2wice (1ce after 'update'). I run OMX in this app I'm developing--which now doesn't work at all!!! My setup script runs 'iptables' which now bombs because, somehow, the install or update destroyed the 'nat' table (or something). This is really discouraging!!! Comments I've read on this forum suggest that it's a damaged kernel & don't suggest any fixes--short of starting over with a fresh build (which, 4 me, discards about 6 mo of work!). Any advice out there?
Quite a lot of noise. If you worked for six months on a project without backups, you should blame yourself. But there are still a lot of things you can do (including a backup):
Take the iptables part out of your setup script and test it manually so you might get an idea, what's going wrong (and bombs are a Windows thing)
There's is nothing like a "damaged kernel" (new kernel versions may have difficulties with some drivers but usually they are much better), and you can always revert to an older kernel and firmware.
You should check your SD card (fsck on another Linux computer, if possible). Perhaps it got corrupted while updating.
Regarding omxplayer: You have access to lots of versions (see the link above). But the newer versions are quite stable, except for some really new features, which you don't use anyway. I've got it running for at least 4 to 6 hours every day and I'm also doing a lot of hard testing (even running up to four instances at the same time) for my own application. If you really find a bug, file an issue at
https://github.com/popcornmix/omxplayer/issues to help the developers with debugging. But be aware that they'll ask you for a detailed report, debug logs etc.