dleidert / openmediavault-upgrade

Script to upgrade openmediavault from one major release into the next
GNU General Public License v3.0
48 stars 1 forks source link

openmediavault-upgrade-4.7 - pre.d #41

Closed SaSha-ShaS closed 3 years ago

SaSha-ShaS commented 3 years ago

Hi,

I have an issue with openmediavault-upgrade-4.7. From the log file below, I can see that I might have errors in pre.d:

omv_release_upgrade_to_buster.2021-08-09-160516.log

Can you help?

learning-more commented 3 years ago

From your log:

Re-mounting /srv/dev-disk-by-id-ata-ST31000520AS_5VX086CN-part3 read-only Remounting is not supported at present. You have to umount volume and then mount it once again.

I have this same issue also. From my understanding, you need to unmount the disks, reboot and then try again. Disks are unable to be unmounted if they are being actively used by applications...so it is important to follow the error instructions "quit samba, etc."

Also, there was a news posting on the OMV page about OMV 5 fixing an issue with jmicro-related USB enclosures... but this isn't my issue- my drives are internal.

I'll report back if I've found a solution.

SaSha-ShaS commented 3 years ago

I already disabled all services via the OMV control panel, except SSH. Unmounting the named device seemed to be the solution for performing the upgrade. As it was not possible to perform this via the OMV control panel, I used the following command from the terminal:

umount /srv/dev-disk-by-id-ata-ST31000520AS_5VX086CN-part3

I saw no response and was not able to check whether this succeeded or not. But ultimately, upgrade to version 5.6.14 succeeded. Whether everything works as before I will check now. What I already recognized is that the network folders are again reachable, whereas MySQL is not available anymore. I will install it again and retry.

Thank you for help.

learning-more commented 3 years ago

Awesome, it looks like your solution worked for me, too. For some reason, I needed to unmount a specific drive also.

Note: I also needed to stop tvheadend also: systemctl stop tvhead*

SaSha-ShaS commented 3 years ago

Since it's solved, I close this issue.