Hi,
I ran the February update today using My OSMC updater and the process is hung at 98% installing curl.
SSH into the Pi and:
~$ pgrep -a apt
16347 /usr/bin/perl -w /usr/bin/debconf-apt-progress --logfile /tmp/tmp.Xy402nPz9s – apt-get-noninteractive -f -y dist-upgrade
16350 /bin/bash /usr/bin/apt-get-noninteractive -o APT::Status-Fd=4 -o APT::Keep-Fds::=5 -o APT::Keep-Fds::=6 -f -y dist-upgrade
16351 /bin/bash /usr/bin/apt-get -o APT::Status-Fd=4 -o APT::Keep-Fds::=5 -o APT::Keep-Fds::=6 -f -y dist-upgrade
16352 /usr/bin/apt-get-real -o APT::Status-Fd=4 -o APT::Keep-Fds::=5 -o APT::Keep-Fds::=6 -f -y dist-upgrade
17696 /usr/bin/apt-get-real -o APT::Status-Fd=4 -o APT::Keep-Fds::=5 -o APT::Keep-Fds::=6 -f -y dist-upgrade
What is the safest way to exit the upgrade process without causing system issues?
Update: after issuing apt update && apt dist-upgrade command and noting that no packages required upgrading, and the only error received was unable to get the appropriate directory lock, a simple reboot fixed the problem. I’ll chalk this one up to a bug with the OSMC update tool overlay interface.
Update (2): Updating to 2018.03-2 proceeded flawlessly.