I am unable to update my OMV4 and I have not been able to find this error in the forum. I know, I know, I really need to update to OMV5 and I do plan to but it will be a new box. Until then I want to keep this thing updated as much as possible. I tried the usual apt-clean, configure, update repositories with no luck. It seems to be complaining about Python.
Code
Building local package repository ...
Hit:1 http://security.debian.org stretch/updates InRelease
Ign:2 http://ftp.us.debian.org/debian stretch InRelease
Hit:3 http://ftp.us.debian.org/debian stretch-updates InRelease
Hit:4 http://ftp.us.debian.org/debian stretch Release
Ign:6 http://ftp.fr.debian.org/debian stretch InRelease
Hit:7 http://ftp.fr.debian.org/debian stretch Release
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7f19d6688ae8>
Traceback (most recent call last):
File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7f19d6688ae8>
Traceback (most recent call last):
File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Reading package lists... Done
Display More
Code
root@omv:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
hyperv-daemons libfreetype6 libgssapi-krb5-2 libk5crypto3 libkrb5-3
libkrb5support0 libldap-2.4-2 libldap-common libmariadbclient18 libonig4
libproxy1v5 libwbclient0 linux-libc-dev mariadb-client-10.1
mariadb-client-core-10.1 mariadb-common mariadb-server-10.1
mariadb-server-core-10.1 php7.0 python-samba python3-lxml samba samba-common
samba-common-bin samba-dsdb-modules samba-libs samba-vfs-modules tzdata
28 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/36.7 MB of archives.
After this operation, 263 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Preconfiguring packages ...
dpkg: unrecoverable fatal error, aborting:
reading files list for package 'libelf1:amd64': Input/output error
E: Sub-process /usr/bin/dpkg returned an error code (2)
Display More