now what is the output of: sudo apt-get -f install
Need Help please, upgraded to OMV7 and everything broke
-
- OMV 7.x
- Byzantine314
-
-
-
have a circular dependency problem....
sudo rm /var/lib/dpkg/info/openmediavault-omvextrasorg.postrm
sudo dpkg -i omvextras8.deb
-
-
Circular dependency problem is a rather clinical term for "Computer issues that make you consider the cost benefit of defenestrating your server."
Code
Display More$ sudo rm /var/lib/dpkg/info/openmediavault-omvextrasorg.postrm $ sudo dpkg -i omvextras8.deb (Reading database ... 70377 files and directories currently installed.) Preparing to unpack omvextras8.deb ... Unpacking openmediavault-omvextrasorg (8.0.2) over (7.0.3) ... dpkg: dependency problems prevent configuration of openmediavault-omvextrasorg: openmediavault-omvextrasorg depends on openmediavault (>= 8); however: Package openmediavault is not installed. dpkg: error processing package openmediavault-omvextrasorg (--install): dependency problems - leaving unconfigured Errors were encountered while processing: openmediavault-omvextrasorgCould be worse. At least I'm relatively familiar with ubuntu and wading into debian proper. I could be trying to run Arch for the first time.
-
have a circular dependency problem....
Tell it to me straight, doc. Am I cooked? Do I need a fresh install?
-
Am I cooked? Do I need a fresh install?
No. I could fix it much faster if the system was in front of me. The back and forth on the forum really slows things down.
-
-
True.
The biggest problem is the ZFS setup, since I can't find my backup for it- A mistake which I will be rectifying immediately once the system's sorted. If I could pull that somehow and save it I'd be much happier.
Also it doesn't help being unable to access the system outside of LAN. Great for security, bad for fixing it when your work hours overlap with your mod's availability. -
Great for security, bad for fixing it when your work hours overlap with your mod's availability.
Have you considered wireguard?
-
I have, but I can't install it til I'm on my LAN again.
-
-
Are you available to help today?
-
sure. just updating my last server to omv8
-
Hey, still kind of in limbo with my server down in between omv 7 and 8.
Dockers are effected too. The only forum post i could find on this kind of situation was. well mine. Which i guess is how you feel when your doc tells you "the good news is that you get to name the disease"
-
-
Hey, still kind of in limbo with my server down in between omv 7 and 8.
Dockers are effected too. The only forum post i could find on this kind of situation was. well mine. Which i guess is how you feel when your doc tells you "the good news is that you get to name the disease"
I offered to help. You stopped posting. So, I wasn't sure what you were doing. What is the server's current situation?
-
Code
dpkg: too many errors, stopping Errors were encountered while processing: openmediavault-wireguard Processing was halted because there were too many errors. Traceback (most recent call last): File "/usr/sbin/omv-mkaptidx", line 41, in <module> import openmediavault.productinfo ModuleNotFoundError: No module named 'openmediavault.productinfo' E: Sub-process /usr/bin/dpkg returned an error code (1)This is the result of my last attempt to try sudo apt-get -f install
Family business with holiday stuff ate up a bunch of my time recently and the server had to be put on the backburner until now. -
Code
dpkg: too many errors, stopping Errors were encountered while processing: openmediavault-wireguard Processing was halted because there were too many errors. Traceback (most recent call last): File "/usr/sbin/omv-mkaptidx", line 41, in <module> import openmediavault.productinfo ModuleNotFoundError: No module named 'openmediavault.productinfo' E: Sub-process /usr/bin/dpkg returned an error code (1)This is the result of my last attempt to try sudo apt-get -f install
Family business with holiday stuff ate up a bunch of my time recently and the server had to be put on the backburner until now.I have not read the complete post, but this looks like the installation of the openmediavault core package was not successful. Part, in this case the Python modules, are missing.
-
-
I have not read the complete post, but this looks like the installation of the openmediavault core package was not successful. Part, in this case the Python modules, are missing.
Best suggestion on how to reinstall em?
-
I wouldn't try to install new plugins while the system is in a bad state. And if the openmediavault package itself is still in a bad state, that needs to be fixed first.
What is the output of: dpkg -l | grep openme
-
I cant do reinstall due to broken packages. i can't do apt --fix-missing or I get
Code
Display Moredpkg: error processing package openmediavault-wireguard (--remove): installed openmediavault-wireguard package post-removal script subprocess retur ned error exit status 2 dpkg: too many errors, stopping Errors were encountered while processing: openmediavault-wireguard Processing was halted because there were too many errors. Traceback (most recent call last): File "/usr/sbin/omv-mkaptidx", line 41, in <module> import openmediavault.productinfo ModuleNotFoundError: No module named 'openmediavault.productinfo' Error: Sub-process /usr/bin/dpkg returned an error code (1) -
-
I cant do reinstall due to broken packages. i can't do apt --fix-missing or I get
Right. Packages need to either be force removed or have pre/postinst / pre/postrm files tweaked/deleted. Then the openmediavault package can be fixed/reinstalled and the plugins can be reinstalled. As long as you never purge any plugin, your config won't be lost. I don't have the patience to go back and forth asking for output on the forum to do this. I could fix this in a few minutes if I had access.
-
Got it, I'm gonna have to go over it package by package, or more probably reinstall and restore the files from a backup after.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!