I decided it would probably be a good idea to update to 8.5 to get to the latest mythtv version, so I got a new hard drive and used clonezilla to clone my existing hard drive. It would not boot, presumably because the MBR was not properly configured, but instead of manually trying to repair it, I just ran the LinHES upgrade from the disk. Everything seemed to perform well, but there were a couple things that I found needed to be corrected manually after the upgrade.
1) It looks like there should be a symlink from /myth to /data/storage/disk0/media and it was not created automatically, so I did it manually.
2) Mythweb password did not work. On the frontend I had to go into LinHES Settings, Web Security. The password was already entered and correct, I just had to save it and then I could access mythweb again.
3) My nemesis, Mythwelcome is not shutting down. In fact, either the backend or mythwelcome appears to have locked up. The backend log has a flood of these messages:
Code:
mythbackend[7669]: N Scheduler scheduler.cpp:3331 (CheckShutdownServer) CheckShutdownServer returned - Error 127
Time to investigate...
More to come.