Quote:
Originally Posted by newman
I'd suggest to add following to the respective upgrade script which is in the OTA update bin, and see what happens:
Code:
set -x
exec > /mnt/us/my-upgrade.out
exec 2> /mnt/us/my-upgrade.err
(For more see the guide in comment #0.)
|
Yes, I am still at 3.1 in my DXG. Your suggestion worked and now I know the reason for getting the U007 errors and now U006 errors. I had trouble getting the update files to give more info until I finally deleted the .dat file, made the .sh script executable and generated a FD03 version bin. I then had a verbose messages dump and the 2 files in the /mnt/us directory.
I have found the problem is my own from editing my syslog-ng.conf file so the Amazon md5 check failed. I now know what I need to know. In the future I will save the original config file and edit a copy for my own purposes so I can easily restore the original when needed. Attached is part of the messages file showing the mismatched md5 and is shown in more depth in the two upgrade files in the /mnt/us directory. Thanks Newman for the answer.