May I try to rename it to .bak?
I would try that.
May I try to rename it to .bak?
I would try that.
Ok. I tried and something is changed.
Now I had to do that for a lot of binaries in /usr/bin and now I'm proceeding to do that to some libraries in /usr/lib
I don't now whats happened.
During the omv-release-upgrade I noticed an error complaining that
/bin/upssched-cmd and /usr/bin/upssched-cmd were both present, but I couldn't do anything but notice it.
I'll let you know when I ill finish renaming conflicting files.
Ok. Now it completed the installation of usrmerge
I tried also an apt -f install and it completed without errors.
Now I ran an apt upgrade and Im waiting...
You will likely need the fix script - https://github.com/OpenMediaVa…lob/master/fix5to6upgrade
You will likely need the fix script - https://github.com/OpenMediaVa…lob/master/fix5to6upgrade
Well. Something worst happened:
root@omv:~# dpkg --configure -a
*** stack smashing detected ***: <unknown> terminated
Aborted
root@omv:~# apt upgrade
apt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.30' not found (required by /lib/x86_64-linux-gnu/libudev.so.1)
apt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.30' not found (required by /lib/x86_64-linux-gnu/libsystemd.so.0)
root@omv:~# ls
*** stack smashing detected ***: <unknown> terminated
Aborted
Now I'm really scared
Back in the terminal I found this error:
Installing new version of config file /etc/ppp/ip-up.d/postfix ...
ldconfig: /lib/x86_64-linux-gnu/libselinux.so.1 is not a symbolic link
Everything I try except ldconfig ends with a segmentation fault
Just another hint:
If I try to run a ldconfig --verbose I get this:
ldconfig: /lib/x86_64-linux-gnu/libselinux.so.1 is not a symbolic link
libselinux.so.1 -> libselinux.so.1.bak
I think it has something to do with my renaming, but I don't know what to do
Might need to reboot but I have no idea if you will be able to get back in. Go figure your system would prove me wrong about upgrades....
I don't know what to do now... the system works... at least some parts of it...
Some of the containers are still working...
plex is working...
omv web GUI shows me a 403 forbidden
can't ssh anymore
OpenSSH_8.4p1 Ubuntu-6ubuntu2.1, OpenSSL 1.1.1l 24 Aug 2021
debug1: Reading configuration data /home/gianpaolo/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to omv [192.168.3.2] port 22.
debug1: Connection established.
debug1: identity file /home/gianpaolo/.ssh/id_rsa type 0
debug1: identity file /home/gianpaolo/.ssh/id_rsa-cert type -1
debug1: identity file /home/gianpaolo/.ssh/id_dsa type -1
debug1: identity file /home/gianpaolo/.ssh/id_dsa-cert type -1
debug1: identity file /home/gianpaolo/.ssh/id_ecdsa type -1
debug1: identity file /home/gianpaolo/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/gianpaolo/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/gianpaolo/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/gianpaolo/.ssh/id_ed25519 type -1
debug1: identity file /home/gianpaolo/.ssh/id_ed25519-cert type -1
debug1: identity file /home/gianpaolo/.ssh/id_ed25519_sk type -1
debug1: identity file /home/gianpaolo/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/gianpaolo/.ssh/id_xmss type -1
debug1: identity file /home/gianpaolo/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.4p1 Ubuntu-6ubuntu2.1
kex_exchange_identification: Connection closed by remote host
Display More
Unfortunately, there isn't much you can do remotely if you can't ssh or access the web interface.
Just to close this thread... If I have to reinstall... I have a backup of my /etc folder, can I install 5.2 again and then reimport my config (which file)?
If I can't, what can I do to reimport my data disks on a new installation? I had a snapraid and unionfs (I believe or is it mergerfs) setup.
Thanks, ryecoaaron
can I install 5.2 again and then reimport my config (which file)?
No but you can use it for reference.
what can I do to reimport my data disks on a new installation? I had a snapraid and unionfs (I believe or is it mergerfs) setup.
data disks just need to be mounted again from the Filesystems tab. You can use your snapraid.conf file from the old /etc dir as reference to recreate the setup. Mergerfs pool can be created again. I would install OMV 6 though.
This issue has been a pain in the soul.... soul!
This issue has been a pain. I tried a lot of things, and finally, I fixed it using the reference from: https://bugs.archlinux.org/task/76176
I used a backup version and validated the packages I had installed. The package and version that was affecting my installation was:
importlib-metadata 6.7.0
I simply downgraded this package using:
sudo pip3 install "importlib-metadata<5.0.0"
I hope this helps you.
Don’t have an account yet? Register yourself now and be a part of our community!